Commit Graph

9 Commits

Author SHA1 Message Date
b9bf8c6c96 Fix version formatting in releases widget 2024-08-30 16:19:20 +01:00
71ca1753ef Update repository widget last commits 2024-08-29 18:18:38 +01:00
c6bfbf4ac1 Merge branch 'release/v0.6.0' into github-commit 2024-08-29 17:40:14 +01:00
01af97ddab Allow fetching releases from multiple sources 2024-08-27 03:26:16 +01:00
7d1ede8c91 releases: Add support for gitlab 2024-07-03 08:20:02 +02:00
263d2e6f30 Use GitHub's latest release API endpoint
The current releases widget uses the releases endpoint to pull the 10
most recent releases and filter them to find the latest release. This
causes a problem when a repository's latest release is outside of the 10
most recent (e.g. 10 prereleases):

ERROR No live release found repository=cross-seed/cross-seed url="https://api.github.com/repos/cross-seed/cross-seed/releases?per_page=10"

This is no longer a problem when using the latest release endpoint which
grabs the latest release, ignoring draft releases and prereleases.
2024-06-07 16:27:13 -05:00
90d718c186 Add last Github commits
Signed-off-by: Anthony Harivel <aharivel@redhat.com>
2024-05-18 11:51:44 +02:00
c5e3eed64b Add Repository Overview widget 2024-05-10 11:05:42 +01:00
ec8ba40cf0 Initial commit 2024-04-27 20:10:24 +01:00