influxdb/chronograf/bolt
Michael Desa 26e8ee879c
feat: add tool to migrate 1.x chronograf dashboards and variables
feat(pkger): export dashboard and variable *ToResource methods

fix(pkger): add empty selected _measurement to builder config

feat(chronograf): add note & note visibility to dashboard cell

The 1.x DashboardCell struct had migrated since we brought the code into
the InfluxDB codebase. This allows us to migrate cells that were created
since then.

feat(cmd/chronograf-migrator): add 1.x chronograf migrator tool

feat(chronograf-migrator): add function to transpile queries

fix: update spelling of todo comment pkger/models.go

Co-Authored-By: Deniz Kusefoglu <deniz@influxdata.com>

fix(chronograf): add type to DashboardQuery

The type has evolved since this code was moved over from chronograf.
Previously, we did not have access to flux as a type of query.

feat(chonograf-migrator): transpile influxql query to flux if possible

fix(chronograf): omit fields when empty on old chronograf structs

fix: make linter not mad at me

feat(chronograf-migrator): lowercase variable names

fix(pkger): add empty selected measurement to builder config

chore(chronograf-migrator): add basic readme

chore(pkger): export Variable and Dashboard ToResource methods

fix(chronograf-migrator): move flags out of init call
2020-01-10 09:05:19 -08:00
..
internal feat: add tool to migrate 1.x chronograf dashboards and variables 2020-01-10 09:05:19 -08:00
base.go feat(chronograf): all chronograf api handler to platform 2018-07-24 15:55:49 -04:00
bolt_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
build.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
build_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
change_interval_to_duration.go dep(chronograf/bolt): replace boltdb dependency with bbolt 2018-07-24 14:36:59 -04:00
client.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
config.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
config_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
dashboards.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
layouts.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
mapping.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
mapping_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
org_config.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
org_config_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
organizations.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
organizations_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
servers.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
servers_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
sources.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
sources_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
users.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
users_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
util.go Move entire codebase into a subdirectory called chronograf 2018-07-19 16:37:21 -04:00