Skip to content

v0.16.22

Compare
Choose a tag to compare
@dheiman dheiman released this 03 Apr 18:38
· 17 commits to master since this release
dddf915

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