Commit Graph

6590 Commits (3bb4644aa981ccffa718f9f7dc9986712c16ae58)

Author SHA1 Message Date
Iris Scholten 8cade8458d Change updateKapacitorConfigSection function so that if a specific config is passed, it updates that specific config and not just the default 2018-05-15 14:57:22 -07:00
Iris Scholten 21a7c65d05 Update SlackConfig to disable nickname if its a new config 2018-05-15 14:57:22 -07:00
Iris Scholten e19efd1480 Update handleSubmit to only send workspace in properties if a new config 2018-05-15 14:57:22 -07:00
Iris Scholten 85428ab825 Fix unique id errors and update keys for slack configs 2018-05-15 14:57:22 -07:00
Iris Scholten e2c24f3dff Add ability to create new slack node 2018-05-15 14:57:22 -07:00
Iris Scholten 9665f420b1 Add ability to display multiple slack nodes in UI 2018-05-15 14:57:22 -07:00
Iris Scholten f79a45e2f1 Add nickname field to SlackConfig form 2018-05-15 14:57:22 -07:00
ebb-tide 29a2a800d6 Supply basepath to request that fetches kapacitor logs 2018-05-15 14:22:58 -07:00
Brandon Farmer 362a665d50 Merge pull request #3462 from influxdata/polish/kafka_goto_config
Add 'go to config' button to Kafka alert handler
2018-05-15 14:15:11 -07:00
Jared Scheib 2e0901afe0 Add 'go to config' button to Kafka alert handler 2018-05-15 13:56:24 -07:00
ebb-tide 1b6ec4aaa8 Remove comments that are breaking fetch 2018-05-15 13:43:41 -07:00
Brandon Farmer 5728d1dae2 Improve query for host page to populate dropdown
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-05-15 13:43:02 -07:00
Alex P 14225f67d9 Remove empty ruleset 2018-05-15 10:41:50 -07:00
Alex P 0a856863e4 Fix double legend css bug 2018-05-15 10:37:09 -07:00
Deniz Kusefoglu b287419825 Merge branch 'master' into bugfix/data-explorer-error 2018-05-15 10:12:06 -07:00
Alex P f025065ca2 Convert layout cell and related components to TypeScript 2018-05-15 09:58:19 -07:00
ebb-tide 5ef3600c69 Finish TS'ing constructResults function 2018-05-14 19:49:06 -07:00
ebb-tide 445bca767b Merge branch 'master' into bugfix/tickscript-logviewer 2018-05-14 17:36:16 -07:00
ebb-tide cc4b5bdfd1 Revert back to using fetch to get kapacitors log stream 2018-05-14 17:22:19 -07:00
Alex P 50ca7ece98 Convert LayoutCell to TypeScript 2018-05-14 17:20:34 -07:00
Jared Scheib f53965a384 Merge pull request #3450 from influxdata/fix/pagerdutyv2_servicekey
Change PagerDuty2 `service-key` to `routing-key`
2018-05-14 17:10:15 -07:00
Brandon Farmer 91ef511070 Wrap dashboard quick select with scrolling 2018-05-14 16:54:38 -07:00
Alex P 62e87ba2d9 Convert MenuTooltipButton to TypeScript 2018-05-14 16:52:55 -07:00
Jared Scheib 8f5ebbcbe1 Remove ternaries from PagerDuty2Handler for ease of debugging 2018-05-14 16:48:52 -07:00
Jared Scheib b15424fc21 Add stronger types to PagerDuty2Config 2018-05-14 16:42:40 -07:00
Alex P bce90535e7 Convert ThresholdsListTypeToggle to TypeScript 2018-05-14 16:40:24 -07:00
Alex P 5b6f806cef Clean up Notification component via getters 2018-05-14 16:27:25 -07:00
Alex P 7175d37b7e Convert Notifications components to TypeScript 2018-05-14 16:22:52 -07:00
Alex P 47f7d4b312 Consolidate Notification type definitions 2018-05-14 16:22:39 -07:00
Jared Scheib 5bee635c71 Update some missed var names to PagerDuty2 2018-05-14 16:10:54 -07:00
Jared Scheib 87d05659f3 Add PagerDuty2 components to support diff integration key field name 'routing-key' 2018-05-14 16:09:25 -07:00
Alex P 2e7ea1ac0c Convert QueryTabList to TypeScript 2018-05-14 16:04:27 -07:00
ebb-tide 4c326ce36b Transmit id as part of query payload to capture query status 2018-05-14 15:52:57 -07:00
Brandon Farmer 970ce7330c Fixes users disabling rules from tickscript table 2018-05-14 15:00:54 -07:00
Jared Scheib 4ca38fee6f Merge branch 'master' of github.com:influxdata/chronograf 2018-05-14 14:53:59 -07:00
Jared Scheib 166aeded39 Type dashboards/constants/index 2018-05-14 14:44:42 -07:00
ebb-tide c1a52f695b WIP typescripting 2018-05-14 14:15:49 -07:00
Brandon Farmer f2ee66a58f Fix typo in AlertsApp componentsDidMount 2018-05-14 13:12:29 -07:00
ebb-tide bed0f0c75e Merge master 2018-05-14 13:08:51 -07:00
Alex P a8832685e3 Do not require onStartEdit 2018-05-14 11:52:30 -07:00
Alex P 0b7c9b2a50 Merge branch 'master' into ts-party/moar-shared-components 2018-05-14 11:40:19 -07:00
Alex P 8f6675f287 Add return type to function
Yay css types
2018-05-14 11:30:12 -07:00
Alex P d40540a3ce Add return type to function 2018-05-14 11:27:46 -07:00
Alex P 2af4ae7429 Add return type to async function 2018-05-14 11:26:15 -07:00
Alex P 31eec75db2 Fix color type bug 2018-05-14 11:22:54 -07:00
Brandon Farmer 9452dff1a4 Add typescript wrapper for lodash get 2018-05-14 10:57:54 -07:00
Brandon Farmer 7a9fa74ed2 Merge pull request #3430 from influxdata/bf-typescript-conversions
Start converting utils to typescript
2018-05-14 10:00:31 -07:00
Brandon Farmer 9a16efbc69 Convert influxql.js to typescript 2018-05-14 09:36:59 -07:00
ebb-tide e64604080d Remove fast.js functions from tableGraph 2018-05-12 23:06:30 -07:00
Andrew Watkins 948d018028 Cleanup 2018-05-12 22:32:36 -07:00
Andrew Watkins c6d728d510 Cleanup 2018-05-12 22:30:31 -07:00
Andrew Watkins 86661f2676 Type editRawText 2018-05-12 22:23:17 -07:00
Andrew Watkins ad817161bd Cleanup 2018-05-12 22:21:49 -07:00
Andrew Watkins 9177618d5c Convert DataExplorer Table 2018-05-12 22:21:49 -07:00
Andrew Watkins 6f649af1e7 Remove the need for ResizableBox 2018-05-12 22:21:49 -07:00
Andrew Watkins f6ef657db9 Convert VisHeader to ts 2018-05-12 22:21:49 -07:00
Andrew Watkins e87ace31b7 Convert Visualization and VisView to typescript 2018-05-12 22:21:19 -07:00
Andrew Watkins 49cb7df9cf Convert write.js to TS 2018-05-12 22:21:19 -07:00
Andrew Watkins 9e48d2e993 Convert WriteDataFooter to ts 2018-05-12 22:21:19 -07:00
Andrew Watkins 4a19ecdb8b Move WriteData to ts 2018-05-12 22:21:19 -07:00
Andrew Watkins 0f194238db Convert WriteDataHeader 2018-05-12 22:21:19 -07:00
Andrew Watkins 796e0d136f Convert function selector 2018-05-12 22:21:19 -07:00
Andrew Watkins 1191b966a1 Convert QueryStatus to ts 2018-05-12 22:21:19 -07:00
Andrew Watkins eaa04a3193 Convert QueryEditor to ts 2018-05-12 22:21:19 -07:00
Andrew Watkins 365230342e Convert QueryEditor to ts 2018-05-12 22:21:19 -07:00
Andrew Watkins 578badef1f Convert MOAR to TS 2018-05-12 22:21:19 -07:00
Andrew Watkins 2b78be167a Convert data_explorer/actions/index to ts 2018-05-12 22:21:19 -07:00
Andrew Watkins 528cf2a67e Add back editRawText transition 2018-05-12 22:21:19 -07:00
Andrew Watkins 2e9689b170 Convert time range reducer 2018-05-12 22:21:19 -07:00
Andrew Watkins f204be2326 Type the data explorer reducer 2018-05-12 22:21:19 -07:00
Andrew Watkins 7114ac741f WIP typescripty 2018-05-12 22:21:19 -07:00
Andrew Watkins e91fd7c0fc Convert Header to ts 2018-05-12 22:21:19 -07:00
ebb-tide daefe39cd8 Improve TableGraph types 2018-05-12 21:09:08 -07:00
ebb-tide ebf1dc09dd Add types-reactvirtualized to deps 2018-05-12 20:13:16 -07:00
ebb-tide 498344d078 Remove unused table options component 2018-05-12 20:10:57 -07:00
Deniz Kusefoglu 7e0ef18b8e Merge pull request #3434 from influxdata/chore/Alerts-to-TS
Chore/alerts to ts
2018-05-12 15:34:57 -07:00
ebb-tide 83ea4ea10d Complete missing return types 2018-05-12 15:34:27 -07:00
Alex P 0b851e6c13 Remove JS file 2018-05-11 16:40:52 -07:00
Alex P 6d03496960 merge master into branch 2018-05-11 16:40:33 -07:00
ebb-tide 8ab7d1bc32 Convert Alerts/index to TS 2018-05-11 16:36:51 -07:00
ebb-tide 3b2c63acb1 Convert apis/index and queryUrlGenerator to TS 2018-05-11 16:34:43 -07:00
ebb-tide fd18ec2714 Convert tableSizing to TS 2018-05-11 16:02:16 -07:00
ebb-tide f1addd9191 Make AlertsApp TS compliant 2018-05-11 15:52:03 -07:00
Alex P f1e6320d92 Convert LineGraphColorSelector to TypeScript 2018-05-11 15:50:56 -07:00
Alex P 4fc92a3f21 Convert DatabaseDropdown to TypeScript 2018-05-11 15:50:44 -07:00
Alex P 5ebf5137db Convert ColorScaleDropdown to TypeScript 2018-05-11 15:50:31 -07:00
Alex P a28dfed8ff Convert ColorDropdown to TypeScript 2018-05-11 15:50:20 -07:00
ebb-tide 322cc48d01 Convert AlertsApp to TS 2018-05-11 15:30:05 -07:00
ebb-tide bfbc9b654f Split Search Bar into its own component and type-ify AlertsTable 2018-05-11 15:29:39 -07:00
Brandon Farmer 661b7a9f68 Convert formatting to typescript 2018-05-11 15:24:35 -07:00
Alex P f9e0371672 Fix color dropdown by adding maxHeight attribute 2018-05-11 15:15:33 -07:00
Alex P 58d3d24313 Convert component to TypeScript 2018-05-11 15:15:07 -07:00
Jared Scheib 592f529214 Consolidate DecimalPlaces type 2018-05-11 14:52:08 -07:00
Jared Scheib 64d6d30a2f Type dashboards/graphics/graph & move cell types to types/dashboard 2018-05-11 14:51:47 -07:00
Alex Paxton cd337f8e1b Merge pull request #3428 from influxdata/ts-party/shared-components
Convert a curated selection of shared components to TypeScript
2018-05-11 14:47:00 -07:00
ebb-tide 1bcff7c1db Convert AlertsTable to TS 2018-05-11 14:14:42 -07:00
ebb-tide 7f9beb140c WIP table typing 2018-05-11 14:05:44 -07:00
Jared Scheib d40c904bfc Type cellEditorOverlay actions & cellTypes 2018-05-11 13:46:51 -07:00
Alex P 8c20f318f9 Convert a curated selection of shared components to TypeScript 2018-05-11 12:53:59 -07:00
Jared Scheib 85e824b1e4 Convert test/dashboards/reducers/cellEditorOverlay.test.js to .ts 2018-05-11 12:15:00 -07:00
Alex P 43820a9105 Convert component TS 2018-05-11 12:09:12 -07:00
Jared Scheib 12e86c912a Convert dashboards/constants/colorOperations.js to .ts 2018-05-11 12:09:08 -07:00
Alex P 04e3c7eaa7 Convert component to TS 2018-05-11 12:09:05 -07:00
Jared Scheib 9778e21174 Convert dashboards/utils/cellGetters.js to .ts 2018-05-11 12:07:10 -07:00
Jared Scheib 92546c8bcc Convert dashboards/constants/index.js to .ts 2018-05-11 12:03:58 -07:00
Jared Scheib 62f07a8de8 Convert dashboards/constants/cellEditor.js to .ts 2018-05-11 12:01:47 -07:00
Jared Scheib 42423ed1e2 Convert dashboards/graphics/graph.js to .tsx 2018-05-11 11:55:52 -07:00
ebb-tide d21b6e7f71 Convert utils/groupByTimeSeriesTransform 2018-05-11 11:50:48 -07:00
Jared Scheib 1d7bda976a Convert cellEditorOverlay.js to cellEditorOverlay.ts 2018-05-11 11:30:55 -07:00
Jared Scheib ebce7346b2 Merge pull request #3386 from influxdata/feature/kapa_kafka_alert_node
Feature/kapa kafka alert node
2018-05-11 11:09:17 -07:00
Artem Zhurbila 043c179af2 show kapacitor batch point info in log panel 2018-05-11 14:36:09 +03:00
Andrew Watkins 1b6a001d57 Merge pull request #3421 from influxdata/ifql/filter
Ifql/filter
2018-05-10 22:19:52 -07:00
Andrew Watkins 1c8ccd8329 Fix unused arg 2018-05-10 16:51:53 -07:00
Andrew Watkins cc8f8282c9 Merge branch 'master' into ifql/filter 2018-05-10 16:40:05 -07:00
Brandon Farmer 138b08948b Fixes issue with saving tickscript name 2018-05-10 16:33:42 -07:00
ebb-tide 170e56e38a Add more types to tablegraph 2018-05-10 16:30:11 -07:00
Andrew Watkins 74f5730cbf Cleanup 2018-05-10 16:20:22 -07:00
Andrew Watkins 15458b5b49 Fix bug where CodeMirror doesn't rerender text when hidden 2018-05-10 15:39:36 -07:00
Andrew Watkins 60b09cc513 Render input for 'invalid' types 2018-05-10 15:39:36 -07:00
Alex Paxton 02a741bddf Merge pull request #3412 from odarriba/patch-1
Limit max-width to TICKScript editor
2018-05-10 14:01:20 -07:00
Alex P 8d512ffaf4 Style filter preview 2018-05-10 14:00:02 -07:00
Jared Scheib 3955ef8407 Fix 'kafka-topic' JSON key to be 'topic' 2018-05-10 13:48:07 -07:00
ebb-tide 7ec2f57b34 Make getter private 2018-05-10 13:46:33 -07:00
ebb-tide 81f945579f Convert GraphOptionsTimeAxis to an SFC 2018-05-10 13:37:12 -07:00
Andrew Watkins 24efe9058a Introduce text area for function editing 2018-05-10 13:32:25 -07:00
ebb-tide 2e917e8ef3 Move packages to dev dependencies 2018-05-10 12:11:10 -07:00
ebb-tide e97eb86619 Merge master 2018-05-10 11:51:01 -07:00
Iris Scholten 3e5329a3e4 Revert "WIP Test FieldList"
This reverts commit 56cf372207.
2018-05-10 11:41:05 -07:00
Jared Scheib 2895fddad6 Merge branch 'master' into feature/kapa_kafka_alert_node 2018-05-10 11:40:06 -07:00
ebb-tide 9d930c595f Place table options in dashboard types 2018-05-10 11:36:50 -07:00
Brandon Farmer 2e3642b4ed Merge pull request #3416 from influxdata/features/disable-alert-configs
Features/disable alert configs
2018-05-10 11:27:04 -07:00
Brandon Farmer 0204716709 Enhance messaging for disabled configuration
- Fixes Pagerduty save button
2018-05-10 10:59:56 -07:00
Andrew Watkins 1db9fe22c4 Fix up type errors 2018-05-10 10:48:36 -07:00
Brandon Farmer c4ecac7f74 Only enable test button when config is enabled 2018-05-10 09:35:39 -07:00
Óscar de Arriba 49a5f85e1e Limit max-width to TICKScript editor
Solves #3324
2018-05-10 16:46:05 +02:00
Brandon Farmer 6831c885cb Provides checkbox for disabling kapacitor services 2018-05-10 00:24:24 -07:00
Iris Scholten 56cf372207 WIP Test FieldList 2018-05-09 18:31:15 -07:00
Andrew Watkins 7c5b691aa6 WIP introduce filter builder 2018-05-09 17:27:59 -07:00
Andrew Watkins 0b22a6fb13 Include parens in tree FilterPreview 2018-05-09 17:27:59 -07:00
ebb-tide d94d4dcfed Remove unused multigridRef 2018-05-09 17:22:56 -07:00
Jared Scheib 677c9fc597 Add support for Kafka alert node 2018-05-09 16:32:06 -07:00
ebb-tide af74e053a1 Fix unknown bug in TableGraph.tsx 2018-05-09 16:12:52 -07:00
Brandon Farmer 027ea8e20f Fix consuming source from context in FieldList 2018-05-09 15:26:23 -07:00
ebb-tide 3bfdad5594 Fix TableGraph 2018-05-09 15:21:33 -07:00
ebb-tide 7e7b163b03 Convert ThresholdsList to TS 2018-05-09 14:47:18 -07:00
Jared Scheib 6d1c24677a Remove obsolete comments & TODOs 2018-05-09 14:03:30 -07:00
Jared Scheib fc87409adf Merge branch 'master' into feature/kapa_kafka_alert_node 2018-05-09 13:53:22 -07:00
ebb-tide ef924e3b88 Convert GraphOptionsTimeAxis to TS 2018-05-09 13:48:23 -07:00
ebb-tide 30164a1e9b Convert TableGraph to TS 2018-05-09 13:25:11 -07:00
Alex P 2783582189 Add initial styles for filter preview component 2018-05-09 13:02:36 -07:00
Brandon Farmer a8fa3aae68 Fix, clean up, and stronger-type CEO actions & reducer
Convert queryActions & queryTransitions to TS
Fix tests
2018-05-09 13:00:21 -07:00
Andrew Watkins 470d0ee256 WIP FilterPreview 2018-05-09 11:06:44 -07:00
Andrew Watkins acc84cccc4 Populate Filter funciton from ast 2018-05-09 11:06:44 -07:00
ebb-tide 83f3b41693 Get cloned cell name for notification from cloned cell generator function 2018-05-09 11:06:44 -07:00
ebb-tide 50b256cf7a Change clone cell notification to reflect cloned cell name 2018-05-09 11:06:44 -07:00
Alex P 5a3a90f5c2 Make linter chill out 2018-05-09 11:06:44 -07:00
Alex P 95e90b799d Placeholder add func button at bottom of list 2018-05-09 11:06:44 -07:00
ebb-tide 1301bbd075 Set default autorefresh interval to 0 2018-05-09 11:06:44 -07:00
Andrew Watkins 084f303d08 Add question mark 2018-05-09 11:06:44 -07:00
Andrew Watkins 5d7257494e Fix copy 2018-05-09 11:06:44 -07:00
Brandon Farmer e9f56cac08 Add more types to MultiGrid component 2018-05-09 11:06:44 -07:00
Brandon Farmer 6aec197129 Update fancyscrollbars to use new ref api 2018-05-09 11:06:44 -07:00
Brandon Farmer 9aba2e0377 Use custom multigrid component 2018-05-09 11:06:44 -07:00
Alex P b8959ae769 Move variable names into own component 2018-05-09 11:06:44 -07:00
Alex P 30561d64e8 Move function argument "preview" into component 2018-05-09 11:06:44 -07:00
Alex P dbd219d72b Ensure proper division scaling on small screens 2018-05-09 11:06:44 -07:00
ebb-tide 5b69635d75 Perform expensive transformation for csv data at time of request 2018-05-09 11:06:44 -07:00
Brandon Farmer 80396e86e4 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-09 11:06:44 -07:00
Andrew Watkins d291de25df Fix delete confirmation copy for Tags in kapacitor configs 2018-05-09 11:06:44 -07:00
ebb-tide 33155de4ef Get cloned cell name for notification from cloned cell generator function 2018-05-08 15:39:52 -07:00
Alex Paxton edb5c74219 Merge pull request #3395 from influxdata/polish/ifql-function-summary
Organize IFQL argument summaries and variable tooltips
2018-05-08 15:05:45 -07:00
ebb-tide d569d32c5a Change clone cell notification to reflect cloned cell name 2018-05-08 14:34:21 -07:00
Alex P f0b7ed006d Make linter chill out 2018-05-08 14:22:35 -07:00
Jared Scheib 00b688140f WIP Convert DataSection to TypeScript 2018-05-08 13:40:41 -07:00
Alex P 0c0c4b64e5 Placeholder add func button at bottom of list 2018-05-08 11:56:20 -07:00
ebb-tide ef59d56b89 Set default autorefresh interval to 0 2018-05-08 11:53:38 -07:00
Andrew Watkins 5ae612dd85 Add question mark 2018-05-08 11:25:36 -07:00
Andrew Watkins e3cfe8952e Flatten binary expressions into ordered list 2018-05-08 11:18:28 -07:00
Andrew Watkins 317a7cbf59 Fix copy 2018-05-08 10:08:02 -07:00
Andrew Watkins ea513f15ea WIP introduce in order traversal 2018-05-08 09:57:35 -07:00
Andrew Watkins 36235d1506 Merge pull request #3393 from influxdata/bugfix/tag-items-copy
Fix delete confirmation copy for Tags in kapacitor configs
2018-05-07 22:50:37 -07:00
Brandon Farmer f4830576d5 Merge pull request #3378 from influxdata/migrate-to-simple-multi-grid
Use custom multigrid component
2018-05-07 17:47:39 -07:00
Brandon Farmer 054602e5bb Merge pull request #3396 from influxdata/fixes/group-by-time
Prefer pushing to array over spread for speed
2018-05-07 17:39:17 -07:00
Brandon Farmer 3cc66e1a0d Add more types to MultiGrid component 2018-05-07 17:30:30 -07:00
Brandon Farmer 14e1b26b61 Update fancyscrollbars to use new ref api 2018-05-07 17:30:30 -07:00
Brandon Farmer 2ade558932 Use custom multigrid component 2018-05-07 17:30:30 -07:00
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
Andrew Watkins 802d7e48a7 Merge pull request #3374 from influxdata/polish/ifql-builder
Polish/ifql builder
2018-05-07 11:51:55 -07:00
Alex P 715e7410df Fix logic 2018-05-07 11:29:50 -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 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
Brandon Farmer 53052dd7b9 Fixes boolean logic for template var dropdowns 2018-05-04 10:54:08 -07:00
Andrew Watkins 7128a6f0f2 Fix css 2018-05-04 10:49:28 -07:00
Andrew Watkins b5eff08f8d Add back old resizer to data explorer 2018-05-04 10:26:39 -07:00
Andrew Watkins e40383ad2a Revert back to old resizer for CEO 2018-05-04 10:10:42 -07:00
Andrew Watkins 2f8d04e61a Return DataExplorer to original status 2018-05-04 10:10:16 -07:00
Andrew Watkins 81fa610cd0 Add moar styles
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-05-04 10:10:16 -07:00
Andrew Watkins 3caceee8a4 Add ability to specify handle pixel girth 2018-05-04 10:10:16 -07:00
Andrew Watkins c4c5090380 Add ability to not display a handle 2018-05-04 10:10:16 -07:00
Andrew Watkins b978288ab5 Remove unused import 2018-05-04 10:10:16 -07:00
Andrew Watkins 2e2563f812 Cleanup 2018-05-04 10:10:16 -07:00
Alex P ca997ee960 Implement Threesizer in DE 2018-05-04 10:10:16 -07:00
Andrew Watkins 938adc39ba Put stopDrag on document 2018-05-04 10:10:16 -07:00
Andrew Watkins 30eab8ccfb Refine horizontal dragging logic 2018-05-04 10:10:16 -07:00
Andrew Watkins 019e5e643a One threesizer to rule them all 2018-05-04 10:10:16 -07:00
Andrew Watkins 162b26807d Style vertical position 2018-05-04 10:09:12 -07:00
Alex P 586bab6901 Add dummy visualizer 2018-05-04 10:09:12 -07:00
Alex P 84fba91b10 Organize time machine styles 2018-05-04 10:09:12 -07:00
Andrew Watkins 5ce2cd9623 Calc offset based on number of handles 2018-05-04 10:09:12 -07:00
Andrew Watkins b376f755b1 Narrow transition animation scope to height and width 2018-05-04 10:09:12 -07:00
Andrew Watkins 6bd58d41a6 Fix title 2018-05-04 10:09:12 -07:00