You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/command/agent
Kyle Havlovitz c2e7f45002
Add CAS capability to autopilot config endpoint
8 years ago
..
acl.go Adds complete ACL coverage for non-utility agent endpoints. 8 years ago
acl_endpoint.go Adds ACL management support to the agent. 8 years ago
acl_endpoint_test.go
acl_test.go Adds remaining unit tests for agent ACL vet and filter functions. 8 years ago
agent.go Add state store table and endpoints for autopilot 8 years ago
agent_endpoint.go Add support for setting node metadata fields 8 years ago
agent_endpoint_test.go Add tests for node metadata functionality 8 years ago
agent_test.go Fix test import 8 years ago
bindata_assetfs.go Pulls in latest static asset updates. 8 years ago
catalog_endpoint.go Add node metadata filtering to remaining health/catalog endpoints 8 years ago
catalog_endpoint_test.go Add node metadata filtering to remaining health/catalog endpoints 8 years ago
check.go Standardize the case of all check log messages 8 years ago
check_test.go Concurrent-safe notification mock 8 years ago
command.go Update docs and give better error for unknown client scheme 8 years ago
command_test.go Merge branch 'master' into f-gce-discovery 8 years ago
config.go Add state store table and endpoints for autopilot 8 years ago
config_test.go Add state store table and endpoints for autopilot 8 years ago
coordinate_endpoint.go
coordinate_endpoint_test.go
dns.go Fixes issue with missing CNAME for services with non-IP addresses set in SRV responses. 8 years ago
dns_test.go Fixes issue with missing CNAME for services with non-IP addresses set in SRV responses. 8 years ago
event_endpoint.go Updates a comment to point to new blockingQuery function. 8 years ago
event_endpoint_test.go Adds complete ACL support for listing events. 8 years ago
flag_slice_value.go
flag_slice_value_test.go
health_endpoint.go Add node metadata filtering to remaining health/catalog endpoints 8 years ago
health_endpoint_test.go Add node metadata filtering to remaining health/catalog endpoints 8 years ago
http.go Add state store table and endpoints for autopilot 8 years ago
http_api.md
http_test.go Update TestHTTPServer_UnixSocket with DialContext 8 years ago
keyring.go Added -relay-factor param to keyring operations 8 years ago
keyring_test.go Added -relay-factor param to keyring operations 8 years ago
kvs_endpoint.go
kvs_endpoint_test.go
local.go Adds catalog support for node IDs. 8 years ago
local_test.go Adds catalog support for node IDs. 8 years ago
operator_endpoint.go Add CAS capability to autopilot config endpoint 8 years ago
operator_endpoint_test.go Add CAS capability to autopilot config endpoint 8 years ago
prepared_query_endpoint.go
prepared_query_endpoint_test.go Add tests for node meta in prepared queries and update docs 8 years ago
remote_exec.go
remote_exec_test.go
rpc.go Added -relay-factor param to keyring operations 8 years ago
rpc_client.go Added -relay-factor param to keyring operations 8 years ago
rpc_client_test.go Added -relay-factor param to keyring operations 8 years ago
rpc_log_stream.go
rpc_log_stream_test.go
session_endpoint.go Adds complete ACL coverage for /v1/session endpoints. 8 years ago
session_endpoint_test.go
snapshot_endpoint.go
snapshot_endpoint_test.go
status_endpoint.go
status_endpoint_test.go
structs.go
structs_test.go
translate_addr.go
txn_endpoint.go
txn_endpoint_test.go
ui_endpoint.go
ui_endpoint_test.go
user_event.go
user_event_test.go
util.go
util_test.go
watch_handler.go
watch_handler_test.go