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
hashicorp-ci 174878eb63
auto-updated agent/uiserver/bindata_assetfs.go from commit 92f0eb3bd
4 years ago
..
ae testing: skip slow tests with -short 4 years ago
auto-config Fix flaky test by marking mock expectations as optional (#9596) 4 years ago
cache testing: skip slow tests with -short 4 years ago
cache-types testing: skip slow tests with -short 4 years ago
checks structs: Fix printing of IDs 4 years ago
config agent/consuk: Rename RPCRate -> RPCRateLimit 4 years ago
connect Ensure that CA initialization does not block leader election. 4 years ago
consul server: initialize mgw-wanfed to use local gateways more on startup (#9528) 4 years ago
debug chore: upgrade to gopsutil/v3 (#9118) 4 years ago
dns config: move NodeName validation to config validation 4 years ago
exec
grpc [Streaming][bugfix] handle TLS signalisation when TLS is disabled on client side 4 years ago
local structs: Fix printing of IDs 4 years ago
metadata Refactor to call non-voting servers read replicas (#9191) 4 years ago
mock
pool Merge pull request #9149 from joel0/wrap-errors 4 years ago
proxycfg testing: skip slow tests with -short 4 years ago
router testing: skip slow tests with -short 4 years ago
routine-leak-checker testing: skip slow tests with -short 4 years ago
rpc/subscribe testing: skip slow tests with -short 4 years ago
rpcclient/health streaming: disable streaming when requesting connect events 4 years ago
structs server: add OSS stubs supporting validation of source namespaces in service-intentions config entries (#9527) 4 years ago
submatview streaming: improve godoc for cache-type 4 years ago
systemd
token token: OSS support for enterprise tokens 4 years ago
uiserver auto-updated agent/uiserver/bindata_assetfs.go from commit 92f0eb3bd 4 years ago
xds connect: add local_request_timeout_ms to configure local_app http timeouts (#9554) 4 years ago
acl.go Remove two unused delegate methods 4 years ago
acl_endpoint.go api: rename HTTPServer to HTTPHandlers 4 years ago
acl_endpoint_legacy.go api: rename HTTPServer to HTTPHandlers 4 years ago
acl_endpoint_legacy_test.go testing: skip slow tests with -short 4 years ago
acl_endpoint_test.go testing: skip slow tests with -short 4 years ago
acl_test.go agent/consul: make Client/Server config reloading more obvious 4 years ago
agent.go agent: update godoc for AddServiceRequest 4 years ago
agent_endpoint.go agent: move deprecated AddServiceFromSource to a test file 4 years ago
agent_endpoint_test.go agent: move deprecated AddServiceFromSource to a test file 4 years ago
agent_oss.go agent/token: Move token persistence out of agent 4 years ago
agent_test.go Merge pull request #9301 from hashicorp/dnephin/add-service-2 4 years ago
apiserver.go agent: fix bug with multiple listeners 4 years ago
apiserver_test.go agent: add apiServers type for managing HTTP servers 4 years ago
catalog_endpoint.go http: Check HTTPUseCache in a single place 4 years ago
catalog_endpoint_test.go testing: skip slow tests with -short 4 years ago
check.go
config_endpoint.go connect: intentions are now managed as a new config entry kind "service-intentions" (#8834) 4 years ago
config_endpoint_test.go testing: skip slow tests with -short 4 years ago
connect_auth.go Return intention info in svc topology endpoint (#8853) 4 years ago
connect_ca_endpoint.go Add capability for the v1/connect/ca/roots endpoint to return a PEM encoded certificate chain (#8774) 4 years ago
connect_ca_endpoint_test.go testing: skip slow tests with -short 4 years ago
coordinate_endpoint.go api: rename HTTPServer to HTTPHandlers 4 years ago
coordinate_endpoint_test.go testing: skip slow tests with -short 4 years ago
denylist.go
denylist_test.go
discovery_chain_endpoint.go http: Check HTTPUseCache in a single place 4 years ago
discovery_chain_endpoint_test.go testing: skip slow tests with -short 4 years ago
dns.go trim help strings to save a few bytes 4 years ago
dns_oss.go
dns_test.go testing: skip slow tests with -short 4 years ago
enterprise_delegate_oss.go
event_endpoint.go api: rename HTTPServer to HTTPHandlers 4 years ago
event_endpoint_test.go testing: skip slow tests with -short 4 years ago
federation_state_endpoint.go api: rename HTTPServer to HTTPHandlers 4 years ago
health_endpoint.go health: change the name of UseStreamingBackend config 4 years ago
health_endpoint_test.go testing: skip slow tests with -short 4 years ago
http.go http: Check HTTPUseCache in a single place 4 years ago
http_decode_test.go Fix GRPCUseTLS flag HTTP API mapping 4 years ago
http_oss.go uiserver: upstream refactors done elsewhere (#8891) 4 years ago
http_oss_test.go testing: skip slow tests with -short 4 years ago
http_register.go Switch to using the external autopilot module 4 years ago
http_test.go testing: skip slow tests with -short 4 years ago
intentions_endpoint.go agent: allow the /v1/connect/intentions/match endpoint to use the agent cache (#8875) 4 years ago
intentions_endpoint_oss_test.go testing: skip slow tests with -short 4 years ago
intentions_endpoint_test.go server: deletions of intentions by name using the intention API is now idempotent (#9278) 4 years ago
keyring.go agent: Move setupKeyring functions to keyring.go 4 years ago
keyring_test.go testing: skip slow tests with -short 4 years ago
kvs_endpoint.go api: rename HTTPServer to HTTPHandlers 4 years ago
kvs_endpoint_test.go testing: skip slow tests with -short 4 years ago
nodeid.go chore: upgrade to gopsutil/v3 (#9118) 4 years ago
nodeid_test.go testing: Remove all the defer os.Removeall 4 years ago
notify.go
notify_test.go
operator_endpoint.go Switch to using the external autopilot module 4 years ago
operator_endpoint_oss.go Add a CLI command for retrieving the autopilot configuration. (#9142) 4 years ago
operator_endpoint_test.go testing: skip slow tests with -short 4 years ago
prepared_query_endpoint.go http: Check HTTPUseCache in a single place 4 years ago
prepared_query_endpoint_test.go testing: skip slow tests with -short 4 years ago
reload.go Refactor uiserver to separate package, cleaner Reloading 4 years ago
remote_exec.go
remote_exec_test.go testing: skip slow tests with -short 4 years ago
retry_join.go
retry_join_test.go testing: skip slow tests with -short 4 years ago
service_checks_test.go agent: move deprecated AddServiceFromSource to a test file 4 years ago
service_manager.go agent: update godoc for AddServiceRequest 4 years ago
service_manager_test.go agent: move deprecated AddServiceFromSource to a test file 4 years ago
session_endpoint.go api: rename HTTPServer to HTTPHandlers 4 years ago
session_endpoint_test.go testing: skip slow tests with -short 4 years ago
setup.go [Streaming][bugfix] handle TLS signalisation when TLS is disabled on client side 4 years ago
sidecar_service.go agent: move deprecated AddServiceFromSource to a test file 4 years ago
sidecar_service_test.go agent: move deprecated AddServiceFromSource to a test file 4 years ago
signal_unix.go
signal_windows.go
snapshot_endpoint.go api: rename HTTPServer to HTTPHandlers 4 years ago
snapshot_endpoint_test.go testing: skip slow tests with -short 4 years ago
status_endpoint.go api: rename HTTPServer to HTTPHandlers 4 years ago
status_endpoint_test.go testing: skip slow tests with -short 4 years ago
streaming_test.go Added testing of GRPC with TLS combinations 4 years ago
testagent.go Refactor uiserver to separate package, cleaner Reloading 4 years ago
testagent_test.go config: Make Source an interface 4 years ago
translate_addr.go
txn_endpoint.go api: rename HTTPServer to HTTPHandlers 4 years ago
txn_endpoint_test.go testing: skip slow tests with -short 4 years ago
ui_endpoint.go api: Ensure the internal/ui/gateway-service-nodes endpoint responds with an array (#9593) 4 years ago
ui_endpoint_oss_test.go testing: skip slow tests with -short 4 years ago
ui_endpoint_test.go api: Ensure the internal/ui/gateway-service-nodes endpoint responds with an array (#9593) 4 years ago
user_event.go subscribe: Add steps to rpc/subscribe tests 4 years ago
user_event_test.go testing: skip slow tests with -short 4 years ago
util.go
util_test.go testing: skip slow tests with -short 4 years ago
watch_handler.go
watch_handler_test.go