1
0
Fork 0

1120 Commits (37751eff47b6b9e956b44cccab6bc8c6e36a2f0d)
 

Author SHA1 Message Date
Philip O'Toole 918a3200dd Correct method for removal of node 8 years ago
Philip O'Toole 45427e82ad More Service route unit tests 8 years ago
Philip O'Toole dd0f385f47 Releasing 3.2.0 8 years ago
Philip O'Toole 3562e44dd7 Update CLUSTER_MGMT.md 8 years ago
Philip O'Toole 2f99227f19 Update CLUSTER_MGMT.md 8 years ago
Philip O'Toole 6aa81fcdd0 Merge pull request #142 from rqlite/proper-methods
Ensure the correct HTTP methods on endpoints
8 years ago
Philip O'Toole 2153009a8a Update CLUSTER_MGMT.md 8 years ago
Philip O Toole f2689056f8 Update CHANGELOG 8 years ago
Philip O Toole 0aff83dea8 Ensure the correct HTTP methods on endpoints 8 years ago
Philip O'Toole 826dfd37af Update README.md 8 years ago
Philip O'Toole 65cd641fff Update CHANGELOG for PR141 8 years ago
Philip O'Toole d004570396 Merge pull request #141 from bkeroack/store-cluster-state
Store methods to expose node Raft state
8 years ago
Benjamen Keroack b67e56196e add cluster state and leader functions to store 8 years ago
Philip O'Toole 25bb8f86fa Update CLUSTER_MGMT.md 8 years ago
Philip O'Toole 4ba3fc9478 Update README.md 8 years ago
Philip O'Toole 0f1b2fe38d Update CLUSTER_MGMT.md 8 years ago
Philip O'Toole cb0b004300 Update CLUSTER_MGMT.md 8 years ago
Philip O'Toole b63a21eb77 Update CLUSTER_MGMT.md 8 years ago
Philip O Toole 1d8a883b4d Add skeleton of new cluster-management doc 8 years ago
Philip O'Toole 50ff716c02 Update README.md 8 years ago
Philip O'Toole e74f418e39 Update README.md 8 years ago
Philip O'Toole 0990172e53 Merge pull request #137 from rqlite/node_add_remove
Used resolved address when joining
8 years ago
Philip O'Toole 786a8b0464 Used resolved address when joining
It seems Hashicorp Raft only works in IP addresses, and joining with a
hostname caused the remove logic to cause all nodes to leave when one
node was instructed to leave.
8 years ago
Philip O'Toole c41f842f9d Update CHANGELOG for PR136 8 years ago
Philip O'Toole cf906d4001 Merge pull request #136 from rqlite/node_add_remove
Better errors on join failures
8 years ago
Philip O'Toole de6cc9ce12 Log full error on join failure 8 years ago
Philip O'Toole 8975a4744d Dump full body on join error 8 years ago
Philip O'Toole ae023a9f17 Next release will be 3.2.0 8 years ago
Philip O'Toole 0512eacde1 Merge pull request #134 from rqlite/node_add_remove
Add system test helper function Remove()
8 years ago
Philip O'Toole e1d16bd018 Add note on "remove" permission 8 years ago
Philip O'Toole 9771e0e91a Merge pull request #133 from rqlite/remove_node
Add Peers to status output
8 years ago
Philip O'Toole e57e5536be Add system test helper function Remove() 8 years ago
Philip O'Toole 83026e4612 Add Peers to status output 8 years ago
Philip O'Toole 2bbc4e20be Merge pull request #132 from rqlite/remove_node
Add remove node
8 years ago
Philip O'Toole 746c002045 Update CHANGELOG 8 years ago
Philip O'Toole 37195abcf4 Expose /remove endpoint on HTTPD service 8 years ago
Philip O'Toole 47539cf8e1 Add RemoveNode() to Store 8 years ago
Philip O'Toole ef18cd5b17 Expose Raft Peers() on Store 8 years ago
Philip O'Toole 7af21e5402 Update README.md 8 years ago
Philip O Toole 02097eae7c Update CHANGELOG for PR #131 8 years ago
Philip O'Toole 1543f5723f Merge pull request #131 from bkeroackdsc/fix-blob-datatype
db: only convert row value to string if the column type is text
8 years ago
Benjamen Keroack 3f064afc31 db: only convert row value to string if the column type is text 8 years ago
Philip O'Toole eda569f19c Update README.md 8 years ago
Philip O'Toole 0aef279428 Update README.md 8 years ago
Philip O'Toole 3f467c6590 Merge pull request #129 from rqlite/force_select
Check that queries begin with SELECT
8 years ago
Philip O'Toole b74a1b1f35 Update CHANGELOG 8 years ago
Philip O'Toole 2c334d4f93 Allow SELECT-verification to be disabled
This is not recommended as it leaves the system vulnerable to changes
via the "query" endpoint.
8 years ago
Philip O'Toole 9a36f4867a Check if queries start with SELECT 8 years ago
Philip O'Toole f97f1f6b10 Merge pull request #128 from rqlite/more_lint
More 'go lint' fixes
8 years ago
Philip O'Toole 8d7644f55a More 'go lint' fixes 8 years ago