24 Commits (NET-2088-upgrade-test-ingress-gateway)

Author SHA1 Message Date
Semir Patel bafa5c7156
Pass remote addr of incoming HTTP requests through to RPC(..) calls (#15700) 2 years ago
Chris S. Kim 73af9e9737
Fix KVSGet method to handle QueryOptions properly (#13344) 3 years ago
Chris S. Kim fcdd031911
Revert getPathSuffixUnescaped (#13256) 3 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
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
Dao Thanh Tung 759dd93544
URL-encode/decode resource names for HTTP API part 3 (#12103) 3 years ago
Natalie Smith cd907b75ce docs: fix yet more references to agent/options 3 years ago
Kent 'picat' Gruber cf1fce3d0c Add content type headers to raw KV responses 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
Matt Keeler 5934f803bf
Sync of OSS changes to support namespaces (#6909) 5 years ago
Matt Keeler a704ebe639
Add Namespace support to the API module and the CLI commands (#6874) 5 years ago
Matt Keeler b069d6777b
OSS KV Modifications to Support Namespaces 5 years ago
Jeff Mitchell 94c73d0c92 Chunking support (#6172) 5 years ago
Edd Steel 77f19f7505
Support OPTIONS requests 7 years ago
Frank Schroeder d8195b3a4d agent: drop status code comments 7 years ago
Frank Schroeder f09a8bb1b6 agent: use http.StatusRequestEntityTooLarge instead of 413 7 years ago
Frank Schroeder fa121be33f agent: use http.StatusMethodNotAllowed instead of 405 7 years ago
Frank Schroeder ad5c1d9e72 agent: use http.StatusNotFound instead of 404 7 years ago
Frank Schroeder 5d1546b052 agent: use http.StatusBadRequest instead of 400 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 eddb1af603 Remove duplicate constants 8 years ago
Frank Schroeder ee5b06a231 Use fmt.Fprint/Fprintf/Fprintln 8 years ago
James Phillips 69f58ad04a Moves txn code into a new endpoint, not specific to KV. 9 years ago
James Phillips 7a797da3e5 Adds unit tests for HTTP endpoint. 9 years ago
James Phillips e491245062 Performs basic plumbing of KVS transactions through all the layers. 9 years ago
Anthony Scalisi 10e028d599 remove various typos 9 years ago
Ryan Uber b69b780408 agent: error from KVS endpoint if incompatible flags are passed. Fixes #432 10 years ago
Armon Dadgar 3e0f77682a agent: Support the ?cas parameter to KV DELETE 10 years ago
Ali Abbas e395420af6 cleanup unreachable code 10 years ago
Armon Dadgar 0ff28a12fa agent: Copy token in KV PUT/DELETE 10 years ago
Armon Dadgar 88d91c6ee0 agent: Support for raw key lookup. Fixes #150. 11 years ago
Armon Dadgar 6131fad068 agent: Adding locking support to KV store 11 years ago
Armon Dadgar d5a8e79b65 agent: Correct spelling of separator. Fixes #101. 11 years ago
Armon Dadgar 8f37f967e0 agent: Limit KV entries to 512KB. Fixes #123. 11 years ago
Armon Dadgar 2898a8e64e agent: Key list of root returns empty list with 200 instead of 404 11 years ago
Armon Dadgar 790a753d7d agent: Support key listing with seperator 11 years ago
Armon Dadgar e6e4f7c410 agent: Write out the meta data before a potential 404 11 years ago
Armon Dadgar 386d60f8b2 agent: Remove wrapQuery, call setMeta directly 11 years ago
Armon Dadgar 09ddc01d27 agent: Updating to remove BlockingQuery 11 years ago
Armon Dadgar ca1c2d75b3 agnet: Fix parsing of cas flag 11 years ago
Armon Dadgar ceb6964547 consul: Return 404 if no entries found 11 years ago
Armon Dadgar 94df059026 consul: Enable a recursive delete of all keys 11 years ago
Armon Dadgar 6cfde2bf12 agent: First pass at KVS endpoints 11 years ago