Skip to content

Releases: ovh/celery-director

v0.1.0

10 Aug 11:40
Compare
Choose a tag to compare

Fixed

  • Handle the default pagination setting

Changed

  • New interface based on d3.js
  • Support the mode history in permalinks

v0.0.6

28 Jul 09:09
Compare
Choose a tag to compare

Fixed

  • Fix issue in transactions with periodic tasks and Celery queues
  • Fix bad comma in documentation markdown

v0.0.5

23 Jul 11:10
Compare
Choose a tag to compare

Added

  • Handle user authentication (database upgrade required: director db upgrade)
  • Support the Celery queues
  • Add permalink for workflows

Changed

  • Remove HTTP code from description

v0.0.4

11 May 12:47
1d285ba
Compare
Choose a tag to compare

Added

  • Save the result in database (database upgrade required: director db upgrade)
  • Limit the number of workflows to return

Fixed

  • Fix a bug when last task raises a Celery error
  • Support the progress status
  • Properly handle the 404 errors

v0.0.3

28 Feb 19:25
fb86990
Compare
Choose a tag to compare

Added

  • Add the workflow relaunch
  • Improve the listing of workflows in the CLI
  • Add the jsonSchema support for the workflows payload

Fixed

  • Fix the roboto font display in WebUI
  • Fix a test

v0.0.2

07 Feb 18:32
Compare
Choose a tag to compare

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.