Jared Scheib
9b585f5087
Merge duplicate imports in test fixtures file
2018-06-25 15:49:58 -07:00
Jared Scheib
2626cf8955
Rename types/dashboard.ts to plural for consistency
2018-06-22 18:08:57 -07:00
Jared Scheib
e23049946c
Merge remote-tracking branch 'origin/master' into fun/dashboard_page
2018-06-22 17:53:44 -07:00
Delmer Reed
61130535e5
Update cell editor test to return null
2018-06-22 19:48:57 -04:00
Delmer Reed
2ab002c280
Fix types for presentation mode dispatcher
...
Cleaned up dashboard types and introduced the auth reducers types.
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-06-21 19:17:22 -04:00
Christopher Henn
4356399967
Add test verifiying PageHeader dev assertion
2018-06-21 11:05:53 -07:00
Christopher Henn
cb0fe600fd
Add failing test for missing title on admin page
2018-06-21 10:59:31 -07:00
Christopher Henn
ca4216240c
Fix missing title on hosts page
2018-06-21 10:59:30 -07:00
Chris Henn
803cfec5b8
Merge pull request #3738 from influxdata/tempVars/tests
...
Add two tests for template variables
2018-06-21 09:58:49 -07:00
Christopher Henn
d8a3332fe1
Add TemplateControlBar test
2018-06-20 12:48:20 -07:00
Christopher Henn
1bf264e373
Add TemplateControlDropdown test
2018-06-20 12:47:46 -07:00
Christopher Henn
438e0725bd
Refactor TemplateControlBar test
2018-06-20 11:26:51 -07:00
Alex P
148c13809c
Provide mock context in test to prevent fail
2018-06-19 15:06:21 -07:00
Alex P
239e4b9656
Remove only from test
2018-06-19 13:47:00 -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
8d58a1a1be
Merge branch 'master' into presentational-page-components
2018-06-19 10:32:27 -07:00
Alex Paxton
667cc9bce0
Merge branch 'master' into flux/deletion
2018-06-18 19:50:47 -07:00
Alex P
46d1fda742
Merge branch 'master' into presentational-page-components
2018-06-18 10:32:49 -07:00
Christopher Henn
e6cd29da58
Introduce new template variables UI
...
PR: #3683
2018-06-18 07:16:08 -07:00
Andrew Watkins
3836444bea
Merge pull request #3701 from influxdata/fun/misc
...
Source Page & Form
2018-06-15 18:11:26 -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
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
Andrew Watkins
8af2507a6d
Type notification actions / reducers / tests
2018-06-15 12:41:00 -07:00
Andrew Watkins
819acf0d52
Introduce delete body
2018-06-15 09:18:52 -07:00
Alex P
976a5b6b86
Fix failing test
2018-06-14 17:18:48 -07:00
Alex P
29dc7bb479
Rename 'Analyze' to 'Validate'
2018-06-14 10:27:46 -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
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
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
Deniz Kusefoglu
ba56a3ca4d
Merge pull request #3614 from influxdata/bugfix/multiple-legends
...
Bugfix/multiple legends
2018-06-11 12:52:35 -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
Andrew Watkins
957880bea2
Add test for SET_ACTIVE_CELL
2018-06-08 15:34:59 -07:00
Andrew Watkins
ba62ec82b5
Type dashboard test
2018-06-08 15:11:16 -07:00
Andrew Watkins
4dde7a2ba9
Convert dashboard test to ts
2018-06-08 13:51:11 -07:00
Jared Scheib
da2a3930aa
Merge remote-tracking branch 'origin/master' into fix/tempvars_url_query
2018-06-07 18:05:13 -07:00
Christopher Henn
a754311b05
Only parse first 2MB of Flux query responses
2018-06-07 14:32:54 -07:00
Christopher Henn
9d2181fc1a
Improve function specific autocomplete
...
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-06-06 13:04:24 -07:00
Christopher Henn
1fb2a1551b
Reorganize Flux apis and parsing
2018-06-05 10:57:20 -07:00
Andrew Watkins
1344297421
Change IFQL to Flux
2018-06-05 10:57:19 -07:00
Chris Henn
ce14d93ff9
Merge pull request #3565 from influxdata/ifql/table
...
Introduce line graph visualization to Flux page
2018-06-04 16:12:10 -07:00
Christopher Henn
39e92d6ffd
Introduce Line Graph to Time Machine
...
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-06-04 14:10:48 -07:00
ebb-tide
407fb64394
Merge branch 'master' into ifql/join
2018-06-01 16:09:35 -07:00
Andrew Watkins
0f7c175744
Fix Flux CSV response parsing
...
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
2018-06-01 15:49:50 -07:00
Andrew Watkins
7bec1b49e8
Add in browser debugger for testing
2018-06-01 15:49:50 -07:00
ebb-tide
ffca9ad0f1
Set Dashboard time range from query string middleware
...
Co-authored-by: Deniz Kusefoglu <denizk@gmail.com>
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-05-31 16:45:40 -07:00