Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
/ NuGet.Jobs Public archive

Update few Orchestrator APIs to include ValidatingType EF queries. #551

Merged
merged 1 commit into from
Sep 10, 2018

Conversation

cristinamanum
Copy link
Contributor

@cristinamanum cristinamanum commented Aug 30, 2018

PackageValidation and ValidatorStatuses tables contain data for packages and symbolpackages.
A symbolpacakge and a package could have the same key.

In this change few APIs are updated to use validating type filter in order to keep the intended behavior.

…uld return packages and symbols if they have the same key.
/// <param name="packageKey">The package key for the validation request.</param>
/// <param name="validationId">The validation id for the validation request.</param>
/// <returns>Whether the <see cref="TValidator"/> has already validated this request's package in a different validation request.</returns>
Task<bool> IsRevalidationRequestAsync(int packageKey, Guid validationId);
Copy link
Contributor

Choose a reason for hiding this comment

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

why is this removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is not used.

@cristinamanum cristinamanum merged commit 2dd06be into dev Sep 10, 2018
@cristinamanum cristinamanum deleted the cmanuValidatingTypeFilter branch October 5, 2018 19:51
joelverhagen pushed a commit that referenced this pull request Oct 26, 2020
…uld return packages and symbols if they have the same key. (#551)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants