Skip to content

Releases: openfun/mork

0.3.0

04 Nov 17:28
Compare
Choose a tag to compare
🔖(minor) prepare 0.3.0 release

Added

- Allow to OPTIONS and POST `tasks` endpoint without a trailing slash

Fixed

- Remove unused `REDIS_` environment variables that cause conflict on k8s

0.2.0

31 Oct 12:33
Compare
Choose a tag to compare
🔖(minor) prepare 0.2.0 release

Added

- Add configuration for Celery result backend transport options

Fixed

- Fix relations in student_manualenrollmentaudit table for cascade delete

0.1.0

22 Oct 15:58
Compare
Choose a tag to compare

Added

  • Bootstrap base backend boilerplate
  • Implement tasks endpoints
  • Add connection to edx database to read user table
  • Implement user data deletion method on edx database
  • Add celery task to warn inactive users by email
  • Add celery task to delete inactive users from edx database