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/agent
Abhishek Chanda 36306c0076
Change bind_port to an int
7 years ago
..
ae Spelling (#3958) 7 years ago
cache Fix hot loop in cache for RPC returning zero index. 7 years ago
cache-types Get agent cache tests passing without global hit count (which is racy). 7 years ago
checks Update check.go 7 years ago
config agent/config: parse upstreams with multiple service definitions 7 years ago
connect Remove x509 name constraints 7 years ago
consul Move default uuid test into the consul package 7 years ago
exec fix go vet issue 7 years ago
local Make tests pass and clean proxy persistence. No detached child changes yet. 7 years ago
metadata fix refactoring 7 years ago
mock agent: replace docker check 7 years ago
pool Makes RPC handling more robust when rolling servers. (#3561) 7 years ago
proxy register TCP check for managed proxies 7 years ago
router Remove unnecessary nil checks 7 years ago
structs Make sure we omit the Kind value in JSON if empty 7 years ago
systemd agent: notify systemd after JoinLAN (#2121) 8 years ago
token Adds secure introduction for the ACL replication token. (#3357) 7 years ago
acl.go agent: verify local proxy tokens for CA leaf + tests 7 years ago
acl_endpoint.go Support OPTIONS requests 7 years ago
acl_endpoint_test.go Moves ACL disabled response logic down into endpoints. 7 years ago
acl_test.go local state: tests compile 7 years ago
agent.go Merge remote-tracking branch 'connect/f-connect' 7 years ago
agent_endpoint.go register TCP check for managed proxies 7 years ago
agent_endpoint_test.go Change bind_port to an int 7 years ago
agent_test.go agent: convert the proxy bind_port to int if it is a float 7 years ago
bindata_assetfs.go Release v1.2.0 7 years ago
blacklist.go Adds the ability to blacklist specific HTTP endpoints. (#3252) 8 years ago
blacklist_test.go Adds the ability to blacklist specific HTTP endpoints. (#3252) 8 years ago
catalog_endpoint.go agent: clean up connect/non-connect duplication by using shared methods 7 years ago
catalog_endpoint_test.go Move default uuid test into the consul package 7 years ago
check.go Decouple the code that executes checks from the agent 7 years ago
config.go Fixes API client for ScriptArgs and updates documentation. (#3589) 7 years ago
connect_ca_endpoint.go revert go changes to hide rotation config 7 years ago
connect_ca_endpoint_test.go revert go changes to hide rotation config 7 years ago
coordinate_endpoint.go Merge pull request #3885 from eddsteel/support-options-requests 7 years ago
coordinate_endpoint_test.go Spelling (#3958) 7 years ago
dns.go Merge remote-tracking branch 'connect/f-connect' 7 years ago
dns_test.go Merge remote-tracking branch 'connect/f-connect' 7 years ago
enterprise_delegate_oss.go Allow for easy enterprise/oss coexistence 7 years ago
event_endpoint.go Support OPTIONS requests 7 years ago
event_endpoint_test.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
health_endpoint.go agent: get rid of method checks since they're done in the http layer 7 years ago
health_endpoint_test.go agent: address PR feedback 7 years ago
http.go Merge remote-tracking branch 'connect/f-connect' 7 years ago
http_oss.go agent: rename test to check 7 years ago
http_oss_test.go Close HTTP response in Agent test (HTTPAPI_MethodNotAllowed_OSS) 7 years ago
http_test.go Adds discovery_max_stale (#4004) 7 years ago
intentions_endpoint.go agent: 400 error on invalid UUID format, api handles errors properly 7 years ago
intentions_endpoint_test.go agent: 400 error on invalid UUID format, api handles errors properly 7 years ago
keyring.go agent: move agent/consul/structs to agent/structs 7 years ago
keyring_test.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
kvs_endpoint.go Support OPTIONS requests 7 years ago
kvs_endpoint_test.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
notify.go
notify_test.go
operator_endpoint.go Support OPTIONS requests 7 years ago
operator_endpoint_test.go Move autopilot to a standalone package 7 years ago
prepared_query_endpoint.go agent: accept connect param for execute 7 years ago
prepared_query_endpoint_test.go agent: accept connect param for execute 7 years ago
remote_exec.go Decouple the code that executes checks from the agent 7 years ago
remote_exec_test.go Replace time.Now().Sub(x) with time.Since(x) 7 years ago
retry_join.go Use new discover and useragent libs 7 years ago
retry_join_test.go Use new discover and useragent libs 7 years ago
session_endpoint.go Support OPTIONS requests 7 years ago
session_endpoint_test.go Works around mapstructure behavior to enable sessions with no checks. 7 years ago
snapshot_endpoint.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
snapshot_endpoint_test.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
status_endpoint.go Support OPTIONS requests 7 years ago
status_endpoint_test.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
testagent.go Disable TestAgent proxy execution properly 7 years ago
testagent_test.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
translate_addr.go New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
txn_endpoint.go Support OPTIONS requests 7 years ago
txn_endpoint_test.go agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
ui_endpoint.go Output the service Kind in the /v1/internal/ui/services endpoint 7 years ago
ui_endpoint_test.go Output the service Kind in the /v1/internal/ui/services endpoint 7 years ago
user_event.go Spelling (#3958) 7 years ago
user_event_test.go local state: tests compile 7 years ago
util.go Improves user lookup error message. 7 years ago
util_test.go Move check definition to a sub-struct 7 years ago
watch_handler.go Support legacy watch.HandlerFunc type for backward compat reduces impact of change 7 years ago
watch_handler_test.go Support legacy watch.HandlerFunc type for backward compat reduces impact of change 7 years ago