40 Commits (zalimeni/verify-docker-engine-version)

Author SHA1 Message Date
Phil Porada 7ea986783d
Add TCP+TLS Healthchecks (#18381) 1 year ago
hashicorp-copywrite[bot] 5fb9df1640
[COMPLIANCE] License changes (#18443) 1 year ago
Ronald 94ec4eb2f4
copyright headers for agent folder (#16704) 2 years ago
Semir Patel bafa5c7156
Pass remote addr of incoming HTTP requests through to RPC(..) calls (#15700) 2 years ago
Alessandro De Blasis 461b42ed48 fix(check): added missing OSService props 2 years ago
malizz 1a0aa38a82
increase the size of txn to support vault (#14599) 2 years ago
cskh 0f7d4efac3
fix(txn api): missing proxy config in registering proxy service (#14471) 2 years ago
Mathew Estafanous 474385d153
Unify various status errors into one HTTP error type. (#12594) 3 years ago
Natalie Smith 0a310188f8 docs: fix yet more references to agent/options 3 years ago
Mark Anderson 98a2e282be Fixup acl.EnterpriseMeta 3 years ago
mrspanishviking 7180c99960
Revert "[Docs] Agent configuration hierarchy " 3 years ago
trujillo-adam 76d55ac2b4 merging new hierarchy for agent configuration 3 years ago
Mathew Estafanous c5d2bea92c
Change error-handling across handlers. (#12225) 3 years ago
VictorBac 31a39c9528
Add GRPC and GRPCUseTLS to api.HealthCheckDefinition (#12108) 3 years ago
Natalie Smith cd907b75ce docs: fix yet more references to agent/options 3 years ago
R.B. Boyer 097e1645e3
agent: ensure that most agent behavior correctly respects partition configuration (#10880) 3 years ago
R.B. Boyer 188e8dc51f
agent/structs: add a bunch more EnterpriseMeta helper functions to help with partitioning (#10669) 3 years ago
Christopher Broglie f0307c73e5 Add support for configuring TLS ServerName for health checks 4 years ago
Daniel Nephin d1772ae305 structs: rename EnterpriseMeta constructor 4 years ago
Daniel Nephin 282fbdfa75 api: rename HTTPServer to HTTPHandlers 4 years ago
Hans Hasselberg c46e2ae59b
docs: add docs for kv_max_value_size (#7405) 5 years ago
Kim Ngo a8f4123d37
agent/txn_endpoint: configure max txn request length (#7388) 5 years ago
Akshay Ganeshen 8beb716414
feat: support sending body in HTTP checks (#6602) 5 years ago
Matt Keeler 6855a778c2
Updates to the Txn API for namespaces (#7172) 5 years ago
Matt Keeler 848938ad48
Output proper HTTP status codes for Txn requests that are too large (#7157) 5 years ago
Sarah Adams 78ad8203a4
Use encoding/json as JSON decoder instead of mapstructure (#6680) 5 years ago
Sarah Adams 9f4b329b6d
txn: don't try to decode request bodies > raft.SuggestedMaxDataSize (#6422) 5 years ago
Jeff Mitchell 94c73d0c92 Chunking support (#6172) 5 years ago
Christian Muehlhaeuser 61ff1d20bf Avoid unnecessary conversions (#6178) 5 years ago
Alvin Huang 8ceca2ace3
Add fmt and vet (#5671) 6 years ago
Kyle Havlovitz 716a20d8a6
Re-add logic to handle the undocumented duration fields 6 years ago
Kyle Havlovitz 3f5e20452e http: use the correct check duration fields when converting txn ops 6 years ago
Kyle Havlovitz 1a4978fb94
Re-add ReadableDuration types to health check definition 6 years ago
Kyle Havlovitz 21380021af txn: update existing txn api docs with new operations 6 years ago
Kyle Havlovitz 995e728ea0 txn: fix an issue with querying nodes by name instead of ID 6 years ago
Kyle Havlovitz 67bac7a815 api: add support for new txn operations 6 years ago
Edd Steel 77f19f7505
Support OPTIONS requests 7 years ago
Frank Schröder 1e461110e6 agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
Frank Schroeder 1acff3533e
agent: move agent/consul/structs to agent/structs 7 years ago
Frank Schroeder 1c75cf1af5 pkg refactor 8 years ago
Frank Schroeder 3e00e36f41 golint: Untangle if blocks with return in else 8 years ago
Frank Schroeder 5a3961f31f golint: Replace a += 1 with a++ 8 years ago
Frank Schroeder eddb1af603 Remove duplicate constants 8 years ago
Frank Schroeder ee5b06a231 Use fmt.Fprint/Fprintf/Fprintln 8 years ago
James Phillips 653387637a Reduces the number of operations in a transaction to 64. 9 years ago
James Phillips 570d46aa5f Adds some size limiting features to transactions to help prevent abuse. 9 years ago
James Phillips a37bf9de56 Adds a read-only optimized path for transactions. 9 years ago
James Phillips 8a7428e508 Hoists KV processing helper functions up as static functions. 9 years ago
James Phillips 960b9d6fb6 Switches to "KV" instead of "KV" for the KV operations. 9 years ago
James Phillips 38d0f6676f Refactors TxnRequest/TxnResponse into a form that will allow non-KV ops. 9 years ago