1
0
Fork 0

2771 Commits (5035478bb08b49ef6a097767901a1cd663173ee7)
 

Author SHA1 Message Date
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
Philip O'Toole cdf15c172b System-level single-node named param testing 3 years ago
Philip O'Toole 01849e77d5 Add db-level support for named paremeters 3 years ago
Philip O'Toole b10af4d630
Update FAQ.md 3 years ago
Philip O'Toole 65e0d15a4d
Update FAQ.md 3 years ago
Philip O'Toole cafbd02f0d Simple named param parser unit test 3 years ago
Philip O'Toole 7fc50b7b67 Add "name" support to command parameter 3 years ago
Philip O'Toole a98e6ab5d8
Update README.md 3 years ago
Philip O'Toole 879b004dea
6.8.2 is going out 3 years ago
Philip O'Toole 6e028f6f37
No -v during race testing 3 years ago
Philip O'Toole a7d2d7aad9
Merge pull request #931 from rqlite/no-parallel-memory-test
Don't run heavy memory tests in parallel
3 years ago
Philip O'Toole 09bb1c0dd8 Merge branch 'master' of github.com:rqlite/rqlite into no-parallel-memory-test 3 years ago
Philip O'Toole 239cdc04b5 Don't run heavy memory tests in parallel
Let's see if this helps these tests run faster, especially with -race,
and prevent CircleCI timeouts.
3 years ago