Commit Graph

9511 Commits (1eb88e7192045ef3bc65325fc854cb8b82798009)

Author SHA1 Message Date
Alex P d83e8fc0c1 Move variable names into own component 2018-05-07 16:43:50 -07:00
Alex P 98c55c2c5e Move function argument "preview" into component 2018-05-07 16:43:36 -07:00
Alex P c8eabefaba Ensure proper division scaling on small screens 2018-05-07 16:42:50 -07:00
Jared Scheib edf2cd679c Prevent disabled of DataSection UI in Kapacitor rule builder 2018-05-07 16:30:56 -07:00
ebb-tide f19fce6438 Perform expensive transformation for csv data at time of request 2018-05-07 16:23:10 -07:00
Brandon Farmer a89a3cfdb7 Prefer pushing to array over spread for speed
Co-authored-by: Deniz Kusefoglu <denizk@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-05-07 16:16:01 -07:00
Andrew Watkins 29f89f0463 Fix delete confirmation copy for Tags in kapacitor configs 2018-05-07 15:11:48 -07:00
Jared Scheib bcb3ce37c1 Pass cluster to Kafka config test 2018-05-07 15:07:31 -07:00
Jared Scheib 4c7c5e6344 Fix label for SSL CA field in Kafka config 2018-05-07 15:03:09 -07:00
Andrew Watkins 7e4a1c1743 Update excluded keys 2018-05-07 14:58:15 -07:00
Jared Scheib 79684f3a1c Merge pull request #3389 from influxdata/fix/generic_oauth_github
Fix Generic OAuth bug for GitHub Enterprise where the principal was incorrectly being checked for email being Primary and Verified
2018-05-07 13:32:05 -07:00
Jared Scheib 0989dd7fee Update changelog 2018-05-07 12:30:28 -07:00
Andrew Watkins 802d7e48a7 Merge pull request #3374 from influxdata/polish/ifql-builder
Polish/ifql builder
2018-05-07 11:51:55 -07:00
Jared Scheib 22bc3f867d Update changelog 2018-05-07 11:40:06 -07:00
Alex P 715e7410df Fix logic 2018-05-07 11:29:50 -07:00
Jared Scheib f1b9ee5c1b partial revert(43c5afe7) to fix GitHub Enterprise via Generic Oauth
The above commit was over-applied in #3168 to Generic Oauth in
addition to GitHub Oauth based on an assumption. It should only
have been applied to GitHub-specific OAuth. This over-application
introduced a bug where GitHub Enterprise did not work anymore.
2018-05-07 11:27:04 -07:00
Alex P 5f8564ffa2 Add threesizer division header with collapsible title 2018-05-07 11:26:57 -07:00
Andrew Watkins 6aa9501814 Remove unused props 2018-05-07 10:48:27 -07:00
Andrew Watkins 8ba19187e4 Update copy 2018-05-07 10:11:00 -07:00
Deniz Kusefoglu 97f53fae6f Merge pull request #3381 from influxdata/feature/groupby-data-to-csv
flatten groupby data for csv downloads in dashboard and data explorer
2018-05-07 10:09:32 -07:00
Andrew Watkins 92d77ee51d Merge branch 'polish/ifql-builder' of github.com:influxdata/chronograf into polish/ifql-builder 2018-05-07 10:06:07 -07:00
Andrew Watkins 2c6275275a Refine autocomplete to operate as user types 2018-05-07 10:04:56 -07:00
Alex P 478a68f524 Remove function icons, add "Collapse" icon
Also replace function icon with plus
2018-05-07 09:36:41 -07:00
Jared Scheib 407b4af418 Add kafka to SupportedConfig & Sections types 2018-05-04 19:34:50 -07:00
Jared Scheib 2f32567418 Add Kafka alert handler 2018-05-04 19:22:36 -07:00
Jared Scheib cfcba8279a Fix consuming source from context in FieldList 2018-05-04 19:21:53 -07:00
Jared Scheib 26f4e79766 Validate batch size to be a number on Kafka form submit 2018-05-04 19:17:43 -07:00
Jared Scheib acf083e5b6 Centralize Notification types & make usage consistent 2018-05-04 19:17:43 -07:00
Jared Scheib 1948d28276 Add Kafka config for kapacitor 2018-05-04 19:17:43 -07:00
Jared Scheib a410a1dfa0 Capture kapa error message regardless of number of colons 2018-05-04 19:17:43 -07:00
ebb-tide 50cb45857f Add a filename with db.rp.measurement... to csvs from data explorer 2018-05-04 17:27:26 -07:00
Jared Scheib cd850f5280 Merge pull request #3369 from influxdata/feature/opsgenie-v2
Add OpsGenie v2 support to UI
2018-05-04 17:00:35 -07:00
ebb-tide 4ab0a73491 Removed unused functions, rename files, and add tests 2018-05-04 16:50:34 -07:00
Jared Scheib 97df38faf4 Remove console.log 2018-05-04 16:46:07 -07:00
ebb-tide 2629a2638b Use Flatten groupbys when parsing data for csv download in data explorer 2018-05-04 16:32:28 -07:00
Alex P 9ead3ee1a9 Color builder arguments based on type 2018-05-04 16:04:00 -07:00
ebb-tide 87cd3fa9e3 Prevent data transformation if no csv download option 2018-05-04 15:55:05 -07:00
Brandon Farmer 181136ab1a Merge pull request #3379 from influxdata/fixes/missing-tag-values
TagKeyDropdown uses source provided by props instead of context
2018-05-04 15:45:08 -07:00
Brandon Farmer 84dac24c27 TagKeyDropdown uses source provided by props instead of context 2018-05-04 15:30:48 -07:00
Alex P 5b55cc4fa7 First pass at highlighting variable syntax 2018-05-04 15:26:45 -07:00
Alex P d4dea24876 Add "tree" structure design to IFQL schema explorer 2018-05-04 14:40:05 -07:00
ebb-tide dad56782f9 Bestow csv download ability on table graphs 2018-05-04 14:35:29 -07:00
ebb-tide a5fe99ab52 Flatten groupbys when parsing data for csv download in dashboard 2018-05-04 14:35:08 -07:00
Brandon Farmer 490969883d Merge pull request #3375 from influxdata/fixes/disabling-template-vars
Fixes boolean logic for template var dropdowns
2018-05-04 14:07:59 -07:00
Alex P a70d5811c9 Implement styles for IFQL schema explorer 2018-05-04 13:48:49 -07:00
Andrew Watkins 64ed74a872 Merge pull request #3377 from influxdata/bugfix/tickscript-warnings
Remove logging for expected failure states
2018-05-04 12:38:39 -07:00
Andrew Watkins 3a59f14aed Remove logging for expected failure states 2018-05-04 12:10:00 -07:00
Andrew Watkins 716f7e8b4d Simplify schema explorer 2018-05-04 11:32:29 -07:00
Alex P ccd060f179 Introduce stylesheet for IFQL schema explorer 2018-05-04 11:25:26 -07:00
Deniz Kusefoglu 44141e2b94 Merge pull request #3373 from influxdata/polish/untitled-graph
Polish/untitled graph
2018-05-04 10:56:34 -07:00