- Apr 20, 2020
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
- Apr 17, 2020
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
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
-
-
-
-
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
-
- Apr 16, 2020
-
-
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
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.
-
Jorrit Schaap authored
TMSS-178: renamed tests so theei names express the API_under_test: *_functional -> *_REST_API, and *_django -> *_django_API
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
-
-
-
-
-
-
-
-