Commit Graph

3386 Commits (7af6a94edb0a8437ada6b86eeacd045207c30882)
 

Author SHA1 Message Date
James Phillips ff1eec015f Gets rid of LMDB reference in the FAQ.
9 years ago
James Phillips 785bf6678d Gets rid of error prefixing in leader.go.
9 years ago
James Phillips f3a95bf9fe Puts all restore operations into a single transaction and optimizes watches.
9 years ago
Ryan Breen b1a335d991 Merge pull request #1321 from daveadams/b-safari-ui-403
9 years ago
David Adams 75ded76e44 UI formatURL: render null token correctly
9 years ago
James Phillips 52c373bb65 Gets rid of unique constraint on sessions index in session_checks.
9 years ago
James Phillips ee52f5ebce Switches sessions over to UUIDFieldIndex.
9 years ago
James Phillips 7d1179c1eb Adds a special case for fill KVS listings to avoid a tombstone scan.
9 years ago
James Phillips 3782fc53cb Makes the iterator naming more consistent.
9 years ago
James Phillips ffe531c55f Converts sessions and ACLs over to iterators.
9 years ago
James Phillips 8371c87fd0 Converts KVS snapshot over to iterator.
9 years ago
James Phillips 503c552d28 Converts nodes, services, checks to iterators duing dumps; fixes tag drift bug.
9 years ago
Ryan Breen fc6a605a88 Merge pull request #1319 from magiconair/patch-1
9 years ago
Frank Schröder 2e42020792 Add fabio - consul-aware HTTP/HTTPS lb/router
9 years ago
David Adams b7bcb2a414 Add HTTP request header X-Consul-Token
9 years ago
James Phillips 4fb8d1078e Gets rid of non-idomatic "state_store" alias in FSM.
9 years ago
James Phillips a926e41c44 Merge pull request #1294 from hashicorp/edit-this-page
9 years ago
James Phillips 8d444f2eed Ports a couple of new RPC calls to the updated codec mechanism.
9 years ago
Ryan Uber f6cbb19365 Update CHANGELOG.md
9 years ago
James Phillips 2c36c4f969 Fixes a typo.
9 years ago
James Phillips 655967d0f6 Runs go fmt after latest changes.
9 years ago
James Phillips ef5233165b Adds unit tests for new structs clone functions.
9 years ago
James Phillips a1cb9b8e62 Adds benchmarks back in to the state store.
9 years ago
James Phillips fc541fadcf Removes a todo that's no longer needed.
9 years ago
James Phillips be9f071488 Adds unit tests for the graveyard.
9 years ago
James Phillips fab8672543 Does some go fmt after latest round of changes.
9 years ago
James Phillips 57c102a7f1 Adds a delay test.
9 years ago
James Phillips 6f7f163a76 Adds watch unit tests and does some related watch cleanup.
9 years ago
James Phillips d29673ead7 Adds tests for GC.
9 years ago
James Phillips d2f4a5fe83 Adds clone for service nodes so we don't twiddle the database's object.
9 years ago
James Phillips b6f9aee847 Fixes remaining non-KV index calclulations and adds a general getWatchTables thing.
9 years ago
James Phillips 181c216f53 Fixes index management for KVS.
9 years ago
James Phillips b728c6f279 Fixes up verify_no_uuid checks for new path.
9 years ago
James Phillips ca3a84edf8 Makes session invalidate loops use a separate slice to protect the iterator.
9 years ago
James Phillips 834c6c1cb4 Makes all delete loops use a separate slice to protect the iterator.
9 years ago
James Phillips 682b0113b8 Cleans up some go vet warnings.
9 years ago
James Phillips cc6a7a2174 Gets rid of todo that we discussed is ok.
9 years ago
James Phillips 51600fab08 Gets rid of the transitional "New" suffix on state store and RPC.
9 years ago
James Phillips 4ee43e90b7 Deletes the old state store and all its accoutrements.
9 years ago
James Phillips 0c90bdc61a Knocks out the Raft indexes before doing compare.
9 years ago
James Phillips 6ba70be33c Nukes old state store's connection to FSM and RPC.
9 years ago
James Phillips 7729b66099 Integrates session TTL tests with new state store.
9 years ago
James Phillips c83a9e043a Integrates new state store into internal endpoint.
9 years ago
James Phillips 0959b87548 Abstracts the table names away from the RPC call sites.
9 years ago
James Phillips b82d49240b Integrates new state store into session endpoint; returns table index always.
9 years ago
James Phillips 5b6502c1ea Integrates new state store into leader and catalog/health endpoints.
9 years ago
James Phillips 41338c9018 Integrates KVS endopint with new state store (changes KVSList to match old behavior).
9 years ago
James Phillips de00a2f81b Cuts FSM unit tests over to new state store.
9 years ago
James Phillips c791f2a709 Adds twiddling of the real state store in snapshot tests.
9 years ago
James Phillips dc05fb728a Updates docs about new "acquire when you already have it" behavior.
9 years ago