Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
gav | 9 (100.0%) | 578 (100.0%) | 64.2 |
Small adjustment to !TaskSearchServiceTests and !TaskServiceTests tearDown().
4 lines of code changed in 2 files:
Tweak !CreateDataService to prevent issues during testing.
Repair getBudgetTasks() search.
Complete testGetBudgetTasks() test.
73 lines of code changed in 1 file:
Added integration test for !TaskSearchService.getPersonsTasks().
Extended !TaskService.delete() to handle assignedPersons and assignedGroups.
Use safe collection navigation in !AssignedGroupService and AssignedPersonService.
107 lines of code changed in 1 file:
Refactor !TaskSearchService.getTasks() to use HQL and avoid bug in ticket #64, also extend associated tests.
23 lines of code changed in 1 file:
Adjust !TaskSearchService.getPersonsTasks() so that if a person created it and is leadPerson then that task is returned.
Started on integration tests for !TaskSearchService.
106 lines of code changed in 1 file:
Adding an entry to a task with no time booked will now leave the task as "Not Started".
Reopening a task will check if the task should be "In Progress" or "Not Started".
Added integration tests for above.
Added !TaskService.delete() since it is required for integration tests.
156 lines of code changed in 1 file:
Some comments to !CreateDataServiceTests.
6 lines of code changed in 1 file:
Base data is now created during bootstrap in all environments.
Add stdout log appender to test environment.
Add !CreateDataServiceTests.
103 lines of code changed in 1 file: