index
:
es-public-proxy
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
in safe-mode, allow index API methods without trailing slash
Bryan Newbold
2021-03-29
1
-0
/
+12
*
have Via header prefixed with 'HTTP/1.1', not '1.1'
Bryan Newbold
2021-03-29
1
-1
/
+1
*
make fmt
v0.2.4
Bryan Newbold
2020-12-17
1
-1
/
+1
*
allow scroll GET updates
Bryan Newbold
2020-12-17
1
-1
/
+3
*
parse: more flexible sort order specification
Bryan Newbold
2020-12-17
1
-2
/
+10
*
add support for date_histogram and composite aggregations
Bryan Newbold
2020-12-17
1
-2
/
+24
*
add support for 'filters' aggregation
Bryan Newbold
2020-12-17
1
-0
/
+18
*
rustfmt
Bryan Newbold
2020-10-18
2
-10
/
+11
*
schema: filters can be single or array
Bryan Newbold
2020-10-18
1
-5
/
+13
*
schema: term queries can be numeric or boolean
Bryan Newbold
2020-10-18
1
-5
/
+18
*
improve error handling/responses/logging
Bryan Newbold
2020-08-26
2
-10
/
+25
*
refactor errors; fix header names; fmt
Bryan Newbold
2020-08-26
2
-36
/
+60
*
more endpoints/methods
Bryan Newbold
2020-08-26
1
-4
/
+16
*
CORS headers
Bryan Newbold
2020-08-26
2
-3
/
+22
*
set content type header on upstream requests
Bryan Newbold
2020-08-26
1
-0
/
+1
*
add --version flag
Bryan Newbold
2020-08-25
1
-0
/
+6
*
rename 'allow_all...' to 'unsafe_all...'
Bryan Newbold
2020-08-25
2
-6
/
+6
*
declutter top-level files into extra/
Bryan Newbold
2020-08-25
1
-1
/
+1
*
make default log-level 'info'
Bryan Newbold
2020-08-25
1
-3
/
+5
*
bundle an example config file in the executable
Bryan Newbold
2020-08-25
1
-0
/
+4
*
use log/env_logger for logging
Bryan Newbold
2020-08-25
1
-5
/
+9
*
fmt
Bryan Newbold
2020-08-25
3
-271
/
+297
*
filter out '_all' as a scroll id
Bryan Newbold
2020-08-25
1
-3
/
+15
*
significant increase in parse and test coverage
Bryan Newbold
2020-08-25
1
-13
/
+481
*
return JSON error body
Bryan Newbold
2020-08-25
2
-13
/
+41
*
improve query param parsing
Bryan Newbold
2020-08-25
1
-38
/
+2
*
progress: query param parsing, small renamings
Bryan Newbold
2020-08-25
3
-30
/
+66
*
more progress on parsing/validating
Bryan Newbold
2020-08-24
2
-34
/
+71
*
move request body parsing to module/file
Bryan Newbold
2020-08-24
2
-241
/
+244
*
validation progress
Bryan Newbold
2020-08-24
2
-14
/
+112
*
config parsing; pass config object through to endpoint function
Bryan Newbold
2020-08-24
2
-9
/
+75
*
URL query parameters struct
Bryan Newbold
2020-08-24
1
-8
/
+3
*
more progress and tests
Bryan Newbold
2020-08-24
1
-20
/
+74
*
WIP: expanding query parsing
Bryan Newbold
2020-08-24
1
-7
/
+165
*
start on test framework and query JSON parser
Bryan Newbold
2020-08-22
1
-0
/
+35
*
copy example skeleton from rust async book
Bryan Newbold
2020-08-17
1
-0
/
+47