Skip to content

Releases: aclowes/yawn

Include PyYAML, upgrade packages

16 Feb 03:07
bf68cde
Compare
Choose a tag to compare
Merge pull request #29 from aclowes/move-deps

enable token auth and make yaml required

Add readonly support

16 Sep 16:44
Compare
Choose a tag to compare

Allow the anonymous readonly permission class to be used, which still hiding user API tokens.

Add healthcheck endpoint

16 Sep 16:43
Compare
Choose a tag to compare

To support deployment on GKE and behind other load balancers.

Redirect to SSL on static files

29 Aug 04:54
Compare
Choose a tag to compare
  • Move whitenoise to middleware so https redirect works on static files
  • Add link to GKE deployment

Refresh page & table styling

26 Aug 19:46
Compare
Choose a tag to compare
  • Improve the task history table styling to be more readable
  • Add a button for refreshing the page

Users

26 Aug 19:45
Compare
Choose a tag to compare
  • add user model and admin interface
  • better frontend tests

Add webserver

30 Jun 12:14
Compare
Choose a tag to compare
  • add gunicorn and static server yawn webserver
  • add python callable helper yawn exec
  • allow tasks without a workflow
  • use yarn and bump JS libraries
  • fix dagre-D3 import
  • add frontend tests

Initial release

30 Jun 12:20
Compare
Choose a tag to compare
v0.1.0

Merge branch 'circleci'