Alex P
|
e0517ac1c1
|
Vertically center query in preview
|
2017-02-22 14:53:44 -08:00 |
Alex P
|
52576ca86c
|
Make Tag List filter taller
|
2017-02-22 14:53:17 -08:00 |
Alex P
|
70036c69f0
|
7 New Icons
|
2017-02-22 09:46:57 -08:00 |
Jared Scheib
|
6f47e8f824
|
Fix react-router warning
|
2017-02-21 18:29:02 -08:00 |
Jared Scheib
|
ffe3c1b32e
|
Make the scrollbar thumb element larger
|
2017-02-21 11:56:16 -08:00 |
Jared Scheib
|
26277032e8
|
Merge branch 'master' into kapacitor-padding
|
2017-02-16 18:03:08 -08:00 |
Jared Scheib
|
7c484963a2
|
Refactor tests for clarity and simplicity
|
2017-02-16 14:51:22 -08:00 |
Hunter Trujillo
|
65ea9e2ddb
|
Revert "Refactor DashboardHeader out from DashboardPage, HostPage, and KubernetesDashboard."
This reverts commit 77a8ed80a2 .
|
2017-02-16 11:43:56 -07:00 |
Hunter Trujillo
|
77a8ed80a2
|
Refactor DashboardHeader out from DashboardPage, HostPage, and KubernetesDashboard.
|
2017-02-16 10:59:08 -07:00 |
Jared Scheib
|
e9028cc7a7
|
Test for unpadded range when passing in values well within extremities
|
2017-02-15 18:29:30 -08:00 |
Jared Scheib
|
31a599de07
|
Test for padded range when passing in values at range extremities
|
2017-02-15 18:28:44 -08:00 |
Andrew Watkins
|
4e3fd92730
|
Merge pull request #880 from influxdata/deui-reducer
DataExplorer ui reducer
|
2017-02-15 17:00:47 -06:00 |
Andrew Watkins
|
ba0e950264
|
Remove unnecessary spread
|
2017-02-15 14:05:18 -06:00 |
Chris Goller
|
0b35f2e73a
|
Merge remote-tracking branch 'origin/master' into kap-defaults
|
2017-02-15 08:16:59 -06:00 |
Jared Scheib
|
1bf17c9275
|
Fix y-axis graph padding
|
2017-02-15 01:37:50 -08:00 |
Andrew Watkins
|
256407912c
|
Refactor KapacitorPage
|
2017-02-14 17:33:14 -06:00 |
Andrew Watkins
|
98be7d3a83
|
Scope DataExplorer queries
|
2017-02-13 18:01:42 -06:00 |
Andrew Watkins
|
2c0a30b931
|
Introduce data explorer ui reducer
|
2017-02-13 17:16:54 -06:00 |
Andrew Watkins
|
5bfc216648
|
Remove cruft from localStorage
Default timeRange is now set by the timeRange reducer.
|
2017-02-13 16:46:37 -06:00 |
Andrew Watkins
|
6413fabad4
|
Use es6 flavorz in timeRange reducer
|
2017-02-13 16:37:41 -06:00 |
Andrew Watkins
|
a5c3571ec1
|
Add spec for timeRange reducer
|
2017-02-13 15:29:17 -06:00 |
Andrew Watkins
|
0e0f0fc260
|
Merge pull request #864 from influxdata/http-tcp
Kapacitor Rule Alert Config for HTTP, TCP, Exec, SMTP, and Alerta (parsed pasted Tick script)
|
2017-02-10 15:20:53 -08:00 |
Hunter Trujillo
|
bace30142b
|
Fix kapacitor rules page checkbox JSX.
|
2017-02-10 16:09:12 -07:00 |
Hunter Trujillo
|
12e7688a49
|
Merge branch 'master' into http-tcp
# Conflicts:
# CHANGELOG.md
|
2017-02-10 16:03:30 -07:00 |
Hunter Trujillo
|
de66bff1a5
|
Fix AlertaConfig?
|
2017-02-10 15:59:43 -07:00 |
Alex P
|
6a893f82c6
|
Polish empty states in DE query builder
|
2017-02-10 14:57:30 -08:00 |
Chris Goller
|
1bdfbbdd6b
|
Merge pull request #869 from influxdata/de-scroll-fix
Fix Scrolling Issue on DE Lists
|
2017-02-10 16:46:10 -06:00 |
Alex P
|
190457bbcd
|
fix non-scrolling behavior on DE editor lists
|
2017-02-10 14:42:24 -08:00 |
Chris Goller
|
f81cd7e7ad
|
Merge pull request #868 from influxdata/disable-alert
Change rule status
|
2017-02-10 16:41:28 -06:00 |
Alex P
|
d46e86f4e2
|
Make Checkbox centered
|
2017-02-10 14:35:58 -08:00 |
Alex P
|
509b13d2d6
|
Style checkboxes on kapacitor rules table
|
2017-02-10 14:32:22 -08:00 |
Hunter Trujillo
|
57bf5f571a
|
Merge branch 'master' into http-tcp
# Conflicts:
# CHANGELOG.md
|
2017-02-10 13:31:01 -07:00 |
Hunter Trujillo
|
2181532bf7
|
Refactor alert config input and label to a stateless component.
|
2017-02-10 13:28:39 -07:00 |
Andrew Watkins
|
8aa7dec87f
|
Optimistically update status state
|
2017-02-10 12:15:45 -08:00 |
Hunter Trujillo
|
c2f4629732
|
Not sure if it's needed here, but for consistency, I've added alerta to the ALERTS constant.
|
2017-02-10 13:06:16 -07:00 |
Hunter Trujillo
|
d428aaf8c7
|
Refactor parseAlerta spec to test reducer, accessors, and parser separately. Refactor parseAlerta out of rules reducer into its own file in shared/prasing. Update appearance of AlertaConfig. Update appearance of RuleMessage input field. Remove smtp and alerta from default alerts.
|
2017-02-10 13:03:31 -07:00 |
Andrew Watkins
|
95e38a4767
|
Change rule status
|
2017-02-10 13:42:42 -06:00 |
Andrew Watkins
|
e9d8b77a96
|
Move constants into constants file
|
2017-02-10 09:04:18 -08:00 |
Andrew Watkins
|
602725a06a
|
Adjust min heights builder and visualizations
|
2017-02-10 08:20:11 -08:00 |
Hunter Trujillo
|
a8eaa0979e
|
Add Alerta tick script input to configure kapacitor rule alert config.
|
2017-02-10 00:19:20 -07:00 |
Hunter Trujillo
|
65cd297046
|
Add email support for kapacitor alert config.
|
2017-02-09 22:30:50 -07:00 |
Hunter Trujillo
|
b66b3d0ff9
|
Add exec kapacitor rule alert support.
|
2017-02-09 22:25:00 -07:00 |
Hunter Trujillo
|
cee683b49b
|
Add UI support for HTTP and TCP kapacitor rule alert configs.
|
2017-02-09 21:54:00 -07:00 |
Hunter Trujillo
|
f64df0d1f2
|
Healing merge.
|
2017-02-09 18:21:22 -07:00 |
Hunter Trujillo
|
65d578ed0c
|
Merge branch 'master' into http-tcp
# Conflicts:
# ui/src/kapacitor/components/RuleMessage.js
|
2017-02-09 18:15:34 -07:00 |
Alex P
|
364d2f0b92
|
Fix height of InfluxQL editor
|
2017-02-09 15:23:09 -08:00 |
Alex P
|
2c36a53d31
|
Fix Table view in DE graph
|
2017-02-09 15:20:39 -08:00 |
Alex P
|
780c6812ab
|
DE Graph Labels cannot be selected
|
2017-02-09 13:55:12 -08:00 |
Alex P
|
f427ca58b0
|
Merge remote-tracking branch 'origin/de-organize' into de-organize
|
2017-02-09 13:52:43 -08:00 |
Andrew Watkins
|
5d6fd473a8
|
Introduce ResizerHandle back into DE
|
2017-02-09 13:51:52 -08:00 |