Andrew Watkins
388093d498
Use arrow function properties in DatabaseRow
2017-08-17 09:33:36 -07:00
Andrew Watkins
bc0283d1a7
Update AutoRefresh component
2017-08-17 09:33:36 -07:00
Andrew Watkins
2686fc7b31
Update Notifications component
2017-08-17 09:33:36 -07:00
Andrew Watkins
c22004b13a
Add no binding rule
2017-08-17 09:33:36 -07:00
Andrew Watkins
d42593c272
Include babel-eslint plugin
...
An eslint plugin companion to babel-eslint. babel-eslint does a great
job at adapting eslint for use with Babel, but it can't change the built
in rules to support experimental features. eslint-plugin-babel
re-implements problematic rules so they do not give false positives or
negatives.
2017-08-17 09:33:36 -07:00
Hunter Trujillo
13eb4620aa
Merge pull request #1744 from influxdata/feature/1685-moving-time-ranges
...
Custom date picker shortcuts
2017-08-16 19:52:24 -06:00
Jared Scheib
b6c460f73a
Rename shared shortcuts.hson to timeRangeShortcuts.hson for specificity
2017-08-16 16:59:58 -07:00
Hunter Trujillo
96647ab208
Reset upper when shortcut is clicked.
2017-08-16 15:47:59 -06:00
Hunter Trujillo
f2e1a0fc55
Split out shortcuts into an "hson" file.
2017-08-16 15:42:46 -06:00
Jared Scheib
d57bb97d32
Merge pull request #1891 from influxdata/pagerduty-config
...
fix json key in pagerduty update
2017-08-16 14:04:58 -07:00
Jared Scheib
a26ea75619
Update changelog
2017-08-16 13:58:46 -07:00
Timothy J. Raymond
50a05c7f6e
Merge pull request #1859 from influxdata/feature/tr-layout-cell-axes
...
Add Axes to Layout Cells
2017-08-16 16:45:26 -04:00
Tim Raymond
bf166c5051
Update CHANGELOG for layout cell axes
2017-08-16 16:44:56 -04:00
Jade McGough
50797b9d4a
send ‘service-key’ instead of serviceKey to pagerduty
2017-08-16 00:15:13 -07:00
Jared Scheib
e2e684b5e2
Merge remote-tracking branch 'origin/1.3.6.x'
2017-08-15 15:03:20 -07:00
Jared Scheib
8a6f9f3cc1
Merge pull request #1858 from influxdata/feature/grooveknob
...
Refactor DisplayOptions UX to provide affirmative choice for 'auto', via a new component
2017-08-15 11:26:39 -07:00
Jared Scheib
07fade83a6
Clarify data corruption release note, clean up changelog
2017-08-14 16:40:02 -07:00
Andrew Watkins
527e4d0377
Merge pull request #1870 from influxdata/chore/prop-on-div-error
...
Fix console spam about prop being placed on div
2017-08-14 15:53:54 -07:00
Andrew Watkins
e9680e3354
Prettier
2017-08-14 15:46:23 -07:00
Andrew Watkins
85462b2d91
Merge branch 'master' into chore/prop-on-div-error
2017-08-14 15:33:29 -07:00
Andrew Watkins
19fd7f7458
Merge pull request #1862 from influxdata/add-add-graph-to-cell-button
...
Add button to cell for improved user experience
2017-08-14 15:32:32 -07:00
Andrew Watkins
01e2b77014
Merge pull request #1864 from smith/nls/drag-fixes
...
Fixes for file upload
2017-08-14 15:31:50 -07:00
Andrew Watkins
9200797839
Merge branch 'master' into nls/drag-fixes
2017-08-14 15:30:57 -07:00
Andrew Watkins
690046ad32
Merge branch 'master' into chore/prop-on-div-error
2017-08-14 15:26:56 -07:00
Andrew Watkins
7fc46bf9c3
Update changelog
2017-08-14 15:26:22 -07:00
Jared Scheib
19a0a0ed9d
Hide Absolute Time Range dropdown header in Rule Alert creation
...
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2017-08-14 15:22:20 -07:00
Andrew Watkins
766a3b0273
Fix console spam about prop being placed on div
2017-08-14 15:20:21 -07:00
Hunter Trujillo
9edece4a3a
Merge pull request #1860 from smith/nls/npm-script-fixes
...
Improvements to npm scripts
2017-08-14 16:16:00 -06:00
Andrew Watkins
5c4cef1768
Fix auto refresh not rendering No Results when appropriate
2017-08-14 15:12:21 -07:00
Alex Paxton
7ab550b77c
Adjust width of TimeRange Dropdown for Absolute vs Relative
...
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-08-14 15:07:08 -07:00
Andrew Watkins
e9a1fd4910
Merge pull request #1855 from influxdata/experiment/separate-data-explorer
...
REFACTOR: Visualization / QueryBuilder components
2017-08-14 14:49:49 -07:00
Andrew Watkins
21a0143d44
Merge branch 'experiment/separate-data-explorer' of github.com:influxdata/chronograf into experiment/separate-data-explorer
2017-08-14 14:30:35 -07:00
Andrew Watkins
e4b8683323
Move SchemaExplorer to shared dir
2017-08-14 14:29:11 -07:00
Andrew Watkins
90c93cf9e9
Move DB, Meas, and Field List components to /shared
2017-08-14 14:27:10 -07:00
Andrew Watkins
942855cef3
Implicitly return from sfc
2017-08-14 14:23:07 -07:00
Andrew Watkins
c34770091d
Use spread instead of concat
2017-08-14 14:20:46 -07:00
Andrew Watkins
0ed9b8199c
Rename component
2017-08-14 14:17:34 -07:00
Andrew Watkins
97be9399ff
Add templates back to query text editor
2017-08-14 14:15:48 -07:00
Andrew Watkins
fee6b5e6b5
Remove unused props
2017-08-14 14:02:21 -07:00
Timothy J. Raymond
9ae97825aa
Merge pull request #1843 from influxdata/feature/tr-abs-time
...
Add absolute time range support to :interval:
2017-08-14 13:38:07 -07:00
Hunter Trujillo
2d294068b3
Merge pull request #1795 from influxdata/fix/1633-windows-uptime-status
...
Fix telegraf windows uptime status
2017-08-14 14:24:23 -06:00
Andrew Watkins
e4d38cd439
Merge branch 'master' into fix/1633-windows-uptime-status
2017-08-14 13:24:04 -07:00
Andrew Watkins
72a487b3d8
Merge branch 'master' into fix/1633-windows-uptime-status
2017-08-14 13:23:38 -07:00
Hunter Trujillo
19cf8bd62d
Merge pull request #1715 from influxdata/fix/ie11-support
...
Initial IE 11 rendering support
2017-08-14 14:22:29 -06:00
Tim Raymond
23cec7bdca
Update CHANGELOG with data corruption notes
2017-08-14 15:26:09 -04:00
Hunter Trujillo
f1f65d0b41
Merge branch 'master' into fix/ie11-support
2017-08-14 12:47:58 -06:00
Hunter Trujillo
a47722d2bc
Change time range shortcut method name from moving time range due to refined issue scope.
2017-08-14 12:32:06 -06:00
Tim Raymond
dda79d809e
Update CHANGELOG and version for v1.3.6.1
2017-08-14 14:27:18 -04:00
Tim Raymond
c7eaef7df1
Merge single-stat hotfix ( #1866 )
2017-08-14 14:19:01 -04:00
Timothy J. Raymond
39f40671a9
Merge pull request #1866 from influxdata/bugfix/tr-missing-cell-type
...
Fix missing cell type
2017-08-14 14:04:36 -04:00