Skip to content

v0.3.1

Compare
Choose a tag to compare
@sergeyklay sergeyklay released this 08 Jan 15:25
c566e44

Improvements

  • Gstore will exit with a status of one if there are critical errors during synchronization.
  • Gstore will handle situations with invalid API token or organization name.

Improved Documentation

Bug Fixes

  • Fix args.get_token_from_env() to properly get a token from environment variables or None if variables are not set.

Trivial/Internal Changes

  • Client.__init__(), as well as Client.resolve_orgs() will raise now gstore.exceptions.InvalidCredentialsError in case of incorrect credentials usage.
  • gstore.models.Repository now holds gstore.models.Organization.
  • Starting with v0.3.1 tests will be included in the PyPI package.