Commit Graph

7187 Commits (eadd53053b8b08d4feb4baf5c69133ac19786de4)

Author SHA1 Message Date
Iris Scholten 8fd91e7263 Merge pull request #3722 from influxdata/fun/kapacitor-typescript
Convert Kapacitor components to typescript
2018-06-19 18:06:44 -07:00
Iris Scholten ae1c4484be Convert KapacitorRule tree to typescript 2018-06-19 17:46:51 -07:00
Iris Scholten 53520d84ba Merge pull request #3733 from influxdata/fix/sorting-arrow-directions
Change Ascending arrows to point up instead of down
2018-06-19 17:35:51 -07:00
Deniz Kusefoglu bb813ac6eb Merge pull request #3721 from influxdata/fun/status-page-to-TS
Fun/status page to ts
2018-06-19 17:31:39 -07:00
ebb-tide 83c95ebc0c TS things further 2018-06-19 17:12:30 -07:00
Christopher Henn 1b987b883d Use more consistent naming 2018-06-19 16:39:28 -07:00
Christopher Henn 78c35f4f30 Refactor hydrateTempVarValuesAsync 2018-06-19 16:24:40 -07:00
Christopher Henn eee06b07bb Hydrate MetaQueryTemplateBuilder correctly 2018-06-19 16:24:40 -07:00
Christopher Henn 95a45fda9f Support persisting "influxql" template variables 2018-06-19 16:24:40 -07:00
Alirie Gray 23a5acc959 Implement custom meta query template variable type
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-06-19 16:22:19 -07:00
Iris Scholten 68aa388028 Change Ascending arrows to point up instead of down 2018-06-19 16:21:52 -07:00
Alex P b944622fbf Implement PageHeader in SourceForm 2018-06-19 15:46:58 -07:00
Alex P 148c13809c Provide mock context in test to prevent fail 2018-06-19 15:06:21 -07:00
Alex P fc361aa57d Refactor SourceIndicator to use context API 2018-06-19 15:06:03 -07:00
Alex P 239e4b9656 Remove only from test 2018-06-19 13:47:00 -07:00
Alex P 4f448a6cee Refactor component to guard against missing context 2018-06-19 13:38:58 -07:00
Christopher Henn 19e6821e30 Improve save button copy in TemplateVariableEditor 2018-06-19 13:21:27 -07:00
Iris Scholten 2f216fd001 Remove implicit yield functionality
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-06-19 11:52:26 -07:00
Delmer Reed e50801634b Update FuncNode toggle to check when script yields
Updating FuncNode toggle to use a prop to determine when toggling
the script yield or yield with last in the ExpressionNode. The
is Yielding prop is not ineffective for determining how to toggle
a FuncNode. This also fixes an issue where toggling was not
updating FuncMenu styles.
2018-06-19 11:49:20 -07:00
Delmer Reed 463e2a98a1 Add response error handling in builder
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-06-19 11:47:41 -07:00
Delmer Reed f31c207f42 Check for yields before filter and range funcs in expression
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-06-19 11:47:40 -07:00
Christopher Henn 7c0a2db03a Preserve template variable name when editing type 2018-06-19 11:38:40 -07:00
Alex P 70e8b3c3d3 fix nesting issue in test 2018-06-19 11:29:56 -07:00
Alex P bf1fd01b1e Fix nesting issue in test 2018-06-19 11:29:45 -07:00
Alex P 4dcc9b5f7d Remove connection to redux from page header 2018-06-19 11:29:24 -07:00
ebb-tide 598b799754 Fix failing test 2018-06-19 11:16:43 -07:00
ebb-tide 7b5d315f9f Fix merge errors and rollback Source object updates 2018-06-19 11:05:18 -07:00
Alex P 8d58a1a1be Merge branch 'master' into presentational-page-components 2018-06-19 10:32:27 -07:00
ebb-tide a06a9d1a9f Merge branch 'master' into fun/status-page-to-TS 2018-06-19 08:58:22 -07:00
Delmer 5c01e91c2f Merge pull request #3666 from influxdata/fix/filter-args-state
Cancel FilterArgs response on unmount
2018-06-19 09:34:08 -04:00
Alex Paxton 667cc9bce0 Merge branch 'master' into flux/deletion 2018-06-18 19:50:47 -07:00
Alex P 36979be396 Refactor confirm button to use classnames instead of ternaries 2018-06-18 18:47:39 -07:00
Alex P 647b287b92 Don't render page header if in presentation mode 2018-06-18 18:22:16 -07:00
Jared Scheib 6c092b6453 Rename shared/actions/errors.js to errors.ts 2018-06-18 18:12:03 -07:00
Iris Scholten 93e72efb08 Convert Tickscript tree to typescript 2018-06-18 17:42:08 -07:00
Alex P f30a617590 Use component instead of pure component to prevent updating issues 2018-06-18 17:38:12 -07:00
Alex P 436d2aa068 Convert Component to TypeScript and Implement PageHeader 2018-06-18 17:07:27 -07:00
Iris Scholten 95bc5537bb Merge pull request #3719 from influxdata/fix/no-tempVar-values-typeerror
Fix type error when temp vars have no values
2018-06-18 17:07:25 -07:00
Chris Henn 66b58d82d5 Merge pull request #3709 from influxdata/bugfix/tempvars-null-query
Fix template variables missing query bug
2018-06-18 17:00:17 -07:00
ebb-tide 74be7fdf8c Typescriptify Status Page and children 2018-06-18 16:57:56 -07:00
Iris Scholten e0a85d1c3b Fix type error when temp vars have no values 2018-06-18 16:41:51 -07:00
Jared Scheib b9944cbdcb Delete ui/src/shared/dispatchers/index.js & refactor delayEnablePresentationMode action 2018-06-18 14:59:25 -07:00
Deniz Kusefoglu bf176ffc2f Merge pull request #3707 from influxdata/bugfix/annotation-click-outside
Add back erroneously removed handleClickOutside functions to annotati…
2018-06-18 14:34:18 -07:00
Jared Scheib c97fcc48d3 Type shared/actions/app.ts 2018-06-18 14:27:46 -07:00
Jared Scheib c3b556329d Rename shared/actions/app.js to app.ts 2018-06-18 14:18:42 -07:00
ebb-tide 6ff87be8e0 Actually type notifications 2018-06-18 14:10:29 -07:00
Jared Scheib 3944e0c43b Rename DashboardPage.js to DashboardPage.tsx 2018-06-18 13:55:16 -07:00
Alex P d0e63ab7c8 Implement PageHeader in chrono admin pages 2018-06-18 12:02:25 -07:00
Alex P 84ebabfce5 Implement PageHeader in kapacitor config page 2018-06-18 11:58:58 -07:00
Alex P 97027a024f Improve styles for active & disabled states of radio buttons 2018-06-18 11:54:48 -07:00
Alex P 103a88e6eb Implement PageHeader in tickscript editor 2018-06-18 11:48:24 -07:00
Alex P 9d40386388 Convert component to TypeScript 2018-06-18 11:34:18 -07:00
Alirie Gray 92dd608067 Fix misimported template variables constants
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-06-18 11:32:36 -07:00
Alex P 8cf54b6fc1 Refactor PageHeader into pure component that accepts a center prop 2018-06-18 11:22:36 -07:00
Alex P c701f6a241 Convert component to TypeScript 2018-06-18 11:03:46 -07:00
Alex P bf0d672d0b Refactor RuleHeaderSave
Remove excess markup and source indicator
2018-06-18 10:59:57 -07:00
Alex P e2b4ab4d61 Implement PageHeader in rule builder page 2018-06-18 10:56:49 -07:00
Alex P 46d1fda742 Merge branch 'master' into presentational-page-components 2018-06-18 10:32:49 -07:00
Christopher Henn 6b5086f0c9 Fix template variables null property bug 2018-06-18 09:52:36 -07:00
Iris Scholten 1486adfff7 Merge pull request #3698 from influxdata/fix/tempVar-no-value
Fix no selected tempvar value issue
2018-06-18 09:24:41 -07:00
ebb-tide 71d0c336fc Add back erroneously removed handleClickOutside functions to annotation components 2018-06-18 09:23:57 -07:00
Christopher Henn e6cd29da58 Introduce new template variables UI
PR: #3683
2018-06-18 07:16:08 -07:00
Lorenzo Fontana 71f232cf82 Close main template body only once
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-06-18 02:16:32 +02:00
Andrew Watkins 3836444bea Merge pull request #3701 from influxdata/fun/misc
Source Page & Form
2018-06-15 18:11:26 -07:00
Jared Scheib fa8381315e Merge branch 'master' into fix/tempVar-no-value 2018-06-15 17:30:41 -07:00
Andrew Watkins 08bf9bcd27 Source form and page 2018-06-15 17:22:21 -07:00
Deniz Kusefoglu 9bac532c47 Merge pull request #3689 from influxdata/bugfix/annotations-render-on-zoom
Bugfix/annotations render on zoom
2018-06-15 17:13:31 -07:00
Iris Scholten 654ea88e30 Fix issue where no selected tempvar value 2018-06-15 17:08:00 -07:00
Alex P f7907af6f3 Add ability to delete a query assigned to a var from the var 2018-06-15 16:50:56 -07:00
Alex P 2ac06bee2e Don't ask for confirmation when deleting a variable 2018-06-15 16:37:01 -07:00
Alex P d58f06b232 Move BodyDelete into func node menu 2018-06-15 16:24:37 -07:00
Alex P 394fe281f3 Shorten copy 2018-06-15 16:23:11 -07:00
Alex P 9af35fedfc Rename component to be consistent 2018-06-15 16:11:08 -07:00
Alex P 0bc3789246 Style BodyDelete when used on a variable 2018-06-15 16:08:14 -07:00
Alex P 2489aacd99 Move Body type into shared flux types 2018-06-15 16:06:35 -07:00
Alex P 27d70504fc Allow for optional "type" for body delete
Used in the confirmation dialog to refer correctly to the object being
deleted
2018-06-15 16:06:15 -07:00
Alex P 6a54d4e65d Separate hover interactions between func node and func node menu 2018-06-15 15:50:27 -07:00
Alex P 9a0687b43b Use ConfirmButton in BodyDelete 2018-06-15 15:50:10 -07:00
Alex P 860548bab2 Add styles for confirm button tooltip positions 2018-06-15 15:39:09 -07:00
Alex P 5cac6cb628 Guard against unrendered button or tooltip 2018-06-15 15:38:45 -07:00
Alex P 5ce3345259 Use ConfirmButton instead of regular delete if func is from 2018-06-15 15:25:46 -07:00
Alex P 87033d37f7 Add optional prop for tooltip position 2018-06-15 15:24:27 -07:00
ebb-tide 6caef8e87c Convert Annotation action and reducer to TS 2018-06-15 15:20:24 -07:00
Andrew Watkins 36355f18d9 Convert formatting test to ts 2018-06-15 14:36:58 -07:00
Andrew Watkins d95f6acce5 CEO reducer and misc 2018-06-15 14:11:10 -07:00
ebb-tide f904d3e002 Merge branch 'master' into bugfix/annotations-render-on-zoom 2018-06-15 13:52:38 -07:00
ebb-tide 1d3dda6667 Convert Annotation sub-components to TS 2018-06-15 13:50:55 -07:00
Andrew Watkins add3699ed9 Merge pull request #3693 from influxdata/fun/notifications-to-ts
Type notification actions / reducers / tests
2018-06-15 13:07:40 -07:00
Andrew Watkins 8af2507a6d Type notification actions / reducers / tests 2018-06-15 12:41:00 -07:00
Brandon Farmer bf9b02014f Merge pull request #3660 from influxdata/bugfix/data-source-links
Strip prefix for data source links
2018-06-15 10:41:48 -07:00
Alex Paxton 2e08833b72 Merge pull request #3691 from influxdata/bugfix/ceo-query-field
Fix Appearance of Text Area in CEO
2018-06-15 10:27:54 -07:00
Alex P 69cefb8104 Resurrect discarded styles
I threw the baby out with the bathwater, but now the baby is back. The
bathwater is still gone though.
2018-06-15 10:11:02 -07:00
Andrew Watkins a76a114423 Merge pull request #3678 from influxdata/bugfix/flux-base
Bugfix/flux base
2018-06-15 09:38:37 -07:00
Andrew Watkins 82dcefafa7 Merge pull request #3646 from influxdata/chore/webpack-4
Chore/webpack 4
2018-06-15 09:30:50 -07:00
Andrew Watkins 819acf0d52 Introduce delete body 2018-06-15 09:18:52 -07:00
Alex Paxton 9ff4a33c55 Merge pull request #3657 from oori/feat-kap-alert
fix(alert): alert creation detailed response
2018-06-15 08:49:35 -07:00
Alex Paxton fc81c1b01a Merge branch 'master' into polish/snip-snip 2018-06-15 08:49:02 -07:00
Alex Paxton e69a0381f3 Merge branch 'master' into code-mirror-data-explorer 2018-06-15 08:48:15 -07:00
Alex Paxton ba07403bf5 Merge pull request #3663 from influxdata/polish/truncate-rules-message-preview
Truncate Alert Rule Message Preview
2018-06-15 08:47:24 -07:00
ebb-tide bb091cb94e Rerender annotations on drawCallback 2018-06-14 17:52:26 -07:00
Alex P 976a5b6b86 Fix failing test 2018-06-14 17:18:48 -07:00
Alex P 716fabe541 Refactor func node UI & UX
- Nothing happens when hovering a func node
- Delete & toggle yield buttons appear on hover, stay visible when
editing or yielding
- Clicking a func enters/exits edit mode
- Last func in each body is in edit more for educational purposes
2018-06-14 15:30:28 -07:00
Alex P 8e95d9bd03 Rename function to be more semantic 2018-06-14 15:28:40 -07:00
Alex P 0e4aa24d85 Autofocus first input when args editor opens 2018-06-14 15:28:04 -07:00
Alex P 9481449b44 Remove delete functionality from func args tooltip 2018-06-14 15:27:32 -07:00
Andrew Watkins d60a231686 Fix typo 2018-06-14 11:50:50 -07:00
Andrew Watkins 590e8aa690 Remove dead code 2018-06-14 11:50:38 -07:00
Andrew Watkins 7b5b2c3bc3 Fix basepath issue with fetch requests to flux 2018-06-14 11:50:30 -07:00
Alex P 7ec143e90e Move division name rendering into getter 2018-06-14 10:42:22 -07:00
Alex P bda487acb8 Replace magic number with constant 2018-06-14 10:31:20 -07:00
Alex P 29dc7bb479 Rename 'Analyze' to 'Validate' 2018-06-14 10:27:46 -07:00
Delmer Reed 3465b78bb4 Cancel fetch response promise on FilterArgs unmount
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-06-14 10:20:57 -07:00
Alex P 73290cf88a Make legend sorting buttons more compact 2018-06-13 19:17:13 -07:00
Alex P edc6c3864a Remove legend snip and divider 2018-06-13 19:17:02 -07:00
ebb-tide bdfcbfe937 Convert Annotation component to TS 2018-06-13 18:44:16 -07:00
Alex P 56733cd152 Prevent threesizer header names from colliding with menu items 2018-06-13 16:10:53 -07:00
Alex P 7b008275a9 Polish time machine code mirror 2018-06-13 16:09:57 -07:00
Alex P 6b394c8e67 Add breathing room between navbar and schema explorer 2018-06-13 16:02:38 -07:00
Alex P 2aa49a5863 Polish threesizer handles and headers when in horizontal handle mode 2018-06-13 15:58:59 -07:00
Delmer Reed 1b7a94ea4c Extract types and utils for canceling promises
Simplifies canceled promise generic type to utilize a single parameter.
Reject messages for promises can be type any.

Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-06-13 15:56:23 -07:00
ebb-tide ee34456f7d Convert Annotations component to TS and pass xAxisRange explicitly to cause rerender of annotations on zoom in 2018-06-13 15:35:49 -07:00
Alex P 22c18160dc Remove border when yield table is empty 2018-06-13 15:09:25 -07:00
Alex P 82c66570ba Style yield name 2018-06-13 15:09:11 -07:00
Alex P c6674514c7 Remove whitespace 2018-06-13 15:09:01 -07:00
Alex P 43ea90a634 Truncate alert rule message preview with ellipsis 2018-06-13 14:46:59 -07:00
Alex P 0643a7b085 Introduce a truncate with ellipsis helper class for use in table cells 2018-06-13 14:46:41 -07:00
Alex P 14cf89e757 Fix failing test
Might have to find a better way to ensure these subcomponents exist now
that they are being passed in as render props
2018-06-13 14:34:59 -07:00
Alex P 05971cea28 Implement PageHeader in manage sources page 2018-06-13 14:19:15 -07:00
Delmer Reed cde34aa9d9 Refactor cancelable promise result into union type
Instead of returning objects with a boolean isCanceled property we
preferred to introduce a new custom error type for canceled promises.

Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-06-13 14:15:53 -07:00
Alex P 2afd5da548 Implement PageHeader in influxdb admin page 2018-06-13 14:15:43 -07:00
Alex P b128297cf6 Stop passing SourceIndicator as part of page header options render prop 2018-06-13 14:14:27 -07:00
Alex P 06bd9427a4 Add option to show SourceIndicator in PageHeader
Trying to keep this thing DRY, since the source indicator is present on
a lot of pages
2018-06-13 14:09:58 -07:00
Alex P 588bba498c Implement PageHeader in logs viewer page 2018-06-13 14:05:43 -07:00
Brandon Farmer 76e2f01362 Strip prefix for data source links 2018-06-13 13:57:34 -07:00
Alex P 701c14d541 Implement PageHeader on alert history page 2018-06-13 13:54:37 -07:00
Alex P 79ed9e6a9c Implement PageHeader on manage tasks page 2018-06-13 13:51:08 -07:00
Alex P b904e9ab0e Implement PageHeader in status page 2018-06-13 13:48:11 -07:00
Alex P 998341e125 Implement PageHeader on dashboards index page 2018-06-13 13:45:39 -07:00
Alex P 00839f3c91 Implement PageHeader in Flux Editor page 2018-06-13 13:41:12 -07:00
Alex P 1a2c7f2659 Implement PageHeader on data explorer
Also removing header component in the process
2018-06-13 13:38:13 -07:00
Alex P 03300167eb Implement PageHeader on hosts index page 2018-06-13 13:37:51 -07:00
Alex P b160ec6ed5 Shorten name of prop
Also fixing a css classname typo
2018-06-13 13:28:48 -07:00
Delmer Reed c06c82fe7f Add cancelable promise wrapper
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-06-13 12:29:23 -07:00
Alex P fc40e12dfe Make full width prop optional 2018-06-13 11:56:49 -07:00
Alex P ed2db34454 Make page header accept either a string title or a render prop 2018-06-13 11:56:29 -07:00
Alex P 84629b7898 Rename page header class names to follow BEM conventions 2018-06-13 11:28:43 -07:00
Alex P 98f284f463 Introduce presentational components for page header & title 2018-06-13 11:28:25 -07:00
Alex P d94898b8fc Replace textarea in DE query editor with code mirror editor 2018-06-13 10:52:33 -07:00
Alex P cef2e98f94 Introduce code mirror mode and theme for InfluxQL 2018-06-13 10:51:58 -07:00
Alex Paxton 19cc5fbf85 Merge pull request #3649 from influxdata/bugfix/date-picker-icons
Fix Date Picker Icons
2018-06-13 09:58:04 -07:00
Andrew Watkins 17900ba66e Merge pull request #3656 from influxdata/bugfix/source-delete
Bugfix/source delete
2018-06-13 06:42:14 -07:00
Oori 1816f8b062 fix(alert): alert creation detailed response 2018-06-13 10:36:13 +03:00
Iris Scholten aa05980b3a Merge pull request #3654 from influxdata/flux/yield
Flux/yield
2018-06-12 17:13:58 -07:00
Andrew Watkins 8a4a6af32a Fix Type 2018-06-12 17:09:16 -07:00
Andrew Watkins 0dd466e19b Cleanup 2018-06-12 17:06:46 -07:00
Andrew Watkins d84fb5431d Fix delete source 2018-06-12 17:04:23 -07:00
Iris Scholten 94af329abe Unbind functions that dont need binding
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-06-12 16:59:30 -07:00
Andrew Watkins adc1059947 Test 2018-06-12 16:24:01 -07:00
Brandon Farmer 5de1cc4cb7 Select default telegraf database 2018-06-12 16:21:53 -07:00
Iris Scholten e85dbb03c2 Change default size of divisions in flux builder
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-06-12 16:20:26 -07:00
Deniz Kusefoglu fd52a65263 Merge pull request #3652 from influxdata/bugfix/fix-everything
Fix Dygraphs
2018-06-12 16:17:24 -07:00
Iris Scholten c72724bfa0 Remove GetData button 2018-06-12 15:52:28 -07:00
Brandon Farmer ead9558832 Merge pull request #3651 from influxdata/log-viewer/performance
Performance enhancements for log viewer
2018-06-12 15:45:57 -07:00
Andrew Watkins 6921db86f7 Fix Dygraphs 2018-06-12 15:45:46 -07:00
Iris Scholten bfec9f9e16 Display yieldName in TimeMachineVis 2018-06-12 15:43:44 -07:00
Iris Scholten 8edf6f099f Display implicit yield func node by default
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-06-12 15:39:47 -07:00
Brandon Farmer 01843a1cae Add more types around table utils 2018-06-12 15:30:36 -07:00
Brandon Farmer f8bd815fa9 Add guards for grids missing in logs table 2018-06-12 14:46:43 -07:00
Alex P ab11309cd6 Add loading spinner to filter bar 2018-06-12 14:25:37 -07:00
Alex P dfee77757a Render empty state when no data is present 2018-06-12 14:25:11 -07:00
Brandon Farmer 896aa0ba5f Handle scrollleft correctly
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-06-12 14:19:33 -07:00
ebb-tide d258aef508 Rename Time Machine to Flux Editor 2018-06-12 13:55:23 -07:00
Delmer Reed d0c0a3be42 Update the default starting script for editor
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-06-12 13:37:27 -07:00
Iris Scholten 3f899048d6 Add last() before yield if before range() and filter()
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-06-12 13:37:27 -07:00
Deniz Kusefoglu 932336bff3 Merge pull request #3645 from influxdata/chore/TS-redundancy
Remove redundant FieldName in favor of FieldOption interface
2018-06-12 13:24:49 -07:00
Brandon Farmer 4244abd552 Remove feature flag for log viewer
- Strip newline from log messages

Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-06-12 13:19:53 -07:00
Brandon Farmer 1c19faa1f5 Implement load on scroll
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-06-12 13:12:09 -07:00
Alex P b8fb73b784 Decrease font size of calendar tiles and remove border 2018-06-12 13:06:41 -07:00
Alex P f2364421f3 Use drop shadow CSS mixin 2018-06-12 13:06:23 -07:00
Alex P a72566da58 Fix arrows in date picker 2018-06-12 13:05:57 -07:00
ebb-tide 31c4d347f5 Remove redundant FieldName in favor of FieldOption interface 2018-06-12 11:16:46 -07:00
Andrew Watkins 1f44100cea Chunk dev scss 2018-06-12 11:08:06 -07:00
Andrew Watkins e07520b139 Update prod config to Webpack 4 api 2018-06-12 11:07:42 -07:00
Chris Henn df03ae5850 Merge pull request #3636 from influxdata/bugfix/single-stat
Fix line graph + single stat dygraphs
2018-06-12 09:20:20 -07:00
Jared Scheib 40f83a64d1 Merge pull request #3556 from influxdata/fix/tempvars_url_query
Add ability to override template variables and time ranges via URL query
2018-06-11 17:08:34 -07:00
Christopher Henn e028b7c4a5 Fix line graph + single stat dygraphs 2018-06-11 16:52:03 -07:00
Jared Scheib a8180f6920 Rename pruneDashboardTimeV1 to retainRangesDashboardTimeV1 2018-06-11 16:42:06 -07:00
Jared Scheib 37eb215869 Remove obsolete jsdoc comments 2018-06-11 16:26:17 -07:00
Andrew Watkins 411f83681b Remove webpack-on-build plugin 2018-06-11 16:21:59 -07:00
Jared Scheib 77f5f44793 Remove obsolete tempVarOverrides reducer prop 2018-06-11 16:19:40 -07:00
Jared Scheib 654ad6fdcd Rename queries to queryParams for clarity 2018-06-11 16:13:45 -07:00
Alex Paxton 65d0236842 Merge pull request #3612 from influxdata/polish/icons
Polish Icons
2018-06-11 16:04:05 -07:00
Andrew Watkins 10a8cea010 WIP initial upgrade path webpack 4 2018-06-11 14:59:16 -07:00
Iris Scholten 533ae1acf7 Prevent yield() from being added before a range and filter function
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-06-11 14:37:31 -07:00
Jared Scheib 630e9a8184 Add type for loadDashboard action 2018-06-11 14:12:40 -07:00
Jared Scheib d4ef31e5de Remove obsolete onCancelEditCell method relevant to last merge changeset 2018-06-11 14:11:16 -07:00
Iris Scholten 699d86931f Stop propagation of click events from funcArgs
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-06-11 14:10:34 -07:00
Jared Scheib b1d1876621 Merge remote-tracking branch 'origin/master' into fix/tempvars_url_query 2018-06-11 14:08:57 -07:00
Andrew Watkins 03afd831f7 Dygraph to TypeScript 2018-06-11 14:03:56 -07:00
Alex Paxton 1d46b4d615 Merge branch 'master' into polish/icons 2018-06-11 13:59:48 -07:00