-
Notifications
You must be signed in to change notification settings - Fork 383
A lot of fixes #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
A lot of fixes #60
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
fe22e6f
Fixed things found in session 1 of the grand Python review.
b3071c5
Refactored out the one use of Service.namespace, and removed the method.
a77701d
Fix strangely misplaced methods on Configurations and ConfigurationFile.
0545eac
Made Stanza.submit accept only dicts, not strings.
0026ebe
A number of small changes.
408ce17
Remove contains methods everywhere in client.py.
c8afd0e
Remove argument from Inputs.kinds, and workaround Python's strange be…
fa16dda
Fixed a vestigial call to Stanza.submit with a string instead of a dict.
2232abd
Unwrapped all HTTPErrors except those being turned into KeyErrors in …
df3d9c2
Removed three more instances of .contains(…) that had escaped the pre…
86918c4
Renamed _run_method to _run_action everywhere.
5833bdb
Simplify restrictToHost handling.
905eb59
Make all Input related calls that take both name and kind have name f…
7d73dbe
Remove JobNotReadyException.
9b3025b
Remove timeout logic from Job.events().
94a5c87
Fix behavior of is_done() -- it needed to refresh, since is_ready is …
9b6e2a2
Remove refresh calls and throws from grant and revoke on Role.
7ed6005
Resolve comments from Itay.
ce1ba16
Fixed test for revoking ungranted capabilities on Role.
2275683
Fixed stail.py in examples to use new ResultsReader interface.
d8e4c96
Fix submit.py in examples so it works across platforms. Add test for …
75ae214
Merge branch 'develop' into fross/review-fixes
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this actually a change from a released version? I thought we decided it was already like this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it was kind before name in create on the beta release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So it seems :) my bad.