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

[Package Renames] Expose popularity transfers in search #7903

Closed
loic-sharma opened this issue Mar 23, 2020 · 0 comments
Closed

[Package Renames] Expose popularity transfers in search #7903

loic-sharma opened this issue Mar 23, 2020 · 0 comments
Assignees

Comments

@loic-sharma
Copy link
Contributor

loic-sharma commented Mar 23, 2020

Expose popularity transfers on the /search/query endpoint.

Expose the popularity transfer auxiliary file metadata on the /search/diag endpoint.

Consider decreasing the auxiliary file reload cadence to something like once every 10 minutes.

@loic-sharma loic-sharma self-assigned this Mar 23, 2020
@loic-sharma loic-sharma added this to the Sprint 169 - 2020.04.13 milestone May 1, 2020
loic-sharma added a commit to NuGet/NuGet.Services.Metadata that referenced this issue May 5, 2020
This exposes the popularity transfer data on the `/search/query` endpoint. It also exposes the popularity transfer metadata on the `/search/diag` endpoint. This will later be used to monitor popularity transfer's staleness.

I also introduced a new type, `PopularityTransferData` to remove the usage of `SortedDictionary<string, SortedSet<string>>` and remove the need to check case insensitivity for popularity transfers.

Addresses NuGet/NuGetGallery#7903
joelverhagen pushed a commit to NuGet/NuGet.Jobs that referenced this issue Oct 26, 2020
This exposes the popularity transfer data on the `/search/query` endpoint. It also exposes the popularity transfer metadata on the `/search/diag` endpoint. This will later be used to monitor popularity transfer's staleness.

I also introduced a new type, `PopularityTransferData` to remove the usage of `SortedDictionary<string, SortedSet<string>>` and remove the need to check case insensitivity for popularity transfers.

Addresses NuGet/NuGetGallery#7903
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

No branches or pull requests

2 participants