Skip to content

feat: display validated-async in version list and report #706

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

Merged

Conversation

mradulsf
Copy link
Collaborator

What does this PR do?

followup from - #687

What issues does this PR fix or reference?

@mradulsf mradulsf requested a review from a team as a code owner June 21, 2024 19:14
@@ -249,6 +252,14 @@ const getColumnData = (
Branch: { header: messages.getMessage('packageBranch') },
};

if (Number(connection.version) > 60) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need to check against api version here? I don't see if for other fields we added in the past (language). It might be needed I'm just not familiar with this code path

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I believe so, we don't want the column header being populated and with empty data. This check is just for the header.

@shetzel shetzel merged commit 9ca90ea into main Jun 28, 2024
10 of 12 checks passed
@shetzel shetzel deleted the mradul/managed-packaging/W-15103954/async-validation-followup branch June 28, 2024 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants