Deniz Kusefoglu
ea7b5be093
Merge pull request #12621 from influxdata/fix-dashboards-in-org
...
Fix dashboards in org
2019-03-13 19:39:56 -07:00
Deniz Kusefoglu
9175fdb1e2
Fix all the sadness in dashboards
2019-03-13 19:18:18 -07:00
Deniz Kusefoglu
b68793238f
Remove references to default dashboard
2019-03-13 18:32:47 -07:00
Deniz Kusefoglu
a9cc62778b
Merge pull request #12608 from influxdata/dashboard-import-routes
...
Dashboard import routes
2019-03-13 18:26:39 -07:00
Deniz Kusefoglu
4e74c2ec4f
Handle dashboard imports through router
2019-03-13 17:05:56 -07:00
Palakp41
bddc73a614
Merge pull request #12611 from influxdata/feat/add-variables-config-page
...
Add variables to configuration page and navigation for config tabs
2019-03-13 15:21:28 -07:00
Christopher Henn
8ef815943d
Hydrate in use variables before running TimeMachine queries
2019-03-13 15:08:01 -07:00
Christopher Henn
7a3afa66f6
Rename submitScript to submitQueries
2019-03-13 15:08:01 -07:00
Christopher Henn
83dd14bdbb
Hydrate in use variables before displaying the CEO
2019-03-13 15:08:01 -07:00
Palak Bhojani
7c503337d3
Add variables to configuration page and navigation for config tabs
2019-03-13 14:38:04 -07:00
Lyon Hill
69db8099d4
Fix requested at for task runs ( #12559 )
...
* Fix requested at for task runs
* add short delay to allow storage propigation
2019-03-13 15:01:05 -06:00
Deniz Kusefoglu
03dc2f392e
fix export dashboard routing
2019-03-13 12:14:10 -07:00
Deniz Kusefoglu
1fc483f321
Merge pull request #12564 from influxdata/create-template-from-task
...
Create template from task
2019-03-13 11:51:13 -07:00
Jacob Marble
37e581694b
fix: Use simple function name for tracing operation name ( #12586 )
...
* fix: Use simple function name for tracing operation name
Every span has an operation name, which shows up in multiple places in
the Jaeger UI. Verbose function names like
`github.com/influxdata/influxdb/kit/tracing.StartSpanFromContext`
are not readable in this UI. Shorter function names like
`StartSpanFromContext` improve UX. Context is not lost because (1) the
filename and line number are logged with the span and (2) spans are
understood in the context of other spans, marked with service name and
operation name.
Extra cost is ~22 ns per call to StartSpanFromContext. No additional
memory is allocated.
* goimports
* slice more than function name as span operatio name
2019-03-13 11:49:32 -07:00
Deniz Kusefoglu
cc0c50ec14
Rename task import overlay
...
Rename tasks export overlay
Exptend exporting to template to tasks
Fix default props typing
2019-03-13 11:38:32 -07:00
kelwang
cb7630abd2
Merge pull request #12598 from influxdata/swagger_add_label_task
...
fix(http): fix task swagger links labels
2019-03-13 14:24:17 -04:00
kelwang
e877428c24
Merge pull request #12596 from influxdata/telegraf_swagger
...
fix(http): fix swagger label response
2019-03-13 14:23:55 -04:00
kelwang
bd952e8d6e
Merge pull request #12595 from influxdata/fix_secret_endpoint
...
fix(http): change secrets to match swagger
2019-03-13 14:23:39 -04:00
kelwang
878e896e3a
Merge pull request #12594 from influxdata/http_source_health
...
fix(http): fix source health endpoint
2019-03-13 14:23:01 -04:00
kelwang
ba52920df1
Merge pull request #12592 from influxdata/ready
...
fix(http): fix ready swagger
2019-03-13 14:22:44 -04:00
Palakp41
1808a1a520
Merge pull request #12580 from influxdata/feat/sort-tasks-run
...
Add sorting to Task Runs List
2019-03-13 11:20:43 -07:00
Iris Scholten
6869177a90
Merge pull request #12569 from influxdata/fix/telegraf-instructions-token
...
fix(ui): Ensure telegraf setup instructions has token information
2019-03-13 11:09:20 -07:00
Alirie Gray
f2f9d4fbac
Merge pull request #12523 from influxdata/explorer/save-as-variable
...
feat(explorer): add save as variable overlay
2019-03-13 10:57:51 -07:00
Palak Bhojani
7e2a64201c
Add sorting to Task Runs List
2019-03-13 10:57:38 -07:00
Iris Scholten
8121380148
Merge pull request #12603 from influxdata/fix/cell-swagger
...
fix(ui): Remove name from cell in swagger definition
2019-03-13 10:55:54 -07:00
Iris Scholten
7539044e4c
Merge pull request #12575 from influxdata/feat/import-org-dropdown
...
feat(ui): add organization dropdown to import overlay
2019-03-13 10:55:03 -07:00
Iris Scholten
1ba9066ff4
Merge pull request #12583 from influxdata/fix/legend-key-errors
...
fix(ui): Update keys for legend items to avoid duplicate key warnings
2019-03-13 10:54:20 -07:00
Iris Scholten
289c6d17f3
Merge pull request #12554 from influxdata/fix/system-dashboard-template
...
fix(ui): add v namespace before variables in System template
2019-03-13 10:53:16 -07:00
alexpaxton
e1bf2fcc4c
Ensure panels and index lists contrast with background when placed inside a tabbed page ( #12601 )
2019-03-13 10:50:57 -07:00
Christopher Henn
ac022bdf79
Fix unresponsive time range dropdown on dashboards
2019-03-13 10:49:28 -07:00
Christopher Henn
6a21c80d16
Fix updating variable script
2019-03-13 10:49:11 -07:00
Christopher Henn
72c2286f78
Fix caching in ValueFetcher
2019-03-13 10:48:55 -07:00
Christopher Henn
ce1713eef0
Refresh dashboard values when any cell changes
2019-03-13 10:48:55 -07:00
Iris Scholten
a4196ce06d
fix(ui): Remove name from cell in swagger definition
2019-03-13 10:18:17 -07:00
Kelvin Wang
5c980304c2
fix(http): fix task swagger links labels
2019-03-13 12:00:03 -04:00
Kelvin Wang
f2adba210f
fix(http): fix swagger label response
2019-03-13 11:22:16 -04:00
Kelvin Wang
44f5adeae7
fix(http): change secrets to match swagger
2019-03-13 11:06:36 -04:00
Kelvin Wang
229be14d1a
fix(http): fix source health endpoint
2019-03-13 11:04:16 -04:00
Kelvin Wang
69c3882225
fix(http): fix ready swagger
2019-03-13 10:44:14 -04:00
Iris Scholten
6dba91de77
fix(ui): Update keys for legend items to avoid duplicate key warnings
2019-03-12 16:48:09 -07:00
Brandon Farmer
ab2fd3ba2f
Merge pull request #12577 from influxdata/fix/veo-height
...
Fix/veo height
2019-03-12 15:58:44 -07:00
Iris Scholten
efec3a5426
feat(ui): add organization dropdown to import overlay
2019-03-12 15:48:47 -07:00
Alex P
7af5e4a64e
Ensure VEO overlay is full height of screen
2019-03-12 15:20:41 -07:00
Alex P
d80b9e3ef9
Allow custom classnames on overlays
2019-03-12 15:20:29 -07:00
Iris Scholten
7865679d71
fix(ui): Ensure telegraf setup instructions has token information
2019-03-12 13:47:58 -07:00
Alirie Gray
464629194d
feat(explorer): add save as variable overlay
2019-03-12 12:42:09 -07:00
alexpaxton
05c591b478
Polish Overlays ( #12527 )
...
* Rename "OverlayTechnology" to "Overlay"
* Make overlays scrollable
* Update instances of Overlay to import only primary class
* Hide horizontal scrollbar within overlay masks
2019-03-12 11:54:13 -07:00
Delmer
b5c08294b3
fix(ui/labels): update empty state for no labels ( #12521 )
2019-03-12 13:13:53 -04:00
Iris Scholten
74ff80c796
fix(ui): add v namespace before variables in System template
2019-03-12 10:10:17 -07:00
Delmer
493f6dac58
fix(ui/inlinelabels): filter labels in render ( #12509 )
2019-03-12 12:58:19 -04:00