1
0
Fork 0

1402 Commits (29ad215a8594a8af6544c8b029311e23af27fffa)
 

Author SHA1 Message Date
Philip O Toole ea705a689a 3.9.2 is out 8 years ago
Philip O Toole 982fa54030 Not all queries begin with SELECT so pull check
Common Table Expressions can begin with WITH. This check was always dubious.
8 years ago
Philip O'Toole e29a0b935b Merge pull request #256 from rqlite/with_views
Test Common Table Expressions at database layer
8 years ago
Philip O Toole ffffd99f33 Test Common Table Expressions at database layer 8 years ago
Philip O'Toole 90c5812ce5 Merge pull request #254 from rqlite/dont_panic_on_exec
Check for nil row from Execer
8 years ago
Philip O Toole b0e7432dc3 Check for nil row from Execer 8 years ago
Philip O'Toole 21ae24d8d8 Update README.md 8 years ago
Philip O'Toole f963259215 Update license years 8 years ago
Philip O'Toole 450397d9ae Merge pull request #249 from rqlite/const_it_out
Convert magic string to const
8 years ago
Philip O Toole e6f428fcd8 Convert magic string to const 8 years ago
Philip O'Toole 019c54c08b Update README.md 8 years ago
Philip O'Toole 45e62a6a80 Update README.md 8 years ago
Philip O'Toole 2d7b31d327 Move Vagrant box to ubuntu/xenial64 8 years ago
Philip O'Toole 167b75207d Vagrant now uses Go 1.7.1 8 years ago
Philip O'Toole 4fa7d66eea 3.9.1 is out 8 years ago
Philip O'Toole 71cc8b5001 Update CHANGELOG.md 8 years ago
Philip O'Toole e4bb41a631 Clarify creds example 8 years ago
Philip O'Toole 7c47a3f97e Add load permission 8 years ago
Philip O'Toole f09decc593 Update RESTORE_FROM_SQLITE.md 8 years ago
Philip O'Toole 53d7a598e2 Important to include the header 8 years ago
Philip O'Toole 442a3a4811 Update CHANGELOG.md 8 years ago
Philip O'Toole bdd56cb538 Merge pull request #247 from rqlite/simple_dump_load
Use single load for dump processing
8 years ago
Philip O Toole 2c8922b50b Standardize load endpoint processing 8 years ago
Philip O Toole 9e87a3ba30 Add new perm for loading SQLite dump file
This was missed in previous releases.
8 years ago
Philip O Toole 5ed6ef0ae8 Covert dumps to queries in HTTP service
There is no need for special logic at the Store level.
8 years ago
Philip O Toole e6586f41f2 Use single load for dump processing
Writing a sufficiently sophisicated parser is too much work, and unlikely to be successful soon. Instead this change simply loads the entire dump as one command, and allows the underlying SQLite support to parse it correctly. This will definitely work, but since the load goes over Raft, it may hit limits with regards to network transfer sizes. Right now any limitations in that area are unknown.

Therefore this functionality remains somewhat experimental.
8 years ago
Philip O'Toole 58a6404dca Double-warn about FK constraints and loading 8 years ago
Philip O'Toole 702307f2bd Releasing v3.9.0 8 years ago
Philip O'Toole 0b08664688 Merge pull request #245 from rqlite/more_lint
Lint fixes
8 years ago
Philip O Toole 098578bda8 Clarify guarantees of some functions 8 years ago
Philip O Toole c2ab24378c Lint fixes 8 years ago
Philip O'Toole ea5cb880bb Update doc.go 8 years ago
Philip O'Toole 1717c2849e Merge pull request #243 from rqlite/fix_store_logging
Use Store logger everywhere in Store
8 years ago
Philip O Toole a308d69145 Update CHANGELOG 8 years ago
Philip O Toole 2fb99e5b20 Use Store logger everywhere in Store 8 years ago
Philip O Toole 6f0de8a44e Update CHANGELOG 8 years ago
Philip O'Toole d9ec997fdb Merge pull request #242 from tych0/add-raw-snapshot-api
add a raw snapshotting API
8 years ago
Tycho Andersen dc2128d02a add a raw snapshotting API
This allows us to grab a raw snapshot of the databse.

v2: s/RawDBSnapshot/Database, remove reference to raft from the comment.
v3: add a leader arg to Database to do a leader check
v4: fix doc string.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
8 years ago
Philip O'Toole 82e37bec66 Update CONTRIBUTING.md 8 years ago
Philip O'Toole 625e729d01 Update CHANGELOG.md 8 years ago
Philip O'Toole d0d12c56cf Update CHANGELOG.md 8 years ago
Philip O'Toole 91d47d6b37 Merge pull request #221 from rqlite/handle_sqlite_datatypes
Start handling the various SQLite TEXT types
8 years ago
Philip O'Toole 9a7ff4c979 Handle "" types
Add unit test for concatenated queries. This deals with issue #240 but
this may be a hack. I need to dig into this issue more.
8 years ago
Philip O'Toole 75417f6d1e Start handling the various SQLite TEXT types
This is the start of a code change to handle this comprehensively.
8 years ago
Philip O'Toole c689631a30 Performance depends on the network 8 years ago
Philip O'Toole ef2b6ce612 Update CHANGELOG.md 8 years ago
Philip O'Toole cd8919bb42 Merge pull request #239 from tych0/allow-custom-peerstore
add an API for using custom raft.PeerStore/log.Logger
8 years ago
Tycho Andersen 326ca757d7 add an API for using custom raft.PeerStore/log.Logger
This is useful in case the server needs to store other metadata (e.g. auth
data) along side the peer list.

The logging bit is handy in case something has its own logging framework
that it wants to use.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
8 years ago
Philip O'Toole e4f019c92b v3.8.0 is going out 8 years ago
Philip O'Toole ca125a3c1c Script easier to use when accepting token last 8 years ago