- Sep 01, 2022
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Aug 11, 2022
-
-
David (Jointech) authored
Due to the NGINX rewrite appending a "/" on URLs, the post-login URIs are also given a trailing slash in. This made them invalid. Now, clients generated with the init-db command are given post-logout-redirects for both with and without a trailing slash. Thus redirect after login works correctly now, and doesn't bring you to steering-login (but to dashboard). Fixes meta#94
-
- Jul 21, 2022
-
-
Ernesto Rico Schmidt authored
-
- Jul 15, 2022
-
-
Ernesto Rico Schmidt authored
-
- Jul 13, 2022
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Jul 11, 2022
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- Jun 09, 2022
-
-
Ernesto Rico Schmidt authored
-
- May 20, 2022
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- May 19, 2022
-
-
Ernesto Rico Schmidt authored
-
- May 17, 2022
-
-
Ernesto Rico Schmidt authored
-
- May 16, 2022
-
-
Ernesto Rico Schmidt authored
- `Category`, - `FundingCategory`, - `Language`, - `MusicFocus`, - `Topic`, - `Type`
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
- `Category`, - `FundingCategory`, - `MusicFocus`
-
- May 12, 2022
-
-
Ernesto Rico Schmidt authored
Feat: Generate visual data model See merge request !23
-
David Trattnig authored
-
David Trattnig authored
-
- May 11, 2022
-
-
Ernesto Rico Schmidt authored
-
- May 09, 2022
-
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
Ernesto Rico Schmidt authored
-
- May 04, 2022
-
-
David (Jointech) authored
-
- May 03, 2022
-
-
Ernesto Rico Schmidt authored
refactor schedule REST API Closes #101 See merge request !22
-
David (Jointech) authored
-
- Apr 24, 2022
-
-
Konrad Mohrfeldt authored
The conflict responses should be send with an HTTP 409 status code as they’re defined in our documentation. This was not the case as the dashboard couldn’t handle these error codes, but is now fixed in dashboard@4a07ad9e.
-
Konrad Mohrfeldt authored
Until now the steering API client was expected to submit two requests. 1. The initial schedule request, with a `schedule` object 2. A second schedule request, with an additional `solutions` object This `solutions` object was empty, if no conflicts arose from the submitted schedule in the first place. But instead of just creating the requested schedule if no conflicts were detected we still required that second round-trip, introducing possible race conditions in the client, if another successful scheduling request was made between requests. From now on the steering API will create schedules if no conflicts have been detected and will only require the client to submit solutions if there really are conflicts to solve.
-