Tim Raymond
a423a98d36
Update Swagger with Cell Axes
...
Cells now have axes which represent their visualization's viewport. This
updates the Swagger documentation to reflect this.
Things to be aware of
=====================
The form of "axes" is that of a map<string,object>, which is represented
in Swagger by an "additionalProperties" key (search for "string to model
mapping" here: https://swagger.io/specification/ ).
2017-07-19 11:18:01 -04:00
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
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
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
Alex Paxton
879a16f9fb
Merge pull request #1707 from influxdata/alerts-table-tweaks
...
Fine Tune Alerts Table Column Sizing
2017-07-10 15:49:41 -07:00
Hunter Trujillo
dfa769d7c3
Update CHANGELOG. Feature was in wrong release.
2017-07-10 16:22:56 -06:00
Hunter Trujillo
8307a3b336
I think this goes here in the swagger doc...
2017-07-10 16:18:05 -06:00
Hunter Trujillo
025af5c1ca
Merge branch 'master' into feature/1482-custom-time-range
...
# Conflicts:
# ui/src/style/pages/dashboards.scss
2017-07-10 16:09:14 -06:00
Hunter Trujillo
a82936a2e7
womp womp
2017-07-10 15:54:54 -06:00
Hunter Trujillo
7846beff3f
Fix quoting around timeStamps. Affects server code.
2017-07-10 15:33:48 -06:00
Alex P
d7e6ddcc4d
Update changelog
2017-07-10 13:21:40 -07:00
Alex P
4bbdf0a3c3
Merge branch 'master' into alerts-table-tweaks
2017-07-10 13:20:20 -07:00
Jared Scheib
dcaabe10bb
Merge pull request #1709 from influxdata/fix/he_dep_package_json/1693
...
Move dependency to correct package.json and yarn.lock
2017-07-10 13:15:08 -07:00
Alex P
ff0db2779e
Change level column to dot instead of text, truncate long hostnames with ellipsis
...
Browser displays full hostname when mouse hovers over link
2017-07-10 13:14:30 -07:00
Alex Paxton
01386a26fe
Merge pull request #1708 from AbleLincoln/zindex
...
Fix z-index for options context menu
2017-07-10 13:06:37 -07:00
Alex P
6f38287f0e
Fix accidental changelog mixup from merge
2017-07-10 13:01:41 -07:00
Alex P
51069eb3d6
Make changelog update more descriptive
...
Sorry to nitpick
2017-07-10 12:59:07 -07:00
Alex P
3e95cb1aad
Move changelog update into correct version header
2017-07-10 12:56:41 -07:00
Alex Paxton
45f88c7db8
Merge branch 'master' into zindex
2017-07-10 12:52:08 -07:00
Andrew Maney
64e2716ad9
Update CHANGELOG message to present tense
2017-07-10 15:44:36 -04:00
Jared Scheib
50bfe97ac4
Move he dep to correct package.json and yarn.lock
2017-07-10 12:38:36 -07:00
Alex P
95b1fedf23
Prioritize alert name over host
2017-07-10 12:22:40 -07:00
Luke Morris
2533c76d6e
Bump version, update changelog
2017-07-10 11:52:12 -07:00
Andrew Maney
7249c4728e
CHANGELOG updated
2017-07-10 13:38:35 -04:00
Andrew Maney
d54425347c
Z-index for options menu fixed
2017-07-10 13:14:50 -04:00
Alex P
b6fa438fef
Make NAME and HOST columns less likely to wrap
...
- LEVEL, TIME and and VALUE have fixed pixels widths as the maximum
content size is predictable
2017-07-07 17:20:33 -07:00
Andrew Watkins
0a80cac953
Merge pull request #1679 from influxdata/get-legend-rekt
...
Update legend functionality
2017-07-07 16:53:25 -07:00
Andrew Watkins
f9be34655f
Merge pull request #1697 from influxdata/hotfix/custom-time-range
...
Custom Time Range Indicator Hotfix
2017-07-07 16:52:29 -07:00
Jared Scheib
8bf6c71119
Fix isEditable prop name
2017-07-07 16:00:17 -07:00
Jared Scheib
342941cef8
Make minor syntax consistency updates
2017-07-07 15:42:17 -07:00