Commit Graph

10343 Commits (7d4332bb6f7e3ddc7fe566e1aea7d963c0162259)

Author SHA1 Message Date
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
ebb-tide 6ff87be8e0 Actually type notifications 2018-06-18 14:10:29 -07:00
Jared Scheib 3944e0c43b Rename DashboardPage.js to DashboardPage.tsx 2018-06-18 13:55:16 -07:00
Alex P d0e63ab7c8 Implement PageHeader in chrono admin pages 2018-06-18 12:02:25 -07:00
Alex P 84ebabfce5 Implement PageHeader in kapacitor config page 2018-06-18 11:58:58 -07:00
Alex P 97027a024f Improve styles for active & disabled states of radio buttons 2018-06-18 11:54:48 -07:00
Alex P 103a88e6eb Implement PageHeader in tickscript editor 2018-06-18 11:48:24 -07:00
Alirie Gray d782823a86 Merge pull request #3712 from influxdata/bugfix/temp-vars-constants
Fix misimported template variables constants
2018-06-18 11:43:45 -07:00
Alex P 9d40386388 Convert component to TypeScript 2018-06-18 11:34:18 -07:00
Alirie Gray 92dd608067 Fix misimported template variables constants
Co-authored-by: Chris Henn <chris.henn@influxdata.com>
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-06-18 11:32:36 -07:00
Alex P 8cf54b6fc1 Refactor PageHeader into pure component that accepts a center prop 2018-06-18 11:22:36 -07:00
Alex P c701f6a241 Convert component to TypeScript 2018-06-18 11:03:46 -07:00
Alex P bf0d672d0b Refactor RuleHeaderSave
Remove excess markup and source indicator
2018-06-18 10:59:57 -07:00
Alex P e2b4ab4d61 Implement PageHeader in rule builder page 2018-06-18 10:56:49 -07:00
Alex P 46d1fda742 Merge branch 'master' into presentational-page-components 2018-06-18 10:32:49 -07:00
Christopher Henn 6b5086f0c9 Fix template variables null property bug 2018-06-18 09:52:36 -07:00
Brandon Farmer ba9c342d32 Merge pull request #3706 from influxdata/bugfix/increase-go-test-timeout
Increase go test timeout to avoid invalid failures
2018-06-18 09:31:26 -07:00
Iris Scholten 1486adfff7 Merge pull request #3698 from influxdata/fix/tempVar-no-value
Fix no selected tempvar value issue
2018-06-18 09:24:41 -07:00
ebb-tide 71d0c336fc Add back erroneously removed handleClickOutside functions to annotation components 2018-06-18 09:23:57 -07:00
Chris Henn abf4cdec3f Merge pull request #3683 from influxdata/new-template-vars-ui
Implement new UI for managing template variables
2018-06-18 07:24:44 -07:00
Christopher Henn e6cd29da58 Introduce new template variables UI
PR: #3683
2018-06-18 07:16:08 -07:00
Brandon Farmer bf0749547a Increase go test timeout to avoid invalid failures 2018-06-18 01:02:44 -07:00
Lorenzo Fontana 71f232cf82 Close main template body only once
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-06-18 02:16:32 +02:00
Andrew Watkins 3836444bea Merge pull request #3701 from influxdata/fun/misc
Source Page & Form
2018-06-15 18:11:26 -07:00