Skip to content

Releases: UniversityOfHelsinkiCS/sis-importer

Revert sequelize update to v6 changes

13 Jun 12:32
Compare
Choose a tag to compare
revert "fix(deps): update dependency sequelize to v6 [security]"

This reverts commit c625e5dad7a1ad81b0d17d8b80cc6e00fd560a34.

use snake_case instead of camelCase with updateOnDuplicate

13 Jun 11:59
Compare
Choose a tag to compare

Increase debug logging

13 Jun 11:21
Compare
Choose a tag to compare
v1.3.16

More debug logging

Remove erroneous unique: true, debug logging

13 Jun 10:33
Compare
Choose a tag to compare
v1.3.15

Remove misleading unique: true from studyrights model, add debug cons…

Fix incorrect promise handling caused by Sequelize major update

13 Jun 07:21
Compare
Choose a tag to compare
v1.3.14

Avoid chaining filter/map directly to sequelize model to bugs caused …

Fix `/grapa/studytracks` API, add `code` field to the response body

12 Jun 09:39
Compare
Choose a tag to compare

add endpoint GET grapa/studytracks/:code

11 Jun 15:02
Compare
Choose a tag to compare

Security dependency updates

04 Jun 07:44
585e732
Compare
Choose a tag to compare
v1.3.11

Merge pull request #233 from UniversityOfHelsinkiCS/renovate/npm-expr…

Add /persons endpoint for the new Grapa service

29 May 08:18
Compare
Choose a tag to compare

Remove requestBuffer

09 Apr 07:49
Compare
Choose a tag to compare

Removing requestBuffer to reduce complexity of the system and avoid sneaky bugs in the future.
This at the same time fixes an issue where on failure and retry, importer does not flush requestBuffer (bug introduced in this PR), which means it fetched the next page on retry instead of retrying the same page. This bug resulted in missing data across multiple data types