Andrew Watkins
b37b7fc250
Fix linter errors
2016-11-03 17:38:54 -07:00
Kevin Fitzpatrick
b4be9bed68
As a user when viewing the alerts panel, if my source does not have a kapacitor i will be prompted to configure one
2016-11-03 16:10:35 -07:00
Nathan Haugo
9fbb78389a
Merge pull request #330 from influxdata/feature/rule-creation-page
...
Feature/rule creation page
2016-11-03 16:06:52 -07:00
Andrew Watkins
5e3d3ad71c
Refactor to kapacitor constants
2016-11-03 15:54:03 -07:00
Andrew Watkins
c8ba074549
Add alerts to kapacitor rule
2016-11-03 15:54:03 -07:00
Andrew Watkins
5ec7a2f186
Introduce graph fill line for kapacitor rule
2016-11-03 15:54:03 -07:00
Andrew Watkins
916d325824
Remove percentile if once is selected
2016-11-03 15:54:03 -07:00
Andrew Watkins
bae030cb93
Add kapacitor rule message to state
2016-11-03 15:54:03 -07:00
Andrew Watkins
d2d0bb34f9
Kapacitor rules populated and updated with by redux
2016-11-03 15:54:03 -07:00
Andrew Watkins
fa65e23576
Refine DE to work with Kapacitor rule creation
2016-11-03 15:54:03 -07:00
Andrew Watkins
6da939e19c
Build markup for values section
2016-11-03 15:54:03 -07:00
Andrew Watkins
d75525ec46
Make query builder work in data section
2016-11-03 15:53:13 -07:00
Will Piers
e5f20565fd
Start reducer and actions for the Kapacitor tasks
2016-11-03 15:53:13 -07:00
Will Piers
8bc46b1cae
Finish up the queryTransitions refactor
2016-11-03 15:53:13 -07:00
Will Piers
d3a2c2e962
Start queryTransitions refactor
2016-11-03 15:53:13 -07:00
Will Piers
67c8343417
First attempt to make an alert rule builder
2016-11-03 15:53:13 -07:00
Kevin Fitzpatrick
bbf73ab09e
Remove Alerting tab as per Nate
2016-11-03 14:23:22 -07:00
Kevin Fitzpatrick
3e487399e9
Update measurement name
...
Signed-off-by: Jade McGough <jade@influxdb.com>
2016-11-03 14:01:57 -07:00
Ross McDonald
e638584d0e
Small fixes for build script and init script.
2016-11-03 15:50:34 -05:00
Ross McDonald
ebdb12a1d2
Update Dockerfile to use latest node LTS and add Python development packages.
2016-11-03 15:50:34 -05:00
Ross McDonald
62534109ce
Move all build-related scripts to /etc directory. Update default args
...
for start scripts. Add npm to builder Dockerfile. Remove stderr
redirect in init script.
2016-11-03 15:50:34 -05:00
Ross McDonald
fe4b82c41b
Minor fixes for build script.
2016-11-03 15:50:34 -05:00
gunnaraasen
95416b6076
WIP
2016-11-03 15:50:34 -05:00
Jade McGough
def3c434b3
"name" is apparently a reserved word
2016-11-03 13:46:09 -07:00
Jade McGough
1db252643f
parse results from alerts query
...
Signed-off-by: Kevin Fitzpatrick <kevin@influxdb.com>
2016-11-03 13:28:10 -07:00
Jade McGough
ab08c4750f
fix linting errors
2016-11-03 12:36:22 -07:00
Todd Persen
cec7ad85e7
First version of CONTRIBUTING.md
2016-11-03 11:31:05 -07:00
Jade McGough
304ed6e652
change alerts mock into actual request
...
Signed-off-by: Kevin Fitzpatrick <kevin@influxdb.com>
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
f197108388
Remove old file
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
1086b22d60
Remove dup code
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
e83e3e12de
remove comments
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
1a44936979
Remove npm debug log
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
dcd017413c
Remove linter errors
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
25738d405f
TODOs
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
a571962ba5
Remove unnecessary code
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
63c0909c17
Show hardcoded alerts on alerts view page
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
69bc2cf8ea
WIP
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
a01b787881
WIP
2016-11-03 11:22:22 -07:00
Kevin Fitzpatrick
6780f7995a
Add alert links to side nav
2016-11-03 11:22:22 -07:00
nathan haugo
feb9ef05b9
Revert unwanted changes from commit to new_apps.sh
2016-11-03 11:13:40 -07:00
nathan haugo
fdd1dcf3fd
Add name and cell to new_app.sh
2016-11-03 11:03:26 -07:00
Timothy J. Raymond
90f18007cb
Merge pull request #317 from influxdata/feature/193-multiple-layouts
...
Feature/193 multiple layouts
2016-11-02 17:39:47 -04:00
Jade McGough
5250219a29
prevent grid layouts from overlapping
2016-11-02 12:47:33 -07:00
Timothy J. Raymond
694189333a
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
865890532a
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
a4e27c02a7
render multiple layouts on separate rows
2016-11-02 02:00:56 -07:00
Jade McGough
c9af7141a4
WIP work with multiple layouts
2016-11-02 01:47:55 -07:00
Todd Persen
c65491c4e8
Merge pull request #303 from influxdata/feature/kapacitor-alert-settings
...
Feature/kapacitor alert settings
2016-11-01 16:39:57 -07:00
Chris Goller
76fce28eb6
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
03306db6d8
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