1
0
Fork 0

3488 Commits (ed367ec128eff7c5c9382bb4fcfcb9133179d6a6)
 

Author SHA1 Message Date
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
Philip O'Toole 1618eb5b1f Update CHANGELOG 2 years ago
Philip O'Toole c8d521e628 Fix cluster service with 8-byte lengths 2 years ago
Philip O'Toole 0e44835346 Move to 8-byte proto lengths for cluster comms
This is a longstanding issue that needs to be fixed.
2 years ago
Philip O'Toole dbca70898b Refactor cluster client 2 years ago
Philip O'Toole 1c082b1269
Update CONSISTENCY.md 2 years ago
Philip O'Toole 27b8409da9
Update CHANGELOG.md 2 years ago
Philip O'Toole 415538f8da
Update CHANGELOG.md 2 years ago
Philip O'Toole cf7e447392
Merge pull request #1087 from rqlite/resolve-notifier
Notified node checks address resolution
2 years ago
Philip O'Toole 5a3c639164 Fix HTTP unit tests 2 years ago
Philip O'Toole 5f33bffa0f More logging and resolution checks 2 years ago
Philip O'Toole 06e098e41a Mostly better logging 2 years ago
Philip O'Toole 48ec2bedbb Update CHANGELOG 2 years ago
Philip O'Toole eee9541545 Merge remote-tracking branch 'origin' into resolve-notifier 2 years ago
Philip O'Toole b0f17b86c7 Notified node checks address resolution
If a non-resolvable address is passed to the Store, and then Store then
adds that to the config, it can result in a cluster that seems to have
insufficient members (since the remote node can't be contacted). This
may trigger a new leader election.
2 years ago
Philip O'Toole f2bd5af766
Merge pull request #1086 from rqlite/restore-follow-body
Restoring via follower should have same response
2 years ago
Philip O'Toole 45654fb46f Update CHANGELOG 2 years ago
Philip O'Toole 9d9ffba7e2 Restoring via follower should have same response 2 years ago
Philip O'Toole 61aa316141
Update CHANGELOG.md 2 years ago
Philip O'Toole c863d45c91
Update CHANGELOG.md 2 years ago