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

Detecting duplicates #1752

Open
Zlopez opened this issue Mar 27, 2024 · 0 comments
Open

Detecting duplicates #1752

Zlopez opened this issue Mar 27, 2024 · 0 comments
Labels
Medium Priority This ticket has a medium priority type.feature New feature

Comments

@Zlopez
Copy link
Contributor

Zlopez commented Mar 27, 2024

Here is an idea for detecting duplicates in release-monitoring.org.

Each backend now has get_backend_url method which gives us a URL for the project that is actually checked for the new versions. As this method always returns same URL for different Anitya projects that check same project upstream we can leverage that for some kind of duplicate detection, when the project is created and for finding duplicates in existing projects as well.

Cleaning the existing projects will be probably just a one-shot process after this will be introduced to project creation.

We will still have duplicates for projects with different backends, but at least it will allow us to quickly detect duplicate projects with same backend.

@Zlopez Zlopez added type.feature New feature Medium Priority This ticket has a medium priority labels Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Medium Priority This ticket has a medium priority type.feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant