1
0
Fork 0

66 Commits (b937afc1687fb985b98f90416dab1d6b10613e8b)

Author SHA1 Message Date
Philip O'Toole c40fff4d46 Support controlling FK constraints at startup
This was possible previously, but would need to be set everytime on
startup via the API. This change allows it to set at startup AND enables
foreign constraint checking by default.
8 years ago
Philip O'Toole a038f05631 v3.4.1 is out 8 years ago
Philip O'Toole 8973ac55ad Update CHANGELOG 8 years ago
Philip O Toole 1152886216 Reduce Go cyclo complexity 8 years ago
Philip O'Toole 1853ebfbb7 Update CHANGELOG.md 8 years ago
Philip O'Toole 40c35e53bf Update CHANGELOG.md 8 years ago
Philip O'Toole bc60aa755d At least log any failure from HTTP Serve() 8 years ago
Philip O'Toole 58b752b31f v3.4.0 is out 8 years ago
Philip O'Toole e613f427ab Update CHANGELOG.md 8 years ago
Philip O Toole 1b6bdffd33 Add rqlite version to each HTTP response 8 years ago
Philip O'Toole 6e5964650a v3.3.0 is out 8 years ago
Philip O'Toole b77130aa2c CLI now handles no rows correctly 8 years ago
Philip O'Toole 5ff3a885e7 CLI follows 301 redirect 8 years ago
Philip O'Toole 2982058a81 Support setting Raft heartbeat timeout 8 years ago
Philip O'Toole 8a05236768 Support configurable snapshot thresholds 8 years ago
Philip O'Toole 6f4814a4c3 Support pprof information over HTTP 8 years ago
Philip O'Toole 419ae999d2 Update CHANGELOG.md 8 years ago
Philip O'Toole 53a7edaadb Update CHANGELOG 8 years ago
Philip O'Toole dd0f385f47 Releasing 3.2.0 8 years ago
Philip O'Toole 6aa81fcdd0 Merge pull request #142 from rqlite/proper-methods
Ensure the correct HTTP methods on endpoints
8 years ago
Philip O Toole f2689056f8 Update CHANGELOG 8 years ago
Philip O'Toole 65cd641fff Update CHANGELOG for PR141 8 years ago
Philip O'Toole 786a8b0464 Used resolved address when joining
It seems Hashicorp Raft only works in IP addresses, and joining with a
hostname caused the remove logic to cause all nodes to leave when one
node was instructed to leave.
8 years ago
Philip O'Toole c41f842f9d Update CHANGELOG for PR136 8 years ago
Philip O'Toole ae023a9f17 Next release will be 3.2.0 8 years ago
Philip O'Toole 83026e4612 Add Peers to status output 8 years ago
Philip O'Toole 746c002045 Update CHANGELOG 8 years ago
Philip O Toole 02097eae7c Update CHANGELOG for PR #131 8 years ago
Philip O'Toole b74a1b1f35 Update CHANGELOG 8 years ago
Philip O'Toole 79a934b2f6 3.0 API is the same as 2.0 API 9 years ago
Philip O'Toole 85daa11df4 v3.1.0 is out 9 years ago
Philip O'Toole 349300b743 Add Go runtime info to status output 9 years ago
Philip O Toole 1dfb74dbc3 Note new CLI
Implementaiton came in with https://github.com/rqlite/rqlite/pull/118
9 years ago
Philip O'Toole b7b3ef9416 Update CHANGELOG.md 9 years ago
Philip O'Toole 1c6ef1d84f Use Raft advertise address, if exists, during join 9 years ago
Philip O'Toole 714b7f62a8 v3.0.0 is out 9 years ago
Philip O Toole 1eb1b0eb12 Update CHANGELOG 9 years ago
Philip O'Toole f16b6ba55b Allow Raft address advertise (#115)
* Use resolved Raft address as API peer key

* Allow Raft advertise address to be set

* Better log message for mux

* CHANGELOG updates

* Unit test mux layer address advertise
9 years ago
Philip O'Toole c1e2ab90e4 Switch to in-mem database by default (#113)
With low-latency networks, this results in a noticeable performance
increase.
9 years ago
Philip O'Toole 69dc7e2737 Update CHANGELOG.md 9 years ago
Philip O'Toole 78f652fcc2 Enable leader redirection
Not quite complete.
9 years ago
Philip O'Toole fac48629bc Start initial integration of mux (#109)
Integrate TCP mux with cluster and store

This change allows any node, including followers, to use the Raft log to make changes to a cluster-wide state.
9 years ago
Philip O Toole 5aefda9983 Move to new rqlite org 9 years ago
Philip O'Toole e8c92e088c Don't join unless actually necessary 9 years ago
Philip O'Toole 72b5f200ca v2.2.2 is out 9 years ago
Philip O'Toole f7e8cd958f Update CHANGELOG 9 years ago
Philip O Toole 659be46190 Add build time to status output 9 years ago
Philip O'Toole a328c58491 Update CHANGELOG.md 9 years ago
Philip O Toole 59cddcc2f7 Correctly indicate no auth enabled 9 years ago
Philip O'Toole 9a3eaf4503 2.2.0 is out 9 years ago