* Increase size of download button in config overlay
* Make button copy match overlay title
* Open overlay on name click instead of button
* Add missing blank header cell
* Fix highlighting of buckets tab
* Cleanup tasks header
* Fix org creation overlay
Also having fun with randomized error messages
* Fix empty state of variables page
* Remove unused functions
* Cleanup
* Update snapshot
The query system specifically expects an Authorization. When a request
comes in using a Session, use the target task's Authorization, if we are
allowed to read it, when executing a query against the system bucket.
Previously the APIBackend understood only a ProxyQueryService,
but it needs to understand that there are two implementations of the
ProxyQueryService one for handling InfluxQL queries and one for handling
Flux queries. The names of the fields have been updated to make this
clear. As well as the FluxBackend is now initialized using the
FluxService explicitly.
Also set the generated token's description while we're here.
This enables us to use task's Authorization when we need to query the
system bucket to get run logs, etc. but we only have a Session.
The YAML parser used by the go-openapi libraries treats an unquoted y as
a boolean key, which will lead to a difficult-to-understand parser
error:
types don't match expect map key string or int got: bool
See also https://yaml.org/type/bool.html.
The query system specifically expects an Authorization. When a request
comes in using a Session, use the target task's Authorization, if we are
allowed to read it, when executing a query against the system bucket.
Previously the APIBackend understood only a ProxyQueryService,
but it needs to understand that there are two implementations of the
ProxyQueryService one for handling InfluxQL queries and one for handling
Flux queries. The names of the fields have been updated to make this
clear. As well as the FluxBackend is now initialized using the
FluxService explicitly.
Also set the generated token's description while we're here.
This enables us to use task's Authorization when we need to query the
system bucket to get run logs, etc. but we only have a Session.
The YAML parser used by the go-openapi libraries treats an unquoted y as
a boolean key, which will lead to a difficult-to-understand parser
error:
types don't match expect map key string or int got: bool
See also https://yaml.org/type/bool.html.
* Condense appearance of inline create label form
Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>
* Fine tune copy and click outside behavior
Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>
* Show label color error color when invalid hex
Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>
* Shrink width of random label color button
Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>
* Add full color palette to list of random label colors
Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>
* fix(ui/prettier-errors): fix ui prettier errors
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>