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
Jared Scheib
640afb3f55
Revert GrooveKnob addition
2017-08-02 09:41:35 -07:00
Jared Scheib
27bc87eac5
Revert "WIP "one or any" component"
...
This reverts commit 3897228e30
.
2017-08-02 09:40:31 -07:00
Jared Scheib
a7c035fdce
Revert "Rename classes and element"
...
This reverts commit b7bb9cb339
.
2017-08-02 09:40:22 -07:00
Jared Scheib
31756ec361
Revert "Wire up GrooveKnob to be fully functional"
...
This reverts commit 69dbd0e988
.
2017-08-02 09:39:55 -07:00
Jared Scheib
86d083823c
Revert "WIP Pass values from GrooveKnob to parent"
...
This reverts commit c0cc730857
.
2017-08-02 09:38:15 -07:00
Andrew Watkins
e1ab849b63
Prettier
2017-08-02 08:45:09 -07:00
Tim Raymond
532a6a8c48
Merge branch 'master' into feature/1602-graph-bounds-setting
...
Also removed LegacyBounds marshaling since it was no longer necessary
Conflicts resolved:
bolt/internal/internal.go
bolt/internal/internal.pb.go
bolt/internal/internal.proto
bolt/internal/internal_test.go
chronograf.go
server/cells_test.go
server/dashboards_test.go
server/swagger.json
2017-08-02 11:29:29 -04:00
Tim Raymond
e545f91d8f
Add Label to DashboardCell Axis
...
It's useful for the frontend to be able to specify a label on a
particular axis. This adds a property to Axis to facilitate that.
2017-08-02 11:12:47 -04:00
Tim Raymond
803906e25a
Return nothing from previously set bounds
...
Previously, if bounds were not set, the default value that would be
returned was ["0", "0"], which is incorrect. This now returns [] when
there was nothing set for a particular axis.
2017-08-02 10:58:01 -04:00
Alex Paxton
c0cc730857
WIP Pass values from GrooveKnob to parent
...
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-08-01 20:43:45 -07:00
Alex Paxton
69dbd0e988
Wire up GrooveKnob to be fully functional
...
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-08-01 20:42:29 -07:00
Alex P
b7bb9cb339
Rename classes and element
2017-08-01 19:51:20 -07:00
Alex P
3897228e30
WIP "one or any" component
2017-08-01 19:46:11 -07:00
Jared Scheib
bcaa3f37cf
Merge pull request #1812 from influxdata/update/news_feed_errors-1628
...
Improve error message on JSON Feed GET fail
2017-08-01 16:30:06 -07:00