1
0
Fork 0

3457 Commits (89a760b3296490af7f529e324b3c79394f21a091)
 

Author SHA1 Message Date
Philip O'Toole cd45070f8c
Update KUBERNETES.md 2 years ago
Philip O'Toole 22040148cc
Update KUBERNETES.md 2 years ago
Philip O'Toole c21d5baf9d
Update KUBERNETES.md 2 years ago
Philip O'Toole 1a21396816 Merge branch 'master' of github.com:rqlite/rqlite 2 years ago
Philip O'Toole 25085c13cf Extend liveness testing 2 years ago
Philip O'Toole 219e54be21
Update KUBERNETES.md 2 years ago
Philip O'Toole 6f3b7afd21
Update KUBERNETES.md 2 years ago
Philip O'Toole ce258ceb89
Merge pull request #1097 from rqlite/start-http-service-asap
Start HTTP server ASAP
2 years ago
Philip O'Toole f264e8b05e Update CHANGELOG 2 years ago
Philip O'Toole edec152ec9 Fix Store unit test 2 years ago
Philip O'Toole 9c68b13868 Better error from /nodes when Store is not open 2 years ago
Philip O'Toole 4ab4b08049 Less changes 2 years ago
Philip O'Toole e158ae8a72 Start HTTP server ASAP 2 years ago
Philip O'Toole 158d8b1fc6
Update KUBERNETES.md 2 years ago
Philip O'Toole 63db2c2d0f
Update KUBERNETES.md 2 years ago
Philip O'Toole 5bbd2214fd
7.10.0 is going out 2 years ago
Philip O'Toole 547bb84bbe
Merge pull request #1096 from rqlite/sqlite-3.39
Upgrade to SQLite 3.39.4
2 years ago
Philip O'Toole f31f89ed2c Update CHANGELOG 2 years ago
Philip O'Toole a031c8eefa Upgrade to SQLite 3.39.4
Also upgrade other dependencies.
2 years ago
Philip O'Toole fc51243dd8
Merge pull request #1095 from rqlite/sqlite-version-display
Log, and add to version output, SQLite release
2 years ago
Philip O'Toole 942df3676c Update CHANGELOG 2 years ago
Philip O'Toole 9054ea0f77 Merge branch 'master' of github.com:rqlite/rqlite into sqlite-version-display 2 years ago
Philip O'Toole a688d8053d Log, and add to version output, SQLite release 2 years ago
Philip O'Toole da6fab595a
Update CHANGELOG.md
https://github.com/rqlite/rqlite/pull/1094
2 years ago
Philip O'Toole 53e52061da
Merge pull request #1094 from sgalsaleh/update-go-mod-to-fix-cves
Update packages to resolve CVE-2022-32149 and CVE-2022-27664
2 years ago
Salah Aldeen Al Saleh 36eb4d87f6 Update packages to resolve CVE-2022-32149 and CVE-2022-27664 2 years ago
Philip O'Toole 476e67ca30
Merge pull request #1093 from Juneezee/test/t.TempDir
test: use `T.TempDir` to create temporary test directory
2 years ago
Eng Zer Jun 93eebc6e77
test: fix failing store_restart.test.go on Windows
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2 years ago
Eng Zer Jun da103c9b3e
test: fix failing Test_OpenStoreSingleNode on Windows
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2 years ago
Eng Zer Jun 6444926be7
test: fix failing Test_SingleNodeSnapshotInMem on Windows
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2 years ago
Eng Zer Jun 6969165330
test: fix failing Test_SingleNodeSnapshotOnDisk on Windows
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2 years ago
Eng Zer Jun 5141eff5fc
test: use `T.TempDir` to create temporary test directory
This commit replaces `ioutil.TempDir` with `t.TempDir` in tests. The
directory created by `t.TempDir` is automatically removed when the test
and all its subtests complete.

Prior to this commit, temporary directory created using `ioutil.TempDir`
needs to be removed manually by calling `os.RemoveAll`, which is omitted
in some tests. The error handling boilerplate e.g.
	defer func() {
		if err := os.RemoveAll(dir); err != nil {
			t.Fatal(err)
		}
	}
is also tedious, but `t.TempDir` handles this for us nicely.

Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2 years ago
Philip O'Toole 694d9c4592
Update KUBERNETES.md 2 years ago
Philip O'Toole 0dc8fb6830
Update CHANGELOG.md 2 years ago
Philip O'Toole 7f1380869b
Update CHANGELOG.md 2 years ago
Philip O'Toole 187098927b
7.9.2 is going out 2 years ago
Philip O'Toole 3a261ce16e Unit test remote load error handling 2 years ago
Philip O'Toole 0e8e266f96
Merge pull request #1090 from rqlite/fix-remote-load-errors
Fix remote-load error handling
2 years ago
Philip O'Toole 055e6c3121
Update CHANGELOG.md 2 years ago
Philip O'Toole d6b8390658 Handle remote backup errors correctly 2 years ago
Philip O'Toole 893fbb0249 More store-level load operation logging 2 years ago
Philip O'Toole 65cd556549 Fix remote-load error handling
Error from remote node was being dropped.
2 years ago
Philip O'Toole ec0750a4c2
Update service.go 2 years ago
Philip O'Toole b68e250847
Update CHANGELOG.md 2 years ago
Philip O'Toole c1a3e854fe
Update CHANGELOG.md 2 years ago
Philip O'Toole 10c4f03b49
Update CHANGELOG.md 2 years ago
Philip O'Toole f347c1ab34
Update CHANGELOG.md 2 years ago
Philip O'Toole 302bd3bec6
Merge pull request #1089 from rqlite/refactor-cluster-client
Refactor cluster client
2 years ago
Philip O'Toole 52ccb3762b Fix typo in CHANGELOG 2 years ago
Philip O'Toole e57270d36c Fix up unit tests 2 years ago