Commit Graph

6910 Commits (343f41747445f6dbe8d69ae6c3781ec3b05c7b7d)

Author SHA1 Message Date
Iris Scholten 343f417474 WIP fully connect redux to provider react componenets 2018-01-30 15:26:08 -08:00
Iris Scholten 04144c8192 WIP delete mapping in redux 2018-01-30 11:27:30 -08:00
Iris Scholten 50d7da02b0 WIP add new mappings in redux 2018-01-30 11:09:26 -08:00
Iris Scholten 5d9062e82f WIP load mappings fixture into redux 2018-01-29 17:40:02 -08:00
Luke Morris 177b56c4d2 WIP Create New Mapping in ProviderTable 2018-01-26 17:07:29 -08:00
Jared Scheib b31190975c Add mdash Public table cell to OrganizationsTableRowNew
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2018-01-11 18:37:55 -08:00
Alex Paxton 2a4952cdbb Fix style of centered mdash when creating new organization
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2018-01-11 18:35:00 -08:00
Jared Scheib 06f7a91bff Fix style for button width on current organization
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2018-01-11 18:29:15 -08:00
Jared Scheib 9a52d55aea Fix subtle font clipping in Admin Chronograf table headers
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2018-01-11 18:23:52 -08:00
Jared Scheib 34fd8970ac Refactor & simplify InputClickToEdit to use declarative state
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2018-01-11 18:23:24 -08:00
Alex P b44c95bb03 Rename components to match existing naming pattern 2018-01-11 17:53:18 -08:00
Alex P 21cbd433c7 Refactor organizations table to use fancy-table styles and InputClickToEdit 2018-01-11 17:53:18 -08:00
Alex P f402faa936 Cleanup redundant styles 2018-01-11 17:36:51 -08:00
Alex P 09e772d8f0 Introduce common set of styles for non-table tables 2018-01-11 17:36:51 -08:00
Alex P d40f086f4a Update providers page to fit into admin tabs UI 2018-01-11 17:36:51 -08:00
Alex P d39c71d9cb Create page for managing mappings between providers and chronograf organizations 2018-01-11 17:34:10 -08:00
Alex P 0819d6f8e2 Introduce InputClickToEdit component
Now is a decent time to make this pattern a component for easier re-use
and consistency
2018-01-11 17:33:05 -08:00
Michael Desa 6b11afe433 Apply mapping to user in /me 2018-01-11 16:10:27 -05:00
Michael Desa a61eb73a19 Add logic mapping applying a mapping 2018-01-11 12:36:13 -05:00
Michael Desa b3f917e56c Use github group login for mapping 2018-01-10 16:38:55 -05:00
Michael Desa 732810fe64 Fix mappings on me response 2018-01-10 16:34:04 -05:00
Michael Desa b5a0080546 Add group to oauth2.Principal 2018-01-10 15:56:13 -05:00
Michael Desa be3b76629a Add mappings to organizations
Add links to organization response on me
2018-01-10 15:56:13 -05:00
Deniz Kusefoglu 1080e9b730 Merge pull request #2409 from influxdata/multiple-event-handlers
Multiple event handlers
2018-01-10 12:32:22 -08: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
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