open-nomad/command
Chris Hines e600f4ef19 Use minimum OS specific path.
This change ensures LoadConfig and LoadConfigDir report consistent paths to files and those paths use the appropriate path separator for the target OS. Note that LoadConfigDir constructs paths with filepath.Join, which calls filepath.Clean, which calls filepath.FromSlash.
2015-12-14 14:59:19 -05:00
..
agent Use minimum OS specific path. 2015-12-14 14:59:19 -05:00
test-resources Refactor spawn-daemon so it can be used by all OSes and make it write exit code to a file 2015-10-28 16:23:33 -07:00
agent_info.go command: use meta struct for common options 2015-09-14 13:24:03 -07:00
agent_info_test.go Fix vet warnings 2015-10-07 12:26:58 +02:00
alloc_status.go fix arg check 2015-11-16 18:44:37 -08:00
alloc_status_test.go command: better test for alloc-status 2015-09-27 14:42:04 -07:00
client_config.go command: rename client-servers -> client-config 2015-09-25 11:49:31 -07:00
client_config_test.go command: rename client-servers -> client-config 2015-09-25 11:49:31 -07:00
eval_monitor.go command: return 2 for scheduling failures when using monitor 2015-09-22 10:45:07 -07:00
eval_monitor_test.go command: adding eval-monitor 2015-09-22 10:45:05 -07:00
helpers.go command: placeholder for <none> in kv output 2015-09-27 14:04:53 -07:00
helpers_test.go command: placeholder for <none> in kv output 2015-09-27 14:04:53 -07:00
init.go Updated the example nomad job spec to use task group name in the service name 2015-11-26 23:27:33 -08:00
init_test.go command: test init 2015-09-30 14:21:50 -07:00
meta.go fixes another typo 2015-09-29 17:16:55 -04:00
meta_test.go command: use meta struct for common options 2015-09-14 13:24:03 -07:00
monitor.go command: better output for alloc-status 2015-09-27 13:59:27 -07:00
monitor_test.go command/monitor: set initial status to 'pending' 2015-09-22 10:45:08 -07:00
node_drain.go command: use meta struct for common options 2015-09-14 13:24:03 -07:00
node_drain_test.go command: dump allocations for nodes in node-status 2015-09-15 11:20:08 -07:00
node_status.go Show node attribute in node-status 2015-10-22 10:34:21 +00:00
node_status_test.go command: dump allocations for nodes in node-status 2015-09-15 11:20:08 -07:00
run.go Register gob type and remove slicetype 2015-11-18 15:26:38 -08:00
run_test.go command/run: validate job before submission 2015-09-22 10:45:08 -07:00
server_force_leave.go command: rename some agent commands to use a server- prefix 2015-09-22 11:01:41 -07:00
server_force_leave_test.go command: rename some agent commands to use a server- prefix 2015-09-22 11:01:41 -07:00
server_join.go command: rename some agent commands to use a server- prefix 2015-09-22 11:01:41 -07:00
server_join_test.go command: rename some agent commands to use a server- prefix 2015-09-22 11:01:41 -07:00
server_members.go Sort server-members output using name and tags 2015-10-23 21:33:18 +03:00
server_members_test.go command: rename some agent commands to use a server- prefix 2015-09-22 11:01:41 -07:00
spawn_daemon.go Check if the PID is alive instead of heartbeating through modify time 2015-11-04 14:50:44 -08:00
spawn_daemon_darwin.go Refactor spawn-daemon so it can be used by all OSes and make it write exit code to a file 2015-10-28 16:23:33 -07:00
spawn_daemon_linux.go Refactor spawn-daemon so it can be used by all OSes and make it write exit code to a file 2015-10-28 16:23:33 -07:00
spawn_daemon_test.go Refactor spawn-daemon so it can be used by all OSes and make it write exit code to a file 2015-10-28 16:23:33 -07:00
spawn_daemon_unix.go Refactor spawn-daemon so it can be used by all OSes and make it write exit code to a file 2015-10-28 16:23:33 -07:00
spawn_daemon_windows.go Refactor spawn-daemon so it can be used by all OSes and make it write exit code to a file 2015-10-28 16:23:33 -07:00
status.go command/status: don't display node ID in evaluations 2015-09-22 10:45:07 -07:00
status_test.go command: fix tests after job validation 2015-09-16 11:42:28 -07:00
stop.go command: enter monitor mode by default 2015-09-22 10:45:06 -07:00
stop_test.go command/stop: inital stop command 2015-09-22 10:45:06 -07:00
util_test.go command: fix tests after job validation 2015-09-16 11:42:28 -07:00
validate.go command/validate: Adding new command 2015-09-24 18:29:46 -07:00
validate_test.go command/validate: Adding new command 2015-09-24 18:29:46 -07:00
version.go Adding basic version command 2015-06-01 15:25:51 +02:00
version_test.go Adding basic version command 2015-06-01 15:25:51 +02:00