1
0
Fork 0

1199 Commits (4c8b2a483ab40e496a6e12454fac904fba315933)
 

Author SHA1 Message Date
Philip O'Toole 8a472e4e29 Merge pull request #237 from tych0/expose-observer-api
expose raft's observer API via store
8 years ago
Tycho Andersen aa47089a32 expose raft's observer API via store
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
8 years ago
Philip O'Toole 1491f17eda Update README.md 8 years ago
Philip O'Toole a122b26050 Update README.md 8 years ago
Philip O'Toole b9112d60b4 Update README.md 8 years ago
Philip O'Toole 26b0cdf78a Update FOREIGN_KEY_CONSTRAINTS.md 8 years ago
Philip O'Toole 33808b339a Add website to LICENSE 8 years ago
Philip O'Toole 29fdfdf1e0 Update FOREIGN_KEY_CONSTRAINTS.md 8 years ago
Philip O'Toole 9a6ba4da66 Update DIAGNOSTICS.md 8 years ago
Philip O'Toole b9484805b5 Tweak read docs 8 years ago
Philip O'Toole 3fe6d3fa9f Update CHANGELOG.md 8 years ago
Philip O'Toole 35d9257bec Merge pull request #235 from tych0/use-ErrNotLeader
store: use ErrNotLeader everywhere
8 years ago
Tycho Andersen 4cf094c6a4 store: use ErrNotLeader everywhere
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
8 years ago
Philip O'Toole 17b896aa66 Add explicit link to documentation 8 years ago
Philip O'Toole 142b99f0da Merge pull request #234 from rqlite/otoolep-patch-1
Fix typo in comment
8 years ago
Philip O'Toole 4242a641b1 Fix typo in comment 8 years ago
Philip O'Toole c7385aebbb Merge pull request #233 from rqlite/tweak_url_help
Tweak help output for latest rqlite commands
8 years ago
Philip O'Toole 334e67cd99 Tweak help output for latest rqlite commands 8 years ago
Philip O'Toole cde8c16af6 Update CHANGELOG.md 8 years ago
Philip O'Toole 070c7b88b3 Update CHANGELOG.md 8 years ago
Philip O'Toole 080a8e2a3d Merge pull request #232 from tych0/add-rqlite-flexibility
Add rqlite flexibility
8 years ago
Tycho Andersen a73b597d4f cmd: add an --insecure flag to rqlite
This can be used to test against servers which don't have verifiable https
certs.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
8 years ago
Tycho Andersen 86bb3c46e5 cmd: add --prefix option to rqlite
If e.g. rqlite is embedded in some other HTTP engine via forwarding or
something, it might not be at /; let's allow the client to talk to rqlite
in this case.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
8 years ago
Philip O'Toole 5cf704d4fb Update CHANGELOG.md 8 years ago
Philip O'Toole 412f90ae55 Merge pull request #230 from rqlite/move_testdata
Move chinook package to idiomatic testdata dir
8 years ago
Philip O'Toole da21606644 Move chinook package to idiomatic testdata dir
https://github.com/golang/go/issues/14715
8 years ago
Philip O'Toole 4c5c241d97 Update RESTORE_FROM_SQLITE.md 8 years ago
Philip O'Toole 31c1b3964b Update README.md 8 years ago
Philip O'Toole 07eda39958 Update CHANGELOG.md 8 years ago
Philip O'Toole 2aa765005c Update CHANGELOG.md 8 years ago
Philip O'Toole 59006ef844 Update README.md 8 years ago
Philip O'Toole 2c340dc5f0 Merge pull request #229 from rqlite/fk_via_consensus
Remove explicit FK control
8 years ago
Philip O'Toole b3826410ae Add note re FK constraints after load() 8 years ago
Philip O'Toole 56d2e91070 Add note on Foreign Key constraints 8 years ago
Philip O'Toole 634f55211c Unit test with Chinook database
https://chinookdatabase.codeplex.com/
8 years ago
Philip O'Toole eda120ffaa Correct unit tests 8 years ago
Philip O'Toole 853c8381b7 Tweak restore docs 8 years ago
Philip O'Toole 1f6358e413 Update documentation 8 years ago
Philip O'Toole c00f1b460b Accept BEGIN and COMMIT on load() 8 years ago
Philip O'Toole beadc6463a Link to RESTORE_FROM_SQLITE 8 years ago
Philip O'Toole 8c1ee24192 Document restoring from SQLite dump file 8 years ago
Philip O'Toole 354e1a88d2 Update CHANGELOG 8 years ago
Philip O'Toole 39ebf50cb7 Remove explicit control of FK constraints
It's not clear whether it's the right thing to do, and FK constraints
can still be controlled via PRAGMA commands.
8 years ago
Philip O'Toole 9ffa309f69 Stop database-level control of FK during load 8 years ago
Philip O'Toole ec0922ec62 Merge pull request #228 from rqlite/no_batch_load
Start removing batch load
8 years ago
Philip O'Toole ed304b7840 Remove useless comment 8 years ago
Philip O'Toole 210367b51b Fix call to Load() 8 years ago
Philip O'Toole f87ee412e2 Correct unit tests
'PRAGMA foreign_keys=OFF' is no longer filtered.
8 years ago
Philip O'Toole 36368d6786 Start removing batch load 8 years ago
Philip O'Toole 4a99513755 Update CHANGELOG.md 8 years ago