-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api.py: * enabled namespace, name, and snapshot ID filtering for method repository listings * new command whoami returns FireCloud user id fiss.py: * updated listing calls (method_list, config_list) to enable new filters * calls to listings updated to use filters when appropriate * new command set_config_acl for setting ACLs on configs in the methods repo * added capability to set method and config ACLs for groups * meth_list and meth_exists commands updated to use argument method instead of name to be consistent with the rest of the CLI. * config_list updated to work on methods repo when user has a default workspace defined in their ~/.fissconfig setup.py: * google-auth updated to use current release __init__.py: * Added warning filter to silence application default warning Makefile: * publish updated to use twine
- Loading branch information
Showing
9 changed files
with
175 additions
and
61 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
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,2 +1,2 @@ | ||
# Package version | ||
__version__ = "0.16.21" | ||
__version__ = "0.16.22" |
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.