Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding badge icons to execution plan #19004

Merged
merged 6 commits into from
Apr 11, 2022
Merged

Adding badge icons to execution plan #19004

merged 6 commits into from
Apr 11, 2022

Conversation

aasimkhan30
Copy link
Contributor

@aasimkhan30 aasimkhan30 commented Apr 11, 2022

This PR fixes: #18879
image

Issue to track TODO: #19003

@coveralls
Copy link

coveralls commented Apr 11, 2022

Pull Request Test Coverage Report for Build 2151060000

  • 6 of 16 (37.5%) changed or added relevant lines in 3 files are covered.
  • 7 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.01%) to 42.329%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/sql/workbench/contrib/executionPlan/browser/executionPlan.ts 0 10 0.0%
Files with Coverage Reduction New Missed Lines %
src/sql/workbench/contrib/executionPlan/browser/executionPlan.ts 1 13.49%
extensions/notebook/src/book/bookTreeView.ts 2 38.21%
extensions/notebook/src/common/ports.ts 4 74.14%
Totals Coverage Status
Change from base Build 2150220933: -0.01%
Covered Lines: 27596
Relevant Lines: 60940

💛 - Coveralls

Copy link
Contributor

@lewis-sanchez lewis-sanchez left a comment

Choose a reason for hiding this comment

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

Please wait on the other reviewers before merging.

tooltip: string
} {
/**
* TODO: Need to figure out if tooltip have to be removed. For now, they are empty
Copy link
Contributor

Choose a reason for hiding this comment

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

If you're not using this then just remove it until you actually determine you need it.

@aasimkhan30 aasimkhan30 merged commit 170950d into main Apr 11, 2022
@aasimkhan30 aasimkhan30 deleted the aasim/feat/epBadges branch April 11, 2022 21:44
aasimkhan30 added a commit that referenced this pull request Apr 12, 2022
* Adding badge icons to executionplan

* Fixing doc comment

* Fixing doc comments

* Making enum value more readable

* Changing default to undefined.

* Fixing some icon names
kburtram pushed a commit that referenced this pull request Apr 13, 2022
* Adding badge icons to executionplan

* Fixing doc comment

* Fixing doc comments

* Making enum value more readable

* Changing default to undefined.

* Fixing some icon names
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.

Add warning and parallelism icons to execution plan nodes.
6 participants