1
0
Fork 0

6056 Commits (master)
 

Author SHA1 Message Date
Philip O'Toole e43b0bc421 Initialize SQLite store 9 years ago
Philip O'Toole 12aef34625 Start integrating actual SQLite support
Builds without error.
9 years ago
Philip O'Toole d7d46f79c0 Start refactor for Hashicorp
Heavily influenced by hraftd. rqlited builds without error.
9 years ago
Philip O'Toole b49963ac32 Rename CLI to more standard version 9 years ago
Philip O'Toole d8c58f5db1 Better name for test helper 9 years ago
Philip O'Toole 5456324020 Test_TransactionsHardFail now passes 9 years ago
Philip O'Toole 777543ea65 Test_TransactionsConstraintViolation now passing 9 years ago
Philip O'Toole 4ba36f780a Test_SimpleTransactions now passing 9 years ago
Philip O'Toole ab8c83fd25 Test_FailingSimpleStatements now passing 9 years ago
Philip O'Toole 5a40c0f3e9 Unit-test simple database insertion cases 9 years ago
Philip O'Toole a67d94f926 Continue moving db tests to standard framework 9 years ago
Philip O'Toole b065655d6a Start removal of nonstandard test framework 9 years ago
Philip O'Toole 4537ed2841 Initialize SQLite store 9 years ago
Philip O'Toole f864b15e23 Update license years 9 years ago
Philip O'Toole 2573360320 Start integrating actual SQLite support
Builds without error.
9 years ago
Philip O'Toole 1fdec79088 Start refactor for Hashicorp
Heavily influenced by hraftd. rqlited builds without error.
9 years ago
Philip O'Toole efc9fe76ae Download test packages 9 years ago
Philip O'Toole 7d0679bea3 Update README.md 9 years ago
Philip O'Toole 7f4105432f Switch to raft fork 9 years ago
Philip O'Toole d84cb5d5b1 Minor copy fixes 10 years ago
Philip O'Toole ee3dc2ce43 Actually rename setup.sh 10 years ago
Philip O'Toole 5dc13146eb Rename setup.sh
Make it clear setup.sh is for Vagrant.
10 years ago
Philip O'Toole 994c997b03 README copyedit 10 years ago
Philip O'Toole cf4e9a3f8c Merge pull request #41 from oscillatingworks/vagrant
Introduce vagrant env
10 years ago
Mateusz Korszun e34349e549 Introduce vagrant env 10 years ago
Philip O'Toole 4f9c12d234 Return 503 if no leader available for redirection 10 years ago
Philip O'Toole 55e234ee2b No snapshot is not an error 10 years ago
Philip O'Toole 6f4a46937c Revert changes to metric names 10 years ago
Philip O'Toole 6f4916b04e Merge pull request #33 from oscillatingworks/log4go
Fix data path creation and merge #25 again
10 years ago
Philip O'Toole c5dec022b0 Merge branch 'master' of github.com:otoolep/rqlite 10 years ago
Philip O'Toole 8c9d3ffa60 Actually check query response 10 years ago
Fernando Álvarez 6781ca497a Fix data path creation
With #25 a bug was introduced, so rqlite raised a panic whenever
starting because data path wasn't correctly created.

This commit attempts to fix ths bug, and so #25 changes can be
finally applied.
10 years ago
Fernando Álvarez 022b536ade Revert "Revert "Merge pull request #25 from oscillatingworks/deprecate-log4go""
This reverts commit fe415e6452.
10 years ago
Philip O'Toole 0b52865949 Add trivial rqlite-cli skeleton 10 years ago
Philip O'Toole 649cef2adb Add future location for rqlite CLI 10 years ago
Philip O'Toole 7a4c98f383 List Raft peers in an arrary
Fix for issue #31.
10 years ago
Philip O'Toole e51c9ef704 Use a sensible delimiter for stats
Fix issue #32.
10 years ago
Philip O'Toole f109ef064b Increase test spin-up time
Wait groups will be the way to go, but not just yet.
10 years ago
Philip O'Toole a5095ed741 Add 3-node test, but skip it for now 10 years ago
Philip O'Toole 8f6a81857f Tweak layout of README 10 years ago
Philip O'Toole 785a34cf14 Add note about new option 'explain' 10 years ago
Philip O'Toole 7081110506 Allow control of processing timing information 10 years ago
Philip O'Toole 96bb182440 Add CircleCI configuration 10 years ago
Philip O'Toole 2def761ec9 'go vet' fixes 10 years ago
Philip O'Toole 783eece7e7 Basic test of 1-node cluster 10 years ago
Philip O'Toole c02c3faf25 Merge pull request #29 from otoolep/change_api
Change API for ease of use
10 years ago
Philip O'Toole 33c8135014 Change API for ease of use
Fixes issue #27.
10 years ago
Philip O'Toole fe415e6452 Revert "Merge pull request #25 from oscillatingworks/deprecate-log4go"
This reverts commit f2de6cc26e, reversing
changes made to cdc6021ae7.

The change causes a panic when the server is started like so:

$GOPATH/bin/rqlite ~/node.1
10 years ago
Philip O'Toole f2de6cc26e Merge pull request #25 from oscillatingworks/deprecate-log4go
Deprecate log4go and fix gometalinter errors
10 years ago
Fernando Álvarez 8d7823d494 gometalinter: rqlite/interfaces
Fixes #24
10 years ago