- Apr 17, 2020
-
-
-
Defined Project Quotum Data Model
-
- Apr 16, 2020
-
-
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.
-
-
-
TMSS-162: Add user reference to subtask and log on save to also log creation and updates through ORM
-
TMSS-162: Add log filtering by subtask, only log updates that affect state and add functional test for log behavior
-
-
-
- Apr 10, 2020
-
-
Jorrit Schaap authored
-
- Apr 07, 2020
-
-
Jörn Künsemöller authored
-
Jörn Künsemöller authored
-
- Apr 06, 2020
-
-
Jörn Künsemöller authored
-
Jörn Künsemöller authored
-
- Apr 03, 2020
-
-
Jörn Künsemöller authored
-
- Apr 01, 2020
-
-
Roy de Goei authored
-
- Mar 30, 2020
-
-
Roy de Goei authored
-
Jorrit Schaap authored
TMSS-156: add (uncomment) request_logging.middleware.LoggingMiddleware to get full logging of http request headers (for debugging)
-
Jörn Künsemöller authored
-
Roy de Goei authored
-
- Mar 27, 2020
-
-
Jörn Künsemöller authored
-
- Mar 24, 2020
-
-
Jörn Künsemöller authored
TMSS-162: Add user reference to subtask and log on save to also log creation and updates through ORM
-
- Mar 20, 2020
-
-
Jorrit Schaap authored
-
- Mar 17, 2020
-
-
Jörn Künsemöller authored
TMSS-162: Add log filtering by subtask, only log updates that affect state and add functional test for log behavior
-
Jörn Künsemöller authored
-
- Mar 13, 2020
-
-
Jörn Künsemöller authored
-
- Mar 05, 2020
-
-
Jörn Künsemöller authored
-
- Mar 04, 2020
-
-
Jörn Künsemöller authored
-
- Mar 03, 2020
-
-
Roy de Goei authored
-
- Mar 01, 2020
-
-
Jörn Künsemöller authored
-
- Feb 28, 2020
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
TMSS-153: moved default_specificaton and parset methods from view functions to viewset methods, and annotated them with swagger documentation. This way they are automatically part of the swagger API pages
-
- Feb 27, 2020
-
-
Roy de Goei authored
-
- Feb 26, 2020
-
-
Roy de Goei authored
-
Roy de Goei authored
-
Roy de Goei authored
-
- Feb 25, 2020
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
TMSS-153: added little factory to pick the proper conversion method based on subtask spec template name
-