summaryrefslogtreecommitdiff
path: root/guix/import/github.scm
AgeCommit message (Expand)Author
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