1
0
Fork 0

3004 Commits (0cd8429dd1111f6cd5ffe87dfda1219864abc4b1)
 

Author SHA1 Message Date
Philip O'Toole 4eeddf455d Actually return error values 3 years ago
Philip O'Toole 6d312ad009
Update config.yml 3 years ago
Philip O'Toole 88aea31690
Update CHANGELOG.md 3 years ago
Philip O'Toole 5891bbae58
Merge pull request #954 from rqlite/truly-random-files
Much better random file names
3 years ago
Philip O'Toole 24a5dc8c4b Much better random file names 3 years ago
Philip O'Toole a6762dff71
Merge pull request #952 from rqlite/main-clean
Trivial refactor
3 years ago
Philip O'Toole 15a6db1acd Trivial refactor 3 years ago
Philip O'Toole 1bb0e5f1cb
Update PERFORMANCE.md 3 years ago
Philip O'Toole 977c5f251b
Update PERFORMANCE.md 3 years ago
Philip O'Toole 696fdc5151
Update PERFORMANCE.md 3 years ago
Philip O'Toole f3c53a3465
Update PERFORMANCE.md 3 years ago
Philip O'Toole 78d6089bbc
Update CLUSTER_MGMT.md 3 years ago
Philip O'Toole 4cc5bf6dc0
Update CLUSTER_MGMT.md 3 years ago
Philip O'Toole 623491c073
Update CLUSTER_MGMT.md 3 years ago
Philip O'Toole 62ebce5a69
Merge pull request #950 from rqlite/e2e-full-restart
Add simple end-to-end cluster restart test
3 years ago
Philip O'Toole 62cf2f44a5 Add simple end-to-end cluster restart test 3 years ago
Philip O'Toole fcda3cc695
Update CHANGELOG.md 3 years ago
Philip O'Toole 84ca552bc4
Merge pull request #944 from rqlite/refactor-main-bootstrap
Try simple refactor of bootstrap
3 years ago
Philip O'Toole 8a34783c91 Don't wait for consensus at node startup
The readyz/ endpoint is the proper way to check for readiness.
3 years ago
Philip O'Toole 2208e75188 Fix system-level tests 3 years ago
Philip O'Toole 58adcb87c9 Fix Store unit tests 3 years ago
Philip O'Toole 21db24900a Remove unused variable 3 years ago
Philip O'Toole ca556044e3 Merge branch 'master' of github.com:rqlite/rqlite into refactor-main-bootstrap 3 years ago
Philip O'Toole 9036be51a5
Update CHANGELOG.md 3 years ago
Philip O'Toole a04e3722b2
Merge pull request #946 from rqlite/dur-flags
Use actual duration types for duration command line flags
3 years ago
Philip O'Toole 2ffb29394f Fix typo 3 years ago
Philip O'Toole 85b834cd64 Use actual duration types for flags 3 years ago
Philip O'Toole ca9d890a4c
Merge pull request #945 from rqlite/create-store-refactor
Move Store creation into own function
3 years ago
Philip O'Toole bf0eff5b14 Move Store creation into own function 3 years ago
Philip O'Toole f5c03d4b60 Try simple refactor of bootstrap 3 years ago
Philip O'Toole 0d8804b1ca
6.10.0 is going out 3 years ago
Philip O'Toole eb8bf0a3de
Merge pull request #943 from rqlite/logging-tweaks
Tell user how to use CLI
3 years ago
Philip O'Toole e3e974f574 Tell user how to use CLI 3 years ago
Philip O'Toole 5035478bb0
Merge pull request #942 from rqlite/enableb-status
Better variable name
3 years ago
Philip O'Toole 769557db7e Better variable name 3 years ago
Philip O'Toole 1dd0cec6b0
Update CHANGELOG.md 3 years ago
Philip O'Toole dbda249453
Merge pull request #941 from rqlite/mod-upgrades
go get -u ./... & go mod tidy
3 years ago
Philip O'Toole 030b089b80 go get -u ./... & go mod tidy 3 years ago
Philip O'Toole e95114c91f
Update years 3 years ago
Philip O'Toole c2a6ef8ac3
Update CHANGELOG.md 3 years ago
Philip O'Toole 860999951d
Enhance Authentication and Authorization system (#940) 3 years ago
Philip O'Toole 6e89db30a4
Merge pull request #939 from rqlite/python2-to-3
Migrate end-to-end testing to Python3
3 years ago
Philip O'Toole 9b4d9f211e Update CHANGELOG 3 years ago
Philip O'Toole 9160928750 Use literal_eval, which is safer 3 years ago
Philip O'Toole 4be46425b5 Move CircleCI to Python3 3 years ago
Philip O'Toole 2c8eb6880a Intepret expected results as dict and comp
This was done to migrate from Python2 to Python3, which changed the
order of keys in the dict. This was always fragile, and now dictionaries
are compared instead.

Most of this migration was done using sed, which is a great tool. The
command issued was:

sed 's/self\.assertEqual(str(j), "\(.\+\)")/self\.assertEqual(j, d_("\1"))/'
3 years ago
Philip O'Toole 628f4a044b First pass at conversion
2to3
Added d_ eval-based function
3 years ago
Philip O'Toole dde1aa5044 Remove u' 3 years ago
Philip O'Toole 81f749424b
Update DIAGNOSTICS.md 3 years ago
Philip O'Toole 7c30fe49b1
Update version.go 3 years ago