4034 Commits (5425fda872c3e62c6a8a31cab22af20cbcbcbcbf)
 

Author SHA1 Message Date
James Phillips 653387637a Reduces the number of operations in a transaction to 64. 9 years ago
Ross McFarland ba6d402e85 Implementation of a per-node tomography graph 9 years ago
James Phillips 778b975e7a Adds a get-tree verb to KV transaction operations. 9 years ago
James Phillips 4bbaf1cd15 Switches GETs to a filtering model for ACLs. 9 years ago
James Phillips 570d46aa5f Adds some size limiting features to transactions to help prevent abuse. 9 years ago
James Phillips fbfb90a694 Removes null results for deletes, and preps for more than one result from an operation. 9 years ago
James Phillips a37bf9de56 Adds a read-only optimized path for transactions. 9 years ago
James Phillips 359541a67d Update README.md 9 years ago
James Phillips 9443c6ba71 Adds a comment for the txnKVS() function. 9 years ago
James Phillips 8a7428e508 Hoists KV processing helper functions up as static functions. 9 years ago
James Phillips 8ff2722a8a Merge pull request #2040 from hashicorp/go-1.6.2 9 years ago
James Phillips 78b20f508c Upgrades to Go 1.6.2. 9 years ago
James Phillips 17cd0ac4ec Adds documentation for the transaction endpoint. 9 years ago
James Phillips 04d99cd702 Makes get fail a transaction if the key doesn't exist. 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
James Phillips 1fefdcb962 Terminates pretty responses with a newline. 9 years ago
James Phillips 23545f97fe Fixes some go vet findings in a unit test. 9 years ago
Sean Chittenden fd63a81706
Remove stray type definition 9 years ago
James Phillips 44ab1aa418 Adds type for API ops and an example transaction. 9 years ago
James Phillips 7a797da3e5 Adds unit tests for HTTP endpoint. 9 years ago
James Phillips fcb0c20867 Adds internal endpoint read ACL support and full unit tests. 9 years ago
James Phillips 2f51926852 Adds an empty get test case. 9 years ago
James Phillips e491245062 Performs basic plumbing of KVS transactions through all the layers. 9 years ago
James Phillips 2f0a95a2d9 Merge pull request #2014 from hashicorp/f-secure-rand 9 years ago
Sean Chittenden ae6cd89dd8
Bump Go to 1.6.2 for Travis (just added) 9 years ago
Sean Chittenden 6fc4557bd6 Merge pull request #2029 from hashicorp/f-test-coverage 9 years ago
Sean Chittenden ac298eacad
Don't build darwin/arm until we figure out what's going on with Travis 9 years ago
Sean Chittenden d014d3148b Revert to Go 1.6 to see if that fixes Travis 9 years ago
Sean Chittenden c3e5bf0d15 Bump Go back to 1.6.1 to see if this breaks darwin/arm again 9 years ago
Sean Chittenden 2443830909 Revert to Go 1.6 to see if that fixes Travis 9 years ago
Sean Chittenden 2baa593cde Bump Go to 1.6.1 9 years ago
Sean Chittenden 05b60da07c Include the test coverage report in the output 9 years ago
Sean Chittenden 3fc714b9b6 Add `tools/cmd/cover` to GOTOOLS 9 years ago
Sean Chittenden e59509227c golang.org/x/tools/cmd/vet is obsolete after Go1.5 9 years ago
James Phillips b7ae973642 Adds state store support for atomic KVS ops. 9 years ago
Sean Chittenden 65aa46838e Merge pull request #2023 from hashicorp/f-current-version-checkpoint 9 years ago
Sean Chittenden 01b8311c94 Include the current version along side the available version. 9 years ago
James Phillips 6c2aeb25ab Splits existing KVS operations into *Txn helpers for later reuse. 9 years ago
James Phillips 730dd7df47 Merge pull request #2021 from MansM/patch-2 9 years ago
James Phillips eb888733cc Merge pull request #2020 from MansM/patch-1 9 years ago
MansM 5bd3995be3 Update install.sh 9 years ago
MansM e19ff53e5c Update install.sh 9 years ago
James Phillips 80048067ff Merge pull request #2018 from hashicorp/jt-ie 9 years ago
captainill 9960e636b4 add height to fix svg in announcement bnr 9 years ago
Sean Chittenden d695bcaae6 Use a cryptographically secure seed 9 years ago
James Phillips 9edca28203 Moves KVS-related state store code out into its own set of files. 9 years ago
James Phillips 9f272b0881 Merge pull request #2012 from hashicorp/sethvargo/elink 9 years ago