Andrew Watkins
b82154e0e9
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
af66bc0a08
Pass editQueryStatus action creator
2017-08-09 13:23:08 -07:00
Andrew Watkins
560cbb4b44
Update CHANGELOG
2017-08-09 12:35:06 -07:00
Andrew Watkins
9506372241
Pixel perfect
2017-08-09 11:29:25 -07:00
Hunter Trujillo
47a4ff9130
Refactor test selectors with data-test attributes. Excellent reduction in complexity.
2017-08-09 01:43:23 -07:00
Hunter Trujillo
5bcfda0665
Add SHOW DATABASES integration test with Nightwatch.js.
2017-08-08 22:43:16 -07:00
Jared Scheib
3fba1ba5b0
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
af643ffafd
Invalidate timeouts on componentWillUnmount to prevent console setState error
2017-08-08 17:38:01 -07:00
Alex P
8e944b5f2f
Make lower half of CEO flush to the viewport
2017-08-08 17:12:00 -07:00
Andrew Watkins
8b9b6acaf8
Change height of table dynamically according to resizer
2017-08-08 16:33:08 -07:00
Alex P
879581de74
Adjust styles to match UI changes
2017-08-08 14:04:43 -07:00
Alex P
3ef9a6e826
Update changelog and package.json for 1.3.6.x release
2017-08-08 12:03:52 -07:00
Alex P
efdc47fffb
Revert "Prepare for release"
...
This reverts commit 2d02f25822
.
2017-08-08 11:57:23 -07:00
Tim Raymond
228920fde4
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
2d02f25822
Prepare for release
2017-08-08 10:53:34 -07:00
Jared Scheib
56800cf2e6
Handle focus and click of input and fixed
2017-08-07 22:08:00 -07:00
Jared Scheib
e1e25010f7
Switch style directions and starting side of toggle
2017-08-07 21:54:28 -07:00
Jared Scheib
bc375fe3a7
Add labels for OptIns
2017-08-07 21:46:17 -07:00
Jared Scheib
9dd6643ef7
Rename left to fixed and right to custom
2017-08-07 21:46:00 -07:00
Jared Scheib
e9e2943e73
Wire up OptIn into DisplayOptions
2017-08-07 21:06:33 -07:00
Jared Scheib
e00ccf18bd
Comment out click handler for left field until right input is clickable
2017-08-07 18:09:55 -07:00
Jared Scheib
27da957ab9
Rename OneOrAny component to OptIn
2017-08-07 17:32:00 -07:00
Jared Scheib
9503074603
Blur input on Enter key press
2017-08-07 17:22:59 -07:00
Jared Scheib
5c0c457645
Make OneOrAny work as expected, with correct on blur sequencing
2017-08-07 17:06:52 -07:00
Hunter Trujillo
c315d9b142
Merge branch 'master' into feature/1685-moving-time-ranges
2017-08-07 16:53:34 -07:00
Hunter Trujillo
42e0da2c96
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
68fd8621b7
Update changelog in response to comments.
2017-08-07 16:47:02 -07:00
Alex P
91e0b7dfaf
Add "shortcuts" header and rename styles
2017-08-07 15:20:30 -07:00
Alex P
0dc6c57e85
Change label to be less generic
2017-08-07 15:19:57 -07:00
Alex P
313b24e978
Make time range dropdown wide enough to accommodate a custom range
2017-08-07 15:18:45 -07:00
Andrew Watkins
a7d16c8514
Merge pull request #1805 from influxdata/fix/graph-fixes
...
Graph Fixes for Bar Graphs and Add Hash-based Colors
2017-08-07 13:21:21 -07:00
Andrew Watkins
3482246b96
Add hashing logic to componentDidUpdate
...
If we dont run the hashing logic during component update
series added after component mount wont necessarily line up with their hashed
colors.
2017-08-07 12:56:22 -07:00
Nathan L Smith
0e297de362
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-07 19:28:23 +00:00
Jared Scheib
428fc017b8
Prevent coercion of zero to false
2017-08-07 11:06:38 -07:00
Hunter Trujillo
b4f724201d
Merge branch 'master' into fix/graph-fixes
...
# Conflicts:
# ui/src/shared/components/Dygraph.js
2017-08-07 09:16:09 -07:00
Hunter Trujillo
76d3962e6a
update changelog update
2017-08-07 09:12:14 -07:00
Hunter Trujillo
09274c7881
Add graphics comments. Fix redundant math.
2017-08-07 09:06:55 -07:00
Hunter Trujillo
c7d0c06804
Remove inner modulo from hasherino.
2017-08-07 08:31:11 -07:00
Jared Scheib
1af40c9ac8
Make OneOrAny functional and return only one value
...
Rename vars and classes for clarity
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2017-08-04 20:35:44 -07:00
Alex Paxton
81a85b13ba
Create OneOrAny component
...
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-08-04 17:53:09 -07:00
Jared Scheib
6f21403ab5
Rename OneOrAny classes and element
...
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2017-08-04 17:53:09 -07:00
Alex P
85eb4a2555
WIP "one or any" component
...
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-08-04 17:53:09 -07:00
Andrew Watkins
c307715840
Merge pull request #1821 from influxdata/fix/alerts_table_keys-1813
...
Use UUID for AlertsTable element keys to prevent overlap
2017-08-03 19:12:05 -07:00
Andrew Watkins
d5c080369f
Merge pull request #1714 from influxdata/feature/1602-graph-bounds-setting
...
Feature/1602 graph bounds setting
2017-08-03 17:36:03 -07:00
Andrew Watkins
e6ffc0e256
Update function names for fun and profit
2017-08-03 17:22:35 -07:00
Jared Scheib
f8b13dcfa3
Clarify and specify var and func names
2017-08-03 15:14:22 -07:00
Jared Scheib
b64c577047
Update changelog
2017-08-03 15:04:34 -07:00
Jared Scheib
5cd915c19c
Use UUID for AlertsTable element keys to prevent overlap
2017-08-03 15:03:13 -07:00
Andrew Watkins
e11d2d38aa
Pass queryConfig down to Dygraphs so it can make label decisions
2017-08-03 14:50:44 -07:00
Andrew Watkins
47b5f6cf4d
Add logic to handle ranges that are submitted as equal
2017-08-03 14:28:58 -07:00