0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cyclic Dependency specs for the new scheduler More... over 11 years ago
Changed some tests to cope with either scheduler More... over 11 years ago
Changed some tests to cope with either scheduler More... over 11 years ago
Added replacement methods for dependsOn(...) to cover specific start or end cases: startDependsOn(...) and endDependsOn(...) More... over 11 years ago
Added tests for cyclic dependencies between projects More... over 11 years ago
[no comment] More... over 11 years ago
Some spec/tests refactored More... over 11 years ago
Cleaned up some TODOs More... over 11 years ago
Added specs and tests for dependencies between projects More... over 11 years ago
New tests for the new (and old) scheduler More... over 11 years ago
Cleaned up some more TODOs More... over 11 years ago
Cleaned up some TODOs More... over 11 years ago
Both schedulers are now passing all tests as expected. The origianl scheduler is still selected in XprojectImpl. The new scheduler has a different ordering of tasks, particularly date-based tasks with dependencies on effort-based tasks. These are now processed in priority order rather than necessarily always being scheduled after the depended-on task (affects dates if same resource used for both tasks). More... over 11 years ago
Progressed implementation of new scheduler to handle all constraint types. Method dependsOn() now deprecated as requires more complex result with all of start/end after start/end supported. Commit still uses original scheduler but can be switched by esetting variable in XprojectImpl. More... over 11 years ago
Progressed implementation of new scheduler to handle all constraint types. Method dependsOn() now deprecated as requires more complex result with all of start/end after start/end supported. Commit still uses original scheduler but can be switched by esetting variable in XprojectImpl. More... over 11 years ago
Reverted to original scheduler. Sysouts removed and new spec tests marked "ExpectedToFail". Still contains asserts but else suitable for production builds prior to release of new scheduler. More... over 11 years ago
Reverted to original scheduler. Sysouts removed and new spec tests marked "ExpectedToFail". Still contains asserts but else suitable for production builds prior to release of new scheduler. More... over 11 years ago
Reverted to original scheduler. Sysouts removed and new spec tests marked "ExpectedToFail". Still contains asserts but else suitable for production builds prior to release of new scheduler. More... over 11 years ago
Interim commit - new sceduler working as spec'd but still contains sysouts and some old tests fail More... over 11 years ago
Interim commit with new spec tests for constraints. Not suitable for a build as still contains system outs. More... over 11 years ago
Improved commenting and layout. Minor code improvements. More... over 11 years ago
Improved commenting and layout. Minor code improvements. More... over 11 years ago
Improved commenting and layout More... over 11 years ago
Removed redundant or out of date TODO and FIXME comments so that the Task list contains genuine items for immediate action. Releases should not be made with outstanding items in the tasks list. Some comments relabelled "Quick Fix", "Future" "?????" or "Should..." depending on context. More... over 11 years ago
Removed redundant or out of date TODO and FIXME comments so that the Task list contains genuine items for immediate action. Releases should not be made with outstanding items in the tasks list. Some comments relabelled "Quick Fix", "Future" "?????" or "Should..." depending on context. More... over 11 years ago
New constraints implementation wip - scheduler2 still bypassed. Sys-outs commented out. some additional comments, etc. More... over 11 years ago
Refactoring for new Constraints implementation (work in progress - some unused methods). Outline of the new process sketched out in schedule2() More... over 11 years ago
Scheduler refactoring - TaskForecastImpl no longer returns itself! More... over 11 years ago
Refactoring for new Constraints implementation (work in progress - some unused methods). schedule2() method further developed but still not used More... over 11 years ago
Refactoring for new Constraints implementation (work in progress - some unused methods). schedule2() method further developed but still not used More... over 11 years ago