Commit Graph

12936 Commits (d37755c207f20524839cedd1da4f9a8d0db8d3ce)

Author SHA1 Message Date
Christopher Henn cd345cd05b Redirect to OAuth provider automatically
If a user needs to login and there is only one possible location to log
in, we will direct them automatically to that location rather than
rendering a page with a link to that location.
2019-07-09 15:02:44 -07:00
Christopher Henn 95201e9268 Add LOGIN_HINT OAuth config option 2019-07-09 15:02:44 -07:00
Andrew Watkins 2dadcaf8dc
fix: alert rule message text template parsing (#5228)
* feat: add go text template parsing endpoint

* chore: yarn.lock

* chore(routes): change text validation endpoint name

* feat: validate kapacitor rule templates

* test(alerts): remove redundant tests

* chore(routes): update validate endpoint name

* test(routes): add validate endpoint to tests

* test(server): add validation endpoints

* feat(alerts): change template validation to 204

* chore: update react et al
2019-07-09 12:31:56 -07:00
Christopher Henn fdd52446d5 Fix JWK signing key check 2019-07-09 11:06:26 -07:00
Andrew Watkins d016ee3774
feat(dashboards): add time zone toggle (#5224) 2019-07-03 15:03:01 -07:00
Deniz Kusefoglu c173f3f586
Bugfix/code mirror tickscript (#5225)
* Match only uppercase TRUE and FALSE as atoms

* Add AND and OR as operators

* Allow variables to begin with capital letters

* Add optional @ to recognize user defined function calls as variables

* Remove multiline comment state add multiline string states

* Add dbrp keyword

* Update changelog
2019-07-03 15:02:50 -07:00
Andrew Watkins 87081a9c7f
feat: add time zone selector to data explorer (#5222)
* feat(de): add time zone toggle

* chore: christmas time

* feat(ui/tables): add time zones to tables

* fix: prop declaration
2019-07-03 10:54:34 -07:00
Deniz Kusefoglu 407d20e5a5
Reapply Configure papaparse to distinguish inline vs delimiter commas (#5220) 2019-07-02 13:36:28 -07:00
Deniz Kusefoglu a800328601 Revert "Configure papaparse to distinguish inline vs delimiter commas"
This reverts commit 524bdda3ea.
2019-07-02 13:16:18 -07:00
Deniz Kusefoglu 524bdda3ea Configure papaparse to distinguish inline vs delimiter commas 2019-07-02 13:03:57 -07:00
Andrew Watkins cd9e792d16
feat(ui/statusPage): add toggle for utc and local time
* feat(appReducer): add time zone

* fix(timeZones): local storage

* chore: upgrade to react 16.8.6

* update react types

* feat(status): introduce TimeSelectorToggle component

* feat(ui/status): add time zone to alerts table

* feat(dygraphs): add time zone option

* fix: time typo
2019-07-02 09:05:17 -07:00
Deniz Kusefoglu 1c4aa2f37d
Fix scroll to row bug on table graphs (#5217)
* read sortedtimevals from updated props not state

* Update changelog

* Fix linter errors
2019-07-01 16:26:24 -07:00
Scott Anderson 6204265163 Update functions.ts (#5216) 2019-06-28 14:31:33 -07:00
Luke Morris 510ba50758 Update changelog 2019-06-21 11:10:23 -07:00
Luke Morris 89d8b4be2b Update changelog 2019-06-21 11:10:16 -07:00
Luke Morris 3783adc117 bump package.json 2019-06-21 08:38:52 -07:00
Luke Morris 4594aa1310 Update changelog 2019-06-21 08:38:47 -07:00
Luke Morris 8dcf15c7d7 bump package.json 2019-06-20 15:33:56 -07:00
Luke Morris 219bfa8179 Update changelog 2019-06-20 15:26:09 -07:00
Andrew Watkins 4e52a61cc9 chore: fix PagerDuty deprecation message (#5208) 2019-06-20 15:22:38 -07:00
Andrew Watkins e6c2494d7d
chore: fix PagerDuty deprecation message (#5208) 2019-06-17 13:57:07 -07:00
Delmer Reed 9ae283420f fix(server): timeout and fetch version concurrently
fixes an issue where version was not being fetched concurrently
and not timing out for each source.

Co-authored-by: Kelvin Wang <sherkrainwang@gmail.com>
2019-06-11 13:41:53 -07:00
Brandon Farmer 7f5b9fa73c Allow values for min to be negative
Closes #5168
2019-06-11 13:41:44 -07:00
Brandon Farmer a3f8a012af Update chronograf version to 1.7.11 2019-06-11 13:41:31 -07:00
Brandon Farmer 0b066943d0 Be more defensive where we split text from responses
Closes #5139
Closes #5155
2019-06-11 13:40:47 -07:00
Brandon Farmer 3748f7eb0f Properly handle time selection when zoomed in 2019-06-11 13:40:35 -07:00
Brandon Farmer 5579734b2f Add polyfill for workers
- Addresses issues when workers are running in IE11
2019-06-11 13:40:26 -07:00
Lorenzo Affetti 96ac8a8d50 fix(package): create chronograf user before install 2019-06-11 13:40:06 -07:00
kelwang ae50c473f2
Merge pull request #5198 from influxdata/fix/5197
fix(server): timeout and fetch version concurrently
2019-05-30 17:43:04 -04:00
Delmer Reed 100148c087 fix(server): timeout and fetch version concurrently
fixes an issue where version was not being fetched concurrently
and not timing out for each source.

Co-authored-by: Kelvin Wang <sherkrainwang@gmail.com>
2019-05-30 17:31:35 -04:00
Brandon Farmer d18a1aca36
Merge pull request #5187 from influxdata/negative-min
Allow values for min to be negative
2019-05-20 17:30:25 -07:00
Brandon Farmer f6ea901542 Allow values for min to be negative
Closes #5168
2019-05-20 17:14:40 -07:00
Brandon Farmer 14a82539b1
Merge pull request #5186 from influxdata/fix-version
Update chronograf version to 1.7.11
2019-05-20 15:13:29 -07:00
Brandon Farmer 71e6bd7382 Update chronograf version to 1.7.11 2019-05-20 14:31:04 -07:00
Brandon Farmer 0f71e05d53
Merge pull request #5185 from influxdata/splits
Be more defensive where we split text from responses
2019-05-20 10:51:50 -07:00
Brandon Farmer 4df76c444f Be more defensive where we split text from responses
Closes #5139
Closes #5155
2019-05-20 10:04:34 -07:00
Brandon Farmer 36c17f1952
Merge pull request #5184 from influxdata/zoom-out
Properly handle time selection when zoomed in
2019-05-17 08:49:11 -07:00
Brandon Farmer 9638ce39ec Properly handle time selection when zoomed in 2019-05-16 17:03:33 -07:00
Brandon Farmer d1790aa78e
Merge pull request #5183 from influxdata/worker-polyfill
Add polyfill for workers
2019-05-16 13:03:13 -07:00
Brandon Farmer b8e857ee5e Add polyfill for workers
- Addresses issues when workers are running in IE11
2019-05-16 12:49:25 -07:00
Lorenzo Affetti 70d600bb9f
Merge pull request #5171 from influxdata/fix/rpm-verify
fix(package): create chronograf user before install
2019-05-08 18:31:39 +02:00
Lorenzo Affetti 8f823908cf fix(package): create chronograf user before install 2019-05-02 10:40:06 +02:00
Brandon Farmer f9f0ad2884 Update changelog 2019-04-24 10:34:48 -07:00
Brandon Farmer cb03b89716
Merge pull request #5164 from influxdata/fix-change-log
Remove unreleased from changelog
2019-04-24 10:13:09 -07:00
Brandon Farmer c9fd56bcfa Remove unreleased from changelog 2019-04-24 10:09:21 -07:00
Brandon Farmer 6594b2f024 bump version 2019-04-24 09:57:59 -07:00
Brandon Farmer a04ee8c3ca
Merge pull request #5158 from influxdata/update-version
bump version
2019-04-24 09:57:03 -07:00
Brandon Farmer 86c6f3b41e Only add variables to script once 2019-04-24 09:52:34 -07:00
Brandon Farmer f91deb55a8
Merge pull request #5163 from influxdata/only-add-variables-once
Only add variables to script once
2019-04-23 17:16:00 -07:00
Brandon Farmer f356710ab2 Only add variables to script once 2019-04-23 17:13:42 -07:00