Skip to content

ui: start running typescript compiler#26258

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
couchand:fix/run-tsc
May 30, 2018
Merged

ui: start running typescript compiler#26258
craig[bot] merged 1 commit intocockroachdb:masterfrom
couchand:fix/run-tsc

Conversation

@couchand
Copy link
Copy Markdown
Contributor

In the course of the upgrade for #25823, I accidentally disabled all
typechecking on our project. This restores it, by explicitly invoking
the TypeScript compiler as part of the ui-lint task.

Also included are the fixes for the type problems that snuck in while
typechecking was off.

Fixes: #26255
Release note: None

In the course of the upgrade for cockroachdb#25823, I accidentally disabled all
typechecking on our project.  This restores it, by explicitly invoking
the TypeScript compiler as part of the ui-lint task.

Also included are the fixes for the type problems that snuck in while
typechecking was off.

Fixes: cockroachdb#26255
Release note: None
@couchand couchand requested review from a team May 30, 2018 21:09
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

Copy link
Copy Markdown
Contributor

@vilterp vilterp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

craig bot pushed a commit that referenced this pull request May 30, 2018
26258: ui: start running typescript compiler r=vilterp a=couchand

In the course of the upgrade for #25823, I accidentally disabled all
typechecking on our project.  This restores it, by explicitly invoking
the TypeScript compiler as part of the ui-lint task.

Also included are the fixes for the type problems that snuck in while
typechecking was off.

Fixes: #26255
Release note: None

Co-authored-by: Andrew Couch <andrew@cockroachlabs.com>
sortSetting: grantsSortSetting.selector(state),
dbResponse: databaseDetails(state)[ownProps.name] && databaseDetails(state)[ownProps.name].data,
grants: selectrants(state, ownProps.name),
grants: selectGrants(state, ownProps.name),
Copy link
Copy Markdown
Contributor

@vilterp vilterp May 30, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yay for unbreaking the grants page 🤦‍♂️

@craig
Copy link
Copy Markdown
Contributor

craig bot commented May 30, 2018

Build succeeded

@craig craig bot merged commit 0003653 into cockroachdb:master May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ui: actually typecheck

3 participants