1.0.0 (2017-03-06)
Implemented enhancements:
- Time measurement #11
- Clear entity-manager after each task to ensure clean environment #34 (wachterjohannes)
Fixed bugs:
- Cant use schema update when have tagged services #8
- If handle return object output failed #7
- Commands should only output something on error or in verbosity mode #6
- Next Execution date should be in the future #12
Closed issues:
- Description for the commands should be more specific. #31
- Functional testcase for TaskCompilerPass #5
- Debug tasks should be sorted DESC for execution date #17
- Schedule task command option e (end-date) bug #16
- Move command names to service definition #4
Merged pull requests:
- Fixed query to find pending executions #36 (wachterjohannes)
- Updated composer to match symfony 3 #33 (wachterjohannes)
- Added command descriptions #32 (wachterjohannes)
- Added find-by-task-uuid function #30 (wachterjohannes)
- Rename findByStartTime method in repository #29 (wachterjohannes)
- Added selective flush to repositories #28 (wachterjohannes)
- Removed flush of repositories #27 (wachterjohannes)
- Added find-by-task and remove function #26 (wachterjohannes)
- Added find-by-uuid to task-repository #25 (wachterjohannes)
- Used uuid as doctrine-identifier #24 (wachterjohannes)
- Updated required php version to allow 5.5 #22 (janmassive)
- Changed usage of task-builder because of reintroduce of schedule #21 (wachterjohannes)
- Improved Tests with unit and functional tests #20 (wachterjohannes)
- Improved architecture of bundle #15 (wachterjohannes)
- Fixed command issues #18 (wachterjohannes)
- Added command and extended storage #14 (wachterjohannes)
- Added options to command schedule task for cron tasks #13 (wachterjohannes)
- Add tagged service task compilerpass #2 (wachterjohannes)