- Oct 02, 2017
-
-
Adriaan Renting authored
-
- Sep 29, 2017
-
-
Adriaan Renting authored
-
Adriaan Renting authored
-
- Sep 25, 2017
-
-
Adriaan Renting authored
-
- Sep 22, 2017
-
-
Adriaan Renting authored
-
Adriaan Renting authored
-
Adriaan Renting authored
-
- Sep 11, 2017
-
-
Adriaan Renting authored
-
- Sep 07, 2017
-
-
Adriaan Renting authored
-
- Sep 06, 2017
-
-
Adriaan Renting authored
-
- Sep 05, 2017
-
-
Adriaan Renting authored
-
- Aug 25, 2017
-
-
Auke Klazema authored
-
- Jul 24, 2017
-
-
Ruud Beukema authored
Task #11020: Added docstrings to schedulers and fixed a problem with instantiating the DwellScheduler.
-
- Jul 13, 2017
-
-
Ruud Beukema authored
Task #10780: Added unit test to cover some more pushing back start/end times situations. Test coverage 92%
-
Ruud Beukema authored
-
- Jul 12, 2017
-
-
Ruud Beukema authored
-
- Jul 06, 2017
-
-
Ruud Beukema authored
Task #10948: Renamed assigment.py to resource_assigner.py, and revived unit tests for ResourceAvailabilityChecker (one test still requires discussion, see TODO). Currently working on unit tests for ResourceAssigner itself.
-
- Jul 03, 2017
-
-
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
-
- Jun 29, 2017
-
-
Ruud Beukema authored
-
- Jun 28, 2017
-
-
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.
-
- Jun 26, 2017
-
-
Ruud Beukema authored
Task #10780: ResourceAvailabilityChecker and ResourceAssigner and their unit tests are separated now, and fully PASS
-
- Jun 22, 2017
-
-
Ruud Beukema authored
Task #10780: Done refactoring ResourceAssigner, ResourseAvailabilityChecker still to refactor and move to separate file
-
Ruud Beukema authored
-
- Jun 20, 2017
-
-
Ruud Beukema authored
Task #10780: Started refactoring doAssignment() up until the call to the findclaims() function. Refactored unit tests accordingly.
-
- Jun 13, 2017
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- Jun 12, 2017
-
-
Jorrit Schaap authored
-
- Jun 08, 2017
-
-
Jorrit Schaap authored
-
- May 30, 2017
-
-
Alexander van Amesfoort authored
Task #9939: assigner, RAtoOTDB propagator: address Auke's review comments + a few small cleanups of my own
-
- May 18, 2017
-
-
Jan David Mol authored
Task #10801: Fixed indentations, added test for invalid root_resource_group, fixed test for RCUs, fixed duplicate test names
-
Jan David Mol authored
-
Jan David Mol authored
-
- May 17, 2017
-
-
Jan David Mol authored
Task #10801: Remove task from findClaims and helper functions, and add tests for findClaims/fitSingleResources/fitMultipleResources
-
Jan David Mol authored
-
- May 16, 2017
-
-
Jan David Mol authored
Task #10801: Moved db_resource_prop_types, db_storage_type_id, db_rcu_type_id, db_rgp2rgp, db_resource_types to (cached) properties to avoid excessive propagation of function arguments that are actually fixed values.
-
Jan David Mol authored
-
- May 15, 2017
-
-
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.
-
- May 09, 2017
-
-
Alexander van Amesfoort authored
Task #9939: RA assigner: add comments to clarify warning wrt not finding predecessor and successor to link to in radb
-
- May 08, 2017
-
-
Alexander van Amesfoort authored
Task #9939: RA: re-enable some unit tests in t_resourceassigner and remove some others no longer useful. Also fix error path bug in assigner and ensure assigner code coverage reports uncovered line list of ResourceAssigner modules. This commit supplements r37300. All regression tests now pass (without disabling any test).
-
- May 06, 2017
-
-
Alexander van Amesfoort authored
Task #9939: RA: rework estimator format to fix predecessor issues with calibration pipeline. Also adjust and much better document other estimators. Small adjustment to assigner wrt properties. This prepares for more testing on the test sys, so this commit likely contains brown paper bugs.
-