1
0
Fork 0

1269 Commits (9880549f87c32d3ddb1b64aed99e1446f9d92101)
 

Author SHA1 Message Date
Philip O'Toole 851f486ff8 Make waiting for logs optional 8 years ago
Philip O'Toole 03899af510 Set params on store before opening 8 years ago
Philip O'Toole 059ab0757b Allow Store to wait for initial logs to be applied
Better fix for issue #260.
8 years ago
Philip O'Toole 11c8ad9248 Update CHANGELOG.md 8 years ago
Philip O'Toole d0fd635c40 Update CHANGELOG.md 8 years ago
Philip O'Toole 1c49473eff Releasing v3.10.0 8 years ago
Philip O'Toole 249ccab4ea Merge pull request #264 from rqlite/fix_spellings
Fix comment typos
8 years ago
Philip O Toole 4b6c936d53 Fix comment typos 8 years ago
Philip O'Toole 845b5a59d3 Merge pull request #262 from rqlite/log_arch_etc
Log GOOS and GOARCH at startup
8 years ago
Philip O Toole 5b0cc7bb98 Log GOOS and GOARCH at startup 8 years ago
Philip O'Toole b56ff6cfc4 Update CHANGELOG.md 8 years ago
Philip O'Toole 3858e468cf Merge pull request #261 from rqlite/config_apply_timeout
Allow Raft Apply timeout to be configurable
8 years ago
Philip O Toole ae0d119d83 Allow Raft Apply timeout to be configurable 8 years ago
Philip O'Toole 9e00530e0e Update appveyor.yml 8 years ago
Philip O'Toole eb839bbb3f Update CHANGELOG.md 8 years ago
Philip O'Toole 46589e9124 Merge pull request #258 from rqlite/pull_no_sel
Not all queries begin with SELECT so pull check
8 years ago
Philip O Toole 75f21718f9 Remove no-longer-valid INSERT test 8 years ago
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