1
0
Fork 0

2047 Commits (11fe25868948ae000101e3a9cfa0035a0b06d1d1)
 

Author SHA1 Message Date
Philip O'Toole 044948c45e
Merge pull request #590 from rqlite/sql_format_bak
DB layer supports generating SQL format backups
5 years ago
Philip O'Toole 43ea24fb82 DB layer supports generating SQL format backups
Port of PR451.
5 years ago
Philip O'Toole 5419ad1595
Merge pull request #589 from rqlite/cli_restore
Add restore command to CLI
5 years ago
Philip O'Toole ff0d5d1d39 Add restore command to CLI
Port of PR450.
5 years ago
Philip O'Toole e496eb47ee
Merge pull request #588 from rqlite/abort_tx_on_load_error
Abort transaction if load operation fails
5 years ago
Philip O'Toole 0471877f26 Abort transaction if load operation fails 5 years ago
Philip O'Toole ccca1ecfa9 Fix DSN key in Store status output 5 years ago
Philip O'Toole 412328c988
Merge pull request #587 from rqlite/expvar_for_store
Ad expvar stats to Store
5 years ago
Philip O'Toole d47808a26b Add expvar stats to Store 5 years ago
Philip O'Toole 4782636e95
Merge pull request #586 from rqlite/cli_history
CLI now supports history
5 years ago
Philip O'Toole 7ac47a1571 CLI now supports history
Port of PR527.
5 years ago
Philip O'Toole 361e865bc8
Merge pull request #585 from rqlite/cli_backup
Cli backup
5 years ago
Philip O'Toole ea8d568406 Commit new file 5 years ago
Philip O'Toole ce9736a1b7 Update CHANGELOG 5 years ago
Philip O'Toole 7a81104082 Support backups from CLI
Port PR436.
5 years ago
Philip O'Toole 193f958c20
Merge pull request #584 from rqlite/add_timer
Support showing timings in the CLI
5 years ago
Philip O'Toole ec593fe8d5 Support showing timings in the CLI
Port of https://github.com/rqlite/rqlite/pull/414
5 years ago
Philip O'Toole b1d16566a4
Merge pull request #583 from rqlite/basic_auth
Add support for BasicAuth to CLI
5 years ago
Philip O'Toole 4b196853da Update CHANGELOG 5 years ago
Philip O'Toole c246850acf Merge branch 'master' of github.com:rqlite/rqlite into basic_auth 5 years ago
Philip O'Toole 1d8417de74 Add support for BasicAuth to CLI
Port PR406 to v4.
5 years ago
Philip O'Toole 29b0f1bb78
Update CHANGELOG.md 5 years ago
Philip O'Toole dc84026af1
Update DATA_API.md 5 years ago
Philip O'Toole afadf1b805
Update README.md 5 years ago
Philip O'Toole ada9799606
Fix typo 5 years ago
Philip O'Toole 94901b7b54
Update LICENSE 5 years ago
Philip O'Toole c9835f2a20
Update CONTRIBUTING.md 5 years ago
Philip O'Toole 9a7f4c0e27
Update CHANGELOG.md 5 years ago
Philip O'Toole a4b0645ff7 Remove non-applicable test 5 years ago
Philip O'Toole f7cdfc1432 Add vet and fmt checks 5 years ago
Philip O'Toole 20713065b2 Enable end-to-end in CircleCI 5 years ago
Philip O'Toole dd0162b6da Remove old files 5 years ago
Philip O'Toole 0d0d5e6fa3 Add Python end-to-end test 5 years ago
Philip O'Toole e77151a513 Add race testing 5 years ago
Philip O'Toole 234f3bea77 Try example CircleCI Go config 5 years ago
Philip O'Toole aaf9d67276 Circle config format 5 years ago
Philip O'Toole db69bfadcb Set GOPATH 5 years ago
Philip O'Toole dbcec19fed Add CircleCI 2.0 support 5 years ago
Philip O'Toole 33f6f6bf8e Move EnsureHTTPS into http module 5 years ago
Philip O'Toole 329e50ffbb Update comment re HTTP retry 5 years ago
Philip O'Toole e99819a004 Revert client comment 5 years ago
Philip O'Toole 9499a7f92d Revert changes to Disco client 5 years ago
Philip O'Toole de379a883c When joining try HTTPS if HTTP fails 5 years ago
Zac Medico f01e6b1b0a
Server -http-ca-cert and -node-ca-cert options
The -http-ca-cert and -node-ca-cert options allow the user to specify
trusted X.509 root CA certificates as an alternative to the
-http-no-verify and -node-no-verify options. This behavior is analogous
to the rqlite client -ca-cert option.
5 years ago
Philip O'Toole 8336150318
Merge pull request #551 from zmedico/client-ca-cert-option-4.3.0
Add rqlite -ca-cert option to specify trusted root CA certificate
5 years ago
Zac Medico 936ab69ba9
Add rqlite -ca-cert option to specify trusted root CA certificate
The -ca-cert option allows the user to specify a trusted X.509 root CA
certificate as an alternative to the --insecure option.
5 years ago
Philip O'Toole 2e91858e1e Allow Raft election timeout to be set 6 years ago
Philip O'Toole 6937a377ae Allow control of shutdown-on-remove
Defaults to leaving Raft run if the node is removed.
6 years ago
Philip O'Toole 77e345b97c
4.3.0 is going out 7 years ago
Philip O'Toole 2883094c2b
Update CHANGELOG.md 7 years ago