1
0
Fork 0

1253 Commits (b9df5ce8e36d281227f520f293d44e5a2cb600cc)
 

Author SHA1 Message Date
Philip O'Toole bd14a0aa9e Test cluster service contacting leader 9 years ago
Philip O'Toole 84e534ab34 Simply wait for response from cluster during tests 9 years ago
Philip O'Toole 60103f1d24 Correct typo in error message 9 years ago
Philip O'Toole 1f61988369 Merge pull request #102 from otoolep/cluster_service
Add initial cluster service package
9 years ago
Philip O Toole 2fee305a89 'go vet' fixes 9 years ago
Philip O Toole 5ce4f4d0a5 'go fmt' fixes 9 years ago
Philip O Toole d5e3889ac8 Unit test setting peers on cluster service 9 years ago
Philip O Toole f50dc9a533 More cluster package testing 9 years ago
Philip O Toole d3ec6856c9 Start fleshing out tests 9 years ago
Philip O'Toole 888e80294d Actually close response body 9 years ago
Philip O'Toole 58ba3463b5 Always close response body during join 9 years ago
Philip O'Toole a02f44f089 Remove cluster-like code from Store 9 years ago
Philip O'Toole 20f5e3b298 Error check remote operations 9 years ago
Philip O'Toole 26545006ee Add initial cluster service package 9 years ago
Philip O'Toole 918f37d2f8 Merge pull request #98 from otoolep/leader_forwarding_mux
Add mux for TCP connections
9 years ago
Philip O'Toole 9164550aab Remove debug print 9 years ago
Philip O'Toole bdeda47774 Initial implementation of Meta server
This should really be a distinct cluster package.
9 years ago
Philip O'Toole 0a3454a675 Methods on store to set and get API peers 9 years ago
Philip O'Toole c0edf2424f Add raft log compaction note 9 years ago
Philip O'Toole 7c1fcb8eba Update README.md 9 years ago
Philip O'Toole 0bffa38319 Start implementing cluster meta comms 9 years ago
Philip O'Toole 16e3125149 Add support for cluster meta
This change required that the cluster meta become part of the Raft
snapshot.
9 years ago
Philip O'Toole 99ebaf9767 Add support for peersSub 9 years ago
Philip O'Toole ed56f77714 Add hierarchy to Raft commands 9 years ago
Philip O'Toole 099c7c18ac Enable TCP muxing layer for Raft commns 9 years ago
Philip O'Toole 16471b1ee2 Add mux for TCP connections 9 years ago
Philip O'Toole 581cea6c62 Create DESIGN.md 9 years ago
Philip O'Toole 72b5f200ca v2.2.2 is out 9 years ago
Philip O'Toole fae88590cd Remove artifact upload 9 years ago
Philip O'Toole b6704b3290 Run testing in parallel 9 years ago
Philip O'Toole 46c92362cf Merge pull request #101 from otoolep/new_db_laer
Support restore to in-memory databases
9 years ago
Philip O'Toole f7e8cd958f Update CHANGELOG 9 years ago
Philip O'Toole 6fde29ff62 Fix typos 9 years ago
Philip O'Toole ef554e33a0 Update sqlite3 status output 9 years ago
Philip O'Toole a11b5fe2fe Unit test restoring in-memory databases 9 years ago
Philip O'Toole 91a552b7ec Further store-layer updates 9 years ago
Philip O'Toole 6405dc01a8 Add function for loading in-memory db from file 9 years ago
Philip O'Toole 31cda32a38 'go fmt' fixes 9 years ago
Philip O'Toole fb5e3c99d3 Bring system-testing into line with new DB layer 9 years ago
Philip O'Toole 1ea4edd515 Store layer adapted to new DB layer 9 years ago
Philip O'Toole f4c9ff0c3b Start with new DB layer 9 years ago
Philip O Toole c07c11f134 Fix trivial typo 9 years ago
Philip O Toole cafbc0722b 'go fmt' fixes 9 years ago
Philip O Toole 940c872dfd Explicitly test file and in-mem 9 years ago
Philip O'Toole 5399680ec3 Merge pull request #99 from otoolep/unit_test_snap
Unit test snapshot and restore
9 years ago
Philip O'Toole b26bc3444c Unit test snapshot and restore 9 years ago
Philip O'Toole 5959cf6f6c Update CONTRIBUTING.md 9 years ago
Philip O'Toole 790e6bccdd Update README.md 9 years ago
Philip O'Toole 69a0e05c4d Merge pull request #97 from otoolep/leader_redirection2
Move URL normalization to http package
9 years ago
Philip O Toole 75ee23bdd9 Move URL normalization to http package
This function may be useful for leader-redirection.
9 years ago