1
0
Fork 0

3817 Commits (1a29e25ca9ac0d0988e3144970172188021fd2fb)
 

Author SHA1 Message Date
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
Philip O'Toole 714b7f62a8 v3.0.0 is out 9 years ago
Philip O'Toole 3cb8028ec8 Merge pull request #116 from rqlite/http_adv
Allow HTTP advertise address to be set
9 years ago
Philip O Toole 1eb1b0eb12 Update CHANGELOG 9 years ago
Philip O Toole 4a5402fc9a Allow HTTP advertise address to be set 9 years ago
Philip O'Toole f16b6ba55b Allow Raft address advertise (#115)
* Use resolved Raft address as API peer key

* Allow Raft advertise address to be set

* Better log message for mux

* CHANGELOG updates

* Unit test mux layer address advertise
9 years ago
Philip O'Toole 32514f4744 Update README.md 9 years ago
Philip O'Toole 7552f904c9 Update README.md 9 years ago
Philip O'Toole ae603d4236 Update README.md 9 years ago
Philip O'Toole 100e382a20 Update README.md 9 years ago
Philip O'Toole 8c0fee4b06 Include Raft dir in status 9 years ago
Philip O'Toole c1e2ab90e4 Switch to in-mem database by default (#113)
With low-latency networks, this results in a noticeable performance
increase.
9 years ago
Philip O'Toole 792f884c94 Update README.md 9 years ago
Philip O'Toole f115f6fbef Version is now 3 9 years ago
Philip O'Toole a35b877ba6 Publish peer before starting http service
This ensures the node is not accessible until it's completed its housework.
9 years ago
Philip O'Toole 93d8bdbe74 Fully specify Raft address for leader redirection 9 years ago
Philip O'Toole 5cef5dcc7e Add some cluster-level helpers
Leader forwarding cannot be fully tested yet, as it needs the cluster
service also instantiated.
9 years ago
Philip O'Toole 5380c4d7e4 Map Raft "not leader" error to Store error (#112) 9 years ago
Philip O'Toole 69dc7e2737 Update CHANGELOG.md 9 years ago
Philip O'Toole 315439cc7f Fill our API peers lookups (#111)
* Fill our API peers lookups

* Complete leader-redirection

* Handle no leader for redirect
9 years ago
Philip O'Toole c04ff92d7a Fill our API peers lookups (#110) 9 years ago
Philip O'Toole 434116a704 Move to permanent redirects for leaders 9 years ago
Philip O'Toole 78f652fcc2 Enable leader redirection
Not quite complete.
9 years ago
Philip O'Toole 3c02cbdc53 Actually start mux 9 years ago