Christopher Henn
1b987b883d
Use more consistent naming
2018-06-19 16:39:28 -07:00
Christopher Henn
59864a36e6
Fix failing template test
2018-06-19 16:37:02 -07:00
Iris Scholten
e040161b9d
Update changelog
2018-06-19 16:25:06 -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
Iris Scholten
0198e55536
Merge pull request #3731 from influxdata/tempVars/map-type-api
...
Add map as a valid type of template variables in api
2018-06-19 15:38:12 -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
Iris Scholten
6476e603a3
Update swagger
2018-06-19 14:57:48 -07:00
Iris Scholten
9932764fe2
Add map as a valid type of template variables in api
2018-06-19 14:50:16 -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
Chris Henn
901a034f3a
Merge pull request #3729 from influxdata/bugfix/temp-vars-name-overwritten
...
Preserve template variable name when editing type
2018-06-19 12:59:52 -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
4a166b9706
Merge pull request #3696 from influxdata/flux/deletion
...
Introduce ability to delete entire queries
2018-06-18 21:23:18 -07:00
Alex Paxton
667cc9bce0
Merge branch 'master' into flux/deletion
2018-06-18 19:50:47 -07:00
Alex P
f9ac71a984
Updoot changelog
2018-06-18 18:50:14 -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
Luke Morris
4dd1fd2382
Remove deprecated email flag
2018-06-18 16:06:34 -07:00
Jared Scheib
b9944cbdcb
Delete ui/src/shared/dispatchers/index.js & refactor delayEnablePresentationMode action
2018-06-18 14:59:25 -07:00
Ricardo N Feliciano
6eae15edff
CircleCI 2.0 ( #3710 )
...
* Migrate to CircleCI 2.0.
* Comment out filters to test all jobs.
* Restore deploy job filters.
2018-06-18 14:56:17 -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