Daniel Campbell
ea9029ee1b
Add error handling to components
...
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdb.com>
2018-07-24 15:31:11 -07:00
Iris Scholten
a6881c32c4
Merge pull request #4009 from influxdata/polish/hovering-over-legend
...
Easier to get into hover legend
2018-07-24 15:19:57 -07:00
Iris Scholten
7b07141d35
Update changelog
2018-07-24 14:40:26 -07:00
Iris Scholten
50e98214b9
Move dygraph legend slightly closer to dygraph to make it easier to hover inside
...
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-07-24 14:35:26 -07:00
Alex Paxton
89f9b5c88f
Merge pull request #4005 from influxdata/polish/single-stat-clip
...
Prevent Single Stat Text With Descenders From Clipping
2018-07-24 10:11:09 -07:00
Andrew Watkins
96295d300a
Merge pull request #4003 from influxdata/bugfix/flux-response
...
Change #partition to #group
2018-07-24 10:06:43 -07:00
Andrew Watkins
5829251787
Merge pull request #4006 from influxdata/bugfix/data-explorer-submit
...
Change UX of query submission and newlines
2018-07-24 09:55:46 -07:00
Alex P
61a58ea5e4
Prevent text with descenders from clipping
2018-07-24 09:25:50 -07:00
Andrew Watkins
69569d5c68
Change UX of query submission and newlines
2018-07-24 09:25:50 -07:00
Andrew Watkins
9284a010f6
Fix typo
2018-07-24 08:41:02 -07:00
Andrew Watkins
89009c88af
Change partition to group
2018-07-24 08:40:00 -07:00
Andrew Watkins
787bf6df73
Change #partition to #group
2018-07-24 08:29:03 -07:00
Daniel Campbell
2945cafb00
Add tests to wizard button bar
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>>
2018-07-23 17:16:51 -07:00
Brandon Farmer
60ba9889d9
Merge pull request #3994 from influxdata/log-viewer/play-goes-to-now
...
When play is press go to now in logs
2018-07-23 17:16:20 -07:00
Daniel Campbell
82a78d985a
Place wizard button bar out to its own component, and begin adding tests for wizard step
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>>
2018-07-23 17:15:34 -07:00
Nathan Haugo
956f42e62a
Merge pull request #3995 from influxdata/feature/versioning
...
Update master to 1.7.0 and use bumpversion for makefile config instea…
2018-07-23 17:12:48 -07:00
Brandon Farmer
c9c06411c2
Use constant to represent now in time
2018-07-23 16:58:16 -07:00
nathan haugo
8c1862d8ae
Update master to 1.7.0 and use bumpversion for makefile config instead of git tags
2018-07-23 15:53:48 -07:00
Brandon Farmer
48e0160283
Update changelog
2018-07-23 15:23:40 -07:00
Brandon Farmer
e763b531ef
When play is press go to now in logs
2018-07-23 15:20:31 -07:00
Daniel Campbell
051c6fef91
Add tests for Progress Connector
2018-07-23 15:17:14 -07:00
Daniel Campbell
873623cce0
Correct height in full screen component, add skip callback function
2018-07-23 14:31:49 -07:00
Christopher Henn
85f222b62e
Fix template variable replacement within regexes
...
Template variables used within regexes would not replace when the query
contained a '/' before the regex in the query (see test).
This commit rewrites the logic for replacing template variables within
regexes.
2018-07-23 10:08:45 -07:00
Daniel Campbell
7e6d434ab0
Pass handle skip function to component
2018-07-20 17:36:04 -07:00
Daniel Campbell
934b95e652
Add full screen variant of wizard
2018-07-20 17:30:53 -07:00
Christopher Henn
c1f51530c9
Update CHANGELOG.md
2018-07-20 15:16:20 -07:00
Christopher Henn
7065fcb710
Ensure blank text template variables have a value
2018-07-20 15:16:20 -07:00
Christopher Henn
cf7f44715b
Add tests for Text template value resolution
2018-07-20 15:16:20 -07:00
Christopher Henn
eb258cf314
Refactor template variable resolution
...
Now handles the `Text` case properly.
2018-07-20 15:16:20 -07:00
Christopher Henn
099abd329c
Track query error states in TimeSeries
2018-07-20 15:16:20 -07:00
Daniel Campbell
0c3869ff85
Use fancy scrollbar component
2018-07-20 15:15:10 -07:00
Daniel Campbell
99a700f87f
Formatted wizard layout, display final wizard button as green instead of blue
2018-07-20 12:01:10 -07:00
Daniel Campbell
91314d0f6a
Add hover titles and jump ability to progress bar, add skip link, add ability to pass custom labels to buttons
2018-07-19 18:22:09 -07:00
Daniel Campbell
01f00724b6
Place wizard types in appropriate files
...
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-07-19 15:58:39 -07:00
Daniel Campbell
0e22181190
Add navigation ability to wizard buttons, close wizard on final
...
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-07-19 15:46:17 -07:00
Daniel Campbell
d14a9f4dac
Infer current step status from completion of wizard children
...
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-07-19 13:52:29 -07:00
Daniel Campbell
256d5aa49a
Add wizard control buttons
...
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-07-19 13:51:02 -07:00
Daniel Campbell
14533f591c
Add completion callback for determining step completion
...
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-07-19 12:26:55 -07:00
Daniel Campbell
6ffdc525d6
Add colored icons for step state in progress bar
...
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-07-19 11:35:17 -07:00
Daniel Campbell
3fa1358379
Add thicker variant of circle icon
2018-07-19 11:11:18 -07:00
Daniel Campbell
e4f3b6b440
Add progress icons and animate connectors
...
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-07-18 17:42:58 -07:00
Christopher Henn
25b3a3d89c
Ensure Map templates track selections
2018-07-18 16:55:20 -07:00
Daniel Campbell
86c1d2d04c
Map children to progress meter
...
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdb.com>
2018-07-18 16:53:54 -07:00
Daniel Campbell
baf8e1d1cc
Create initial wizard components
...
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-07-18 15:48:55 -07:00
Nathan Haugo
6453f288a3
Merge pull request #3957 from influxdata/release/1.6.x
...
Changelog and version for 1.6.0
2018-07-18 15:39:50 -07:00
Nathan Haugo
13a46b946d
Merge branch 'master' into release/1.6.x
2018-07-18 14:50:02 -07:00
nathan haugo
45069a0eee
Changelog and version for 1.6.0
2018-07-18 14:48:59 -07:00
Christopher Henn
9eb897cce6
Ensure non-query backed templates track selections
2018-07-18 09:53:12 -07:00
Andrew Watkins
d7c694c899
Merge pull request #3954 from influxdata/bugfix/annotation-refresh
...
Bugfix: Annotations not appearing until auto refresh tick
2018-07-18 09:13:40 -07:00
Michael Desa
ccc5b5764c
Merge pull request #3947 from influxdata/dashboardv2
...
Implement v2 of dashboards API
2018-07-18 11:17:01 -04:00