summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* include systemd unit file in debian packageBryan Newbold2020-08-252-0/+16
|
* add a basic DockerfileBryan Newbold2020-08-253-0/+46
|
* add --version flagBryan Newbold2020-08-251-0/+6
|
* rename 'allow_all...' to 'unsafe_all...'Bryan Newbold2020-08-255-11/+11
|
* declutter top-level files into extra/Bryan Newbold2020-08-256-6/+6
|
* make default log-level 'info'Bryan Newbold2020-08-251-3/+5
|
* include AGPLv3 license in repo; copy example conf in debian doc folderBryan Newbold2020-08-252-0/+662
|
* bundle an example config file in the executableBryan Newbold2020-08-252-0/+16
|
* add a basic MakefileBryan Newbold2020-08-251-0/+37
|
* add start of a manpage, using scdocBryan Newbold2020-08-252-0/+88
|
* use log/env_logger for loggingBryan Newbold2020-08-253-6/+128
|
* fmtBryan Newbold2020-08-255-293/+322
|