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
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
Nathan Haugo
5f120080aa
Merge pull request #3618 from influxdata/feature/back-to-the-fqi
...
Update the name to fqi
2018-06-08 17:40:56 -07:00
nathan haugo
042b168c5a
Update the name to fqi
2018-06-08 17:37:22 -07:00
Jared Scheib
3c99cabd8f
Prevent Viewer role from overriding temp vars from URL query
2018-06-08 17:31:21 -07:00
Jared Scheib
b8d7e317db
Fix dashboard switching & loading dashboard upon switching
2018-06-08 15:42:18 -07:00
Jared Scheib
d59443e55a
Fix merge bug where temp vars selected action needed changed prop key
2018-06-08 15:40:59 -07:00
Chris Henn
9aee7c16b3
Merge pull request #3613 from influxdata/bugfix/ensure-schema-copy-btn-visible
...
Ensure schema explorer copy button visible
2018-06-08 15:38:36 -07:00
Andrew Watkins
957880bea2
Add test for SET_ACTIVE_CELL
2018-06-08 15:34:59 -07:00
Christopher Henn
4285abf5d4
Ensure schema explorer copy button visible
2018-06-08 15:22:54 -07:00
Andrew Watkins
ba62ec82b5
Type dashboard test
2018-06-08 15:11:16 -07:00
Alex P
68d05a3ce9
Use solid dashboard icon in dashboard switcher
...
Might have a minute usability boost
2018-06-08 14:41:50 -07:00
Alex P
038d267980
Change source indicator to look more "databasey"
2018-06-08 14:41:32 -07:00