aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* commit an old TODOHEADmasterBryan Newbold2023-01-041-0/+1
|
* set MSRV to 1.49, and mention in READMEBryan Newbold2022-09-073-1/+7
|
* cargo: again update deps (minor)Bryan Newbold2022-09-071-144/+143
|
* cargo: minor update dependencies, re-lockBryan Newbold2022-03-292-88/+36
|
* CI: bump to rust:1.48-buster (debian) base imageBryan Newbold2022-03-291-1/+1
|
* update release instructionsBryan Newbold2022-03-291-0/+5
|
* commit release process HOWTOBryan Newbold2021-03-291-0/+18
|
* clippy/fmt cleanv0.2.6Bryan Newbold2021-03-292-11/+10
|
* cargo update (and update CHANGELOG)Bryan Newbold2021-03-292-98/+76
|
* increment version for index method changeBryan Newbold2021-03-293-2/+12
|
* in safe-mode, allow index API methods without trailing slashBryan Newbold2021-03-297-0/+41
| | | | | If we allowed this in `unsafe_all_indices`, then all top-level API methods would be available, which we don't want.
* have Via header prefixed with 'HTTP/1.1', not '1.1'Bryan Newbold2021-03-291-1/+1
| | | | | I forgot whether this was the version of the proxy or the HTTP version, so use the clearer format.
* update CHANGELOG for v0.2.5v0.2.5Bryan Newbold2020-12-231-0/+7
|
* lint: remove 'mut' on tokio runtimesBryan Newbold2020-12-231-4/+4
| | | | This is a tokio v1.0 change
* update to hyper 0.14 and tokio 1.0Bryan Newbold2020-12-232-270/+124
| | | | Also run `cargo upgrade` broadly
* debian package enabled on installationBryan Newbold2020-12-231-1/+1
|
* make fmtv0.2.4Bryan Newbold2020-12-171-1/+1
|
* allow scroll GET updatesBryan Newbold2020-12-173-1/+6
|
* prep for v0.2.4 releaseBryan Newbold2020-12-173-2/+9
| | | | Finding lots of small issues after deploying today!
* real-world scroll query exampleBryan Newbold2020-12-171-0/+2
|
* parse: more flexible sort order specificationBryan Newbold2020-12-171-2/+10
|
* tests: off-by-one in helper resulting in some tests not runningBryan Newbold2020-12-171-1/+1
|
* bump version to v0.2.3v0.2.3Bryan Newbold2020-12-173-4/+11
|
* add support for date_histogram and composite aggregationsBryan Newbold2020-12-1720-2/+238
|
* bump to v0.2.2v0.2.2Bryan Newbold2020-12-173-2/+8
|
* add support for 'filters' aggregationBryan Newbold2020-12-174-0/+61
|
* bump version to 0.2.1v0.2.1Bryan Newbold2020-10-183-2/+9
|
* rustfmtBryan Newbold2020-10-182-10/+11
|
* more testsBryan Newbold2020-10-182-0/+53
|
* 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
|
* cargo: specify 'http' version (no wildcard in crates.io)Bryan Newbold2020-08-271-1/+1
|
* update license slugBryan Newbold2020-08-261-1/+1
|
* bump to 0.2.0 and start a CHANGELOGv0.2.0Bryan Newbold2020-08-263-2/+8
|
* update manpageBryan Newbold2020-08-262-9/+90
|
* update cargo.toml descriptionBryan Newbold2020-08-262-4/+19
|
* update READMEBryan Newbold2020-08-261-42/+116
|
* update planBryan Newbold2020-08-261-15/+19
|
* missed Cargo.lock in version bumpv0.1.1Bryan Newbold2020-08-261-1/+1
|
* bump patch version numberBryan Newbold2020-08-261-1/+1
|
* ci: correct base image nameBryan Newbold2020-08-261-1/+1
|
* improve error handling/responses/loggingBryan Newbold2020-08-262-10/+25
|
* refactor errors; fix header names; fmtBryan Newbold2020-08-262-36/+60
|
* more testsBryan Newbold2020-08-2611-0/+54
|
* basic gitlab-ci fileBryan Newbold2020-08-262-0/+7
|
* update planBryan Newbold2020-08-261-35/+64
|
* more endpoints/methodsBryan Newbold2020-08-261-4/+16
|
* debian: mark conffileBryan Newbold2020-08-261-0/+1
|
* CORS headersBryan Newbold2020-08-263-3/+23
|
* set content type header on upstream requestsBryan Newbold2020-08-261-0/+1
|