Brandon Farmer
2ce7d8e3ee
Test & refactor basepath validation into dedicated fn
2018-04-23 17:02:00 -07:00
Jared Scheib
42d912397b
Comment WithContext fn for context
2018-04-23 16:47:35 -07:00
ebb-tide
fc0dc7e488
Fix DragDropContext error, by converting GraphOptionsCustomizeFields to a class.
2018-04-23 16:01:41 -07:00
ebb-tide
6128fd434e
Merge branch 'master' into table/group-by
2018-04-23 15:43:47 -07:00
Alex P
a8d7ef13a5
Reorganize styles
2018-04-23 15:39:30 -07:00
Brandon Farmer
fc55cf1fd1
Merge pull request #3291 from influxdata/fixes/csv-temp-vars
...
Only update template variables that are not csv type
2018-04-23 15:37:23 -07:00
Andrew Watkins
88f1d7cd85
WIP clear up errors and warnings
2018-04-23 15:32:06 -07:00
Andrew Watkins
c217560afe
WIP move / change shape of body function
2018-04-23 15:27:27 -07:00
Alex P
dba2cb5215
Introduce OverlayTechnology with accompanying styles, actions, and reducer
2018-04-23 15:24:43 -07:00
Brandon Farmer
e83e734611
Only update template variables that are not csv type
2018-04-23 14:59:13 -07:00
Iris Scholten
ac8a265a0f
Update KapacitorRulesGet test to include PagerDuty2
2018-04-23 14:12:56 -07:00
Iris Scholten
e4fe7a6a2a
Merge branch 'master' into add-pager-duty-v2
2018-04-23 14:00:17 -07:00
Brandon Farmer
47b83d9892
Small tweaks
2018-04-23 13:54:03 -07:00
Brandon Farmer
9a03ff2316
Merge pull request #3289 from influxdata/fixes/crosshair-error
...
Fixes crosshair error when hovertime is zero
2018-04-23 12:18:58 -07:00
Brandon Farmer
0fa4457465
Only update table options when in CEO
2018-04-23 10:54:04 -07:00
Brandon Farmer
1e6555b476
Fixes crosshair error when hovertime is zero
2018-04-23 10:43:00 -07:00
Alex Paxton
7121aee0b9
Merge pull request #3283 from influxdata/enhancement/generic-page-tabs
...
Generic Page Tabs
2018-04-23 09:54:56 -07:00
Andrew Watkins
eddcac95a4
Add ability to handle literal and expression variables
2018-04-23 09:54:43 -07:00
Andrew Watkins
ae80e1beec
WIP introduce handling of variables
2018-04-23 09:54:43 -07:00
Andrew Watkins
d3edc42627
Merge pull request #3268 from influxdata/chore/buttery-performance
...
Buttery performance
2018-04-20 21:18:01 -07:00
Alex P
8dc05b55ae
Write render tests for component
2018-04-20 20:34:55 -07:00
Alex P
d73cc89a38
Fix highlight of active tab
2018-04-20 20:34:41 -07:00
Andrew Watkins
ea1a62d368
Allow babel-jest to load dygraphs module
2018-04-20 20:02:30 -07:00
Alex P
54e8bafbb4
Convert tabs to subcomponent
2018-04-20 19:48:09 -07:00
Jared Scheib
e6597597b1
Merge branch 'master' into bugfix/basepath-logout
2018-04-20 19:03:49 -07:00
Jared Scheib
e78573e2b3
Update changelog
2018-04-20 19:01:28 -07:00
Jared Scheib
58559f3b71
Clean up regexp guard logic for valid basepath
2018-04-20 19:01:23 -07:00
Jared Scheib
9904575680
Rename PrefixedRedirect to FlushingHandler & comment
...
It's not clear whether this code is necessary, but investigating
this was outside of the scope of this PR.
2018-04-20 18:40:09 -07:00
Jared Scheib
c23d75396f
Refactor interceptingResponseWrite Flusher for clarity
...
Co-authored-by: Daniel Nelson <daniel.nelson@influxdb.com>
2018-04-20 18:40:09 -07:00
Jared Scheib
a5adbdfc8d
Remove basepath var & arg from PrefixedRedirect
2018-04-20 18:40:09 -07:00
Jared Scheib
ece8bad9f0
Remove prefix-routes & clean up basepath var and flag use
...
Now, if basepath is set, it will be prefixed to all routes.
There is no more additional option of prefix-routes.
2018-04-20 18:40:09 -07:00
Jared Scheib
b9f2029bb2
Match basepath against regexp to ensure proper format
2018-04-20 18:40:09 -07:00
Jared Scheib
eaefe0da63
Fail server if basepath contains trailing or starting '/'
2018-04-20 18:39:49 -07:00
Iris Scholten
c30fdc29d1
Add ErrorHandling decorator to crosshairs
2018-04-20 17:08:19 -07:00
Iris Scholten
bd8ef8d2cf
Remove leftover isDragging
2018-04-20 17:05:01 -07:00
Iris Scholten
599afef517
Fix bug with Dygraph legend not rendering until rerender triggered
2018-04-20 17:00:08 -07:00
Jared Scheib
68d9d6610b
Fix logout link with basepath
...
Remove double-prefixing by removing the prefixing
logic of the InterceptingResponseWriter.
Fix the logout link route for its handler to not
include a basepath prefix.
Remove obsolete tests for prefixing redirector.
Co-authored-by: Michael Desa <mjdesa@gmail.com>
2018-04-20 16:58:41 -07:00
Alex P
d277ca252f
Set autocomplete using string instead of boolean
...
Fixing this in response to a browser error I noticed in this branch
after changing a bunch of things
2018-04-20 16:49:38 -07:00
ebb-tide
f61d4c4d2c
remove js component cell editor overlay
2018-04-20 16:28:52 -07:00
Alex Paxton
df95de6ea6
Merge pull request #3279 from influxdata/ux/threshold-logic
...
Improve Threshold UX
2018-04-20 16:26:51 -07:00
Alex P
17a35f7769
Refactor sidenav to allow more specificity for highlighting nav items
2018-04-20 16:24:44 -07:00
Iris Scholten
6be23bcfa3
Add types and fixed linter errors
2018-04-20 16:20:13 -07:00
Alex Paxton
e2f08e6bfa
Merge branch 'master' into ux/threshold-logic
2018-04-20 16:13:19 -07:00
ebb-tide
ac97228d8c
Merge branch 'master' into table/group-by
2018-04-20 16:10:10 -07:00
ebb-tide
5ca7265447
Make tests pass
2018-04-20 16:08:13 -07:00
ebb-tide
2b07507f1a
Remove unused interfaces
2018-04-20 15:50:38 -07:00
ebb-tide
d737ba8bce
Fix if two queries where one has no groupBy.
2018-04-20 15:48:03 -07:00
ebb-tide
44838c609d
Fix celleditoroverlay errors.
2018-04-20 15:47:23 -07:00
Alex P
8cc6d5170a
Replace InfluxDB AdminTabs component with SubSections component
2018-04-20 15:45:55 -07:00
Alex P
6da365173a
Introduce subsections component
2018-04-20 15:44:46 -07:00