Alex P
|
3bd73cf40b
|
Prevent group by time label from wrapping
|
2017-02-22 14:54:32 -08:00 |
Alex P
|
6b57dbede0
|
Make multi-select dropdown initial width smaller
|
2017-02-22 14:54:18 -08:00 |
Alex P
|
59d23f383e
|
Make measurements filter slightly less wide
|
2017-02-22 14:54:00 -08:00 |
Alex P
|
fd5edd66a1
|
Vertically center query in preview
|
2017-02-22 14:53:44 -08:00 |
Alex P
|
5696c52399
|
Make Tag List filter taller
|
2017-02-22 14:53:17 -08:00 |
Alex P
|
70f3aa1f48
|
7 New Icons
|
2017-02-22 09:46:57 -08:00 |
Jared Scheib
|
3df087417f
|
Fix react-router warning
|
2017-02-21 18:29:02 -08:00 |
Jared Scheib
|
3ed24c0ef8
|
Make the scrollbar thumb element larger
|
2017-02-21 11:56:16 -08:00 |
Jared Scheib
|
b9ef581c67
|
Merge branch 'master' into kapacitor-padding
|
2017-02-16 18:03:08 -08:00 |
Jared Scheib
|
5a81d8da2a
|
Refactor tests for clarity and simplicity
|
2017-02-16 14:51:22 -08:00 |
Hunter Trujillo
|
9a12e12eb8
|
Revert "Refactor DashboardHeader out from DashboardPage, HostPage, and KubernetesDashboard."
This reverts commit 1a11af20d6 .
|
2017-02-16 11:43:56 -07:00 |
Hunter Trujillo
|
1a11af20d6
|
Refactor DashboardHeader out from DashboardPage, HostPage, and KubernetesDashboard.
|
2017-02-16 10:59:08 -07:00 |
Jared Scheib
|
dd295ce15b
|
Test for unpadded range when passing in values well within extremities
|
2017-02-15 18:29:30 -08:00 |
Jared Scheib
|
2e8b8378ce
|
Test for padded range when passing in values at range extremities
|
2017-02-15 18:28:44 -08:00 |
Andrew Watkins
|
7cbe83cdb1
|
Merge pull request #880 from influxdata/deui-reducer
DataExplorer ui reducer
|
2017-02-15 17:00:47 -06:00 |
Andrew Watkins
|
021fe666db
|
Remove unnecessary spread
|
2017-02-15 14:05:18 -06:00 |
Chris Goller
|
6ef465d001
|
Merge remote-tracking branch 'origin/master' into kap-defaults
|
2017-02-15 08:16:59 -06:00 |
Jared Scheib
|
d698cf07dc
|
Fix y-axis graph padding
|
2017-02-15 01:37:50 -08:00 |
Andrew Watkins
|
9b3252a794
|
Refactor KapacitorPage
|
2017-02-14 17:33:14 -06:00 |
Andrew Watkins
|
ca968c7470
|
Scope DataExplorer queries
|
2017-02-13 18:01:42 -06:00 |
Andrew Watkins
|
569c8a8218
|
Introduce data explorer ui reducer
|
2017-02-13 17:16:54 -06:00 |
Andrew Watkins
|
e4cc9fc45d
|
Remove cruft from localStorage
Default timeRange is now set by the timeRange reducer.
|
2017-02-13 16:46:37 -06:00 |
Andrew Watkins
|
f1f7bb3720
|
Use es6 flavorz in timeRange reducer
|
2017-02-13 16:37:41 -06:00 |
Andrew Watkins
|
d1252cf90b
|
Add spec for timeRange reducer
|
2017-02-13 15:29:17 -06:00 |
Andrew Watkins
|
07d6807dcf
|
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
|
2b6206a018
|
Fix kapacitor rules page checkbox JSX.
|
2017-02-10 16:09:12 -07:00 |
Hunter Trujillo
|
07a28ef9a3
|
Merge branch 'master' into http-tcp
# Conflicts:
# CHANGELOG.md
|
2017-02-10 16:03:30 -07:00 |
Hunter Trujillo
|
23f282a05b
|
Fix AlertaConfig?
|
2017-02-10 15:59:43 -07:00 |
Alex P
|
4bfa5afc4a
|
Polish empty states in DE query builder
|
2017-02-10 14:57:30 -08:00 |
Chris Goller
|
e4d9f22713
|
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
|
5274ed4077
|
fix non-scrolling behavior on DE editor lists
|
2017-02-10 14:42:24 -08:00 |
Chris Goller
|
321700a04e
|
Merge pull request #868 from influxdata/disable-alert
Change rule status
|
2017-02-10 16:41:28 -06:00 |
Alex P
|
20dc08c178
|
Make Checkbox centered
|
2017-02-10 14:35:58 -08:00 |
Alex P
|
7b054da3c0
|
Style checkboxes on kapacitor rules table
|
2017-02-10 14:32:22 -08:00 |
Hunter Trujillo
|
759bb6bdec
|
Merge branch 'master' into http-tcp
# Conflicts:
# CHANGELOG.md
|
2017-02-10 13:31:01 -07:00 |
Hunter Trujillo
|
5f1d697bc8
|
Refactor alert config input and label to a stateless component.
|
2017-02-10 13:28:39 -07:00 |
Andrew Watkins
|
989d53cef8
|
Optimistically update status state
|
2017-02-10 12:15:45 -08:00 |
Hunter Trujillo
|
6213fc7f7c
|
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
|
a0b1ef5521
|
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
|
1b7a056428
|
Change rule status
|
2017-02-10 13:42:42 -06:00 |
Andrew Watkins
|
95ddc585e7
|
Move constants into constants file
|
2017-02-10 09:04:18 -08:00 |
Andrew Watkins
|
3394dac97a
|
Adjust min heights builder and visualizations
|
2017-02-10 08:20:11 -08:00 |
Hunter Trujillo
|
83607f6dda
|
Add Alerta tick script input to configure kapacitor rule alert config.
|
2017-02-10 00:19:20 -07:00 |
Hunter Trujillo
|
b962c5b4c5
|
Add email support for kapacitor alert config.
|
2017-02-09 22:30:50 -07:00 |
Hunter Trujillo
|
54f66b43de
|
Add exec kapacitor rule alert support.
|
2017-02-09 22:25:00 -07:00 |
Hunter Trujillo
|
3e6dbd3281
|
Add UI support for HTTP and TCP kapacitor rule alert configs.
|
2017-02-09 21:54:00 -07:00 |
Hunter Trujillo
|
5ae8e8145d
|
Healing merge.
|
2017-02-09 18:21:22 -07:00 |
Hunter Trujillo
|
5a6c8f1c05
|
Merge branch 'master' into http-tcp
# Conflicts:
# ui/src/kapacitor/components/RuleMessage.js
|
2017-02-09 18:15:34 -07:00 |
Alex P
|
83666c4a2a
|
Fix height of InfluxQL editor
|
2017-02-09 15:23:09 -08:00 |
Alex P
|
ad4b2934d3
|
Fix Table view in DE graph
|
2017-02-09 15:20:39 -08:00 |