open-nomad/nomad
2018-01-31 09:56:53 -06:00
..
deploymentwatcher Adds comment to handleRollbackValidity method and other small test readability fixes. 2017-11-03 17:05:15 -05:00
mock Reschedule previous allocs and track their reschedule attempts 2018-01-31 09:56:53 -06:00
state Refactor redundancy_zone/upgrade_version out of client meta 2018-01-29 20:03:38 -08:00
structs Address more code review feedback 2018-01-31 09:56:53 -06:00
types
acl.go clear the token 2017-10-23 15:11:13 -07:00
acl_endpoint.go review feedback 2017-10-16 17:14:48 -04:00
acl_endpoint_test.go review feedback 2017-10-16 17:14:48 -04:00
acl_test.go leader acl token 2017-10-23 14:10:14 -07:00
alloc_endpoint.go Allow Node.SecretID for GetNode and GetAlloc 2017-10-12 16:27:33 -07:00
alloc_endpoint_test.go Allow Node.SecretID for GetNode and GetAlloc 2017-10-12 16:27:33 -07:00
autopilot.go Fix remaining issues with autopilot change 2018-01-30 15:21:28 -08:00
autopilot_test.go Refactor redundancy_zone/upgrade_version out of client meta 2018-01-29 20:03:38 -08:00
blocked_evals.go sync 2017-10-13 14:36:02 -07:00
blocked_evals_test.go sync 2017-10-13 14:36:02 -07:00
config.go Refactor redundancy_zone/upgrade_version out of client meta 2018-01-29 20:03:38 -08:00
core_sched.go thread leader token through core gc and test 2017-10-23 15:04:00 -07:00
core_sched_test.go thread leader token through core gc and test 2017-10-23 15:04:00 -07:00
deployment_endpoint.go
deployment_endpoint_test.go Added more unit tests for testing rollback when job has identical spec to AllocHealth and DeploymentStatus endpoints. 2017-11-03 16:07:06 -05:00
deployment_watcher_shims.go
endpoints_oss.go
eval_broker.go
eval_broker_test.go
eval_endpoint.go
eval_endpoint_test.go Address some code review comments 2017-12-18 15:22:23 -06:00
fsm.go Merge branch 'master' into autopilot 2018-01-18 13:29:25 -08:00
fsm_not_ent.go sync 2017-10-13 14:36:02 -07:00
fsm_registry_oss.go
fsm_test.go Refactor redundancy_zone/upgrade_version out of client meta 2018-01-29 20:03:38 -08:00
heartbeat.go
heartbeat_test.go lax timing 2017-10-23 16:48:20 -07:00
job_endpoint.go Merge branch 'master' into 0.8 2018-01-03 16:06:38 -06:00
job_endpoint_oss.go
job_endpoint_test.go use assert library 2017-12-06 15:03:02 -05:00
leader.go Refactor redundancy_zone/upgrade_version out of client meta 2018-01-29 20:03:38 -08:00
leader_oss.go
leader_test.go Add autopilot functionality based on Consul's autopilot 2017-12-18 14:29:41 -08:00
merge.go
node_endpoint.go Address some code review comments 2017-11-03 09:13:01 -05:00
node_endpoint_test.go Fix node end point test that was failing compilation 2017-11-01 15:16:38 -05:00
operator_endpoint.go Refactor redundancy_zone/upgrade_version out of client meta 2018-01-29 20:03:38 -08:00
operator_endpoint_test.go Add raft remove by id endpoint/command 2018-01-16 13:35:32 -08:00
periodic.go Fix followers not creating periodic launch 2017-12-11 13:55:17 -08:00
periodic_endpoint.go
periodic_endpoint_test.go Fix followers not creating periodic launch 2017-12-11 13:55:17 -08:00
periodic_test.go Fix followers not creating periodic launch 2017-12-11 13:55:17 -08:00
plan_apply.go Update eval modify index as part of plan apply. 2017-12-18 10:03:55 -06:00
plan_apply_not_ent.go sync 2017-10-13 14:36:02 -07:00
plan_apply_pool.go
plan_apply_pool_test.go
plan_apply_test.go Update eval modify index as part of plan apply. 2017-12-18 10:03:55 -06:00
plan_endpoint.go
plan_endpoint_test.go sync 2017-10-13 14:36:02 -07:00
plan_queue.go
plan_queue_test.go
pool.go add ability to upgrade/downgrade nomad agents tls configurations via sighup 2018-01-08 09:21:06 -05:00
raft_rpc.go swap raft layer tls wrapper 2018-01-19 17:00:15 -05:00
regions_endpoint.go
regions_endpoint_test.go
rpc.go remove unnecessary nil checks; default case 2018-01-08 09:24:28 -05:00
rpc_test.go connection receives only EOF 2017-11-01 15:21:05 -05:00
search_endpoint.go Fixes #3679 2017-12-20 17:58:07 -05:00
search_endpoint_oss.go sync 2017-10-13 14:36:02 -07:00
search_endpoint_test.go search endpoint forwarding 2017-12-20 17:57:28 -05:00
serf.go Merge branch 'master' into autopilot 2018-01-18 13:29:25 -08:00
serf_test.go Fix some flaky tests 2017-10-23 16:48:20 -07:00
server.go Refactor redundancy_zone/upgrade_version out of client meta 2018-01-29 20:03:38 -08:00
server_setup_oss.go Add autopilot functionality based on Consul's autopilot 2017-12-18 14:29:41 -08:00
server_test.go Merge pull request #3492 from hashicorp/f-client-tls-reload 2018-01-23 05:51:32 -05:00
stats_fetcher.go Add autopilot functionality based on Consul's autopilot 2017-12-18 14:29:41 -08:00
stats_fetcher_test.go Add autopilot functionality based on Consul's autopilot 2017-12-18 14:29:41 -08:00
status_endpoint.go Add autopilot functionality based on Consul's autopilot 2017-12-18 14:29:41 -08:00
status_endpoint_test.go
system_endpoint.go
system_endpoint_test.go
timetable.go
timetable_test.go
util.go Refactor redundancy_zone/upgrade_version out of client meta 2018-01-29 20:03:38 -08:00
util_test.go Fix remaining issues with autopilot change 2018-01-30 15:21:28 -08:00
vault.go
vault_test.go fix flaky vault test 2017-10-23 16:48:20 -07:00
vault_testing.go
worker.go
worker_test.go Update eval modify index as part of plan apply. 2017-12-18 10:03:55 -06:00