Jared Scheib
26847e0316
Update changelog
2017-08-11 13:34:26 -07:00
Jared Scheib
974e9eaf7d
Add 'type' to new-sources server flag example
2017-08-11 11:54:16 -07:00
Andrew Watkins
90c3f94ca3
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
735de51f88
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
7c092270bc
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
b52e5a5f06
Updoot changelog
2017-08-09 13:42:56 -07:00
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
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
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
Alex P
2d02f25822
Prepare for release
2017-08-08 10:53:34 -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
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
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
Andrew Watkins
6a0a4fc4fa
Rename ranger to AxesOptions
2017-08-03 13:43:46 -07:00
Andrew Watkins
fba53666b9
Add user instructions for how to use display options
2017-08-03 12:18:07 -07:00
Andrew Watkins
8e42facc26
Merge branch 'feature/1602-graph-bounds-setting' of github.com:influxdata/chronograf into feature/1602-graph-bounds-setting
2017-08-03 09:40:45 -07:00
Andrew Watkins
bfd4ca8a5b
Test all things
2017-08-03 09:40:24 -07:00
Jared Scheib
bbceece7f5
Add line spacing, reorder import
2017-08-02 18:12:18 -07:00
Jared Scheib
fa0b9d83f6
Fix and add second item for changelog update
2017-08-02 17:06:15 -07:00
Andrew Watkins
9ffdec7f44
Add placeholder to label
2017-08-02 16:13:48 -07:00
Andrew Watkins
c5ce2e4707
Prevent clobbering of label when bounds are set
2017-08-02 16:11:25 -07:00
Andrew Watkins
442a7fdc21
Default to having a Ylabel class
2017-08-02 16:08:58 -07:00
Andrew Watkins
244d8fecd8
Fix clobbering of other axes fields
2017-08-02 15:50:29 -07:00
Andrew Watkins
3c57d0ce36
Determine if label present via the DOM
2017-08-02 15:42:25 -07:00
Andrew Watkins
c5ab1112bb
Move building of label to dygraph component
2017-08-02 15:07:54 -07:00
Andrew Watkins
e863165019
Cleanup classname
2017-08-02 14:26:05 -07:00
Andrew Watkins
9162293071
Update style logic to use axes labels
2017-08-02 14:16:14 -07:00
Andrew Watkins
a9249e04e0
Remove TODO
2017-08-02 14:15:00 -07:00
Andrew Watkins
cc34b9c978
Stop adding labels to queries
2017-08-02 14:09:08 -07:00
Andrew Watkins
1fa004664b
Add ability for users to specify labels
2017-08-02 14:08:07 -07:00
Andrew Watkins
4d7fce4e39
Merge branch 'feature/1602-graph-bounds-setting' of github.com:influxdata/chronograf into feature/1602-graph-bounds-setting
2017-08-02 12:54:44 -07:00
Andrew Watkins
4062a086ae
Fix props error
2017-08-02 12:47:57 -07:00
Tim Raymond
a6be00d4f3
Remove omitempty from Axis Label
...
If the key is always present in the response, it's easier for the front
end to perform tests on contents of its key.
2017-08-02 13:08:33 -04:00