Commit Graph

30403 Commits (827db8ae1ee9386480b1ec4b5d72a0799bfd2c20)

Author SHA1 Message Date
Brandon Farmer 827db8ae1e
Merge pull request #14130 from influxdata/static-templates
Static templates
2019-06-13 13:46:37 -07:00
Nate Isley 226fce0266
Merge pull request #14129 from influxdata/nisley-patch-alpha-12
Update CHANGELOG.md
2019-06-13 11:55:15 -07:00
Nate Isley 4919d934e3
Merge branch 'master' into nisley-patch-alpha-12 2019-06-13 11:53:53 -07:00
Daniel Campbell fd458cb33e Add tabs and descriptions to Templates Page (#14105)
* Add tabs and descriptions to Templates Page

* Fixes tests broken by axios upgrade

* Add type metadata

* add no description placeholder
2019-06-13 11:45:24 -07:00
Brandon Farmer 5240d5d558 Initial static templates list 2019-06-13 11:45:24 -07:00
Christopher Henn fe3869d60e feat(ui): add option to shade area below line graphs 2019-06-13 11:36:08 -07:00
Nate Isley c6fbfcb18d
Update CHANGELOG.md 2019-06-13 11:12:08 -07:00
Deniz Kusefoglu 90cf07bb5b
Create task import overlay (#14126) 2019-06-13 10:26:25 -07:00
kelwang 869b29da18
Merge pull request #14071 from zhulongcheng/rename-OrgID
fix(http): rename OrgID to orgID
2019-06-13 12:16:24 -04:00
Lyon Hill 435c8bbed5
fix(task): add logging into the task analytical store (#14124)
* fix(task): add logging into the task analytical store

* add in more detail around log structure
2019-06-12 20:01:41 -06:00
Alirie Gray 8ddd7c17e8
Merge pull request #14095 from influxdata/tasks/default-run-returns
chore(tasks): update run limits in swagger and FindRuns
2019-06-12 16:09:07 -07:00
Alirie Gray 0ae2d318b1 chore(tasks): update run limits in swagger and FindRuns 2019-06-12 14:48:32 -07:00
Andrew Watkins f3c516729c
perf(dashboard): cell fetching
* wip: cleanup

* perf(dashboards): dont fetch each views' data when opening veo

* chore: fix types

* chore: fix types

* perf: stop rerendering of all views when variables change

* chore: cleanup
2019-06-12 14:19:02 -07:00
Deniz Kusefoglu 5089854c72
Add type to template meta created from resources (#14118)
* Add type to template meta created from resources

* filter templates that are available to be instantiated as dashboard
2019-06-12 11:52:16 -07:00
Deniz Kusefoglu f35e9caf7e
Accept all date formats that are supported by flux in date picker (#14117) 2019-06-12 10:05:47 -07:00
Christopher Henn 7403a181e1 fix(ui): size gauges using cell dimensions
Closes #13600
2019-06-12 09:33:34 -07:00
Christopher Henn f8d8f85b62 fix(ui): prevent variable dropdown from crashing when empty
Closes #14076
2019-06-12 09:32:33 -07:00
Christopher Henn 9f7300b3c1 fix(ui): populate "Save As Variable" modal with current query
Closes #14074
2019-06-12 09:32:33 -07:00
Christopher Henn 8bcd761b21 fix(ui): tighten error boundary around variable dropdowns
Wraps each dropdown in the variable control bar in a error boundary of
its own, using a new `ErrorBoundary` component.

The `ErrorBoundary` component can wrap both class and non-class
components alike (unlike the existing `ErrorHandling` class decorator).

Also removed the redudant logging from the `ErrorHandling` HOC; an error
caught by an error boundary will log once now, rather than twice.
2019-06-12 09:32:33 -07:00
Christopher Henn ea94f4f0a8 fix(ui): avoid unnecessary FluxTable[] parsing
Also consolidates the `VisSwitcher` and `RefreshingViewSwitcher`
components into a single `ViewSwitcher` component.

Closes #13852
2019-06-11 14:07:24 -07:00
Lyon Hill 68e9b30423
fix(task): Apply grease to the analtic system (#14112) 2019-06-11 13:43:33 -06:00
Lyon Hill b7078f5510
fix(task): Ensure tasks clean up user resource maps (#14109)
* fix(task): Ensure tasks clean up user resource maps
fixes #14108
2019-06-11 10:28:09 -06:00
Ben Johnson a181e60d70
fix(tsdb): Fix series file count (#13770)
fix(tsdb): Fix series file count
2019-06-11 10:07:12 -06:00
Christopher Wolff 950d84fee4 chore: skip flaky test
https://github.com/influxdata/influxdb/issues/14108
2019-06-11 08:41:13 -07:00
Christopher Wolff e495ca3e27 fix(query): recover from panics during compiler and start steps
Fixes influxdata/idpe#3409.
2019-06-11 08:41:13 -07:00
Deniz Kusefoglu 073b697c0e
Separate input element from date-picker (#14087)
* Separate input element from date-picker

* Add error message padding to DatePicker input

Co-authored-by: alexpaxton <thealexpaxton@gmail.com>

* Prevent time selection vertical jitter and polish styles

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

* Use Form component from @influxdata/clockface
2019-06-10 15:35:48 -07:00
Christopher M. Wolff 2818562a07
Merge pull request #14094 from influxdata/flux-staging
chore: update Flux to v0.32.1
2019-06-10 11:19:20 -07:00
Christopher Wolff 8800e40eef chore: update Flux to v0.32.1 2019-06-10 10:54:55 -07:00
Christopher Henn 23e6c7bf26 fix(ui): prevent visualization crash in DE 2019-06-10 10:39:51 -07:00
Christopher Henn 49c243186b fix(ui): use '_value' as default histogram column selection 2019-06-07 16:06:11 -07:00
Christopher Henn eee4416809 feat(ui): upgrade giraffe dependency 2019-06-07 16:06:11 -07:00
Andrew Watkins 02c12a0374
perf: dashboard cell and view rendering (#14078)
* chore: package.lock

* chore: remove unused logic

* perf: only render views in view :)

* chore: cleanup

* chore: remove cruft
2019-06-06 15:15:26 -07:00
Alirie Gray cbda5d6e08
Merge pull request #14077 from influxdata/add-run-id-to-logs-new
feat(tasks): add runID to Log struct
2019-06-06 11:37:30 -07:00
Alirie Gray 04a427e99e feat(tasks): add runID to Log struct 2019-06-06 11:24:38 -07:00
Lorenzo Affetti acf8640d8d
Merge pull request #14064 from influxdata/flux-staging
chore: update Flux to v0.32.0
2019-06-06 18:53:47 +02:00
Jonathan A. Sternberg c446421445
chore(flux): update to Flux v0.32.0 2019-06-06 11:26:44 -05:00
Jonathan A. Sternberg 65dabb0774
Merge branch 'master' into flux-staging 2019-06-06 11:22:04 -05:00
Lyon Hill ab79b68840
fix(task): Remove older unused task store code. (#14068)
* fix(task): Remove older unused task store code.
2019-06-06 10:05:27 -06:00
zhulongcheng 5f1e070a73 fix(http): rename OrgID to orgID 2019-06-06 22:12:32 +08:00
Jonathan A. Sternberg eeb32beb49
fix(storage/reads): ensure that the column reader gets its length set (#14065)
When a buffered column reader was used, the length was not reset to
whatever the requested length was for the buffer so it was possible for
the length to be longer than the actual columns.
2019-06-05 15:09:37 -05:00
Alirie Gray cb1748dc42
Merge pull request #14029 from influxdata/fix-tasks-error
fix(tasks): adds check for inactive task in ForceRun and Retry
2019-06-05 12:10:47 -07:00
Alirie Gray 479dc3ffd3 fix(tasks): adds check for inactive task in ForceRun and Retry 2019-06-05 11:44:16 -07:00
Lorenzo Affetti 5f8796aca6
Merge pull request #14044 from influxdata/fix/gen-promql
fix(promql): synch generated code
2019-06-05 17:53:51 +02:00
Deniz Kusefoglu 9edf9bd6ee
Add x and y column pickers to graph types (#14052)
* Add x and y column picker to line graph

* Use column selector in heatmap options

* Add column selector to histogram

* Add column selector to scatter plot

* Fix tests

* Add xColumn and yColumn to data structure in line graph tests

* Move scatter container defaults to visSwitcher

* Add fillcolumn validity checking to histogram

* regularize XYcontainer and render it and lineplussingle stat in visSwitcher

* Initialize all views with null columns

* Place Line and Scatter Options x-y column selector behind cloud feature flag

* Rename getGroupableColumnSelection

* Add defaults to x/y column selections in line graphs

* Add defaults to x/y column selections in scatter
2019-06-04 18:07:53 -07:00
Christopher Henn f2d198c169 feat(ui): enable formatting line graph y ticks with binary prefix 2019-06-04 17:37:31 -07:00
kelwang 3a07e7f721
Merge pull request #13411 from influxdata/telegraf_rename_orgID
fix(influxdb): rename telegraf orgID
2019-06-03 19:57:43 -04:00
Kelvin Wang 7a40d92375 fix(ui): update ui telegraf orgID 2019-06-03 19:40:33 -04:00
Kelvin Wang 18a0f3f542 fix(influxdb): rename telegraf orgID 2019-06-03 16:20:53 -04:00
Lyon Hill 27fd7ece2d
fix(tasks): move debug task logs to debug (#14053) 2019-06-03 14:11:11 -06:00
Jonathan A. Sternberg 42c8ce3481
fix(query/stdlib): remove skips for tests that were flaky from table.Do (#14048) 2019-06-03 11:56:25 -05:00