Commit Graph

6951 Commits (93f96a72f330c0c86d9ee5afbd399c123764736e)

Author SHA1 Message Date
deniz kusefoglu b421207766 Fix slack config save and test button behaviors 2018-01-11 14:45:24 -08:00
Alex P 9848d49d91 Enforce add new / configure paradigm for influxdb and kapacitor connections 2018-01-11 14:00:17 -08:00
Alex P 0dbbf1d441 Update influxdb connection alert text 2018-01-11 13:59:47 -08:00
deniz kusefoglu 24a182874a Disable test alert button if endpoint is disabled at construction 2018-01-11 13:40:09 -08:00
deniz kusefoglu 60d2ff014f Style Save and Test buttons, Enable test button on save, Disable on edit 2018-01-11 13:29:58 -08:00
Alex P fbfe565b44 Change 'Source' to 'Connection' in configuration pages 2018-01-11 11:58:02 -08:00
deniz kusefoglu 2c32772387 Use async-await syntax to call test-config 2018-01-10 17:46:57 -08:00
deniz kusefoglu 39757d86d3 WIP add test buttons to alert handler config sections 2018-01-10 15:34:18 -08:00
Andrew Watkins 743105b22f Merge pull request #2687 from influxdata/bugfix/legend-no-value
Remove no-value from list
2018-01-10 13:46:13 -08:00
Deniz Kusefoglu 1080e9b730 Merge pull request #2409 from influxdata/multiple-event-handlers
Multiple event handlers
2018-01-10 12:32:22 -08:00
Michael Desa 0e1540b962 Add resources dir to build.py
PR [#2690](https://github.com/influxdata/chronograf/pull/2690)
introduced a --resources-path flag, but forgot to update the build.py
to properly account for the distributions.
2018-01-10 12:40:47 -05:00
Nathan Haugo 3b06ac800a Merge pull request #2690 from influxdata/feature/multidirectory-filestore
Allow for different canned resource paths
2018-01-09 14:36:06 -08:00
Michael Desa 1a78819462 Allow for different canned resource paths
Previously, users had to place all canned resources (layouts,
dashboards, sources, kapacitors, and organizations) in a single
directory. This work introduces a way to specify two directories.
One for application layouts and one for the other resources.

Users may still place all resources in a single directory if they'd
like.
2018-01-09 17:34:36 -05:00
Chris Goller 2733289330 Merge pull request #2689 from influxdata/fix/kapacitor-proxy-insecure-cert
Add support for insecure (self-signed) certificates for kapacitor proxy and influxdb write
2018-01-09 14:59:44 -06:00
Chris Goller b8348371e7 Update CHANGELOG.md mentioning allowing self-signed certs for kapa and influx 2018-01-09 11:16:26 -06:00
Chris Goller 89633f2f18 Update influxdb write proxy to allow self-signed certificates 2018-01-09 11:09:13 -06:00
Chris Goller f6bd84584a Update kapacitor proxy to allow self-signed certificates 2018-01-09 11:05:47 -06:00
Andrew Watkins dabc5f3771 Update CHANGELOG 2018-01-08 17:04:30 -08:00
Andrew Watkins 18571bdbd5 Remove no-value from list 2018-01-08 17:00:57 -08:00
Chris Goller b83b1f3e3b Update CHANGELOG.md to mention fixing sensu tickscript ids 2018-01-08 17:57:11 -06:00
Chris Goller e316a9d2be Update TICKscripts to not have .Group templates when no group by 2018-01-08 17:44:01 -06:00
Michael Desa 2a1fb8e344 Add second test case to TestPipelienJSONDeadman
Previously, we had a test that was failing due to a misordering in the
output text. Both versions are acceptable.
2018-01-08 14:08:08 -05:00
deniz kusefoglu c9632185c5 Adjust dropdown height 2018-01-05 15:11:13 -08:00
deniz kusefoglu 6fa1ef69fb Fix NameSection ruleID reference 2018-01-05 14:53:24 -08:00
deniz kusefoglu ce4a586ffd Remove promises 2018-01-05 11:25:40 -08:00
Hunter Trujillo 177d81b21e Hotfix synchronization. Small quick fix. Reviewed by Watts while pairing. 2018-01-05 12:15:35 -07:00
Andrew Watkins 4330d43c7a Merge pull request #2664 from influxdata/bugfix/custom-time-overlap
Fix positioning of CustomTimeIndicator
2018-01-05 11:05:29 -08:00
Andrew Watkins 4bd9572761 Fix style name 2018-01-04 18:21:04 -08:00
deniz kusefoglu b45c88eae8 Merge branch 'master' into multiple-event-handlers 2018-01-04 18:14:06 -08:00
deniz kusefoglu 83e09b8637 Add a separator to the dropdown 2018-01-04 17:48:21 -08:00
deniz kusefoglu 35cdd6969f Change copy on buttons that take users to config section 2018-01-04 16:09:57 -08:00
deniz kusefoglu 510882bb7f Correct default rule id name 2018-01-04 15:47:32 -08:00
Andrew Watkins af4e525aaf Merge pull request #2672 from influxdata/feature/env
ENV variable TELEGRAF_SYSTEM_INTERVAL
2018-01-04 12:37:31 -08:00
deniz kusefoglu 6d62350400 Revert "WIP add test buttons to alert handler config sections"
This reverts commit dce542c74f.
2018-01-03 15:53:20 -08:00
Andrew Watkins f92148a323 Make the time proportional to the group by interval 2018-01-03 15:23:18 -08:00
Andrew Watkins d01f3ea09e Refactor multiple promises to use async await 2018-01-03 14:53:34 -08:00
Andrew Watkins 340f26cf1e Add environment variables and links to chronograf 2018-01-03 13:13:56 -08:00
Michael Desa b41816c5cd Add /chronograf/v1/env endpoint to expose env vars
Some environment variables are needed by the front end. This PR
introduces a route so that those environment variables can be exposed.
Additionally, a new environment variable TELEGRAF_SYSTEM_INTERVAL was
added. This env var controls the rate at which the host list page will
update its red/green status.
2018-01-03 11:52:40 -08:00
Andrew Watkins 8ea050e0bf WIP handle telegrafSystemInterval env 2018-01-03 11:50:34 -08:00
Andrew Watkins b63e0496b5 Update CHANGELOG 2018-01-02 17:40:51 -08:00
deniz kusefoglu dce542c74f WIP add test buttons to alert handler config sections 2018-01-02 17:33:11 -08:00
Andrew Watkins 924960bbcc Fix positioning of CustomTimeIndicator 2018-01-02 16:35:26 -08:00
deniz kusefoglu fc4d590d52 Display backend errors on alert save 2018-01-02 16:00:06 -08:00
deniz kusefoglu b7aae4fabc Fix inputfield id bug 2018-01-02 12:32:45 -08:00
deniz kusefoglu 3aeeae1bb8 Sort handlers dropdown so that enabled ones are at top 2018-01-02 11:21:13 -08:00
deniz kusefoglu 1bea21f274 Fix dropdown sizing 2018-01-02 11:19:30 -08:00
deniz kusefoglu b1f16adc7b Improve copy around un-configured handlers 2018-01-02 11:19:08 -08:00
Nathan Haugo 711cb48d14 Update package.json 2017-12-22 13:09:03 -08:00
Nathan Haugo 93d8b10870 Bumpversion to 1.4.0.0 2017-12-22 12:59:04 -08:00
Nathan Haugo 23e20f67ba Changelog cleanup for 1.4.0.0 2017-12-22 12:57:04 -08:00