Andrew Watkins
60a2edf71c
Ignore ref binds
2017-08-17 09:33:36 -07:00
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
Alex P
aa26fe18e8
Tweak micro copy
2017-08-16 12:38:58 -07:00
Alex P
5b460d5268
Rework styles to prevent some UI clash
2017-08-16 12:37:36 -07:00
Alex Paxton
929151567c
Merge branch 'master' into fix-legend-stat-wrap
2017-08-16 09:40:15 -07: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
Tim Raymond
886046ed9a
Switch KapacitorRulesGet to use Pagination
...
Kapacitor responses are paginated, and sometimes users have more than
the default 100 tasks that are returned from Kapacitor. This replaces
the previous Kapa client with one that automatically follows paginated
responses from Kapacitor's ListTasks endpoint and returns the full
response.
Tests for the KapacitorRulesGet endpoint had to be updated because they
did not account for "limit" and "offset", and so led to an infinite
loop with the paginated client. A correct kapacitor backend will not
have this behavior
2017-08-15 17:30:29 -04:00
Tim Raymond
d0be50ab37
Add PaginatingKapacitorClient
...
The kapacitor client used in the kapacitor endpoints is limited to
fetching whatever limit you provide it. If you provide no limit, it
defaults to a limit of 100. We use this default behavior currently.
Some users have more than 100 tasks, so we need a client that's capable
of continually fetching tasks from Kapacitor until there are none left,
and returning the full response to the frontend.
This introduces a PaginatingKapacitorClient which does exactly that.
Also, test coverage was added around the KapacitorRulesGet endpoint,
since it was previously untested.
2017-08-15 16:55:47 -04: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
Alex P
ddb39f4c05
Updoot changelog
2017-08-15 09:58:24 -07:00
Alex P
a4ec9f25f5
Fix for 1872
2017-08-15 09:55:31 -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