1
0
Fork 0

3033 Commits (77464a3a7ba17192825d1a195904593171d79bce)
 

Author SHA1 Message Date
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
Philip O'Toole 34d2c74364
Update README.md 3 years ago
Philip O'Toole 8c2ed1b186
Update DISCOVERY.md 3 years ago
Philip O'Toole 7c442440c2
Merge pull request #936 from chermehdi/fix-typos
Fix typos and Grammar issues
3 years ago
chermehdi 3bfcbffc37 Fix typos and Grammar issues 3 years ago
Philip O'Toole ba42be7fdf
Merge pull request #934 from rqlite/fix-json-mime
Use correct MIME media type for JSON
3 years ago
Philip O'Toole 2335c538a5 Update CHANGELOG 3 years ago
Philip O'Toole 4f92d91a63 Use correct MIME media type for JSON
https://www.ietf.org/rfc/rfc4627.txt

https://github.com/rqlite/rqlite/issues/933
3 years ago
Philip O'Toole 6751b5fc4a
6.9.0 is going out
Happy New Year.
3 years ago
Philip O'Toole e4afcae6a2
Merge pull request #932 from rqlite/named-params
Add "name" support to command parameter
3 years ago
Philip O'Toole 7038b86dcb One final named params unit test 3 years ago
Philip O'Toole 73cb6fb202 Update docs 3 years ago
Philip O'Toole 0fa00f8131 Update CHANGELOG 3 years ago
Philip O'Toole 4e7f202306 Fix up unit tests 3 years ago
Philip O'Toole 2e7c26f4b2 Create request body correctly during testing 3 years ago
Philip O'Toole cfe938412f Better error codes 3 years ago
Philip O'Toole f440eedbe0 Use better function 3 years ago
Philip O'Toole a9748acdee Help with better testing 3 years ago
Philip O'Toole d64b6e140a Append non-list as object 3 years ago
Philip O'Toole 8ffebeb353 Correc docs 3 years ago
Philip O'Toole 2f3382fea6 End-to-end named parameter testing 3 years ago
Philip O'Toole ca855b5b00 Doc updates for named parameters 3 years ago