- Apr 20, 2020
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
- Apr 17, 2020
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
ssh://git.astron.nl/ro/lofarAuke Klazema authored
-
Auke Klazema authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
Resolve TMSS-165 Closes TMSS-165 See merge request !111
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
TMSS-165: ProjectQuota is just a relational table, without much need for yet another name and description. Hence, I subclassed it from a normal Model.
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Auke Klazema authored
Resolve SW-878 Closes SW-878 See merge request !129
-
Jorrit Schaap authored
-
-
-
-
Implemented Django and Functional test
-
SOS can: - Define resource Unit - Define Resouce Type - Create Quota(s) for the defined resource(s) - Assign quota to a project
-
-
Defined Project Quotum Data Model
-
Auke Klazema authored
-
- Apr 16, 2020
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
Resolve TMSS-173 (2nd try) Closes TMSS-173 See merge request !127
-
Jorrit Schaap authored
-
Jorrit Schaap authored
SW-907: fixed test input json data, so that the tests pass now that we have json validation in place in all the models
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
Resolve SW-907 See merge request !123
-
Jorrit Schaap authored
TMSS-173: simplified validation of json_strings against schema's. The original design (proof-of-concept) had the validation in the Subtask class, and the suggestion/goal of this ticket TMSS-173 was to change that into a reusable mixin. Using a mixin is certainly possible, and the 1st implementation in this ticket was a good start, but it also showed that the whole class/mixin based approach requires too much administration (keeping track of which fields to use). This new solution with just a validation method is far simpler, and just as reusable.
-