Skip to content

Releases: TU-Wien-dataLAB/grader-service

Alpha Release 0.9.0-a2

08 Sep 13:55
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fix: feedback generation failing with student notebooks by @natkam in #288
  • refactor: changed load_roles dict entries to lists by @florian-jaeger in #292
  • fix: Set missing display_name for a new user in auth_to_user by @natkam in #291
  • chore: Update the openapi specification to make it less out-of-date by @natkam in #290
  • Update the release-0.9.0 branch to include the changes from release-0.8.2. by @natkam in #299
  • Chore: add id pk to user table by @natkam in #289
  • Chore: Add a test for the edit endpoint; set up code coverage reports on running tests by @natkam in #300
  • Fix/fix 0.9 db migrations by @florian-jaeger in #302

Full Changelog: grader-service-helm-0.9.0-a1...grader-service-0.9.0-a2

Alpha Release 0.9.0-a1

02 Sep 10:08
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fix: feedback generation failing with student notebooks by @natkam in #288
  • Refactor: changed load_roles dict entries to lists by @florian-jaeger in #292
  • Fix: Set missing display_name for a new user in auth_to_user by @natkam in #291
  • Chore: Update the openapi specification to make it less out-of-date by @natkam in #290
  • Feature: add id pk to user table by @natkam in #289
  • Add a test for the edit endpoint; set up code coverage reports on running tests by @natkam in #300

Full Changelog: grader-service-helm-0.8.2...grader-service-0.9.0-a1

grader-service-helm-0.9.0-a2

08 Sep 13:56
c5a98c9
Compare
Choose a tag to compare
Pre-release

A Helm chart for Kubernetes

grader-service-helm-0.9.0-a1

02 Sep 10:08
c5a98c9
Compare
Choose a tag to compare
Pre-release

A Helm chart for Kubernetes

Release 0.8.2

21 Aug 11:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: grader-service-helm-0.8.1...grader-service-0.8.2

grader-service-helm-0.8.2

22 Aug 08:51
bce5eb2
Compare
Choose a tag to compare

A Helm chart for Kubernetes

Release 0.8.1

28 Jul 13:35
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Autograding fails when using K8s grader #284
  • Minor security updates to increase resiliency against uncontolled user inputs

Full Changelog: grader-service-helm-0.8.0...grader-service-0.8.1

grader-service-helm-0.8.1

28 Jul 13:36
Compare
Choose a tag to compare

A Helm chart for Kubernetes

Release 0.8.0

16 Jul 11:27
Compare
Choose a tag to compare

Big & Breaking changes

  • Additionally to the current authentication workflow we have added a 'simpler' method, which uses the JupyterHub API token to authenticate users in Grader Service. Refer to our documentation to learn more . Refs: #276
  • Added display_name attribute to User table. The field will be automatically created during database migration and set to the current username. display_name is not allowed to be NULL, therefore you will possibly need to update authentication configuration hooks like post_auth_hook. Refs: #267
  • Drop support for Python 3.8

Other Changes

New Contributors

Full Changelog: grader-service-0.7.5...grader-service-0.8.0

Alpha Release 0.8.0-a1

23 Jun 09:13
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: grader-service-helm-0.7.5...grader-service-0.8.0-a1