1
0
Fork 0

1199 Commits (4c8b2a483ab40e496a6e12454fac904fba315933)
 

Author SHA1 Message Date
Philip O'Toole f67263d616 Update README.md 8 years ago
Philip O'Toole bc38adeb89 Merge pull request #278 from rqlite/schema_endpoint
Add support for .tables and .schema to rqlite CLI
8 years ago
Philip O'Toole f42e9387e1 Update CHANGELOG 8 years ago
Philip O'Toole 24cd92580a Add note to README about .schema 8 years ago
Philip O'Toole 86a59adc57 Unit test query of SQLite master table 8 years ago
Philip O'Toole e410a2641b Support .tables and .schema in rqlite CLI 8 years ago
Philip O'Toole 2617962f5f Typo 8 years ago
Philip O'Toole a5a00c4e9b Update README.md 8 years ago
Philip O'Toole ce2a7fc0a6 Merge pull request #276 from rqlite/disco
Add initial discovery service client
8 years ago
Philip O'Toole d26597a679 Fix comment about a the New() client function 8 years ago
Philip O'Toole 686af67a69 Disco nodes GoDoc 8 years ago
Philip O'Toole 59c01424dd Add initial discovery service client 8 years ago
Philip O'Toole c7d8c2aa0b Update CLUSTER_MGMT.md 8 years ago
Philip O Toole 35da53de37 More tweaks to disco doc 8 years ago
Philip O Toole d9ce247aa8 Initial draft of disco doc 8 years ago
Philip O'Toole b0966f716e Update CHANGELOG.md 8 years ago
Philip O'Toole 1201e8d7f6 Merge pull request #274 from WanliTian/master
remove store.readPeersJSON
8 years ago
WanliTian 4cb5035172 remove store.readPeersJSON 8 years ago
Philip O'Toole 61827a34a2 Update CHANGELOG.md 8 years ago
Philip O'Toole ffc17eb046 Merge pull request #272 from rqlite/add_branch_version
Add branch version to --version output
8 years ago
Philip O'Toole caf1562a77 Add GOOS and GOARCH to --version output 8 years ago
Philip O'Toole e6d9a9dda8 Add build branch to -version output 8 years ago
Philip O'Toole 275eab6994 Merge pull request #271 from rqlite/simplify_readme
Move data API details to dedicated doc
8 years ago
Philip O Toole 900a9c6b78 More on pronunciation 8 years ago
Philip O Toole 4f9ae31da4 Move data API details to dedicated doc 8 years ago
Philip O'Toole aa7b5abb45 Merge pull request #269 from rqlite/m_l
Linting
8 years ago
Philip O Toole aa5c946a40 Linting 8 years ago
Philip O'Toole 3f70d197b3 Update README.md 8 years ago
Philip O'Toole a5fff3271c Update CHANGELOG.md 8 years ago
Philip O'Toole 31a8a5eb60 Merge pull request #268 from rqlite/wait_for_load
Wait for Store to fully load on startup
8 years ago
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