Tim Raymond
f05c1d0774
Add Axes to Dashboard Cells
...
The frontend would like to store viewport information for each cell so
that visualizations are zoomed to the proper extents upon rendering.
This adds a property to cells called "axes" which takes the following
shape:
```
{
"axes" : {
"y" : {
"bounds" : [
0,
2
]
},
"y2" : {
"bounds" : [
1,
3
]
}
}
}
```
Bounds specify the visible range for the axis, and are a 2-tuple of the
form [lower, upper]. Bounds are not implicitly inclusive or
exclusive--that determination is left for clients to make. Also, there
are no restrictions on the naming of axes.
2017-07-19 10:46:32 -04:00
Chris Goller
a4be2a25b0
Update CHANGELOG to mention adding shared secret JWT to InfluxDB
2017-07-19 01:45:31 -05:00
Chris Goller
8dc08278bd
Add JWT shared secret influxdb auth
...
Refactor --new-sources to simplify adding shared secrets
2017-07-19 01:39:06 -05:00
Jared Scheib
0950833ec0
WIP Refactor RuleMessage to support arbitrary properties
2017-07-18 17:20:05 -07:00
Jared Scheib
5d7e9ded17
Rename RuleMessageConfig to RuleMessageOptions for clarity
2017-07-18 16:58:39 -07:00
Andrew Watkins
0823f0232e
Update CHANGELOG
2017-07-18 13:42:45 -07:00
Andrew Watkins
e950dac06d
Cleanup
2017-07-18 13:41:23 -07:00
Andrew Watkins
2d6e8268a7
Prettier
2017-07-18 13:33:19 -07:00
Andrew Watkins
3a74f18d2e
Move input state out of store and into component
...
The main issue here is that a cell's name was being
updated in the store on input change. With no reference
to the old cell name this made it impossible to revert back or
'cancel' editing.
2017-07-18 13:31:34 -07:00
Jared Scheib
ac93de5945
Refactor RuleMessageConfig into named components; clean up
2017-07-18 13:13:58 -07:00
Jared Scheib
196510159a
Refactor RuleMessage to ES6
2017-07-18 12:47:53 -07:00
Jared Scheib
c582cc6374
Rename RuleMessageAlertConfig to RuleMessageConfig for clarity and consistency
2017-07-18 12:46:56 -07:00
Andrew Watkins
e90614e33d
Add cancel edit cell spec
2017-07-18 12:22:20 -07:00
Jared Scheib
af3bb567c0
Reorder props on RuleMessageTemplates
2017-07-18 12:16:09 -07:00
Jared Scheib
113c4cfae4
Factor out RuleMessageText into dedicated ES6 component
2017-07-18 12:15:59 -07:00
Jared Scheib
2170b455a1
Refactor RuleMessage templates into separate components, update to ES6
2017-07-18 12:02:07 -07:00
Andrew Watkins
a746de32ae
Prettier
2017-07-18 11:52:34 -07:00
Andrew Watkins
efa7c708b4
Remove unused prop
2017-07-18 11:52:24 -07:00
Andrew Watkins
9aad0cc8ed
Fix proptypes error spam
2017-07-18 11:25:20 -07:00
Jared Scheib
40ad225752
Extract Pushover properties for Kapa alert via AST
2017-07-17 17:30:12 -07:00
Jared Scheib
ed883cffa6
Add Pushover as valid Kapacitor handler endpoint type
2017-07-17 17:29:26 -07:00
Jared Scheib
8bea47e072
Change order of alert endpoint options to make defaults be first
2017-07-17 17:01:30 -07:00
Jared Scheib
b77988a91e
Merge remote-tracking branch 'origin/master' into feature/pushover_support-1680
2017-07-17 14:12:07 -07:00
Chris Goller
fa9e118686
Merge pull request #1725 from influxdata/feature/update-dep
...
Update dep and kapacitor
2017-07-17 16:08:03 -05:00
Chris Goller
4432a8227e
Update kapacitor alerts and ast to 1.3.1 features.
2017-07-14 21:09:39 -05:00
Chris Goller
8e9d3ee98b
Update vendored kapacitor to 1.3.1
2017-07-14 21:07:05 -05:00
Chris Goller
e256131c92
Update dep files to stable format
2017-07-14 20:14:35 -05:00
Jared Scheib
7d93b93040
Update changelog
2017-07-14 17:34:02 -07:00
Jared Scheib
80573d8348
Add Pushover config
2017-07-14 16:55:59 -07:00
Jared Scheib
7f8d5f7c00
Only render configs given by Kapacitor proxy
2017-07-14 16:55:59 -07:00
Jared Scheib
fb8d5cfc8e
Add Pushover to swagger
2017-07-14 16:55:59 -07:00
Jared Scheib
a04c0428b1
Alphabetize alert endpoint configs
2017-07-14 16:55:47 -07:00
Andrew Watkins
5e7644c4fa
Merge pull request #1717 from influxdata/feature/read-only-tickscript
...
View server generated TICKscripts
2017-07-13 13:15:36 -07:00
Andrew Watkins
47d5272489
Merge branch 'master' into feature/read-only-tickscript
2017-07-13 12:51:54 -07:00
Andrew Watkins
6134b91ec7
Update CHANGELOG
2017-07-13 12:47:32 -07:00
Hunter Trujillo
f729a77e78
rockin es6
2017-07-12 19:02:34 -06:00
Andrew Watkins
d38bf4de70
Be the async await change
2017-07-12 16:14:06 -07:00
Andrew Watkins
39b455aba5
Use arrow functions
2017-07-12 15:05:32 -07:00
Andrew Watkins
bd0fd0b6a7
Deconstruct PropTypes
2017-07-12 15:04:19 -07:00
Andrew Watkins
71167d9b6a
Convert Rule Page to class syntax
2017-07-12 15:02:13 -07:00
Andrew Watkins
ad0e410e82
Prettier
2017-07-12 12:50:51 -07:00
Andrew Watkins
cece93ca01
Improve Loading styles
2017-07-12 12:50:38 -07:00
Andrew Watkins
c5cc63093e
Make loading on the rules page actually work
2017-07-12 12:38:23 -07:00
Andrew Watkins
6540624779
Update silly linter rule
2017-07-12 12:38:23 -07:00
Alex P
5a27dfebb4
Sort alert rules table by rules name a-z
2017-07-12 11:49:09 -07:00
Alex P
4a37565e59
Style view tick script overlay
2017-07-12 11:41:33 -07:00
Alex P
15feae2184
Polish alert rules table
2017-07-12 11:20:31 -07:00
Andrew Watkins
94f24c1fcb
Tweak styles a bit
2017-07-11 14:48:29 -07:00
Andrew Watkins
a8ac8bb9c6
Display TICKscript on rules index
2017-07-11 14:38:24 -07:00
Hunter Trujillo
2a3ad3ac9a
Merge pull request #1681 from influxdata/feature/1482-custom-time-range
...
Custom Time Ranges
2017-07-11 14:05:27 -06:00