Skip to content
Snippets Groups Projects
  1. Sep 19, 2019
  2. Sep 16, 2019
    • Jorrit Schaap's avatar
      SW-816: bonus feature: refactored RADBCommonTest into a RADBCommonTestMixin... · ae39ede4
      Jorrit Schaap authored
      SW-816: bonus feature: refactored RADBCommonTest into a RADBCommonTestMixin which takes care of setting up a testing postgres radb instance, and which can be used in conjunction with a unittest.TestCase to do unittests on a fresh RADB instance. By using a mixin instead of chained inheritance we have better seperation of responsibility, and tools like pycharm can handle these tests better as well.
      ae39ede4
    • Jorrit Schaap's avatar
      SW-816: modified radb insertSpecificationAndTask into... · 424204a3
      Jorrit Schaap authored
      SW-816: modified radb insertSpecificationAndTask into insertOrUpdateSpecificationAndTask. This has the advantage that we do not have to reconnect predecessor relations, and in the webscheduler a re-insert of a task will now be visible as an update on an existing task, instead of a delete (disappear) followed by an insert (reappear). Catch task_predecessor_unique PostgresDBQueryExecutionError in the Specification class of the resourceassigner, so scheduling can continue even on tasks which were already known and already had links to predecessors.
      424204a3
  3. Aug 30, 2019
  4. Aug 27, 2019
  5. Aug 22, 2019
  6. Apr 19, 2019
  7. Mar 22, 2019
  8. Mar 14, 2019
  9. Feb 20, 2019
  10. Dec 20, 2018
  11. Dec 10, 2018
  12. Aug 29, 2018
  13. Jul 25, 2018
  14. Apr 12, 2018
  15. Jan 30, 2018
  16. Dec 05, 2017
  17. Oct 03, 2017
  18. Oct 02, 2017
  19. Sep 26, 2017
  20. Sep 22, 2017
  21. Sep 20, 2017
  22. Sep 12, 2017
  23. Aug 31, 2017
  24. Aug 03, 2017
  25. Jul 18, 2017
  26. Jun 28, 2017
Loading