266 Commits (0cadee99ff3a55684b65d68a6f2eaf6dc4701007)

Author SHA1 Message Date
Ryan Slade 85e4aea9d1 Replace time.Now().Sub(x) with time.Since(x) 7 years ago
James Phillips 575d70aaa7
Cleans up some drift between the OSS and Enterprise trees. 7 years ago
James Bardin fea32fb7d7 retry locks on network errors (#3553) 7 years ago
Artiom Diomin 2e229617ce Fix example code formatting in godoc 7 years ago
Frank Schröder ce887a0c45 Provide stable config for agent/self (#3532) 7 years ago
Frank Schröder 21118cafeb Recursive sanitize (#3505) 7 years ago
Preetha Appan 3c4a108769 Move Raft protocol version for list peers end point to server side, fix unit tests. This fixes #3449 7 years ago
Preetha Appan 00840929ea Fix import order 7 years ago
James Phillips 45646ac3f4 Bumps default Raft protocol to version 3. (#3477) 7 years ago
Preetha Appan a4331a480c Fix one more unit test that created a config file 7 years ago
Frank Schröder 12216583a1 New config parser, HCL support, multiple bind addrs (#3480) 7 years ago
James Phillips 00605c0214
Shows the segment name in the keyring API and command output. 7 years ago
James Phillips 1a117ba0a8
Makes the all segments query explict, and the default for `consul members`. 7 years ago
Kyle Havlovitz 20296d4a89
Change segment list endpoint in docs/client api 7 years ago
Kyle Havlovitz 62102a537e
Organize segments for a cleaner split between enterprise and OSS 7 years ago
Kyle Havlovitz 21513b0393
Update coord display in ui to account for segments 7 years ago
Kyle Havlovitz 2ada0439d4
Add rpc_listener option to segment config 7 years ago
James Phillips b1a15e0c3d
Adds open source side of network segments (feature is Enterprise-only). 7 years ago
Illirgway e0cc1ce679 Fix bug with unused (replaced with "") CONSUL_HTTP_AUTH in some places 7 years ago
James Phillips 6ccf724c0c
Adds a guard to make sure that empty log lines don't close consul monitor. 7 years ago
Kyle Havlovitz 5b998cacb1
Update api structs for metrics endpoint 7 years ago
Kyle Havlovitz d5634fe2a8
Add support for labels/filters from go-metrics 7 years ago
James Phillips 4bee2e49f5 Adds secure introduction for the ACL replication token. (#3357) 7 years ago
James Phillips c0a5ad7903 Adds a new /v1/acl/bootstrap API (#3349) 7 years ago
James Phillips 496b0bcf07 Adds support for agent-side ACL token management via API instead of config files. (#3324) 7 years ago
Kyle Havlovitz 19eae3d14b
Add UpgradeVersionTag to autopilot config 7 years ago
James Phillips 1791d99a10 Adds new config to make script checks opt-in, updates documentation. (#3284) 7 years ago
James Phillips 8d0a048408 Expands and rework context support in the API client. (#3273) 7 years ago
James Bardin deb43fea6b accept recv-only channels for cancellations (#3271) 7 years ago
Frank Schroeder 9c54f30c94 api: fix TestAPI_CatalogNodes test 7 years ago
Frank Schroeder 0e931a713c agent: fix failing test from localState decoupling 7 years ago
Frank Schroeder 7bbfef7000 api: refactor: unify naming of API tests 7 years ago
Frank Schroeder 8edeabce9a api: refactor: prefix all API tests with API_ 7 years ago
Preetha Appan 9eaf56bfe3 Fix socket file handle leaks from old blocking queries upon consul reload. This fixes issue #3018 8 years ago
Frank Schröder 825f72f5ef agent: support custom header and method for http checks (#3106) 8 years ago
Jared Wasinger d2ef61d079 Prevent Session.Destroy from leaving open TCP connections 8 years ago
Kyle Havlovitz 4e44db87e3
Don't overwrite Transport's TLS config if it's been set 8 years ago
Kyle Havlovitz 04f1ff78f8 Remove superfluous default HttpClient check in NewClient 8 years ago
Frank Schroeder 96c677fdba test: make test less flaky 8 years ago
Frank Schroeder 65b5c51ec7 test: add helper for ioutil.TempDir/TempFile 8 years ago
Frank Schroeder 3522a41bad test: include test name in temp file/dir 8 years ago
James Phillips c1d196152f
Fixes vet errors. 8 years ago
James Phillips ddfa57765c
retry: Removes the description parameter. 8 years ago
Frank Schroeder 21a82a0a16
test: Refactor WaitForResult tests with retry 8 years ago
Kyle Havlovitz cd56a5ebdd Add separate option for verifying incoming HTTPS traffic (#2974) 8 years ago
Frank Schroeder 9685bdcd0b api: Add ServiceTags to Health state endpoint (#153) 8 years ago
James Phillips 36725cef11 Tweaks ACL replication struct name. 8 years ago
James Phillips 138abeb5f7 Tweaks ACL replication status struct name. 8 years ago
Frank Schroeder 3e00e36f41 golint: Untangle if blocks with return in else 8 years ago
Ivan Bogdanov 1ebd6402fd API: Add ACLReplication 8 years ago