Alex P
e1af46f44b
Merge branch 'master' into enhancement/crosshair
2018-06-27 16:49:53 -07:00
Alex P
06cd4e49f8
Prevent lingering crosshair when mouse leaves dygraph
2018-06-27 16:46:06 -07:00
Alex P
c32c7d68dc
Update changelog
2018-06-27 16:44:18 -07:00
Alex P
8ee6a2d559
Remove extra div
2018-06-27 16:41:43 -07:00
Alex P
573bd8e754
Don't move legend when mouse is in legend
2018-06-27 16:33:25 -07:00
Alex P
6dfba05ac3
Position legend using hover time
2018-06-27 16:23:52 -07:00
Alex P
b8f78a5023
Use number instead of null
2018-06-27 16:23:08 -07:00
Alex P
65c5cfe156
Use more performant means of positioning crosshair
2018-06-27 16:07:50 -07:00
Alex P
fce58b66bc
Fix static legend state loop
2018-06-27 16:06:05 -07:00
ebb-tide
169a4dbf46
Merge branch 'master' into tempvars/select-default
2018-06-27 15:30:12 -07:00
Alirie Gray
d2c4f616b3
Simplify Swagger config API & add AuthConfig definition
...
Co-Authored-By: Jared Scheib <jared.scheib@gmail.com>
2018-06-27 15:17:14 -07:00
Alirie Gray
4f8a29d8dc
Simplify log viewer UI config models in Swagger
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-06-27 15:07:17 -07:00
Chris Henn
120f77c90e
Merge pull request #3781 from influxdata/log-viewer/histogram
...
Show stacked histogram in log viewer
2018-06-27 14:56:09 -07:00
Deniz Kusefoglu
d4ba6b8d0e
Merge pull request #3783 from influxdata/refactor/drag-and-drop
...
Refactor drag and drop to listen for events directly on window.
2018-06-27 14:32:14 -07:00
Delmer Reed
b1932352c9
Rename default to selected and use picked as an ephemeral ui value
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-06-27 17:17:09 -04:00
Christopher Henn
fc1183f901
Add parseHistogramQueryResponse test
2018-06-27 13:36:01 -07:00
Christopher Henn
817e2307c2
Add HistogramChart snapshot tests
2018-06-27 13:15:06 -07:00
ebb-tide
62c51a685b
Refactor drag and drop to listen for events directly on window.
...
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-06-27 12:33:09 -07:00
Christopher Henn
4b6c70b6f1
Use deterministic rendering keys in HistogramChart
2018-06-27 12:24:49 -07:00
Alex Paxton
6ccd45f6d5
Merge pull request #3778 from influxdata/refactor-overlay-technology
...
Refactor Overlay Technology
2018-06-27 11:48:16 -07:00
Alex P
7545979ebe
Remove console.log
2018-06-27 11:36:31 -07:00
Alex P
7b4d798ec7
Fix broken flux page
2018-06-27 11:33:40 -07:00
Alex P
cd8bb88f9a
Replace ternaries with clean alternative
2018-06-27 10:54:59 -07:00
Alex P
4ab1e4dde8
Improve names of states and getters
2018-06-27 10:50:43 -07:00
Christopher Henn
a1b6b507e5
Show stacked histogram in log viewer
2018-06-27 09:25:11 -07:00
ebb-tide
762b9703cf
Merge branch 'tempvars/select-default' of github.com:influxdata/chronograf into tempvars/select-default
2018-06-27 08:18:31 -07:00
Alex P
ddc0781a9f
Move overlay related components to new "Reusable UI" directory
2018-06-26 17:45:52 -07:00
Alex P
cca3ce167e
Remove component to consolidate
2018-06-26 17:37:30 -07:00
Alex P
8c8fcbb3b3
Fix failing test
2018-06-26 17:36:20 -07:00
Alex Paxton
89d155e379
Merge pull request #3775 from influxdata/refactor-overlay-technology-tests
...
Tweak OverlayTechnology lifecycle and fix test
2018-06-26 17:28:39 -07:00
Alirie Gray
438c80abc1
Add a swagger definition for UI config settings and API Routes
...
Specifically, this adds a definition for getting and updating
the log viewer UI Settings, i.e. severityColors,
columns, and severityColumnFormat.
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-06-26 17:12:00 -07:00
Christopher Henn
80b3f84b16
Tweak OverlayTechnology lifecycle and fix test
2018-06-26 16:53:05 -07:00
Alex P
3e046839e1
Add data-test values for testing
2018-06-26 16:10:12 -07:00
ebb-tide
f2a12fa915
Fix tests relating to template variables.
2018-06-26 15:31:54 -07:00
Delmer Reed
248982fa25
Set selected to default value if saving temp var for the first time.
...
Co-authored-by: Deniz Kusefoglu <denizk@influxdata.com>
2018-06-26 14:25:37 -07:00
Delmer Reed
b451c087c4
WIP: debug selection
2018-06-26 17:13:51 -04:00
Delmer Reed
67c0cc470b
Merge remote-tracking branch 'origin/feature/upload-template-var-csv' into tempvars/select-default
2018-06-26 16:34:42 -04:00
Delmer Reed
e3ca16faf6
Update tempvar preview list to accept CSSProperties for style
2018-06-26 14:33:21 -04:00
Delmer Reed
0964931138
Add active class name on selected temp list item
2018-06-26 14:33:21 -04:00
Delmer Reed
393ae0f721
Refactor template builders to use template values
...
Refactors template builders to take an onChoose prop passed by the
TemplateVariableEditor and to utilize template.values for rendering
template preview list to gain access to what values are selected.
2018-06-26 14:33:21 -04:00
Delmer Reed
32e28ca94e
Update template value list w/ item choice
...
Updates template value list items to handle choosing an item in the meta
query values preview list.
2018-06-26 14:33:21 -04:00
ebb-tide
7cd3e79904
Merge branch 'master' into feature/upload-template-var-csv
2018-06-26 11:25:09 -07:00
ebb-tide
326c5622bd
Merge branch 'feature/upload-template-var-csv' of github.com:influxdata/chronograf into feature/upload-template-var-csv
2018-06-26 10:50:53 -07:00
ebb-tide
6544ace93e
Parse csv using papa parse
2018-06-26 10:47:31 -07:00
Iris Scholten
2ce5c5a4ec
Merge pull request #3773 from influxdata/fix/logs-scrolling
...
Fix/logs scrolling
2018-06-26 10:40:19 -07:00
Alex P
3844f26f62
Improve implementation of overlay wrapper
2018-06-26 10:34:05 -07:00
Iris Scholten
ac8b7a43df
Trigger onVerticalScroll after setting logs table state
...
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-06-26 10:16:55 -07:00
Alex P
3a212c6ce4
Return tempvar input to previous state
2018-06-26 10:14:28 -07:00
Alex P
bd728ee235
Polish template variable overlay
...
Using reusable components and styles as much as possible
2018-06-26 01:34:27 -07:00
Alex P
5dd141997a
Add reusable button grouping styles
2018-06-26 01:32:43 -07:00