Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |