docmerlin (j. Emrys Landivar)
64883a5dad
Use snowflake for bolt task ids
2018-10-30 18:20:59 -05:00
docmerlin (j. Emrys Landivar)
6e2620418c
Now you can cancel runs
2018-10-29 16:08:50 -05:00
Mark Rushakoff
8c0aec7975
fix(task): propagate status updates when modifying tasks
...
This also changes the backend.Store API to remove the EnableTask and
DisableTask methods, merging their functionality into ModifyTask, which
has been named to UpdateTask to keep closer to the CRUD acronym.
2018-10-19 16:49:18 -07:00
Lyon Hill
e643c434f6
Allow the scheduler to Update tasks. ( #1058 )
...
* Allow the scheduler to Update tasks.
* update the coordinator to use the new update action
* remove unclean code
2018-10-12 08:24:22 -06:00
Leonardo Di Donato
ca7ba33d27
fix(task/mock): porting to uint64 IDs
2018-10-11 09:54:18 -05:00
Leonardo Di Donato
8d7f06cf4b
feat(platform/id): using uint64 for platform.IDs
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
Co-Authored-by: Lorenzo Fontana <lo@linux.com>
2018-10-11 09:54:18 -05:00
Lyon Hill
7ff3361e78
fix(task): Allow task scheduler to be stopped and started. ( #882 )
2018-09-26 00:01:21 -06:00
Lyon Hill
c6821e3f71
Revert "fix(task): Allow task scheduler to be stopped and started. ( #857 )" ( #880 )
...
This reverts commit 98fe509465
.
2018-09-25 23:31:26 -06:00
Lyon Hill
98fe509465
fix(task): Allow task scheduler to be stopped and started. ( #857 )
...
* fix(task): Allow task scheduler to be stopped and started.
* make create task scheduling a bit more strict
2018-09-25 23:16:26 -06:00
Mark Rushakoff
f72ed76a47
feat(task): handle manual runs in scheduler
2018-08-26 20:34:05 -07:00
Mark Rushakoff
813ba2f221
chore(task): rename StoreTaskMeta.LastCompleted to LatestCompleted
...
LastCompleted implies they could be out of order, so LatestCompleted is
more accurate.
2018-08-22 10:36:03 -07:00
Mark Rushakoff
de577125a8
refactor(task): remove CreateRun method from Store
...
This method has been superseded by CreateNextRun.
2018-08-17 11:49:09 -07:00
Mark Rushakoff
11fe3acf05
refactor(task): use CreateNextRun in scheduler
2018-08-17 11:08:23 -07:00
Mark Rushakoff
a5371de0d0
fix(task): undo accidental type rename
2018-08-14 14:34:20 -07:00
Jade McGough
70ccb78c5d
chore(task): update run schema
2018-08-14 13:33:05 -07:00
Lyon Hill
0661d05b1f
update mock scheduler
2018-08-01 13:36:47 -06:00
Michael Desa
8c87c9d132
revert #442
2018-08-01 14:54:32 -04:00
Leonardo Di Donato
3651350cc5
Refactoring mock usage of IDs (task package)
2018-08-01 18:20:59 +02:00
Mark Rushakoff
090d337bf0
feat(task): migrate task code from enterprise
...
Co-authored-by: j. Emrys Landivar <landivar@gmail.com>
Co-authored-by: Lyon Hill <lyondhill@gmail.com>
2018-07-26 15:16:56 -07:00