Jared Scheib
b1d1876621
Merge remote-tracking branch 'origin/master' into fix/tempvars_url_query
2018-06-11 14:08:57 -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
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
Chris Henn
0f4116147a
Merge pull request #3609 from influxdata/flux/cache-metaqueries
...
Preserve schema tree children open state
2018-06-08 14:30:34 -07:00
Chris Henn
28c69ff92d
Merge pull request #3599 from influxdata/bugfix/kapacitor-form-alignment
...
Fix misaligned kapacitor form
2018-06-08 14:16:48 -07:00
Christopher Henn
e657b052c2
Preserve open state of schema tree children
2018-06-08 13:59:06 -07:00
Andrew Watkins
18956c8f0b
Remove linter comment
2018-06-08 13:51:33 -07:00
Andrew Watkins
4dde7a2ba9
Convert dashboard test to ts
2018-06-08 13:51:11 -07:00
Christopher Henn
7740e3375b
Group schema tree children in div
2018-06-08 13:28:29 -07:00
Brandon Farmer
b4581498bd
Merge pull request #3593 from influxdata/log-viewer/dynamic-message-width
...
Message column width changes with window size
2018-06-08 11:07:44 -07:00
Alex Paxton
f8c8f97bec
Merge pull request #3598 from influxdata/flux/vertical-builder
...
Make Flux Builder Stack Vertically
2018-06-08 11:05:21 -07:00
Nathan Haugo
903af3825a
Merge pull request #3601 from influxdata/chore/flux-feature-flag
...
Remove FeatureFlag from Flux Page
2018-06-08 10:52:49 -07:00
Brandon Farmer
7f7b61d5ec
Handle failing queries for log viewer
2018-06-08 10:49:42 -07:00
ebb-tide
17789f848f
Remove unnecessary comment in TableGraph
2018-06-08 10:48:44 -07:00
Andrew Watkins
dcf1553d9e
Remove FeatureFlag from Flux Page
2018-06-08 10:44:06 -07:00
ebb-tide
0b526d47e2
Add isGroupBy field to series that have groupby
2018-06-08 10:13:37 -07:00
Alex P
d5654b723e
Refactor func args to use getters instead of ternary
...
Cleaning up the render function
2018-06-08 10:10:37 -07:00
Jared Scheib
da2a3930aa
Merge remote-tracking branch 'origin/master' into fix/tempvars_url_query
2018-06-07 18:05:13 -07:00
Brandon Farmer
7d39f74551
Add indication if query is running
2018-06-07 16:38:13 -07:00
Christopher Henn
c0bbdee93e
Fix misaligned kapacitor form
2018-06-07 16:36:48 -07:00
Alex P
a9ab9e0c41
Align func node tooltip contents horizontally
2018-06-07 16:22:12 -07:00
Chris Henn
2d03fbc234
Merge pull request #3596 from influxdata/flux/limit-responses
...
Improved handling of large Flux query responses
2018-06-07 16:13:20 -07:00
Jared Scheib
e55f362628
Make browser Back button work as expected in the context of url queries syncing
...
Replace rather than push browser history when syncing url queries.
2018-06-07 16:02:07 -07:00
Brandon Farmer
27d21914ae
Selecting source is reflected in the dropdown
2018-06-07 15:43:41 -07:00
Jared Scheib
e9c9b33b88
Clear and hydrate temp vars on switch dashboards
...
componentDidMount was the only place that hydrating and syncing was happening,
but the component did not re-mount when you use the dashboard switcher. So
the new React 16 componentDidUpdate life cycle method was an appropriate place
to detect if the dashboard had switched, rather than creating an event handler
for dashboard switching.
2018-06-07 15:40:34 -07:00
Jared Scheib
2225cd4ad4
Get dashboards names for DashboardSwitcher
...
Refactor dashboards names into DashboardPage component state and
refresh names upon dashboard rename.
2018-06-07 15:35:05 -07:00
Jared Scheib
10c084fca8
Remove obsolete comment
2018-06-07 15:29:04 -07:00