Commit Graph

10209 Commits (797b214d9564c9b25bf8ca527769c28019ac747f)

Author SHA1 Message Date
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
Luke Morris 126e14e7cb Just build nightlies for master 2018-06-11 21:34:52 -07:00
Luke Morris 54d712a350 chore(circle): configure nightly builds 2018-06-11 19:28:43 -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
Chris Henn 238cb2a1e8 Merge pull request #3630 from influxdata/bugfix/regex-template-vars
Fix rendering of template variables within regexes
2018-06-11 15:30:34 -07:00
Christopher Henn 237ddd7bf7 Fix rendering of template variables within regexes 2018-06-11 15:12:55 -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
Andrew Watkins 1066958a02 Merge pull request #3629 from influxdata/fun/dygraph-to-ts
Fun/dygraph to ts
2018-06-11 14:19:07 -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
Alex Paxton f248c57c5c Merge pull request #3624 from influxdata/flux/yield-polish
Flux/yield polish
2018-06-11 13:59:05 -07:00
Alex P 350569f2a4 Highlight func nodes when they precede a yield node 2018-06-11 13:57:28 -07:00
Alex P 510568c682 Style yield node visualization to conform to available space 2018-06-11 13:56:11 -07:00
Deniz Kusefoglu ba56a3ca4d Merge pull request #3614 from influxdata/bugfix/multiple-legends
Bugfix/multiple legends
2018-06-11 12:52:35 -07:00
Iris Scholten 98496418fd Get the correct data for a yield node
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-06-11 11:34:09 -07:00
Brandon Farmer e94dc256b4 Refactor and decrease render calls for log viewer table 2018-06-11 11:29:59 -07:00
Iris Scholten c13d40de3d Move the script above the explorer
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-06-11 10:47:17 -07:00
Iris Scholten 0c5453d200 Fix error when declaration has no funcs
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-06-11 10:47:17 -07:00
Del 4ded95e9e4 Move time machine visualization from bottom division to yield func node
component

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-06-11 10:47:17 -07:00
Del 62ce1c2c64 Add unique name to yield func nodes
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-06-11 10:47:17 -07:00
Iris Scholten 60c82d405b Stop propagation when clicking on the dropdown in funcNodes
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-06-11 10:47:17 -07:00
Iris Scholten ee38ea789e Remove yield if clicking on FuncNode with a yield func node after it
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-06-11 10:47:17 -07:00
Iris Scholten c64933541b Add a yield node immediately after a clicked funcNode
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-06-11 10:47:17 -07:00
Jared Scheib 2036071827 Type new dashboard actions 2018-06-08 19:51:40 -07:00
Jared Scheib 0e69777933 Add DefinitelyTyped for react-router-redux v4 2018-06-08 19:51:04 -07:00
Jared Scheib 8238caf934 Type new synchronous dashboard action creators 2018-06-08 19:01:17 -07:00
Jared Scheib 73480c7128 Collapse spaces between dashboard types & actions for readability 2018-06-08 18:56:11 -07:00
Jared Scheib 77b475cd6b Type remaining new fns in dashboard/utils/tempVars.ts 2018-06-08 18:48:58 -07:00
Jared Scheib a15a950992 Create file for tempVars types, move tempVar types there, and update imports 2018-06-08 18:38:22 -07:00
Jared Scheib 93d09f5c12 Type stripTempVar 2018-06-08 18:37:30 -07:00
lukevmorris 37855fcf25 Provide a builder UI for a Flux Filter Node (#3615)
* Introduce FilterArgs as a seam

* Selecting a value adds to Script and Preview

* Hydrate FilterArgs dropdown from function body

* Functional operator selector

* Style polish

* Rename Filter/FilterPreview components

* Pull types into flux type file

* Derive Flux Filter UI state directly from AST

* Default func body

* Remove flicker when updating conditions

* Render a div when filter body isn't supported

* Base condition (true) is parseable

* Remove a test file if it doesn't have any tests

* Enable tslint and resolve errors

* Address other PR feedback

* Tests and improved parsing logic

* Add helper text when filter ui falls back to a textarea
2018-06-08 18:36:50 -07:00
Jared Scheib d6e4c3517f Rename & type generateURLQueriesFromTempVars 2018-06-08 18:30:47 -07:00
Jared Scheib c78c4885c6 Move viewer unauthorized notification to tempvars section 2018-06-08 18:22:07 -07:00
Jared Scheib 767b5a56ef Delete obsolete DashboardsPage.js file left by merge 2018-06-08 18:20:41 -07:00
Jared Scheib a2e21db12e Remove obsolete comment 2018-06-08 18:20:25 -07:00
Deniz Kusefoglu e61304aa85 Merge pull request #3604 from influxdata/bugfix/table-graph-series-name
Bugfix/table graph series name
2018-06-08 17:55:10 -07:00
ebb-tide c35770b90b Fix prettier error 2018-06-08 17:52:47 -07:00
Jared Scheib c13d61651a Update changelog 2018-06-08 17:48:10 -07:00