1
0
Fork 0

4973 Commits (c756b380a49f037af5ec20eecd3f00a51496094f)
 

Author SHA1 Message Date
Philip O'Toole 63c74cabea Fully build with new db package 9 years ago
Philip O'Toole f6984f4134 Small wrapper around sqlite3 9 years ago
Philip O'Toole 4f110e26ea Update README with desired behavior 9 years ago
Philip O'Toole 08c310400a No need for db package 9 years ago
Philip O'Toole b95c84d16e Add database interface to Store
CREATE TABLE now works.
9 years ago
Philip O'Toole 60cb82dfac Merge branch 'hrqlite' of github.com:otoolep/rqlite into hrqlite
Conflicts:
	cmd/rqlited/main.go
	http/service.go
9 years ago
Philip O'Toole 951f17f113 Update README for new clustering 9 years ago
Philip O'Toole 875bb6ebf6 Raft clustering functional 9 years ago
Philip O'Toole 82c85f2102 Rename CLI to more standard version 9 years ago
Philip O'Toole e17cceed91 Better name for test helper 9 years ago
Philip O'Toole 40b156fd47 Test_TransactionsHardFail now passes 9 years ago
Philip O'Toole 226938c0d1 Test_TransactionsConstraintViolation now passing 9 years ago
Philip O'Toole 801158fa83 Test_SimpleTransactions now passing 9 years ago
Philip O'Toole 62137fc798 Test_FailingSimpleStatements now passing 9 years ago
Philip O'Toole ac3b5f2050 Unit-test simple database insertion cases 9 years ago
Philip O'Toole 67e7fa3c8e Continue moving db tests to standard framework 9 years ago
Philip O'Toole 05fca403ab Start removal of nonstandard test framework 9 years ago
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