aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* clippy/fmt cleanv0.2.6Bryan Newbold2021-03-292-11/+10
* in safe-mode, allow index API methods without trailing slashBryan Newbold2021-03-291-0/+12
* have Via header prefixed with 'HTTP/1.1', not '1.1'Bryan Newbold2021-03-291-1/+1
* make fmtv0.2.4Bryan Newbold2020-12-171-1/+1
* allow scroll GET updatesBryan Newbold2020-12-171-1/+3
* parse: more flexible sort order specificationBryan Newbold2020-12-171-2/+10
* add support for date_histogram and composite aggregationsBryan Newbold2020-12-171-2/+24
* add support for 'filters' aggregationBryan Newbold2020-12-171-0/+18
* rustfmtBryan Newbold2020-10-182-10/+11
* schema: filters can be single or arrayBryan Newbold2020-10-181-5/+13
* schema: term queries can be numeric or booleanBryan Newbold2020-10-181-5/+18
* improve error handling/responses/loggingBryan Newbold2020-08-262-10/+25
* refactor errors; fix header names; fmtBryan Newbold2020-08-262-36/+60
* more endpoints/methodsBryan Newbold2020-08-261-4/+16
* CORS headersBryan Newbold2020-08-262-3/+22
* set content type header on upstream requestsBryan Newbold2020-08-261-0/+1
* add --version flagBryan Newbold2020-08-251-0/+6
* rename 'allow_all...' to 'unsafe_all...'Bryan Newbold2020-08-252-6/+6
* declutter top-level files into extra/Bryan Newbold2020-08-251-1/+1
* make default log-level 'info'Bryan Newbold2020-08-251-3/+5
* bundle an example config file in the executableBryan Newbold2020-08-251-0/+4
* use log/env_logger for loggingBryan Newbold2020-08-251-5/+9
* fmtBryan Newbold2020-08-253-271/+297
* filter out '_all' as a scroll idBryan Newbold2020-08-251-3/+15
* significant increase in parse and test coverageBryan Newbold2020-08-251-13/+481
* return JSON error bodyBryan Newbold2020-08-252-13/+41
* improve query param parsingBryan Newbold2020-08-251-38/+2
* progress: query param parsing, small renamingsBryan Newbold2020-08-253-30/+66
* more progress on parsing/validatingBryan Newbold2020-08-242-34/+71
* move request body parsing to module/fileBryan Newbold2020-08-242-241/+244
* validation progressBryan Newbold2020-08-242-14/+112
* config parsing; pass config object through to endpoint functionBryan Newbold2020-08-242-9/+75
* URL query parameters structBryan Newbold2020-08-241-8/+3
* more progress and testsBryan Newbold2020-08-241-20/+74
* WIP: expanding query parsingBryan Newbold2020-08-241-7/+165
* start on test framework and query JSON parserBryan Newbold2020-08-221-0/+35
* copy example skeleton from rust async bookBryan Newbold2020-08-171-0/+47