Skip to content

Releases: France-ioi/AlgoreaBackend

v2.22.7

25 Sep 06:34
Compare
Choose a tag to compare
  • use even smaller iterations (200) for result propagation

v2.22.6

24 Sep 19:38
Compare
Choose a tag to compare
  • use smaller iterations for result propagation
  • rework processing of results_propagate_items table
  • do not close the db connection explicitly in the propagation command

v2.22.5

19 Sep 07:20
Compare
Choose a tag to compare
  • split the results propagation process into small atomic chunks

v2.22.4

16 Sep 07:03
Compare
Choose a tag to compare
  • add a config to disable result propagation completely
  • remove parameter to the propagation command to disable result propagation

v2.22.3

13 Sep 20:04
Compare
Choose a tag to compare
  • add parameter to the propagation command to disable result propagation

v2.22.2

02 Sep 23:58
Compare
Choose a tag to compare
  • add a delay parameter to delete-temp-users command

v2.22.1

26 Aug 09:56
Compare
Choose a tag to compare
  • fix a bug: translation may be registered several times in a transaction, causing a crash

v2.22.0

21 Aug 13:28
Compare
Choose a tag to compare
  • fix documentation generation, and the doc of several services:
    1. In responses of invitationsView, inviting_user.first_name & inviting_user.last_name become nullable (they should be as corresponding columns are nullable in the DB).
    2. In responses of listThreads, participant.first_name & participant.last_name are only shown if the current user has rights to view them (similarly to other services).
  • change CORS to expose Backend-Version and Date, and hide Link headers
  • return the modified result data (together with the linked attempt data) in the format of attemptsList response row on success in resultStart

v2.21.4

08 Aug 08:41
Compare
Choose a tag to compare
  • speed up the itemActivityLogForItem service
  • itemActivityLogForItem: fix can_watch_answer and how can_watch_answer is handled
  • fix generateProfileEditToken, use loginIDs instead of group ids
  • refactoring and internal improvements

v2.21.3

06 Aug 13:58
Compare
Choose a tag to compare
  • fixing doc of invitationsView (after change from previous version)
  • refactoring and internal improvements