open-consul/command
James Phillips 5e4db081f7
Removes Raft types from public API interface.
This will cause a lot of breakage because we've currently vendored a
branch of the Raft library.
2016-08-30 14:59:16 -07:00
..
agent Changes default DNS allow_stale to true. 2016-08-30 13:55:19 -07:00
configtest.go command: fix configtest help format 2015-05-11 09:42:26 -07:00
configtest_test.go fixes issue #1661 and adds supporting test 2016-02-09 10:35:39 -05:00
event.go command: event command supports -token arg 2015-06-22 16:59:41 -07:00
event_test.go
exec.go Speling police 2016-05-15 09:13:52 -07:00
exec_test.go Update tests - NodeService init needs bool 2015-08-20 09:09:26 -07:00
force_leave.go
force_leave_test.go
info.go Removes the GOMAXPROCS warnings which are obsolete for Go 1.5+. 2015-11-25 17:59:16 -08:00
info_test.go
join.go
join_test.go
keygen.go
keygen_test.go
keyring.go agent: write-level keyring ACLs work 2015-07-07 10:36:51 -06:00
keyring_test.go
leave.go add extra check for unexpected args to leave command 2016-07-24 00:36:59 +10:00
leave_test.go add extra check for unexpected args to leave command 2016-07-24 00:36:59 +10:00
lock.go Makes the timeout behavior more intuitive. 2016-01-06 09:40:20 -08:00
lock_test.go Makes the timeout behavior more intuitive. 2016-01-06 09:40:20 -08:00
maint.go Chase casting types.CheckID to a string into the state_store. 2016-06-07 16:59:02 -04:00
maint_test.go Adds missing token to maint unit test. 2015-09-10 14:53:00 -07:00
members.go Used 'unconvert' to remove unneeded conversions 2016-03-18 16:12:56 +01:00
members_test.go Include DC in the members command output 2015-05-15 23:26:34 +02:00
monitor.go
operator.go Removes Raft types from public API interface. 2016-08-30 14:59:16 -07:00
operator_test.go Adds new consul operator endpoint, CLI, and ACL and some basic Raft commands. 2016-08-30 00:02:50 -07:00
reload.go
reload_test.go
rpc.go command: remote exec takes -token parameter 2015-06-22 17:16:28 -07:00
rpc_test.go command: address vet report in test 2015-01-17 07:57:11 +01:00
rtt.go Correct the rtt -wan error message 2016-03-04 16:27:30 -05:00
rtt_test.go Completes rebase of network coordinates to new memdb. 2015-10-23 15:23:01 -07:00
util_test.go agent: scada client and HTTP server are tracked separately 2015-08-25 16:59:53 -07:00
util_unix.go command: fix Windows build 2015-01-25 05:00:52 +01:00
util_windows.go docs: describe child process handling on Windows for lock command 2015-01-25 11:42:29 +01:00
version.go Tweaks formatting of Consul version. 2016-08-25 17:12:55 -07:00
version_test.go
watch.go Fixes a typo and adds stale documentation to website. 2016-08-10 15:46:28 -07:00
watch_test.go