Commit Graph

4988 Commits (5676d54fed76bddbf0121375df7dddd13bd19ba2)

Author SHA1 Message Date
Andrew Watkins 31dc547490 Remove magic numbers 2017-08-23 21:08:18 -07:00
Andrew Watkins 52f0c76bb4 Move DisplayOptionsInput into /dashboard dir 2017-08-23 21:08:18 -07:00
Andrew Watkins c7856bdedf Add ability to toggle between linear and logarithmic scale 2017-08-23 21:08:18 -07:00
Andrew Watkins 04f25f6915 Default scale to 'linear' 2017-08-23 21:08:17 -07:00
Andrew Watkins bc9e854f88 Make input SFC 2017-08-23 21:08:17 -07:00
Andrew Watkins 19202e8620 Use defaultProps instead of _.get() 2017-08-23 21:08:17 -07:00
Andrew Watkins 987d353a84 Update dygraph based on user selected base 2017-08-23 21:08:17 -07:00
Andrew Watkins 1f131e273d Allow set base state on cell 2017-08-23 21:08:17 -07:00
Andrew Watkins e17fb15b1f Fix incorrect empty y2 bound 2017-08-23 21:07:36 -07:00
Andrew Watkins ec8668083c Fix incorrect positioning of labels on initial render 2017-08-23 21:07:36 -07:00
Andrew Watkins 3cf39ed80a Actually resize Dygraph on component update 2017-08-23 21:07:36 -07:00
Andrew Watkins 4974f5ace9 Cleanup 2017-08-23 21:07:36 -07:00
Andrew Watkins 304e9933ac WIP Allow user to set prefix and suffix in y-axis 2017-08-23 21:07:36 -07:00
Andrew Watkins 8714ff077e Fix linter errors 2017-08-23 21:06:27 -07:00
Andrew Watkins 4bf792fad9 WIP Import dygraphs number axis formatter 2017-08-23 21:06:27 -07:00
Jared Scheib 7450102424 Fix changelog update for Pull #1886 to be excluded from 1.3.7.0 2017-08-23 16:20:37 -07:00
Alex P 6174995ce9 Remove obsolete changelog entry introduced in merge 2017-08-23 16:15:42 -07:00
Jared Scheib f624d4d3e6 Update changelog 2017-08-23 16:15:42 -07:00
Tim Raymond 6336ff60f9 Update CHANGELOG for layout cell axes 2017-08-23 16:15:42 -07:00
Alex P ab09d41a0c Updoot changelog 2017-08-23 16:15:41 -07:00
Jared Scheib c8123d0499 Clarify data corruption release note, clean up changelog 2017-08-23 16:15:41 -07:00
Andrew Watkins a7a05a0e3b Update changelog 2017-08-23 16:15:41 -07:00
Tim Raymond 0b3690ccbf Update CHANGELOG with data corruption notes 2017-08-23 16:15:40 -07:00
Tim Raymond 34d282e85c Update CHANGELOG and version for v1.3.6.1 2017-08-23 16:15:40 -07:00
Tim Raymond 62aa4d6ee6 Update CHANGELOG w/ fix for single stat 2017-08-23 16:15:40 -07:00
Andrew Watkins f912e07e31 Update CHANGELOG.md 2017-08-23 16:15:39 -07:00
Andrew Watkins dce6e6d7b6 Move active query logic to container 2017-08-23 16:15:01 -07:00
Andrew Watkins 0e26a9e640 Change height of table dynamically according to resizer 2017-08-23 16:09:07 -07:00
Tim Raymond c6bcdcb884 Add Axes to Cells on Layouts
This allows a creator of a layout to specify the visible extents of
graphs for individual cells. For example, a cell displaying a
percentage could be limited to values between 0 and 100.

Existing canned layouts need to updated as a separate step. However,
this adds support for Axes to appear in them as well.
2017-08-23 16:08:32 -07:00
Hunter Trujillo ec1833e287 Add SHOW DATABASES integration test with Nightwatch.js. 2017-08-23 16:06:43 -07:00
Jared Scheib d234f1fe2e Pass default Y label into DisplayOptions
Refactor DisplayOptions into ES6 component
Rename buildYLabel to buildDefaultYLabel
2017-08-23 16:04:01 -07:00
Nathan Haugo 7a85e3a152 Merge 1.3.7.x 2017-08-23 16:01:30 -07:00
Hunter Trujillo 10e0f3e932 Update changelog in response to comments. 2017-08-23 16:00:46 -07:00
Hunter Trujillo 01e37dd484 CHAMGELOG 2017-08-23 16:00:46 -07:00
Hunter Trujillo f9267d8daa CHANGELOG 2017-08-23 16:00:45 -07:00
Hunter Trujillo 9ffa78f42c CHANGELOG. 2017-08-23 16:00:45 -07:00
Nathan Haugo 4a50b06d97 Update Readme for release 2017-08-23 15:59:47 -07:00
Tim Raymond 715cdc9364 Add Scale attribute to Cell Axis
This allows clients to specify the magnitude of numbers found on a
particular axis.
2017-08-23 15:58:28 -07:00
Tim Raymond f6e029557b Add Prefix, Suffix, and Base to Axes
We would like to add additional user-configurable options to the display
of axes on Dashboards. This adds three fields to expand settings that
the frontend can persist through the API.

One field of interest here is the "Base" field which controls when and
how axes transition the display of values such as bytes, kilobytes,
megabytes, etc. By default, it's returned from the API as "10" to
indicate decimal, but can be set to anything the frontend wishes--the
immediate differing value will be "2" for the aforementioned use case.
2017-08-23 15:58:28 -07:00
Nathan Haugo 5a13db41ba Bump to 1.3.7.0 2017-08-23 15:56:00 -07:00
Timothy J. Raymond 0fdb1fa8b3 Merge pull request #1886 from influxdata/feature/tr-kapa-rule-pagination
Pagination when fetching Kapacitor Rules
2017-08-23 17:00:20 -04:00
Tim Raymond fed021ed9c Merge branch 'master' into feature/tr-kapa-rule-pagination 2017-08-23 16:44:59 -04:00
Tim Raymond 1fc46606f6 [ci skip] Update CHANGELOG
Adds note on kapacitor alert rule pagination no longer being limited to
100 alert rules.
2017-08-23 16:43:46 -04:00
Tim Raymond f46335fb27 Remove kapacitor mock logic
This logic was originally left in place to help future test writers, but
its presence was vexing because it was not exercised in existing test
cases. It has been commented out should future tests need to leverage
it.
2017-08-23 16:39:12 -04:00
Tim Raymond 1d75235fe1 Explain magic number, var renaming
This extracts a constant and comments it for clarity. Also renames a
confusing waitgroup
2017-08-23 16:32:00 -04:00
Tim Raymond 8ae3dc35cc Extract option generator and task fetcher
The option generator goroutine and the task fetcher goroutine are more
readable when extracted into another method. Also, added some commenting
documenting what their expectations are
2017-08-23 16:21:13 -04:00
Hunter Trujillo cda683746a Merge pull request #1904 from influxdata/feature/tv-url-params
Template Variable URL Param Value Selection
2017-08-22 18:41:31 -06:00
Alex Paxton 706fd2f60a Merge pull request #1922 from influxdata/fix-display-options-safari
Add missing attributes for safari compatibility
2017-08-22 17:41:20 -07:00
Alex P a64c4c29bc Updoot again 2017-08-22 16:48:48 -07:00
Alex P 2a6e97d38e Fix display of tablists in safari 2017-08-22 16:47:23 -07:00