Andrew Watkins
4f853c752f
Pass editQueryStatus action creator
2017-08-10 16:51:39 -07:00
Andrew Watkins
0cfec67554
Update CHANGELOG
2017-08-10 16:51:39 -07:00
Andrew Watkins
672872b821
Pixel perfect
2017-08-10 16:51:39 -07:00
Andrew Watkins
3dbd2c93c2
Change height of table dynamically according to resizer
2017-08-10 16:51:39 -07:00
Nathan L Smith
69e5f98e6a
Change some remaining npm mentions to yarn
...
While `npm` is still installed as part of the build process, most of the
scripts and documentation should be using yarn.
Change `npm` to `yarn` where appropriate.
Signed-off-by: Nathan L Smith <smith@nlsmith.com>
2017-08-10 16:51:39 -07:00
Tim Raymond
5c6c21adf7
Ensure "x", "y", and "y2" axes present
...
Similar to DashboardCells, this ensures that the "x", "y", and "y2" axes
are always present in a layout's cells.
2017-08-10 13:53:07 -07:00
Tim Raymond
42556a9f5e
Add Label to Layout Cells' Axes
...
We added a Label to DashboardCells' Axes. This brings Layout Cells into
parity with them.
2017-08-10 13:53:00 -07:00
Tim Raymond
8674368da6
Update Bounds to follow string format
...
We updated DashboardCell to use string bounds rather than the [2]int64{}
we were using before. This brings the Layout cells to parity with that
2017-08-10 13:52:51 -07:00
Tim Raymond
2f63c1222e
Add Axes to Cells on Layouts
...
This allows a creator of a layout to specify the visible extents of
graphs for individual cells. For example, a cell displaying a
percentage could be limited to values between 0 and 100.
Existing canned layouts need to updated as a separate step. However,
this adds support for Axes to appear in them as well.
2017-08-10 13:52:43 -07:00
Tim Raymond
12ea15d356
Add test coverage to /layouts endpoint
...
In anticipation of adding Axes to cells, I wanted some test coverage to
be in place before I made the change.
This covers the happy path case as well as focusing on individual
applications. To come are focusing on a measurement and a test for when
the store is unavailable.
2017-08-10 13:52:26 -07:00
Jared Scheib
192f49da77
Update changelog
2017-08-10 11:36:53 -07:00
Hunter Trujillo
bf040bacce
Add more integration test instrumentation for Query Builder test. Increase screen test resolution.
2017-08-09 18:03:32 -07:00
Hunter Trujillo
18fc364f9c
Finish the second Query Builder test.
2017-08-09 16:13:27 -07:00
Jared Scheib
62e1e52ab8
Refactor setDefaultLabels for clarity
2017-08-09 16:03:31 -07:00
Jared Scheib
38425b4306
Remove faulty update props guard
2017-08-09 15:38:42 -07:00
Jared Scheib
602b11cb2f
Rename queries to queryConfigs in DisplayOptions for clarity and accuracy
2017-08-09 15:37:11 -07:00
Hunter Trujillo
d7c237f5a9
Integration testing improvements and comments. WIP Query Builder test.
2017-08-09 15:16:15 -07:00
Andrew Watkins
7da02d52d7
Merge pull request #1846 from influxdata/embiggen-ceo
...
Make lower half of CEO flush to the viewport
2017-08-09 14:08:03 -07:00
Andrew Watkins
d43e92dd2b
Merge pull request #1851 from influxdata/regression/query-validation
...
Success / error messages for queries not displaying
2017-08-09 13:52:08 -07:00
Andrew Watkins
793d4e9741
Merge pull request #1845 from influxdata/bugfix/no-table-scroll
...
BUGFIX: DataExplorer Table scrollbar hidden
2017-08-09 13:44:11 -07:00
Alex P
456504b293
Updoot changelog
2017-08-09 13:42:56 -07:00
Alex P
dd14b91b41
Add headers in global time dropdown for clarity
2017-08-09 13:38:41 -07:00
Andrew Watkins
9559dfd374
Merge pull request #1823 from smith/nls/yarn
...
Change some remaining npm mentions to yarn
2017-08-09 13:26:51 -07:00
Andrew Watkins
5e48567d6d
Pass editQueryStatus action creator
2017-08-09 13:23:08 -07:00
Andrew Watkins
a9105166e0
Update CHANGELOG
2017-08-09 12:35:06 -07:00
Andrew Watkins
8d4141aaf7
Pixel perfect
2017-08-09 11:29:25 -07:00
Hunter Trujillo
5634d5c752
Refactor test selectors with data-test attributes. Excellent reduction in complexity.
2017-08-09 01:43:23 -07:00
Hunter Trujillo
055dd0dc13
Add SHOW DATABASES integration test with Nightwatch.js.
2017-08-08 22:43:16 -07:00
Jared Scheib
8a337b948c
Pass default Y label into DisplayOptions
...
Refactor DisplayOptions into ES6 component
Rename buildYLabel to buildDefaultYLabel
2017-08-08 17:38:19 -07:00
Jared Scheib
1ec22da1a0
Invalidate timeouts on componentWillUnmount to prevent console setState error
2017-08-08 17:38:01 -07:00
Alex P
45851e1cfa
Make lower half of CEO flush to the viewport
2017-08-08 17:12:00 -07:00
Andrew Watkins
9c73920c88
Change height of table dynamically according to resizer
2017-08-08 16:33:08 -07:00
Alex P
e5f63c5c98
Adjust styles to match UI changes
2017-08-08 14:04:43 -07:00
Alex P
8ebbeda941
Update changelog and package.json for 1.3.6.x release
2017-08-08 12:03:52 -07:00
Alex P
9139ce754f
Revert "Prepare for release"
...
This reverts commit 7a62088acb
.
2017-08-08 11:57:23 -07:00
Tim Raymond
57e26abfe8
Add absolute time range support to :interval:
...
Previously, users of the :interval: macro were restricted to using a
relative time range in their queries, or the :dashboardTime: macro. This
permits users to also supply an absolute time range in the form of:
time > '2017-01-01T00:00:00Z' and time < '2017-06-01T00:00:00Z'
2017-08-08 11:09:51 -07:00
Alex P
7a62088acb
Prepare for release
2017-08-08 10:53:34 -07:00
Jared Scheib
ee86cb27a3
Handle focus and click of input and fixed
2017-08-07 22:08:00 -07:00
Jared Scheib
09afbeb83e
Switch style directions and starting side of toggle
2017-08-07 21:54:28 -07:00
Jared Scheib
229f5a82eb
Add labels for OptIns
2017-08-07 21:46:17 -07:00
Jared Scheib
7fcc8e9b67
Rename left to fixed and right to custom
2017-08-07 21:46:00 -07:00
Jared Scheib
1ae6a624a9
Wire up OptIn into DisplayOptions
2017-08-07 21:06:33 -07:00
Jared Scheib
bb928e0668
Comment out click handler for left field until right input is clickable
2017-08-07 18:09:55 -07:00
Jared Scheib
853b5ef811
Rename OneOrAny component to OptIn
2017-08-07 17:32:00 -07:00
Jared Scheib
7d1424da20
Blur input on Enter key press
2017-08-07 17:22:59 -07:00
Jared Scheib
0bd0fa4500
Make OneOrAny work as expected, with correct on blur sequencing
2017-08-07 17:06:52 -07:00
Hunter Trujillo
b14c352465
Merge branch 'master' into feature/1685-moving-time-ranges
2017-08-07 16:53:34 -07:00
Hunter Trujillo
2fb73e44bb
Merge branch 'feature/1685-moving-time-ranges' of github.com:influxdata/chronograf into feature/1685-moving-time-ranges
2017-08-07 16:47:25 -07:00
Hunter Trujillo
fb444225e1
Update changelog in response to comments.
2017-08-07 16:47:02 -07:00
Alex P
0e81c288dd
Add "shortcuts" header and rename styles
2017-08-07 15:20:30 -07:00