open-nomad/client/allocrunner/taskrunner
Michael Schurter 812f1679e2
Merge pull request #5352 from hashicorp/b-leaked-logmon
logmon fixes
2019-02-26 08:35:46 -08:00
..
getter client: Rename drivers/shared/env => client/taskenv 2018-11-30 12:18:39 +01:00
interfaces client: fix tr lifecycle logic and shutdown delay 2018-11-05 12:32:05 -08:00
restarts client: fix broked tests from refactoring 2018-10-16 16:56:56 -07:00
state move cstructs.DeviceNetwork to drivers pkg 2019-01-08 09:11:47 -05:00
template Fix env templates having interpolated destinations 2019-01-28 10:28:53 -08:00
artifact_hook.go client: don't redownload completed artifacts on retries 2019-02-20 08:45:12 -08:00
artifact_hook_test.go client: don't redownload completed artifacts on retries 2019-02-20 08:45:12 -08:00
device_hook.go Store device envs separately and pass to drivers 2018-12-19 14:23:09 -08:00
device_hook_test.go Device hook and devices affect computed node class 2018-11-27 17:25:33 -08:00
dispatch_hook.go client/state: support upgrading from 0.8->0.9 2018-12-19 10:39:27 -08:00
dispatch_hook_test.go use drivers.FSIsolation 2019-01-08 09:11:47 -05:00
driver_handle.go executor: implement streaming stats API 2019-01-12 12:18:22 -05:00
errors.go client: artifact errors are retry-able 2019-02-20 07:21:27 -08:00
errors_test.go client: artifact errors are retry-able 2019-02-20 07:21:27 -08:00
lazy_handle.go executor: implement streaming stats API 2019-01-12 12:18:22 -05:00
lifecycle.go Rename TaskKillHook to TaskPreKillHook to more closely match usage 2019-01-22 09:41:21 -06:00
logmon_hook.go client: restart task on logmon failures 2019-02-25 15:42:45 -08:00
logmon_hook_test.go tests: move unix-specific test to its own file 2019-02-26 07:56:44 -08:00
logmon_hook_unix_test.go tests: move unix-specific test to its own file 2019-02-26 07:56:44 -08:00
service_hook.go consul: fix task deregistration hook 2019-02-12 15:36:02 -08:00
service_hook_test.go consul: fix task deregistration hook 2019-02-12 15:36:02 -08:00
stats_hook.go tr: use context in as select statement 2019-01-22 20:11:39 -05:00
stats_hook_test.go executor: implement streaming stats API 2019-01-12 12:18:22 -05:00
task_dir_hook.go Fix usage of fsi variable 2019-01-29 14:07:55 -08:00
task_runner.go client: restart on recoverable StartTask errors 2019-02-21 15:30:49 -08:00
task_runner_getters.go Improve Kill handling on task runner 2019-01-08 16:42:26 -08:00
task_runner_hooks.go client: artifact errors are retry-able 2019-02-20 07:21:27 -08:00
task_runner_test.go emit TaskRestartSignal event on vault restart 2019-02-22 15:56:14 -05:00
template_hook.go client: Rename drivers/shared/env => client/taskenv 2018-11-30 12:18:39 +01:00
validate_hook.go client: Rename drivers/shared/env => client/taskenv 2018-11-30 12:18:39 +01:00
validate_hook_test.go client: Rename drivers/shared/env => client/taskenv 2018-11-30 12:18:39 +01:00
vault_hook.go emit TaskRestartSignal event on vault restart 2019-02-22 15:56:14 -05:00
vault_hook_test.go client: support graceful shutdowns 2018-11-19 16:39:30 -08:00