1
0
Fork 0

740 Commits (b248b0f4e1cf7a114d09cd39d3eba02d5a2f594b)
 

Author SHA1 Message Date
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
Philip O'Toole 6b8fbfa0ac Update README.md 8 years ago
Philip O'Toole 26fc97b621 Fix godoc link 8 years ago
Philip O'Toole 53ae5e0fa7 Merge pull request #126 from rqlite/fix_lint
'go lint' fixes
8 years ago
Philip O Toole bf2047b45b 'go lint' fixes 8 years ago
Philip O'Toole 8d10cbc798 Update README.md 8 years ago
Philip O'Toole afabfbca41 Update README.md 8 years ago
Philip O'Toole 79a934b2f6 3.0 API is the same as 2.0 API 9 years ago
Philip O'Toole 85daa11df4 v3.1.0 is out 9 years ago
Philip O'Toole 5d22bb1502 Correct .gitignore for new CLI 9 years ago
Philip O'Toole 2f5d22fd4f Merge pull request #125 from rqlite/add_version
Add Go runtime info to status output
9 years ago
Philip O'Toole 349300b743 Add Go runtime info to status output 9 years ago
Philip O'Toole 4c12cc30a8 Merge pull request #124 from mkideal/master
fix bug for rqlite-cli query: results should be a slice instead of array
9 years ago
mkideal 050a9bbe0b fix bug for rqlite-cli query: results should be a slice instead of array 9 years ago
Philip O'Toole a6c7f5dc15 Merge pull request #122 from rqlite/rqlite_cli_rqlite
Handle error correctly from 'execute'
9 years ago
Philip O Toole 867cff7ab4 Handle error correctly from 'execute' 9 years ago
Philip O'Toole 6ee83d2e2a Update README.md 9 years ago
Philip O'Toole 779160285d Merge pull request #121 from rqlite/rqlite_cli_rqlite
Prettier output after 'execute'
9 years ago
Philip O Toole e7879143f1 Prettier output after 'execute' 9 years ago
Philip O'Toole 5672bc5ad7 Merge pull request #120 from rqlite/rqlite_cli_rqlite
No need for CLI to request pretty JSON
9 years ago
Philip O Toole b74ebaa555 No need for CLI to request pretty JSON 9 years ago
Philip O'Toole 775ee99970 Merge pull request #119 from rqlite/rqlite_cli_rqlite
Just call the rqlite CLI 'rqlite'
9 years ago
Philip O Toole 157b2926a8 Just call the rqlite CLI 'rqlite'
This follows the pattern of MySQL.
9 years ago
Philip O Toole 1dfb74dbc3 Note new CLI
Implementaiton came in with https://github.com/rqlite/rqlite/pull/118
9 years ago
Philip O'Toole 38524a9b47 Merge pull request #118 from mkideal/master
Implement rqlite-cli
9 years ago
Philip O'Toole 56b699b099 Update CONTRIBUTING.md 9 years ago
mkideal 898f7b815e impl rqlite-cli 9 years ago
Philip O'Toole b7b3ef9416 Update CHANGELOG.md 9 years ago
Philip O'Toole e3c20964fb Merge pull request #117 from rqlite/fix_join
Use Raft advertise address, if exists, during join
9 years ago
Philip O'Toole 1c6ef1d84f Use Raft advertise address, if exists, during join 9 years ago
Philip O'Toole dc646a4ff4 rqlite requires Go 1.5 9 years ago