Commit Graph

5818 Commits (dadd133459123c359dd64f50433a0ab9489b054d)

Author SHA1 Message Date
Alex P dadd133459 Do not enforce min and max values for single-stat thresholds 2017-12-08 14:54:14 -08:00
Alex P 739a661d5a Allow negative values for both gauge and single-stat thresholds 2017-12-08 14:53:23 -08:00
Alex P d595f8eaa8 Prevent addition of thresholds with a nonexistent color 2017-12-08 14:39:40 -08:00
Alex P 3c95ba9f37 Sort colors by value and use first and last instead of explicit MIN & MAX
Using MIN & MAX is a nice guard but makes it incompatible with single
stat. This approach is a little more flexible. Starting to think we
might not need explicit threshold types anymore
2017-12-08 14:28:31 -08:00
Alex P 5c71a02e9c Only look for MIN and MAX values if visualization type is gauge 2017-12-08 14:24:39 -08:00
Alex P c8dd0ba4d3 Validate number of thresholds in proper place
Didn’t make sense to do this in two places. This prevents an issue that
occurs when you switch from a gauge to a single-stat and delete one
color, leaving one color remaining, then switch back to gauge
2017-12-08 14:19:42 -08:00
Alex P 74f66b7503 Only enforce DEFAULT_COLORS when visualization type is gauge
Allows for fluid switching between single stat and gauge types without
conflict
2017-12-08 12:06:23 -08:00
Alex P 91b952ba9f Remove redundant file 2017-12-08 12:00:54 -08:00
Alex P 77a8369f59 Rename single stat options component to correct name 2017-12-08 11:59:16 -08:00
Alex P 70ef8d70be Rename GaugeThreshold to be more generic
Needs to work for both single stat and gauge
2017-12-08 11:58:36 -08:00
Alex P 96d532b94c Use separate constants for single stat graphs than gauge 2017-12-08 10:13:34 -08:00
Alex P 8762a8a456 Implement stronger system for rendering appropriate graph options 2017-12-08 10:13:14 -08:00
Alex P 1ba52966f8 Render visualization options based on cell type 2017-12-07 14:28:51 -08:00
Alex P 188aee9f5c Introduce single stat options component
This one is similar to gauge options but the logic is a little different
2017-12-07 14:28:00 -08:00
Alex P 6916ca2f85 Move add threshold button above list of thresholds 2017-12-07 14:27:34 -08:00
Hunter Trujillo ea06f62b1b Merge pull request #2495 from influxdata/feature/yowo
You're Only Warned Once
2017-12-06 18:35:52 -07:00
Hunter Trujillo 1abe25c0d7 Merge pull request #2427 from influxdata/feature/infinite-scroll
Infinite Scroll
2017-12-06 17:17:16 -07:00
Hunter Trujillo 9b7c4dd1bf Add reducer to keep track of dismissed notifications. So that You're Only Warned Once. 2017-12-06 09:28:10 -07:00
Nathan Haugo e5afdc3c23 Merge pull request #2410 from influxdata/gauge-cell-type
Gauge Dashboard Cell
2017-12-05 13:26:02 -08:00
Nathan Haugo 21b4d68f59 Merge pull request #2479 from influxdata/feature/add-meta-auth
Add basic auth or JWT tokens for meta queries
2017-12-05 12:41:18 -08:00
Chris Goller 86843f73d3 Merge branch 'master' into feature/add-meta-auth 2017-12-05 14:37:47 -06:00
Andrew Watkins 4b299ffd0b Merge pull request #2450 from influxdata/feature/auto-group-by-de
Auto GROUP BY in the DataExplorer
2017-12-05 12:27:45 -08:00
Andrew Watkins 672fe21c65 Merge pull request #2477 from influxdata/bugfix/hoverline
Fix the hoverline
2017-12-05 12:24:20 -08:00
Andrew Watkins bad3f93c3d Merge branch 'master' into bugfix/hoverline 2017-12-05 12:24:11 -08:00
Alex P 6025c1224a Merge branch 'master' into gauge-cell-type 2017-12-05 12:12:16 -08:00
Alex P 5f80268191 Guard against missing colors 2017-12-05 12:07:40 -08:00
Hunter Trujillo 637e805690 Remove logging animations. 2017-12-05 12:53:31 -07:00
Nathan Haugo 8d324790db Merge pull request #2485 from influxdata/feature/empty_meta_url
Allow for empty MetaURL in UpdateSource
2017-12-05 11:39:04 -08:00
Hunter Trujillo 3c6f3efc61 Refactor to use Scrollbars from FancyScrollbar. 2017-12-05 12:09:01 -07:00
Michael Desa 8cfc6bbbae Allow for empty MetaURL in UpdateSource
Currently, if an empty source is supplied, then the source's meta url
will not be updated. Now, if the MetaURL is supplied and is different
than the one that is currently on the source, the value will be updated.
Even in the case of empty string meta urls.
2017-12-05 13:04:31 -05:00
Hunter Trujillo eaecdce3b6 Merge pull request #2481 from influxdata/bugfix/setback-webpack-callback
Node-style callbacks instead of async/await/promisify in webpack build dir cleanup code
2017-12-05 10:40:11 -07:00
Nathan Haugo cecd203a75 Merge pull request #2483 from influxdata/feature/canned-mysql-per-second
Update mysql pre-canned dashboard to use last value over a second derivative
2017-12-05 07:53:23 -08:00
Chris Goller 0a3c5f9e81 Update CHANGELOG.md to mention updating mysql precanned dashboard 2017-12-05 08:39:24 -06:00
Chris Goller 3be078492b Update mysql pre-canned dashboard to use last value over a second derivative 2017-12-05 08:36:50 -06:00
Hunter Trujillo 8b02ccbfdc Remove propTypes from member properties and place at end of file. 2017-12-04 18:24:22 -07:00
Hunter Trujillo 68be5030c2 Remove unnecessary return. 2017-12-04 18:13:40 -07:00
Hunter Trujillo 188cd8f1ca Refactor webpack file cleanup script to use ES6-compatible callback-style Node fs calls. 2017-12-04 18:10:57 -07:00
Alex P 12d1845395 Use destructuring and implicit return
Just a nicer pattern
2017-12-04 16:53:48 -08:00
Andrew Watkins ca22d26808 Merge branch 'master' into feature/auto-group-by-de 2017-12-04 16:51:01 -08:00
Alex P 3adb6206e1 Use template string instead of String constructor 2017-12-04 16:49:39 -08:00
Alex P ee82fd6c4d Remove unused ref 2017-12-04 16:48:45 -08:00
Alex P 8e7e2bb266 Use PureComponent in favor of shouldComponentUpdate with shallow compare 2017-12-04 16:44:21 -08:00
Chris Goller a1a458cf73 Update CHANGELOG to mention adding auth for meta nodes 2017-12-04 18:07:13 -06:00
Chris Goller ef1cadb7a4 Add basic auth or JWT tokens for meta queries 2017-12-04 18:07:08 -06:00
Nathan Haugo 2254d3f96f Merge pull request #2478 from influxdata/bugfix/logging-cookies
Fix headers sent to Kapacitor proxy endpoint by clientside fetch
2017-12-04 15:56:13 -08:00
Hunter Trujillo e904296b2f Fix headers sent to Kapacitor proxy endpoint by clientside fetch. 2017-12-04 16:47:23 -07:00
Andrew Watkins dfe308ab9d Update CHANGELOG 2017-12-04 15:31:44 -08:00
Andrew Watkins 1692a754a2 Improve performance of highlightCallback 2017-12-04 15:21:14 -08:00
Nathan Haugo 37ceaea372 Merge pull request #2456 from influxdata/feature/alert-boolean-thresholds
Add boolean thresholds for kapacitor threshold alerts
2017-12-04 15:21:07 -08:00
Andrew Watkins de302999fa Update guard clause of syncronizer 2017-12-04 15:20:46 -08:00