Commit Graph

4153 Commits (322704607a6095f187832f471a744570a7aaa702)
 

Author SHA1 Message Date
Ross McFarland 5d564acfa3 Implement a first-pass of tomography node hover
9 years ago
Ross McFarland 773db64ffc Rework sampling to avoid 0 case and always include min and max
9 years ago
James Phillips 616ab7c9ab Merge pull request #2057 from hashicorp/sethvargo/training
9 years ago
Ross McFarland 73ac76bfe5 Sample tomography distances to cap number around 360
9 years ago
Ross McFarland 4062920969 Switch tomography to median rather than avg
9 years ago
Nathan Zadoks c4b362d5d2 Parse ACL tokens for the catalog register/deregister endpoints
9 years ago
Seth Vargo 5c256b3b46
Add note about paid training
9 years ago
James Phillips 75010d1924 Update CHANGELOG.md
9 years ago
James Phillips 0f5aabcbbd Merge pull request #2028 from hashicorp/f-atomic-kv
9 years ago
Sean Chittenden 0e34cc3486
Remove completely unused structs
9 years ago
Sean Chittenden 92298e3d02
Speling police
9 years ago
Sean Chittenden cb144e34b3 Merge pull request #2047 from hashicorp/b-raft-peers
9 years ago
Sean Chittenden 02b5b53c92
Remove unused peers variable from setupRaft().
9 years ago
Ross McFarland 811c77c1b2 Handle no peers in tomography graph
9 years ago
Ross McFarland 885dd87fec Don't include self in tomography
9 years ago
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