Commit Graph

4505 Commits (c34770091dc9807b1a731d1c82317b1af63a1188)

Author SHA1 Message Date
Hunter Trujillo e578fd94cc Merge branch 'master' into fix/graph-fixes
# Conflicts:
#	ui/src/shared/components/Dygraph.js
2017-08-07 09:16:09 -07:00
Hunter Trujillo 46162b6343 update changelog update 2017-08-07 09:12:14 -07:00
Hunter Trujillo 78f345ad64 Add graphics comments. Fix redundant math. 2017-08-07 09:06:55 -07:00
Hunter Trujillo 9cf7768459 Remove inner modulo from hasherino. 2017-08-07 08:31:11 -07:00
Andrew Watkins 724e836633 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 51db3b47d5 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 7da35312bd Update function names for fun and profit 2017-08-03 17:22:35 -07:00
Jared Scheib 795833ebff Clarify and specify var and func names 2017-08-03 15:14:22 -07:00
Jared Scheib 97b5df41f4 Update changelog 2017-08-03 15:04:34 -07:00
Jared Scheib 8285dcdc64 Use UUID for AlertsTable element keys to prevent overlap 2017-08-03 15:03:13 -07:00
Andrew Watkins 07de1760d1 Pass queryConfig down to Dygraphs so it can make label decisions 2017-08-03 14:50:44 -07:00
Andrew Watkins 3ce6a2c6ef Add logic to handle ranges that are submitted as equal 2017-08-03 14:28:58 -07:00
Andrew Watkins 41c002036e Rename ranger to AxesOptions 2017-08-03 13:43:46 -07:00
Andrew Watkins 16cac2a5fe Add user instructions for how to use display options 2017-08-03 12:18:07 -07:00
Andrew Watkins c00fa20a4d 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 744b1f876d Test all things 2017-08-03 09:40:24 -07:00
Jared Scheib b49142e344 Add line spacing, reorder import 2017-08-02 18:12:18 -07:00
Jared Scheib 923d2bf5e2 Fix and add second item for changelog update 2017-08-02 17:06:15 -07:00
Andrew Watkins 2abb70a1b8 Add placeholder to label 2017-08-02 16:13:48 -07:00
Andrew Watkins 2bf409d95b Prevent clobbering of label when bounds are set 2017-08-02 16:11:25 -07:00
Andrew Watkins c2e38c1ea2 Default to having a Ylabel class 2017-08-02 16:08:58 -07:00
Andrew Watkins f2014bbe0b Fix clobbering of other axes fields 2017-08-02 15:50:29 -07:00
Andrew Watkins bf7fca8994 Determine if label present via the DOM 2017-08-02 15:42:25 -07:00
Andrew Watkins 3b151c745d Move building of label to dygraph component 2017-08-02 15:07:54 -07:00
Andrew Watkins f7743e3d2b Cleanup classname 2017-08-02 14:26:05 -07:00
Andrew Watkins 98a0124b0c Update style logic to use axes labels 2017-08-02 14:16:14 -07:00
Andrew Watkins b7c420d57d Remove TODO 2017-08-02 14:15:00 -07:00
Andrew Watkins 6b3306ed3c Stop adding labels to queries 2017-08-02 14:09:08 -07:00
Andrew Watkins 42009c2081 Add ability for users to specify labels 2017-08-02 14:08:07 -07:00
Andrew Watkins c4cc2a5022 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 441d3036b9 Fix props error 2017-08-02 12:47:57 -07:00
Tim Raymond b4a4fd6c9c 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 80ad15eefb Revert GrooveKnob addition 2017-08-02 09:41:35 -07:00
Jared Scheib d1b31c384e Revert "WIP "one or any" component"
This reverts commit aa5f710b5a.
2017-08-02 09:40:31 -07:00
Jared Scheib 488fb2b5fa Revert "Rename classes and element"
This reverts commit 58c23ad14f.
2017-08-02 09:40:22 -07:00
Jared Scheib 04fe367256 Revert "Wire up GrooveKnob to be fully functional"
This reverts commit 2e15eed145.
2017-08-02 09:39:55 -07:00
Jared Scheib 07782040e8 Revert "WIP Pass values from GrooveKnob to parent"
This reverts commit d075733398.
2017-08-02 09:38:15 -07:00
Andrew Watkins 0bb49d9c4c Prettier 2017-08-02 08:45:09 -07:00
Tim Raymond 63cddc96e4 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 89c0d84a8d
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 d6322ae8f1
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 d075733398 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 2e15eed145 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 58c23ad14f Rename classes and element 2017-08-01 19:51:20 -07:00
Alex P aa5f710b5a WIP "one or any" component 2017-08-01 19:46:11 -07:00
Jared Scheib 87a1a19f22 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
Jared Scheib 5ce232f48c Merge branch 'master' into update/news_feed_errors-1628 2017-08-01 16:18:05 -07:00
Jared Scheib 25709ea923 Fix link in changelog update for #1800 2017-08-01 16:17:11 -07:00
Andrew Watkins ff0bad5629 Make linter happy 2017-08-01 16:16:24 -07:00
Jared Scheib 544b35fba8 Update changelog 2017-08-01 16:16:04 -07:00