15 Commits (fe706a54b0b33800f275656f359298c4b8e98b15)

Author SHA1 Message Date
Kim Ngo a8f4123d37
agent/txn_endpoint: configure max txn request length (#7388) 5 years ago
Matt Keeler 848938ad48
Output proper HTTP status codes for Txn requests that are too large (#7157) 5 years ago
Matt Keeler 5934f803bf
Sync of OSS changes to support namespaces (#6909) 5 years ago
Matt Keeler b069d6777b
OSS KV Modifications to Support Namespaces 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
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
Matt Keeler 766d771017
Pass a testing.T into NewTestAgent and TestAgent.Start (#5342) 6 years ago
Freddy 6d43d24edb
Improve reliability of tests with TestAgent (#4525) 6 years ago
Frank Schröder 1e461110e6 agent: consolidate handling of 405 Method Not Allowed (#3405) 7 years ago
Frank Schröder 12216583a1 New config parser, HCL support, multiple bind addrs (#3480) 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 0be63d7060
test: refactor httpTest with TestAgent 8 years ago
Frank Schroeder 308f9929b3
test: run agent tests in parallel 8 years ago
Frank Schroeder 1e89692cc1 test: drop error check on http.NewRequest 8 years ago
Frank Schroeder 48fa2962eb Revert "test: Run command/agent tests in parallel" 8 years ago
Frank Schroeder 17be40a733 test: Run command/agent tests in parallel 8 years ago
James Phillips 778b975e7a Adds a get-tree verb to KV transaction operations. 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 4882a9fe43 De-nests the KV output structure (removes DirEnt member). 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
James Phillips 69f58ad04a Moves txn code into a new endpoint, not specific to KV. 9 years ago