Commit Graph

6421 Commits (f23ebff47e9a00d8e73ce0a6a2cc87712c8ab5a7)

Author SHA1 Message Date
ebb-tide 4ae2b0c2eb Change clone cell notification to reflect cloned cell name 2018-05-08 14:34:21 -07:00
Alex P 4d13516c73 Make linter chill out 2018-05-08 14:22:35 -07:00
Jared Scheib 958bdadc9b WIP Convert DataSection to TypeScript 2018-05-08 13:40:41 -07:00
Alex P fbff0e5e12 Placeholder add func button at bottom of list 2018-05-08 11:56:20 -07:00
ebb-tide ab4df274dd Set default autorefresh interval to 0 2018-05-08 11:53:38 -07:00
Andrew Watkins 7c05c621bf
Add question mark 2018-05-08 11:25:36 -07:00
Andrew Watkins a944364967 Flatten binary expressions into ordered list 2018-05-08 11:18:28 -07:00
Andrew Watkins 9dff3324a9 Fix copy 2018-05-08 10:08:02 -07:00
Andrew Watkins b318452741 WIP introduce in order traversal 2018-05-08 09:57:35 -07:00
Andrew Watkins 871654a5be
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 fb1fa614b5
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 a6d1d984f7
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 acbf6e30f9 Add more types to MultiGrid component 2018-05-07 17:30:30 -07:00
Brandon Farmer abebe53bed Update fancyscrollbars to use new ref api 2018-05-07 17:30:30 -07:00
Brandon Farmer 87c25ab4f7 Use custom multigrid component 2018-05-07 17:30:30 -07:00
Alex P dd0c801105 Move variable names into own component 2018-05-07 16:43:50 -07:00
Alex P 7910c1f658 Move function argument "preview" into component 2018-05-07 16:43:36 -07:00
Alex P c66d289e10 Ensure proper division scaling on small screens 2018-05-07 16:42:50 -07:00
Jared Scheib 716d49fc50 Prevent disabled of DataSection UI in Kapacitor rule builder 2018-05-07 16:30:56 -07:00
ebb-tide e8fa0130a4 Perform expensive transformation for csv data at time of request 2018-05-07 16:23:10 -07:00
Brandon Farmer 8fda6ab300 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 24befd09e4 Fix delete confirmation copy for Tags in kapacitor configs 2018-05-07 15:11:48 -07:00
Jared Scheib a984e4bb05 Pass cluster to Kafka config test 2018-05-07 15:07:31 -07:00
Jared Scheib dbbbea8b29 Fix label for SSL CA field in Kafka config 2018-05-07 15:03:09 -07:00
Andrew Watkins 45eb370633 Update excluded keys 2018-05-07 14:58:15 -07:00
Andrew Watkins ae037fdb7c
Merge pull request #3374 from influxdata/polish/ifql-builder
Polish/ifql builder
2018-05-07 11:51:55 -07:00
Alex P f3f5b69dc1 Fix logic 2018-05-07 11:29:50 -07:00
Alex P c6d2a3baaa Add threesizer division header with collapsible title 2018-05-07 11:26:57 -07:00
Andrew Watkins fcb9c75cd6
Remove unused props 2018-05-07 10:48:27 -07:00
Andrew Watkins 8aaffaca9f
Update copy 2018-05-07 10:11:00 -07:00
Deniz Kusefoglu 68c7765aa0
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 63f0857e81 Merge branch 'polish/ifql-builder' of github.com:influxdata/chronograf into polish/ifql-builder 2018-05-07 10:06:07 -07:00
Andrew Watkins 1ccd4e1af8 Refine autocomplete to operate as user types 2018-05-07 10:04:56 -07:00
Alex P a722e6bf44 Remove function icons, add "Collapse" icon
Also replace function icon with plus
2018-05-07 09:36:41 -07:00
Jared Scheib ac1f3d012f Add kafka to SupportedConfig & Sections types 2018-05-04 19:34:50 -07:00
Jared Scheib 58a96b80c1 Add Kafka alert handler 2018-05-04 19:22:36 -07:00
Jared Scheib 98f8f1154b Fix consuming source from context in FieldList 2018-05-04 19:21:53 -07:00
Jared Scheib e6bef3e525 Validate batch size to be a number on Kafka form submit 2018-05-04 19:17:43 -07:00
Jared Scheib e3945ad0fa Centralize Notification types & make usage consistent 2018-05-04 19:17:43 -07:00
Jared Scheib 73cf1d338a Add Kafka config for kapacitor 2018-05-04 19:17:43 -07:00
Jared Scheib aee87884b2 Capture kapa error message regardless of number of colons 2018-05-04 19:17:43 -07:00
ebb-tide 313f3a8aeb Add a filename with db.rp.measurement... to csvs from data explorer 2018-05-04 17:27:26 -07:00
Jared Scheib 1bdc81f0e4
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 1feb86dfa9 Removed unused functions, rename files, and add tests 2018-05-04 16:50:34 -07:00
Jared Scheib 23ce9c83e9
Remove console.log 2018-05-04 16:46:07 -07:00
ebb-tide 50cf43bafb Use Flatten groupbys when parsing data for csv download in data explorer 2018-05-04 16:32:28 -07:00
Alex P 3d401de92c Color builder arguments based on type 2018-05-04 16:04:00 -07:00
ebb-tide 1f03956fc1 Prevent data transformation if no csv download option 2018-05-04 15:55:05 -07:00
Brandon Farmer 71a004574e TagKeyDropdown uses source provided by props instead of context 2018-05-04 15:30:48 -07:00
Alex P fb96c39e01 First pass at highlighting variable syntax 2018-05-04 15:26:45 -07:00
Alex P 1173339256 Add "tree" structure design to IFQL schema explorer 2018-05-04 14:40:05 -07:00
ebb-tide 980b8e6c3e Bestow csv download ability on table graphs 2018-05-04 14:35:29 -07:00
ebb-tide ca9e4b797b Flatten groupbys when parsing data for csv download in dashboard 2018-05-04 14:35:08 -07:00
Brandon Farmer 9accc70d55
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 ec7581e9fd Implement styles for IFQL schema explorer 2018-05-04 13:48:49 -07:00
Andrew Watkins c339b850d0
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 8dc3e63af4 Remove logging for expected failure states 2018-05-04 12:10:00 -07:00
Andrew Watkins 5272c910d2 Simplify schema explorer 2018-05-04 11:32:29 -07:00
Alex P d7cf729ae5 Introduce stylesheet for IFQL schema explorer 2018-05-04 11:25:26 -07:00
Brandon Farmer f11799dfb0 Fixes boolean logic for template var dropdowns 2018-05-04 10:54:08 -07:00
Andrew Watkins cf2d027ddd Fix css 2018-05-04 10:49:28 -07:00
Andrew Watkins ee5f1196ea Add back old resizer to data explorer 2018-05-04 10:26:39 -07:00
Andrew Watkins c8cebf0051 Revert back to old resizer for CEO 2018-05-04 10:10:42 -07:00
Andrew Watkins 22a621185e Return DataExplorer to original status 2018-05-04 10:10:16 -07:00
Andrew Watkins 66d55ce3d6 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 6420ed3ee6 Add ability to specify handle pixel girth 2018-05-04 10:10:16 -07:00
Andrew Watkins 0d783b9a51 Add ability to not display a handle 2018-05-04 10:10:16 -07:00
Andrew Watkins 1b0bc5226f Remove unused import 2018-05-04 10:10:16 -07:00
Andrew Watkins bb7b29725a Cleanup 2018-05-04 10:10:16 -07:00
Alex P 9408057b7b Implement Threesizer in DE 2018-05-04 10:10:16 -07:00
Andrew Watkins 33ecb58e74 Put stopDrag on document 2018-05-04 10:10:16 -07:00
Andrew Watkins c5bc6ca134 Refine horizontal dragging logic 2018-05-04 10:10:16 -07:00
Andrew Watkins 8ceb3a77f4 One threesizer to rule them all 2018-05-04 10:10:16 -07:00
Andrew Watkins fc04094442 Style vertical position 2018-05-04 10:09:12 -07:00
Alex P 63248f497a Add dummy visualizer 2018-05-04 10:09:12 -07:00
Alex P 8c77609147 Organize time machine styles 2018-05-04 10:09:12 -07:00
Andrew Watkins 07cf2b4683 Calc offset based on number of handles 2018-05-04 10:09:12 -07:00
Andrew Watkins 4e5cdf7642 Narrow transition animation scope to height and width 2018-05-04 10:09:12 -07:00
Andrew Watkins 93edd7dd97 Fix title 2018-05-04 10:09:12 -07:00
Andrew Watkins 897070e41c Add transitions for doubleclick to resize 2018-05-04 10:09:12 -07:00
Andrew Watkins ea553c3c79 Introduce double click to resize 2018-05-04 10:09:12 -07:00
Alex P 52651f9217 Add "Fn" icon 2018-05-04 10:09:12 -07:00
Andrew Watkins ae862fe6d8 Introduce dummy schema explorer 2018-05-04 10:09:12 -07:00
Andrew Watkins d49aeb71eb Introduce MeasurementList to schema explorer 2018-05-04 10:09:12 -07:00
Alex P eaf0ff903c Improve micro copy 2018-05-04 10:09:12 -07:00
Alex P 2b80f993f7 Add "function" icon and use in add func button
Also adding Okta icon
2018-05-04 10:09:12 -07:00
Alex P 5195a9c048 Use fragment 2018-05-04 10:09:12 -07:00
Alex P c4731dfbc4 Make IFQL builder stack horizontally 2018-05-04 10:09:12 -07:00
Andrew Watkins 5d2089e658 Add 1.0 schema explorer to IFQL Builder 2018-05-04 10:09:12 -07:00
Andrew Watkins 498dde504d Add logic to expand all on double click 2018-05-04 10:09:12 -07:00
Alex P 0f4250a036 Style threesizer dragging state 2018-05-04 10:09:12 -07:00
Andrew Watkins b1864a258e Add builder to right side of ifql page 2018-05-04 10:09:12 -07:00
Andrew Watkins 08d1d3a852 Add dbclick to full size 2018-05-04 10:09:12 -07:00
Alex P d7e2921415 Undo resizer z-index hack
Will find a better solution for this later
2018-05-04 10:09:12 -07:00
Alex P a1c5f82128 WIP style IFQL builder 2018-05-04 10:09:12 -07:00
Andrew Watkins 89bc6d5b3e Fix resize up 2018-05-04 10:09:12 -07:00
Andrew Watkins e2add18d61 Stop resizing when there is no active handle 2018-05-04 10:09:12 -07:00
Andrew Watkins 9c47e759df Make the threesizer great again 2018-05-04 10:09:12 -07:00
Andrew Watkins 5f1c04e9ed Remove a lot from divisor 2018-05-04 10:09:12 -07:00
Alex P 36956dafd3 Contain three sizer contents 2018-05-04 10:09:12 -07:00
Alex P f6b2034cce First pass at Threesizer styles 2018-05-04 10:09:12 -07:00
Andrew Watkins b2bf9abc3b Reintroduce divisions for Threesizer 2018-05-04 10:09:12 -07:00
Alex P 047953572f Rebuild resizer component 2018-05-04 10:09:12 -07:00
Alex P 0311f299af WIP Split resizer into 2 part "Resizer" and the "Threesizer" 2018-05-04 10:08:30 -07:00
Alex P 4f0988cc21 Reduce jitter and enforce size in state 2018-05-04 10:08:30 -07:00
Alex P d1b0d45351 Make drag up work again 2018-05-04 10:08:30 -07:00
Alex P fe68a96fab Contain contents of each division 2018-05-04 10:08:29 -07:00
Andrew Watkins 2befc7b98a Fix component not rendering 2018-05-04 10:08:29 -07:00
Alex P 247a26ff60 Enforce min & max sizes using CSS 2018-05-04 10:08:29 -07:00
Alex P e987b721d5 WIP enforce min sizes of divisions 2018-05-04 10:08:29 -07:00
Alex P 4374971fc0 WIP enforce division minimum sizes
Co-authored by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored by: Alex Paxton <thealexpaxton@gmail.com>
2018-05-04 10:08:29 -07:00
Alex P d2009c8f63 Implement basic dragging
Minimum sizes are not enforced yet but it is a big step in that
direction
2018-05-04 10:08:29 -07:00
Alex P 0df38462bf Remove concept of offset in resizer 2018-05-04 10:08:29 -07:00
Alex P 34ec45cac6 Handle specific drag 2018-05-04 10:08:29 -07:00
Alex P 6f8f944a68 Add some styles and logic for rendering division "names" 2018-05-04 10:08:29 -07:00
Alex P cdcd435804 WIP Redesign & Refactor Resizer 2018-05-04 10:08:29 -07:00
Alex P e1d5ebcece Use cheap eval instead of regular source map 2018-05-04 10:08:29 -07:00
Alex P f2809ab84e WIP Style Time Machine 2018-05-04 10:08:29 -07:00
Alex P 931a6ce705 Use render props in Resizer and implement in Data Explorer and Time Machine 2018-05-04 10:08:29 -07:00
Alex P 6e2663491a Use getter for percentage heights 2018-05-04 10:08:29 -07:00
Alex P 8f0ce86a71 Convert ResizeContainer to TypeScript 2018-05-04 10:08:29 -07:00
ebb-tide d60d34ab64 Change untitled cell to untitled graph 2018-05-04 09:18:44 -07:00
ebb-tide 72e6997e52 Remove commented code 2018-05-04 09:13:21 -07:00
Iris Scholten fa15c5281a Convert AlertTabs to typescript 2018-05-03 17:40:46 -07:00
ebb-tide b025f4f226 Remove untitled cell names other than "Untitled graph" 2018-05-03 16:41:37 -07:00
Deniz Kusefoglu 638f291bc2
Merge pull request #3362 from influxdata/table/polish
Table/polish
2018-05-03 16:23:25 -07:00
Iris Scholten 195ef7b5fa Update RedactedInput and AlertConfigs to redact necesary fields afterwhen submitting form 2018-05-03 16:15:39 -07:00
Deniz Kusefoglu dbaeca7695
Merge pull request #3366 from influxdata/bugfix/setFieldOptions-at-mount
Set redux field options at table mount
2018-05-03 15:53:08 -07:00
ebb-tide 2854a12c13 Add ability to select text on table cells 2018-05-03 15:51:53 -07:00
ebb-tide 723375cc4b Set redux field options at table mount 2018-05-03 15:31:26 -07:00
ebb-tide e7811de3ec Rerender dygraph after ref is set to render crosshairs 2018-05-03 14:45:21 -07:00
ebb-tide cea1de6e58 Add isTimeVIsible to state and don't set hovertime or respond to set hovertime if false. 2018-05-03 14:12:49 -07:00
Iris Scholten e1093f4c71 Add constants and types for OpsGenie v2 2018-05-03 13:58:11 -07:00
Iris Scholten 8aee5a27fb Add handler for OpsGenie2 2018-05-03 13:57:40 -07:00
ebb-tide 2beb00929d prettier adjustments 2018-05-03 11:01:07 -07:00
ebb-tide a77f752c3c Align numerical data to the right 2018-05-03 11:00:46 -07:00
ebb-tide f4def5467c Apply threshold coloring only to numerical data 2018-05-03 11:00:19 -07:00
Iris Scholten 0d42cf8fc1 Add OpsGenie deprecation warning 2018-05-03 10:49:35 -07:00
Iris Scholten f7af6ac247
Merge pull request #3357 from influxdata/bugfix/tempvars-loading-one-val
Load all template variable values
2018-05-03 10:09:59 -07:00
Deniz Kusefoglu 8ac9d3bc54
Merge pull request #3356 from influxdata/table/subqueries
Table/subqueries
2018-05-03 10:09:37 -07:00
ebb-tide 8f06787db6 Implement better code style. 2018-05-03 09:31:41 -07:00
Iris Scholten c1cbc35acc Add opsgenie2 section to supportedConfigs 2018-05-02 18:42:28 -07:00
Iris Scholten d9462013a3 Move updateTempVarValues to after putDashboardByID in componentDidMount in dashboardpage to make sure that tempVar values don't get removed immediately after theyre retrieved 2018-05-02 18:21:52 -07:00
ebb-tide a2d6e12a83 Correct naming for groupBys 2018-05-02 16:12:14 -07:00
Iris Scholten b58772e0cc Change source to sourceLink on type queryConfig and propagate those changes 2018-05-02 14:57:49 -07:00
Iris Scholten 95e1c6abf5 Simplify syntax in fixtures files 2018-05-02 14:57:49 -07:00
Iris Scholten c02eb85fef Import resused type from OverlayControls 2018-05-02 14:57:49 -07:00
Iris Scholten 4bdb60aed5 Update the type of a parameter in OverlayControls 2018-05-02 14:57:49 -07:00
Iris Scholten d56623f8db Update fixtures for tests 2018-05-02 14:57:49 -07:00
Iris Scholten bf9a02b158 Add stronger types to handleSetQuerySource in CellEditorOverlay and make sure it conforms to types 2018-05-02 14:57:49 -07:00
Iris Scholten b5cedfc3c2 Fix type errors after rebase 2018-05-02 14:57:49 -07:00
Iris Scholten b5fc3c0165 Convert OverlayControls to typescript 2018-05-02 14:57:49 -07:00
Iris Scholten 76e0ba57ed Convert SourceSelector to typescript 2018-05-02 14:57:49 -07:00
ebb-tide fea33c2ad3 Prevent construction of cells which are from series that have a groupby 2018-05-02 14:11:35 -07:00
ebb-tide 1cbdcd293f Remove qASTs from AutoRefresh and TableGraph 2018-05-02 14:01:34 -07:00
ebb-tide 12cd4aadf9 Remove dependence on queryASTs from groupBytimeseriesTransform 2018-05-02 13:52:28 -07:00
Brandon Farmer 0eefaa73bd Always populate ylabel on dygraph 2018-05-02 13:19:34 -07:00
ebb-tide 30fd6c05cc Use series[x].tags instead of groupby.tags from the queryAST for groupby queries 2018-05-02 12:38:36 -07:00
Brandon Farmer d18f307120 Use isUserAuthorized helper 2018-05-02 12:35:53 -07:00
Brandon Farmer 50b6f38f19 Disable temp var dropdowns for viewers when auth enabled 2018-05-02 11:46:35 -07:00
ebb-tide 92a09c68c9 Rename groupby file and give reasonable groupby defaults 2018-05-02 10:16:37 -07:00
ebb-tide f5e648ede9 groupbys is array of arrays 2018-05-01 20:19:59 -07:00
ebb-tide b0720cf43e Merge branch 'master' into bugfix/groupbys-in-alert-rule 2018-05-01 18:21:45 -07:00
ebb-tide d3ac8a0e7c Merge branch 'master' into bugfix/groupbys-in-alert-rule 2018-05-01 18:21:07 -07:00
Deniz Kusefoglu 70df60a3a8
Merge pull request #3347 from influxdata/bugfix/table-colors
Fix table coloring bug
2018-05-01 18:18:17 -07:00
ebb-tide 5619bc166f Add new colors to alert rule graph. 2018-05-01 18:08:35 -07:00
Alex Paxton 18973a0069
Merge pull request #3320 from influxdata/enhancement/introduce-overlay-layer
Introduce Reusable Overlay Component
2018-05-01 17:38:24 -07:00
Iris Scholten 3cf879e451
Merge pull request #3345 from influxdata/bugfix/ui_auto_groupby
Auto Groupby in UI not set to tempvar value
2018-05-01 17:27:58 -07:00
Iris Scholten 230084a96c Remove notification informing user that their query cannot be displayed by the SchemaExplorer 2018-05-01 17:11:46 -07:00
Iris Scholten 7207d7b92b Respond to PR Review 2018-05-01 16:54:44 -07:00
ebb-tide e14c7b8993 Fix Alert Rule graphs with groupbys 2018-05-01 16:50:06 -07:00
Brandon Farmer 0b7fa5b413 Guard superAdmin look when me is missing 2018-05-01 16:28:06 -07:00
Iris Scholten b67c1faaee Fix prettier errors 2018-05-01 16:01:00 -07:00
ebb-tide 903768a956 Fix table coloring bug 2018-05-01 15:57:54 -07:00
Iris Scholten 99d32ed521 Fix missed conflic and update types and fixtures based on type changes from master 2018-05-01 15:53:18 -07:00
Brandon Farmer ec656ffa01 Guard against missing me 2018-05-01 15:48:08 -07:00
Iris Scholten d1f99bde8f Add test for cell editor overlay to check that isQuerySupportedByExplorer is getting passed down when a user-defined tempvar is getting used in query 2018-05-01 15:33:55 -07:00
Iris Scholten 0fdf424d13 Update getActiveQuery to set isQuerySupportedByExplorer in active query 2018-05-01 15:32:23 -07:00
Alex P d68509728e Send notification when query text contains user-defined template variable 2018-05-01 15:32:22 -07:00
Alex P 8fe3e1b755 Add disabled styles for field, tag, and measurement items 2018-05-01 15:32:22 -07:00
Iris Scholten 5fd8f68f6f Add types for CEO actions 2018-05-01 15:32:22 -07:00
Iris Scholten 67612bac36 Convert files to Typescript and fix errors
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-05-01 15:32:22 -07:00
Iris Scholten c08374d2fe Convert dashboard QueryMaker & children to TypeScript
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-05-01 15:32:22 -07:00
Jared Scheib bbe4a61b71 Add types to handleEditRawText in CEO
Remove duplicate Query type, which was actually a QueryConfig

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-05-01 15:32:22 -07:00
Iris Scholten 0efaaa96bb Disable parts of SchemaExplorer in CEO if user-defined temp vars in query
Use constants for :dashboardTime:, :upperDashboardTime:, & :interval:.
Clarify some fn names.

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-05-01 15:30:36 -07:00
Brandon Farmer eb4800eff2 Fixes inputting negative numbers from gauges 2018-05-01 14:40:57 -07:00
Alex Paxton f013e2aeff
Merge branch 'master' into enhancement/introduce-overlay-layer 2018-05-01 14:16:50 -07:00
Brandon Farmer dcbfb630cc Transform result data on component did mount 2018-05-01 13:21:03 -07:00
Brandon Farmer fa4ea4f471 Fix prettier errors 2018-05-01 13:14:57 -07:00
Brandon Farmer 6fc51b0295 Load table graph state on componentDidMount
Co-authored-by: Deniz Kusefoglu <denizk@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-05-01 13:14:56 -07:00
ebb-tide 7a90cc8a19 dont require props that are not required. 2018-05-01 11:43:36 -07:00
ebb-tide 491130a310 Fix backend defaults for decimal places 2018-05-01 11:19:11 -07:00
ebb-tide c6d4db9f4c Fix tests and address PR review items 2018-04-30 15:38:38 -07:00
ebb-tide 9cbfb58fde Merge branch 'master' into table/field-options 2018-04-30 15:15:02 -07:00
ebb-tide 78f7ffbde0 Change location of decimal places field 2018-04-30 13:56:35 -07:00
ebb-tide 2dea048a4d Use decimal points in calculating table widths 2018-04-30 13:49:57 -07:00
ebb-tide 2cf1e1af4d Implement Decimal Place Setting 2018-04-30 11:59:14 -07:00
Brandon Farmer 351fd0cbeb Add tests for missing 'No Results' 2018-04-29 20:34:50 -07:00
Brandon Farmer c59e11015a Show message when there are no results 2018-04-27 17:06:39 -07:00
Brandon Farmer 77e5963e42 Convert and refactor AutoRefresh 2018-04-27 17:06:39 -07:00
Andrew Watkins 083accc837 Fix formatting for body sources missing newlines 2018-04-27 10:33:08 -07:00
Brandon Farmer eaf47c2c65 Return correct value in column for falsey data
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Deniz Kusefoglu <denizk@gmail.com>
2018-04-26 16:59:01 -07:00
Brandon Farmer 576bcf5fd1
Merge pull request #3318 from influxdata/fixes/line-graph-with-strings
Fixes line graph data with strings errors
2018-04-26 15:57:00 -07:00
Andrew Watkins 0b47cf5c00 Prettier 2018-04-26 13:47:57 -07:00
Andrew Watkins 839933965f Fix sources not being provided by props 2018-04-26 13:34:58 -07:00
Andrew Watkins 5a8b86666f Prettier 2018-04-26 13:34:41 -07:00
Andrew Watkins 17e06ce15a Fix OverlayTechnology 2018-04-26 13:21:56 -07:00
Alex P 30e69dd484 Capitalize "overlayNode" prop 2018-04-26 12:49:20 -07:00
Alex P b18bf34390 Remove context types from template query builder dropdowns
This is partially working
2018-04-26 12:48:13 -07:00
ebb-tide e0fbbe4998 Add timeFormat and fieldOptions to default new cell 2018-04-26 12:30:01 -07:00
ebb-tide 0b60146d35 DEFAULT's should come first 2018-04-26 11:15:33 -07:00
Alex Paxton b5a8552bb8
Merge pull request #3313 from influxdata/polish/chrono-admin-tabs
Polish Chronograf Admin Tabs
2018-04-26 11:09:57 -07:00
Deniz Kusefoglu f8c80d29d9
Merge pull request #3316 from influxdata/table/handle-errors
Table/bug squashing
2018-04-25 17:51:08 -07:00
ebb-tide dd9844bd39 PR review suggestions 2018-04-25 17:05:56 -07:00
Brandon Farmer 4a476d65f1 Stricter check for line graph data 2018-04-25 16:42:30 -07:00
ebb-tide 69a1373a9a Fix linter error. 2018-04-25 15:11:01 -07:00
Alex Paxton f14f349b4a
Merge pull request #3307 from influxdata/polish/condense-dash-header
Shrink Width of Time Range & Auto Refresh Dropdowns
2018-04-25 15:05:58 -07:00
ebb-tide 51131387c3 Restore groupBy naming behavior for lineGraphs 2018-04-25 14:53:54 -07:00
Brandon Farmer 782186d180 Properly handle strings in data for line graphs 2018-04-25 14:35:36 -07:00
ebb-tide ddf1e86b25 Pass ability to editQueryStatus to all graph types 2018-04-25 14:26:00 -07:00
ebb-tide 825dad03b3 Handle responses from queries with errors 2018-04-25 14:25:37 -07:00
Alex P 169b0096c0 Remove obsolete component 2018-04-25 12:30:11 -07:00
Alex P a8516875c2 Implement SubSections in Chronograf admin page 2018-04-25 12:29:58 -07:00
ebb-tide 76666d98a9 Front end work for taking fieldOptions out of tableOptions on to cell 2018-04-24 23:31:16 -07:00
Alex P 865b144698 Make time range dropdown more compact 2018-04-24 17:14:23 -07:00
Alex P 9353f61fec Make auto refresh dropdown more compact 2018-04-24 17:14:11 -07:00
Alex P bdabf83f74 Polish error state in line graph 2018-04-24 16:49:38 -07:00
Andrew Watkins b3593469d6
Merge pull request #3303 from influxdata/ifql/join
Introduce ability to use variable assignment in Time Machine
2018-04-24 15:55:34 -07:00
Alex P 4df9176f6f Set overlay back to initial state when dismissed 2018-04-24 15:54:10 -07:00
Deniz Kusefoglu 53fbc4d2fd
Merge pull request #3304 from influxdata/table/fix-click-to-sort
replace sortField and sortDirection everywhere
2018-04-24 15:51:07 -07:00
Alex P 248c00e2a6 Cleanup 2018-04-24 15:38:03 -07:00
Alex P a96e484555 Convert to typescript 2018-04-24 15:24:00 -07:00
Alex P 7364c1aad7 Make error go bye bye 2018-04-24 15:17:31 -07:00
Andrew Watkins a3c97ae234 Fix tests 2018-04-24 15:02:19 -07:00
Andrew Watkins 40085f8b8f Fix not handling literal variable declarations 2018-04-24 15:02:13 -07:00
ebb-tide 6972d55fb5 replace sortField and sortDirection everywhere 2018-04-24 15:02:09 -07:00
Brandon Farmer 62522da08e Remove error handling debug flag 2018-04-24 15:00:08 -07:00
Brandon Farmer 2ebbebbe4c Add custom error handling for line graphs 2018-04-24 14:52:12 -07:00
Andrew Watkins 3cfc904ad8 Fix boolean arg 2018-04-24 14:51:38 -07:00
Alex P 7df174456b Merge branch 'master' into enhancement/introduce-overlay-layer 2018-04-24 14:51:27 -07:00
Alex P ceb3ca07cd Animate overlays in and out 2018-04-24 14:50:58 -07:00
Andrew Watkins dd8cabb512 Fix FROM db dropdown 2018-04-24 14:49:44 -07:00
Andrew Watkins a375cbe453 Repair adding a func node 2018-04-24 14:34:42 -07:00
ebb-tide 6ecd527f01 Merge branch 'master' into table/field-options 2018-04-24 14:31:27 -07:00
Brandon Farmer 1dce1e799d
Merge pull request #3297 from influxdata/fixes/infinite-looping-dygraph
Prevent dygraph from continously updating
2018-04-24 14:12:01 -07:00
Iris Scholten b014158239
Merge pull request #3299 from influxdata/fix/pager-duty-typo
Fix Deprecation to say PagerDuty v1 instead of v2
2018-04-24 13:53:44 -07:00
Deniz Kusefoglu 6d84434ac3
Merge pull request #3282 from influxdata/table/group-by
Table/group by
2018-04-24 13:43:47 -07:00
Iris Scholten 7cb56d1c55 Fix Deprecation to say PagerDuty v1 instead of v2 2018-04-24 13:41:39 -07:00
Andrew Watkins f8211117df Fix function argument editing 2018-04-24 13:36:59 -07:00
ebb-tide bb277189b1 Use timeSeriesTransform for dygraphs. 2018-04-24 13:31:30 -07:00