Daniel Moran
|
727a7b58c1
|
test: replace influxlogger with zaptest logger (#20589)
|
2021-02-11 10:12:39 -05:00 |
Daniel Moran
|
10fcc2bf1d
|
fix(influxql): set correct Content-Type on v1 query responses (#20565)
|
2021-01-22 07:31:52 -08:00 |
Daniel Moran
|
1494840fb9
|
fix(http): don't return 500 errors for partial writes (#20442)
|
2021-01-05 07:06:25 -08:00 |
Daniel Moran
|
71f8de3b98
|
fix(http/legacy): filter on Default=true when no RP given in V1 write (#20074)
|
2020-11-17 16:04:50 -05:00 |
Daniel Moran
|
d8e7de93cc
|
fix: check write permission in legacy write path (#19980)
|
2020-11-10 18:41:50 -05:00 |
Stuart Carnie
|
778b9ff9eb
|
chore: Address linter issues
|
2020-11-10 11:53:34 +11:00 |
Stuart Carnie
|
acd30c863b
|
fix: Remove bucket and mapping auto-creation from /write API
Fixes #19954
|
2020-11-10 11:53:34 +11:00 |
Stuart Carnie
|
7e1226b298
|
feat: Use AuthorizerV1 for authorizing 1.x API requests
Setup the AuthorizerV1 in the launcher and pass this to the V1
authentication handler for authorizing 1.x HTTP requests.
|
2020-10-30 11:56:09 -07:00 |
Stuart Carnie
|
f38f19787f
|
fix: Ensure precision is passed to points parsing
In addition, adds additional precision parameters for v1 /write
compatibility.
Should address e2e bucket tests failing
|
2020-08-31 17:39:52 -07:00 |
Brett Buddin
|
b917d8d9b0
|
chore(influxdb): Placate the linter.
|
2020-08-27 15:46:32 -04:00 |
Stuart Carnie
|
4330496d91
|
feat(http): V1 write support
* Basic auth requires using <username:token>; same as Cloud 2
* Move V1 HTTP handlers for InfluxQL and write to legacy package
|
2020-08-18 14:04:35 -07:00 |