summary refs log tree commit diff
path: root/guix/import/github.scm
AgeCommit message (Expand)Author
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2022-12-26import: github: Allow updating to a specific version.Hartmut Goebel
2022-12-26upstream-updater: Rename record field.Hartmut Goebel
2022-07-11import: github: Use correct URL scheme.Hartmut Goebel
2022-03-06import: github: Reuse HTTP connection for the /tags URL fallback.Ludovic Courtès
2022-03-06import: github: Gracefully handle rate limit exhaustion.Ludovic Courtès
2022-01-16import/github: Test it.Maxime Devos
2022-01-16import/github: Return <git-reference> objects for git-fetch origins.Maxime Devos
2020-07-24import: github: Gracefully handle projects that have disappeared.Ludovic Courtès
2020-07-03import: Do not assume that 'package-source' returns an origin.Ludovic Courtès
2020-02-22import: github: Use HTTP "Authorization" header for access tokens.Matt Wette
2019-09-20import/github: Check for more version prefixes.Efraim Flashner
2019-09-08import: github: Fix incorrect no-release case.Ludovic Courtès
2019-08-27import: github: 'github-package?' uses 'package-upstream-name'.Ludovic Courtès
2019-07-25maint: Switch to Guile-JSON 3.x.Ludovic Courtès
2019-05-15import: github: Sort releases before picking the latest one.Arun Isaac
2019-05-15import: github: Improve readability.Arun Isaac
2019-01-21import: github: Improve readability.Arun Isaac
2019-01-21import: github: Use prereleases when package has no releases.Arun Isaac
2019-01-21import: github: Check if git URIs are GitHub URIs.Arun Isaac
2019-01-16import: github: Do not update URI for packages using git-fetch.Arun Isaac
2018-12-31refresh: github: updates for origins using 'git-fetch'.Eric Bavier
2018-08-20import: github: Filter out tags that don't look like version numbers.Ludovic Courtès
2018-08-20import: github: Get /tags when /releases returns the empty list.Ludovic Courtès
2018-08-20import: github: Request API v3 in the 'Accept' header.Ludovic Courtès
2018-06-10import: json: Consolidate duplicate json-fetch functionality.Jelle Licht
2017-10-28import: github: Gracefully handle multiple-URL origins.Ludovic Courtès
2017-01-28import: github: Better tolerate unexpected file extensions.Ludovic Courtès
2017-01-19import: github: Catch HTTP 403 error during fetch.Mathieu OTHACEHE
2017-01-13http-client: Provide 'User-Agent' header by default.Ludovic Courtès
2017-01-13import: github: Fix regression on the /releases retrieval.Ludovic Courtès
2016-12-20import: github: Use 'json-fetch'.Ludovic Courtès
2016-10-10import: github: Add .love extension.Efraim Flashner
2016-05-31import: github: Tiny cosmetic change.Ludovic Courtès
2016-05-31import github: Add to extension list.Efraim Flashner
2016-04-15upstream: Pass a package object to updaters.Ludovic Courtès
2016-02-26import: Add github-updater.Ben Woodcroft