8 Commits

Author SHA1 Message Date
Dane Strandboge
3e76528ed2
build: upgrade protobuf library (#308) 2021-10-18 13:22:54 -05:00
Daniel Moran
7de3681224
build: upgrade to go1.17 (#251) 2021-09-01 14:11:15 -04:00
Daniel Moran
9b54bcb17f
feat: add logic for reading manifest from bolt file (#183) 2021-07-09 09:27:53 -04:00
Daniel Moran
d995f7d182
test: replace hand-written mocks with gomock (#63) 2021-05-06 10:19:41 -04:00
Daniel Moran
f95668ada6
refactor: improve codegen to support influx query rewrite (#60)
* build: add goimports to fmt target to remove unused imports
* feat: update codegen template to support returning raw response body
* feat: add support for gunzip-ing response bodies
* refactor: remove unused piece from codegen return values
2021-05-05 10:30:22 -04:00
Daniel Moran
4f62e469e9
refactor: switch to OpenAPITools's generator for our HTTP clients (#33)
* build: add CI job to check OpenAPI generation is clean
* feat: add hidden flag for HTTP debug
2021-04-16 17:16:58 -04:00
Daniel Moran
ca8a5c5364
feat: implement ping command (#31)
* build: use deepmap/oapi-codegen to generate an HTTP client
* feat: add global CLI options
* feat: load local config to find host and token
* feat: implement ping command
* test: add unit tests for ping command
2021-04-14 09:31:21 -04:00
Daniel Moran
8c062cacf0
feat: set up project skeleton for new CLI (#1)
* docs: fill in README
* feat: initial setup of CLI, with help + version commands
* build: add linters and Makefile
* build: add initial CircleCI workflow
2021-04-12 13:39:09 -04:00