Skip to content
Snippets Groups Projects
  1. Oct 02, 2017
  2. Sep 29, 2017
  3. Sep 25, 2017
  4. Sep 22, 2017
  5. Sep 11, 2017
  6. Sep 07, 2017
  7. Sep 06, 2017
  8. Sep 05, 2017
  9. Aug 25, 2017
  10. Jul 24, 2017
  11. Jul 13, 2017
  12. Jul 12, 2017
  13. Jul 06, 2017
  14. Jul 03, 2017
    • Ruud Beukema's avatar
      Task #10780: Fixed use case where task start_time > now and end_time <... · 74a8de1a
      Ruud Beukema authored
      Task #10780: Fixed use case where task start_time > now and  end_time < start_time resulted in an failing RPC to RADBService. InsertSpecificationAndTask()  - failing since RADB doesn't allow for end_time < start_time. New behavior is in these cases to change end_time to end_time = start_time + 1 hour
      74a8de1a
  15. Jun 29, 2017
  16. Jun 28, 2017
    • Ruud Beukema's avatar
      Task #10780: Refactored ResourceAssigner such that it uses the new... · 131fb422
      Ruud Beukema authored
      Task #10780: Refactored ResourceAssigner such that it uses the new DwellScheduler (instead of resource_availability_checker.get_is_claimable()), refactored ResourceAvailabilityChecker such that it can be injected into the schedulers. The latter is still a work in progress: refer to the TODOs in these files for more information.
      131fb422
  17. Jun 26, 2017
  18. Jun 22, 2017
  19. Jun 20, 2017
  20. Jun 13, 2017
  21. Jun 12, 2017
  22. Jun 08, 2017
  23. May 30, 2017
  24. May 18, 2017
  25. May 17, 2017
  26. May 16, 2017
  27. May 15, 2017
    • Ruud Beukema's avatar
      Task #10784: Renamed claim status "claimed" (ID 0) to "tentative" and claim... · 69e98a65
      Ruud Beukema authored
      Task #10784: Renamed claim status "claimed" (ID 0) to "tentative" and claim status "allocated" (ID 1) to "claimed" in both Python code and  database creation/allocation scripts. Successfully verified that all unit tests that originally passed still pass, and that those that originally didn't pass, don't give new errors.
      69e98a65
  28. May 09, 2017
  29. May 08, 2017
  30. May 06, 2017
Loading