Skip to content

v0.0.2

Choose a tag to compare

@ncrocfer ncrocfer released this 07 Feb 18:32
· 179 commits to master since this release

Added

  • Add Travis integration.
  • Add the user documentation.
  • Add the db command to offer the features from Flask Migrate.
  • Add version info in the CLI when using --version.
  • Add environment variables and information in the .env template.
  • Add DIRECTOR_CONFIG environment variable to customize .env file.
  • Make the payload optional when using the workflow run command.

Changed

  • Database migration has been overwritten to fix some issues.
  • README includes badges, image, logo and link to the documentation.

Fixed

  • Flower command is not using the DIRECTOR_FLOWER_URL anymore.
  • The .env file is optional, the DIRECTOR_*can be exported as environment variables.