influxdb/task/backend
Mark Rushakoff 4745f27bef fix(task/backend): return useful error when validating empty script
After we started parsing options inside of the task validation methods,
we accidentally shadowed the "missing script" error when the script was
empty. This restores the behavior of telling the user "missing script"
rather than a cryptic syntax error.
2018-08-03 17:13:15 -07:00
..
bolt refactor(task): Move task meta into the backend 2018-08-03 14:27:07 -06:00
executor revert #442 2018-08-01 14:54:32 -04:00
storetest refactor(task): Move task meta into the backend 2018-08-03 14:27:07 -06:00
Makefile refactor(task): Move task meta into the backend 2018-08-03 14:27:07 -06:00
inmem_logreaderwriter.go feat(task): update the scheduler and logwriter interface 2018-08-01 13:32:54 -06:00
inmem_store.go refactor(task): Move task meta into the backend 2018-08-03 14:27:07 -06:00
inmem_store_test.go feat(task): migrate task code from enterprise 2018-07-26 15:16:56 -07:00
logreaderwriter_test.go feat(task): migrate task code from enterprise 2018-07-26 15:16:56 -07:00
meta.pb.go add in comments 2018-08-03 14:27:07 -06:00
meta.proto add in comments 2018-08-03 14:27:07 -06:00
scheduler.go feat(task): update the scheduler and logwriter interface 2018-08-01 13:32:54 -06:00
scheduler_metrics.go feat(task): migrate task code from enterprise 2018-07-26 15:16:56 -07:00
scheduler_test.go fix bad commit with merge issue 2018-08-01 13:36:47 -06:00
store.go fix(task/backend): return useful error when validating empty script 2018-08-03 17:13:15 -07:00