open-nomad/nomad
2018-05-07 14:50:01 -05:00
..
deploymentwatcher small review feedback fixes 2018-05-07 14:50:01 -05:00
drainer Safety guard 2018-04-25 16:00:56 -07:00
mock command/agent: add HCL mock for parse endpoint 2018-04-16 19:21:09 -04:00
state Pass through timestamp 2018-05-07 14:50:01 -05:00
structs small review feedback fixes 2018-05-07 14:50:01 -05:00
types
acl.go
acl_endpoint.go non-Existent -> nonexistent 2018-03-12 11:59:33 -07:00
acl_endpoint_test.go non-Existent -> nonexistent 2018-03-12 11:59:33 -07:00
acl_test.go
alloc_endpoint.go switch to new raft DesiredTransition message 2018-03-21 16:49:48 -07:00
alloc_endpoint_test.go switch to new raft DesiredTransition message 2018-03-21 16:49:48 -07:00
autopilot.go Remove debug print statements 2018-04-10 08:16:50 -05:00
autopilot_test.go
blocked_evals.go
blocked_evals_test.go
client_alloc_endpoint.go rpc: wrap up old version check in a helper 2018-04-09 11:09:05 -07:00
client_alloc_endpoint_test.go rpc: only attempt NodeRpc for nodes>=0.8 2018-04-09 11:08:06 -07:00
client_fs_endpoint.go rpc: wrap up old version check in a helper 2018-04-09 11:09:05 -07:00
client_fs_endpoint_test.go rpc: only attempt NodeRpc for nodes>=0.8 2018-04-09 11:08:06 -07:00
client_rpc.go small cleanup and logging 2018-04-27 10:36:28 -07:00
client_rpc_test.go Fix issue where node connection map wasn't being pruned 2018-04-27 10:16:03 -07:00
client_stats_endpoint.go rpc: wrap up old version check in a helper 2018-04-09 11:09:05 -07:00
client_stats_endpoint_test.go rpc: only attempt NodeRpc for nodes>=0.8 2018-04-09 11:08:06 -07:00
config.go Use preconfigured nodeID if there isn't a persisted node ID, and persist it if its not persisted. 2018-04-10 08:47:33 -05:00
core_sched.go Update alloc GC eligility logic to not rely on follow up evals 2018-04-11 13:58:02 -05:00
core_sched_test.go Merge pull request #4131 from hashicorp/b-rescheduling-fix-gc 2018-04-11 15:44:36 -05:00
deployment_endpoint.go
deployment_endpoint_test.go
deployment_watcher_shims.go
drainer_int_test.go Fix detecting drain strategy on GC'd node 2018-04-25 16:00:56 -07:00
drainer_shims.go Batch drain update 2018-03-21 16:51:44 -07:00
endpoints_oss.go
eval_broker.go Changed "til" to "until" 2018-04-11 12:36:28 -05:00
eval_broker_test.go Address some code review comments 2018-03-14 16:10:32 -05:00
eval_endpoint.go
eval_endpoint_test.go non-Existent -> nonexistent 2018-03-12 11:59:33 -07:00
fsm.go UX touchups 2018-04-26 15:24:27 -07:00
fsm_not_ent.go
fsm_registry_oss.go
fsm_test.go Correctly handle the upgrade path of a node being drained when applying Raft logs 2018-04-03 15:32:44 -07:00
heartbeat.go Merge pull request #3890 from hashicorp/b-heartbeat 2018-03-12 14:41:59 -07:00
heartbeat_test.go Fix merge change 2018-03-12 16:25:49 -07:00
job_endpoint.go UX touchups 2018-04-26 15:24:27 -07:00
job_endpoint_oss.go
job_endpoint_test.go Sort signals in implicit constraint 2018-04-26 10:12:47 -07:00
leader.go Allow nomad to restore bad periodic job 2018-04-26 15:51:47 -07:00
leader_oss.go
leader_test.go Make leader election test run on all three protocol versions 2018-04-10 14:20:02 -05:00
merge.go
node_endpoint.go Add custom status description for rescheduling follow up evals, and make unit test robust 2018-04-10 15:30:15 -05:00
node_endpoint_test.go Add custom status description for rescheduling follow up evals, and make unit test robust 2018-04-10 15:30:15 -05:00
operator_endpoint.go
operator_endpoint_test.go
periodic.go UX touchups 2018-04-26 15:24:27 -07:00
periodic_endpoint.go
periodic_endpoint_test.go spelling: periodic 2018-03-11 18:37:05 +00:00
periodic_test.go
plan_apply.go drain: initial drainv2 structs and impl 2018-03-21 16:49:48 -07:00
plan_apply_not_ent.go
plan_apply_pool.go
plan_apply_pool_test.go
plan_apply_test.go
plan_endpoint.go
plan_endpoint_test.go
plan_queue.go
plan_queue_test.go
raft_rpc.go
regions_endpoint.go
regions_endpoint_test.go
rpc.go small cleanup 2018-03-30 15:49:56 -07:00
rpc_test.go refactor drainer into a subpkg 2018-03-21 16:51:44 -07:00
search_endpoint.go
search_endpoint_oss.go
search_endpoint_test.go
serf.go
serf_test.go
server.go Track all client connections 2018-04-26 13:22:09 -07:00
server_setup_oss.go
server_test.go Use preconfigured nodeID if there isn't a persisted node ID, and persist it if its not persisted. 2018-04-10 08:47:33 -05:00
stats_fetcher.go Separate client and server rpc advertise addresses 2018-03-16 16:47:08 -07:00
stats_fetcher_test.go
status_endpoint.go
status_endpoint_test.go
system_endpoint.go
system_endpoint_test.go
testing.go Use preconfigured nodeID if there isn't a persisted node ID, and persist it if its not persisted. 2018-04-10 08:47:33 -05:00
timetable.go
timetable_test.go
util.go rpc: give min rpc version variable a better name 2018-04-09 11:09:05 -07:00
util_test.go
vault.go Changed "til" to "until" 2018-04-11 12:36:28 -05:00
vault_test.go Allow and recommend Orphaned Vault tokens 2018-03-15 15:32:08 -07:00
vault_testing.go
worker.go integration test and basic fixes 2018-03-21 16:51:44 -07:00
worker_test.go