Chris Goller
0f737b21d2
Update kapacitor tick generation to validate with pipeline
2016-11-03 19:52:13 -05:00
Chris Goller
08c8ada14f
Add kapacitor script generation
2016-11-03 19:52:13 -05:00
Chris Goller
476277f219
Add alert interface
2016-11-03 19:52:13 -05:00
Chris Goller
b7437da989
Add kapacitor tickscript template generator for threshold, relative, deadman
2016-11-03 19:52:00 -05:00
Andrew Watkins
1b7292e3db
Merge pull request #341 from influxdata/fix-linter-errors
...
Fix linter errors
2016-11-03 17:46:04 -07:00
Andrew Watkins
0f722faf0c
Fix linter errors
2016-11-03 17:38:54 -07:00
Nathan Haugo
48a52285f3
Merge pull request #330 from influxdata/feature/rule-creation-page
...
Feature/rule creation page
2016-11-03 16:06:52 -07:00
Andrew Watkins
b550c0168b
Refactor to kapacitor constants
2016-11-03 15:54:03 -07:00
Andrew Watkins
658d39dbc3
Add alerts to kapacitor rule
2016-11-03 15:54:03 -07:00
Andrew Watkins
94d54065f3
Introduce graph fill line for kapacitor rule
2016-11-03 15:54:03 -07:00
Andrew Watkins
0870bca16f
Remove percentile if once is selected
2016-11-03 15:54:03 -07:00
Andrew Watkins
975a54ea64
Add kapacitor rule message to state
2016-11-03 15:54:03 -07:00
Andrew Watkins
6069c50da8
Kapacitor rules populated and updated with by redux
2016-11-03 15:54:03 -07:00
Andrew Watkins
a26fa84633
Refine DE to work with Kapacitor rule creation
2016-11-03 15:54:03 -07:00
Andrew Watkins
65cb5c016e
Build markup for values section
2016-11-03 15:54:03 -07:00
Andrew Watkins
965c20a031
Make query builder work in data section
2016-11-03 15:53:13 -07:00
Will Piers
de16d84c0f
Start reducer and actions for the Kapacitor tasks
2016-11-03 15:53:13 -07:00
Will Piers
ffc623b63a
Finish up the queryTransitions refactor
2016-11-03 15:53:13 -07:00
Will Piers
4c2cf4da3f
Start queryTransitions refactor
2016-11-03 15:53:13 -07:00
Will Piers
99f021fab0
First attempt to make an alert rule builder
2016-11-03 15:53:13 -07:00
Kevin Fitzpatrick
caa094bc30
Remove Alerting tab as per Nate
2016-11-03 14:23:22 -07:00
Kevin Fitzpatrick
2034051ed9
Update measurement name
...
Signed-off-by: Jade McGough <jade@influxdb.com>
2016-11-03 14:01:57 -07:00
Jade McGough
fd6f648076
"name" is apparently a reserved word
2016-11-03 13:46:09 -07:00
Jade McGough
1195c00bb5
parse results from alerts query
...
Signed-off-by: Kevin Fitzpatrick <kevin@influxdb.com>
2016-11-03 13:28:10 -07:00
Jade McGough
10c4281943
fix linting errors
2016-11-03 12:36:22 -07:00
Todd Persen
b59468b52f
First version of CONTRIBUTING.md
2016-11-03 11:31:05 -07:00
Jade McGough
7cb94f8bc6
change alerts mock into actual request
...
Signed-off-by: Kevin Fitzpatrick <kevin@influxdb.com>
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
5915cc3b8f
Remove old file
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
b755fa1f51
Remove dup code
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
ac66f1f623
remove comments
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
9998b79605
Remove npm debug log
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
e9084a103c
Remove linter errors
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
0e7a005874
TODOs
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
ed5724751a
Remove unnecessary code
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
eaaba497ca
Show hardcoded alerts on alerts view page
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
04540dcec4
WIP
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
8b9afc1702
WIP
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
b6517263ec
Add alert links to side nav
2016-11-03 11:22:22 -07:00
nathan haugo
770bb0ef6e
Revert unwanted changes from commit to new_apps.sh
2016-11-03 11:13:40 -07:00
nathan haugo
a212660084
Add name and cell to new_app.sh
2016-11-03 11:03:26 -07:00
Timothy J. Raymond
e9573ad093
Merge pull request #317 from influxdata/feature/193-multiple-layouts
...
Feature/193 multiple layouts
2016-11-02 17:39:47 -04:00
Jade McGough
740831267c
prevent grid layouts from overlapping
2016-11-02 12:47:33 -07:00
Timothy J. Raymond
2f06c44da2
Merge pull request #316 from influxdata/bugfix/tr-pin-eslint
...
Pin ESLint to 3.5.x
2016-11-02 13:55:36 -04:00
Tim Raymond
9a3b5e2db0
Pin ESLint to 3.5.x
...
In 3.9.x, ESLint changed how many spaces are expected on a trailing
parens following a return. Previously it expected:
```
01234567890
return (
<div>
</div>
);
01234567890
^~~~~~~~ It previously expected 5 spaces here
01234567890
return (
<div>
</div>
);
01234567890
^~~~~~~~~~ Now it wants 3
```
Until we're ready to explicitly make that change, we're going to pin to
3.5.x (which expects 5 spaces in the example above.
2016-11-02 13:43:59 -04:00
Jade McGough
92080eeb64
render multiple layouts on separate rows
2016-11-02 02:00:56 -07:00
Jade McGough
4df707f1cd
WIP work with multiple layouts
2016-11-02 01:47:55 -07:00
Todd Persen
bfbd7b9f05
Merge pull request #303 from influxdata/feature/kapacitor-alert-settings
...
Feature/kapacitor alert settings
2016-11-01 16:39:57 -07:00
Chris Goller
9a64acc898
Merge pull request #313 from influxdata/feature/tr-wire-up-mappings
...
Wire up /mappings endpoint to layouts
2016-11-01 17:05:43 -05:00
Chris Goller
a83b1b9826
Merge pull request #314 from influxdata/feature/fix-kapa-err
...
Fix kapacitor error message on POST with invalid data.
2016-11-01 16:52:04 -05:00
Chris Goller
dea713465c
Fix kapacitor error message on POST with invalid data.
2016-11-01 16:45:31 -05:00