open-nomad/command/agent
Sean Chittenden 555f4fe135
Change client/consul.NewSyncer() to accept a shutdown channel
In addition to the API changing, consul.Syncer can now be signaled
to shutdown via the Shutdown() method, which will call the Run()'ing
sync task to exit gracefully.
2016-06-10 15:54:39 -04:00
..
config-test-fixtures Fix config_parse_test to reflect that consul.addr does not exist. 2016-06-10 15:50:11 -04:00
test-resources
agent.go Change client/consul.NewSyncer() to accept a shutdown channel 2016-06-10 15:54:39 -04:00
agent_endpoint.go Add some trace-level logging for /v1/agent/servers when writing 2016-06-10 15:50:11 -04:00
agent_endpoint_test.go Change the endpoint for /v1/agent/servers and fix tests. 2016-06-10 15:50:11 -04:00
agent_test.go Fix tests for client.TestAgent_ServerConfig 2016-06-10 15:50:11 -04:00
alloc_endpoint.go Renamed error message in alloc endpoint 2016-05-28 20:03:52 -07:00
alloc_endpoint_test.go Fixed a test 2016-05-31 01:58:32 +02:00
command.go Rebalance Nomad client RPCs among different Nomad servers. 2016-06-10 15:50:11 -04:00
command_test.go
config.go Update the nomad_server_service default from nomad-server to just nomad. 2016-06-10 15:50:11 -04:00
config_parse.go Create a weak decoder to parse time.Duration. 2016-06-10 15:50:11 -04:00
config_parse_test.go Update the nomad_server_service default from nomad-server to just nomad. 2016-06-10 15:50:11 -04:00
config_test.go Fix "http_api_response_headers" config not working 2016-05-16 20:57:54 -07:00
eval_endpoint.go
eval_endpoint_test.go
fs_endpoint.go
fs_endpoint_test.go
http.go Changed the stats endpoints 2016-05-28 19:59:20 -07:00
http_test.go Use codegen for json marshalling: 20% faster, 12% less bytes allocated, 85% less allocations 2016-05-18 09:45:46 -07:00
job_endpoint.go
job_endpoint_test.go Switch to using the harness 2016-05-16 12:49:18 -07:00
log_levels.go
log_writer.go
log_writer_test.go
node_endpoint.go
node_endpoint_test.go
region_endpoint.go
region_endpoint_test.go
stats_endpoint.go Added a test for the clients stats endpoint 2016-05-28 19:59:20 -07:00
stats_endpoint_test.go Added a test for the clients stats endpoint 2016-05-28 19:59:20 -07:00
status_endpoint.go
status_endpoint_test.go
syslog.go
syslog_test.go
system_endpoint.go
system_endpoint_test.go
util.go Use consul/lib's RandomStagger 2016-06-10 15:48:36 -04:00