aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parse_es_requests.rs
Commit message (Collapse)AuthorAgeFilesLines
* in safe-mode, allow index API methods without trailing slashBryan Newbold2021-03-291-0/+17
| | | | | If we allowed this in `unsafe_all_indices`, then all top-level API methods would be available, which we don't want.
* lint: remove 'mut' on tokio runtimesBryan Newbold2020-12-231-4/+4
| | | | This is a tokio v1.0 change
* more testsBryan Newbold2020-08-261-0/+31
|
* rename 'allow_all...' to 'unsafe_all...'Bryan Newbold2020-08-251-3/+3
|
* fmtBryan Newbold2020-08-251-15/+9
|
* move tests aroundBryan Newbold2020-08-251-12/+36
|
* significant increase in parse and test coverageBryan Newbold2020-08-251-1/+3
|
* parse scroll requestsBryan Newbold2020-08-251-0/+19
|
* tests: proper URIs; filter request bodiesBryan Newbold2020-08-251-15/+35
|
* move request body parsing to module/fileBryan Newbold2020-08-241-1/+1
|
* more progress and testsBryan Newbold2020-08-241-2/+21
|
* tests: try all query files; some small refactorsBryan Newbold2020-08-241-4/+25
|
* start on test framework and query JSON parserBryan Newbold2020-08-221-0/+4
|
* start of test infraBryan Newbold2020-08-181-0/+16