Alex P
ed2b9b9c90
Merge branch 'master' into misc-polish
...
# Conflicts:
# ui/src/data_explorer/components/MeasurementList.js
# ui/src/sources/containers/SourcePage.js
2017-05-11 10:46:53 -07:00
Alex P
ec605e8c6f
Remove duplicate loading state
2017-05-10 19:16:57 -07:00
Alex P
07460fcef1
Use actual alerts prop
2017-05-10 19:05:17 -07:00
Alex P
2cc3a62418
Use more explicit classnames
2017-05-10 19:05:01 -07:00
Alex P
01fb5da4df
Fix #1426
2017-05-10 18:26:17 -07:00
Alex P
5a7b7fa98b
Change UI copy to be more consistent with adjacent UI copy
2017-05-10 18:19:57 -07:00
Alex Paxton
e8c9be6552
Merge pull request #1453 from influxdata/improve-resizer
...
Improve Resizer Further
2017-05-10 17:50:05 -07:00
Alex P
9c9cec95a7
Move renderHandle directly into class render function
2017-05-10 17:43:09 -07:00
Alex P
e90acb1381
Rename constants to be more explicit
2017-05-10 17:36:30 -07:00
Alex P
28d5224b6f
Make prettier
2017-05-10 17:30:24 -07:00
Alex Paxton
ad601f34af
Merge branch 'master' into improve-resizer
2017-05-10 17:27:58 -07:00
Alex P
7d006bca2a
Make it more clear which source you are connected to
2017-05-10 17:08:45 -07:00
Alex P
b4966df2bd
Fix Page Spinner
...
Not sure what I was thinking when I broke this
2017-05-10 16:46:21 -07:00
Alex P
1fdcadc9b5
Add empty state with helpful link
2017-05-10 16:39:06 -07:00
Alex P
9626e2d91a
Only show alerts filter if there are alerts to filter
2017-05-10 16:38:10 -07:00
Alex P
d0f8e37139
Use page spinner instead of text
2017-05-10 16:37:49 -07:00
Alex Paxton
5061cfa806
Merge pull request #1451 from influxdata/fancy-scrollbars
...
Fancy Scrollbars
2017-05-10 16:33:36 -07:00
Alex P
e2fb1ac0d6
Fix the things
2017-05-10 13:53:03 -07:00
Alex P
f3ccbca9ed
Use Page Spinner instead of text
2017-05-10 13:50:35 -07:00
Alex P
a9c86f9b7e
Use generic empty state in Kap Config
2017-05-10 12:14:17 -07:00
Alex P
0d7c48835c
Make table row hover different color than dropdown buttons
...
Is slightly lighter now so the two don’t blend together
2017-05-10 12:13:49 -07:00
Alex P
2962922d10
Remove style causing the janky
2017-05-10 11:55:59 -07:00
Alex P
25693437b8
Update Changelog
2017-05-10 11:42:18 -07:00
Alex P
6a5fc4d05a
Create and use constants for initial heights of QueryMaker and Visualization
...
Fix for #1427
2017-05-10 11:32:32 -07:00
Alex P
b88e54e4df
Add initial height props
...
Default is now 50/50 instead of 60/40, but can be specified on a per
use basis
2017-05-10 11:27:57 -07:00
Alex P
8018e99b47
Use newest pattern
2017-05-10 11:20:28 -07:00
Alex P
05c571efc4
Import without using src/
2017-05-10 11:02:56 -07:00
Alex P
70f6e01657
Rename Component to match filename
...
“FancyScrollbox” —> “FancyScrollbar”
Also went through all the components I touched and made sure to import
the FancyScrollbar in the correct spot
PPS changed relative paths to absolute along the way
2017-05-10 10:58:17 -07:00
Alex P
8123cda148
Make sure this works in Safari
2017-05-09 19:53:18 -07:00
Alex P
1177cf5674
Use proper mixins
2017-05-09 19:42:09 -07:00
Alex P
655113b17f
Update Changelog
2017-05-09 19:14:26 -07:00
Alex P
dcd4ca1bf9
Merge branch 'master' into fancy-scrollbars
2017-05-09 18:37:08 -07:00
Alex P
70ea2d705f
Enforce dropdown styles on page-header-dropdown
2017-05-09 18:31:56 -07:00
Alex P
df6935d849
Remove odd border
...
Looked okay on editable dashboards, but kinda cramped on pre-canned
dashboards
2017-05-09 18:28:01 -07:00
Alex P
572fe17a8f
Update dropdowns, use FancyScroll when possible
2017-05-09 18:25:43 -07:00
Alex P
c7809f82f9
Make dropdowns fancy
2017-05-09 18:17:35 -07:00
Alex P
1eed46b462
Clean up dropdown styles
2017-05-09 17:34:03 -07:00
Timothy J. Raymond
ada57b075e
Merge pull request #1450 from influxdata/bugfix/tr-chronograf-basepath
...
Fix infinite spinner with /chronograf basepath
2017-05-09 17:33:44 -07:00
Alex P
efaade347b
Remove browser scrollbars on query builder lists
...
This way no conflict with fancy scroll
2017-05-09 17:33:27 -07:00
Alex P
b4522c0496
Use proper cursor when hovering over a scrollbar track
2017-05-09 17:26:30 -07:00
Tim Raymond
f018ab8119
Update CHANGELOG for infinite spinner basepath fix
2017-05-09 12:24:43 -07:00
Tim Raymond
befccf44d0
Fix infinite spinner with /chronograf basepath
...
When using a basepath of /chronograf, the app would present a
never-ending spinner when visiting the root route. This was because the
prefixingRedirector middleware which is responsible for appending the
basepath to redirects from downstream http.Handlers thought that the
prefix was already appended since it saw `/chronograf/v1`. In reality,
it should have produced a location like `/chronograf/chronograf/v1`.
The solution was to look beyond the first instance of a prefix and check
for the presence of another prefix to detect if a prefix was already
applied by a downstream handler.
2017-05-09 12:12:42 -07:00
Chris Goller
33b3ccc298
Update version to 1.3 for javascript and swagger
2017-05-09 08:24:04 -07:00
Alex P
b673822dc7
Add fancy scrollbars to the DE
2017-05-08 20:53:59 -07:00
Regan Kuchan
acdc30f861
Merge pull request #1441 from influxdata/chronograf-1.3
...
Updates for 1.3.0
2017-05-08 19:32:50 -07:00
Regan Kuchan
2fb9f3aa95
fix wording
2017-05-08 19:32:25 -07:00
Regan Kuchan
a26de72899
Updates for 1.3.0
2017-05-08 19:31:15 -07:00
Jade McGough
9cd378521d
Merge pull request #1440 from influxdata/fix/remove-the-button
...
remove test button from slack config
2017-05-08 18:35:58 -07:00
Jade McGough
860dcc52d9
remove test button from slack config
2017-05-08 18:32:47 -07:00
lukevmorris
b56348e035
Merge pull request #1434 from influxdata/doc-redirects-1.3
...
Link to new docs!
2017-05-08 18:27:51 -07:00