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

Fix version feeds #293

Merged
merged 2 commits into from
Jun 14, 2024
Merged

Fix version feeds #293

merged 2 commits into from
Jun 14, 2024

Conversation

dericksonmark
Copy link
Member

Purpose

Version feeds have been failing for maybe two years now. The cause of the issue seems to be the fact that project IDs were being returned in the version list rather than project keys.

Approach

The config file was adapted to accept a key-ID pair list for each version feed. When fetching a list of versions, keys are used to search for a project's version, while IDs are used to convert returned versions' projects into embed fields.

Future work

These changes only enable the version-feed channel.

@dericksonmark dericksonmark linked an issue Jun 6, 2024 that may be closed by this pull request
@dericksonmark dericksonmark merged commit 3a48a7d into master Jun 14, 2024
2 checks passed
@dericksonmark dericksonmark deleted the version-feed-fix branch June 14, 2024 00:20
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.

Version feeds don't work anymore
2 participants