Commit Graph

10385 Commits (fc1183f901b677ea86feb59b58418ee4adfac36b)

Author SHA1 Message Date
Alex Paxton 65a21cfd5c
Merge pull request #3696 from influxdata/flux/deletion
Introduce ability to delete entire queries
2018-06-18 21:23:18 -07:00
Alex Paxton 34df386102
Merge branch 'master' into flux/deletion 2018-06-18 19:50:47 -07:00
Alex P 28bbdbf3cd Updoot changelog 2018-06-18 18:50:14 -07:00
Alex P c6587f36be Refactor confirm button to use classnames instead of ternaries 2018-06-18 18:47:39 -07:00
Alex P 3af5ce7064 Don't render page header if in presentation mode 2018-06-18 18:22:16 -07:00
Jared Scheib 6c5aed363d Rename shared/actions/errors.js to errors.ts 2018-06-18 18:12:03 -07:00
Iris Scholten 0b879fad2d Convert Tickscript tree to typescript 2018-06-18 17:42:08 -07:00
Alex P 2b6e628d5b Use component instead of pure component to prevent updating issues 2018-06-18 17:38:12 -07:00
Alex P dc6fd45f58 Convert Component to TypeScript and Implement PageHeader 2018-06-18 17:07:27 -07:00
Iris Scholten a0e90bc17f
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 c3bd8c8187
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 5d7958988f Typescriptify Status Page and children 2018-06-18 16:57:56 -07:00
Iris Scholten 3fdb6a1f3a Fix type error when temp vars have no values 2018-06-18 16:41:51 -07:00
Luke Morris 65210b4c2c Remove deprecated email flag 2018-06-18 16:06:34 -07:00
Jared Scheib d5a4cf39ab Delete ui/src/shared/dispatchers/index.js & refactor delayEnablePresentationMode action 2018-06-18 14:59:25 -07:00
Ricardo N Feliciano acdd7a19b5 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 c6caff7d1d
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 1629e1cecb Type shared/actions/app.ts 2018-06-18 14:27:46 -07:00
Jared Scheib c4fe908657 Rename shared/actions/app.js to app.ts 2018-06-18 14:18:42 -07:00
ebb-tide 9b51924921 Actually type notifications 2018-06-18 14:10:29 -07:00
Jared Scheib 06bfa48440 Rename DashboardPage.js to DashboardPage.tsx 2018-06-18 13:55:16 -07:00
Alex P fbe11ccac5 Implement PageHeader in chrono admin pages 2018-06-18 12:02:25 -07:00
Alex P 8c3f830f02 Implement PageHeader in kapacitor config page 2018-06-18 11:58:58 -07:00
Alex P 548dfbfadd Improve styles for active & disabled states of radio buttons 2018-06-18 11:54:48 -07:00
Alex P 642684dc36 Implement PageHeader in tickscript editor 2018-06-18 11:48:24 -07:00
Alirie Gray aaf8b3e35d
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 14f2ee8056 Convert component to TypeScript 2018-06-18 11:34:18 -07:00
Alirie Gray 3ecafecf42 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 647e3af36d Refactor PageHeader into pure component that accepts a center prop 2018-06-18 11:22:36 -07:00
Alex P cee454d6d5 Convert component to TypeScript 2018-06-18 11:03:46 -07:00
Alex P 57fbb09432 Refactor RuleHeaderSave
Remove excess markup and source indicator
2018-06-18 10:59:57 -07:00
Alex P d38ae8db32 Implement PageHeader in rule builder page 2018-06-18 10:56:49 -07:00
Alex P a84390311c Merge branch 'master' into presentational-page-components 2018-06-18 10:32:49 -07:00
Christopher Henn fe89912a57
Fix template variables null property bug 2018-06-18 09:52:36 -07:00
Brandon Farmer 751e6d0756
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 26c20183a5
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 7a0d13ca46 Add back erroneously removed handleClickOutside functions to annotation components 2018-06-18 09:23:57 -07:00
Chris Henn 630eb7aa2a
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 2d3871e682
Introduce new template variables UI
PR: #3683
2018-06-18 07:16:08 -07:00
Brandon Farmer b4bd1a85c6 Increase go test timeout to avoid invalid failures 2018-06-18 01:02:44 -07:00
Lorenzo Fontana e26aae6d0a
Close main template body only once
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-06-18 02:16:32 +02:00
Andrew Watkins 5601553524
Merge pull request #3701 from influxdata/fun/misc
Source Page & Form
2018-06-15 18:11:26 -07:00
Jared Scheib feb9736768
Merge branch 'master' into fix/tempVar-no-value 2018-06-15 17:30:41 -07:00
Jared Scheib 7571bfe9f6
Merge pull request #3697 from influxdata/fix/basepath_hyphens
Fix allowing hyphens in basepath
2018-06-15 17:30:07 -07:00
Andrew Watkins 068cd64268 Source form and page 2018-06-15 17:22:21 -07:00
Deniz Kusefoglu 09d9cbf8a5
Merge pull request #3689 from influxdata/bugfix/annotations-render-on-zoom
Bugfix/annotations render on zoom
2018-06-15 17:13:31 -07:00
Iris Scholten bbc56353a1 Update Changelog 2018-06-15 17:12:48 -07:00
Jared Scheib d20ec92bcf Update changelog 2018-06-15 17:10:38 -07:00
Iris Scholten 3705cc8e22 Fix issue where no selected tempvar value 2018-06-15 17:08:00 -07:00
Jared Scheib edccd447c5 Allow hyphens and underscores in basepath 2018-06-15 17:05:01 -07:00