influxdb/task/backend
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
..
bolt fix(task): propagate status updates when modifying tasks 2018-10-19 16:49:18 -07:00
coordinator fix(task): propagate status updates when modifying tasks 2018-10-19 16:49:18 -07:00
executor refactor(task): extract CreateTaskRequest struct 2018-10-15 09:20:47 -07:00
storetest fix(task): propagate status updates when modifying tasks 2018-10-19 16:49:18 -07:00
Makefile refactor: modify tooling to take advantage of go run 2018-10-15 11:01:27 -05:00
inmem_logreaderwriter.go fix(task/backend): porting to uint64 IDs 2018-10-11 09:54:18 -05:00
inmem_store.go fix(task): propagate status updates when modifying tasks 2018-10-19 16:49:18 -07:00
inmem_store_test.go test(task): cache parsed options in test 2018-08-07 12:46:50 -07:00
logreaderwriter_test.go feat(task): migrate task code from enterprise 2018-07-26 15:16:56 -07:00
meta.go fix(task/backend): porting to uint64 IDs 2018-10-11 09:54:18 -05:00
meta.pb.go refactor: modify tooling to take advantage of go run 2018-10-15 11:01:27 -05:00
meta.proto refactor: modify tooling to take advantage of go run 2018-10-15 11:01:27 -05:00
meta_test.go feat(platform/id): method to create an invalid id 2018-10-11 09:54:18 -05:00
scheduler.go fix(task): propagate status updates when modifying tasks 2018-10-19 16:49:18 -07:00
scheduler_metrics.go feat(task): migrate task code from enterprise 2018-07-26 15:16:56 -07:00
scheduler_test.go Allow the scheduler to Update tasks. (#1058) 2018-10-12 08:24:22 -06:00
store.go fix(task): propagate status updates when modifying tasks 2018-10-19 16:49:18 -07:00