-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into updating-tron
* origin/master: (44 commits) Released 3.2.8 via make release Released 3.2.7 via make release Handling timezone aware jobs Released 3.2.6 via make release Add default behaviour for jobs that dont have some keys and handle the non-existent of some json_vals (#1017) Released 3.2.5 via make release Rename run_time_str to be more good and less bad Use localize instead of replace when writing tz info Fix loop boundary on getting partitions Released 3.2.4 via make release Add check for empty val. Merge json correctly Released 3.2.3 via make release Replce --dry-run with --execute so that we default to the safer option Add sub_parsers and restructure args a bit Released 3.2.2 via make release Released 3.2.1 via make release Pass json_val back to the save queue on failure Cleanup tron scribereader (#1012) Released 3.2.0 via make release Add a separation for failed-keys so that we can investigate failures outside of deprecated keys ...
- Loading branch information
Showing
41 changed files
with
1,688 additions
and
780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# NOTE: "we" in this file will refer to the Compute Infrastructure team at Yelp | ||
* @Yelp/paasta | ||
# | ||
# prevent cheeky modifications :) | ||
CODEOWNERS @Yelp/paasta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Edit this release and run "make release" | ||
RELEASE=2.8.1 | ||
RELEASE=3.2.8 | ||
|
||
SHELL=/bin/bash | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
tron.utils.logreader module | ||
=========================== | ||
|
||
.. automodule:: tron.utils.logreader | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.