Hunter Trujillo
42ec6393a1
Add our own fork of Dygraphs.
2017-10-17 13:25:28 -06:00
Andrew Watkins
570292fbc0
Merge pull request #2098 from influxdata/bugfix/not-equal-to
...
BUGFIX: Fix display of not-equal-to on rule graph
2017-10-16 17:50:23 -07:00
Andrew Watkins
88bbd3df7b
Update CHANGELOG
2017-10-16 17:40:23 -07:00
Andrew Watkins
54c146ae15
Prevent form submit onEnter
2017-10-16 17:31:45 -07:00
Andrew Watkins
f237fa083e
Guard against non-numeric values
2017-10-16 17:14:44 -07:00
Andrew Watkins
43fb29522c
Turn RuleGraph into an SFC
...
This also allowed me to pull out some functions into helper files.
Also, this commit contains replacing string literals with constants.
2017-10-16 16:41:39 -07:00
Andrew Watkins
ff408484c7
Fix display of not-equal-to on rule graph
2017-10-16 16:04:20 -07:00
Nathan Haugo
3913c766f9
Merge pull request #2107 from influxdata/feature/backend-millisecond-drilldown
...
Add support for millisecond groupbys
2017-10-16 14:49:20 -07:00
Nathan Haugo
fe62e9fdb4
Remove debugging lines and add case for less than 1 ms
2017-10-16 16:23:22 -05:00
Nathan Haugo
608d11e143
Made changes due to review
2017-10-16 16:15:12 -05:00
Andrew Watkins
d52dc991ea
Merge pull request #2119 from influxdata/enhancement/tickscript-cancel
...
UX-IMPROVEMENT: Add Cancel button for tickscript editor
2017-10-16 13:27:43 -07:00
deniz kusefoglu
b4484ff808
Refactor LayoutCell to use LayoutState HOC
2017-10-16 11:50:25 -07:00
Deniz Kusefoglu
f9031dc72d
Merge pull request #2116 from influxdata/feature/dashboard-download-csv
...
Feature/dashboard download csv
2017-10-16 10:49:02 -07:00
Andrew Watkins
e159409ee0
Update CHANGELOG
2017-10-16 10:35:08 -07:00
Andrew Watkins
407625fcaa
Add Cancel button for tickscript editor
2017-10-16 10:31:37 -07:00
deniz kusefoglu
8f1ed937d3
Change dataExists to a bool and handle instances of Autorefresh where grabdatafordownload is not defined
2017-10-16 09:55:03 -07:00
deniz kusefoglu
011f1f2881
add test to dashboardtoCSV
2017-10-13 15:20:23 -07:00
deniz kusefoglu
67a717fcf6
fix test
2017-10-13 13:35:58 -07:00
deniz kusefoglu
94072810e2
fix tests
2017-10-13 13:26:46 -07:00
deniz kusefoglu
6de03fb572
resolve merge conflict
2017-10-13 13:15:40 -07:00
deniz kusefoglu
e102259e87
update changelog
2017-10-13 13:13:12 -07:00
deniz kusefoglu
1e3641bf99
remove unused template and query props
2017-10-13 13:07:20 -07:00
deniz kusefoglu
b580af550c
Hoist graph data up to be downloaded upon csv dl push
2017-10-13 13:07:20 -07:00
deniz kusefoglu
14a5efac68
Create a seperate function to handle csv downloads from dashboard cells
2017-10-13 13:07:20 -07:00
deniz kusefoglu
d060f05274
WIP adds a console.logging csv button to each dashboard cell
2017-10-13 13:07:20 -07:00
deniz kusefoglu
f02fe8d624
Refrain from coercing data to a date if column name is not time
2017-10-13 13:07:20 -07:00
Alex Paxton
d441c4f34c
Merge pull request #2111 from influxdata/query-tabs-polish
...
Style query tabs to utilize available space more effectively
2017-10-11 18:24:00 -07:00
Alex P
b977270b22
Updoot the log change
2017-10-11 17:39:07 -07:00
Alex P
13cf469726
Style query tabs to utilize available space more effectively
...
Maximum width is much larger, which increases utility of tabs when
there are < 5 queries
2017-10-11 17:34:09 -07:00
Nathan Haugo
9911e1f769
Add support for millisecond groupbys
2017-10-11 13:14:44 -07:00
Nathan Haugo
490cb31192
Merge pull request #2095 from influxdata/bug/fix-rp-copy
...
Fix copy for rp values
2017-10-10 11:08:22 -07:00
Nathan Haugo
41470d7bbd
Update CHANGELOG.md
...
Fix markdown
2017-10-10 11:07:57 -07:00
Nathan Haugo
5a48394802
Merge branch 'master' into bug/fix-rp-copy
2017-10-10 11:07:06 -07:00
Andrew Watkins
3c9d78bd72
Merge pull request #2080 from influxdata/keep-ceo-toggle-centered
...
Prevent CEO toggle from de-centering when no queries present
2017-10-10 11:04:21 -07:00
Alex Paxton
ad6fd8ee2e
Merge pull request #2078 from influxdata/rule-builder-polish-2
...
UI IMPROVEMENT: Rule Builder Polish
2017-10-10 09:34:07 -07:00
Andrew Watkins
fa6e837ef0
Merge pull request #2083 from influxdata/feature/time-after-time
...
FEATURE: Persist dashboard time ranges per dashboard
2017-10-09 17:51:17 -07:00
deniz kusefoglu
ecc4574b32
Refrain from coercing data to a date if column name is not time
2017-10-09 15:09:27 -07:00
Andrew Watkins
04184ab679
Update CHANGELOG
2017-10-09 13:13:18 -07:00
Andrew Watkins
066419ce52
Update CHANGELOG
2017-10-09 13:02:49 -07:00
Andrew Watkins
4be06d1bf2
Fix tests
2017-10-09 13:01:40 -07:00
Andrew Watkins
d6663a1dcb
Add format to timeRange
2017-10-09 13:01:40 -07:00
Andrew Watkins
d4f002cc63
Add more properties to timeRange proptypes
2017-10-09 13:01:40 -07:00
Andrew Watkins
3cc59e847e
Simplify reducer
2017-10-09 13:01:40 -07:00
Andrew Watkins
caa3060950
Gaurd against ranges being undefined
2017-10-09 13:01:39 -07:00
Andrew Watkins
50ecc5d757
Add dashboard to props
2017-10-09 13:01:39 -07:00
Andrew Watkins
d2c2f81975
Move coercion of string into id normalizer
...
If an when we move to using URI's as the dynamic parameters
in routes. We will need a consolidate place to decocde them or
ensure they are of the proper types and shape. This commit introduces
this pattern.
2017-10-09 13:01:39 -07:00
Andrew Watkins
c0422f2163
Future proof buildInfluxQL function
2017-10-09 13:01:39 -07:00
Andrew Watkins
33593e7df0
Semantics
2017-10-09 13:01:39 -07:00
Andrew Watkins
9abbce4160
Test cleanup
2017-10-09 13:01:39 -07:00
Andrew Watkins
a861c7a862
Test cleanup
2017-10-09 13:01:39 -07:00