- Jun 01, 2021
-
-
Jorrit Schaap authored
TMSS-761: added readonly property SAPs which returns a QuerySet containing all SAPs of the subtask's output dataproducts
-
- May 24, 2021
-
- May 20, 2021
-
-
Jorrit Schaap authored
-
- May 19, 2021
-
-
Nithya Santhanam authored
Bug Fixed
-
- May 03, 2021
-
-
Jörn Künsemöller authored
TMSS-703: Cancel running obs on triggered obs, add project property to subtask, modify path_to_project to deal with ManyToMany fields
-
- Apr 21, 2021
-
-
Jörn Künsemöller authored
-
- Apr 14, 2021
-
-
Jorrit Schaap authored
TMSS-725: processed review comment: split the ERROR state into (generic)ERROR and UNSCHEDULABLE which are both end-states.
-
- Apr 12, 2021
-
-
Jorrit Schaap authored
TMSS-725: fixed tests, and added convenience method to set a subtask to a desired state following the allowed transitions.
-
Jorrit Schaap authored
TMSS-725: added a SubtaskAllowedStateTransitions table, populate it with the allowed state transitions, and raise an exception if a user tries to submit an illegal state transition
-
- Apr 09, 2021
-
-
Nithya Santhanam authored
-
- Mar 26, 2021
-
-
Jörn Künsemöller authored
-
- Mar 15, 2021
-
-
Jörn Künsemöller authored
-
- Mar 05, 2021
-
-
Jorrit Schaap authored
-
- Mar 02, 2021
-
-
Jorrit Schaap authored
-
- Mar 01, 2021
-
-
Jörn Künsemöller authored
-
Nithya authored
Changes updated based on review comments
-
- Feb 26, 2021
-
-
Jörn Künsemöller authored
-
- Feb 18, 2021
-
-
Jorrit Schaap authored
TMSS-648: removed weird excaped line ending handling. Added prerequisite for is_feedback_complete, the number of output dataproducts needs to be > 0
-
- Feb 12, 2021
-
-
Jorrit Schaap authored
-
- Feb 05, 2021
-
-
Jorrit Schaap authored
-
- Feb 01, 2021
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
TMSS-307: while working on TMSS commissioning with TMSS-573 it showed that feedback processing was not robust against undeterministic feedback message order. Now it is.
-
- Jan 21, 2021
-
-
Jorrit Schaap authored
TMSS-573: Seperated TMSS into sub-packages TMSSBackend, TMSSFrontend, TMSSClient and TMSSServices and used the proper dependencies on using-lofar-packages like QA and SCU where TMSSFrontend is not needed.
-
Jörn Künsemöller authored
-
- Dec 14, 2020
-
-
Jörn Künsemöller authored
TMSS-344: modify models for pinning and test data, add logic for task draft and blueprint creation and test coverage
-
- Dec 03, 2020
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- Dec 01, 2020
-
-
Jorrit Schaap authored
TMSS-320: added methods to get/compute the progress of a subtask, process_archive_information for a dataproduct, and to find the transformed_output_dataproduct for a given input dataproduct
-
Jorrit Schaap authored
TMSS-320: replaced FK by OneToOneField because a single dataproduct has a single archive info. renamed related_names. added ADLER32 hashtype
-
- Nov 26, 2020
-
-
Jorrit Schaap authored
TMSS-320: changed SIPidentifier to make it lighter in storage and (de)serialization. Changed ForeignKey into OneToOneField, ensuring each SIPIdentifier is used only once. Create new SIPidentifier instances where/when needed by default. Adated scheduling of observation/pipeline subtasks for bulk creation and usage of global_identifiers, and added a schedule_ingest_subtask method.
-
Jorrit Schaap authored
-
- Nov 23, 2020
-
-
Jorrit Schaap authored
-
- Nov 17, 2020
-
-
Jorrit Schaap authored
-
- Nov 12, 2020
-
-
Nithya authored
-
- Nov 11, 2020
-
-
Jorrit Schaap authored
TMSS-190: let stoptime be set by client(s) instead of assuming that a state update to finishing should always set the subtaks's stoptime
-
- Nov 09, 2020
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
TMSS-322: reimplemented this feature. As stated in the ticket: such a convenience log_url is not part of the Subtask model, but can be a view on the model. So, implemeted it in the viewset. Now, fetching subtasks from the TMSS db is superfast again.
-
- Nov 02, 2020
-
-
Jorrit Schaap authored
-
- Oct 29, 2020
-
-
goei authored
-