aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration/api_packages_cran_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add standard-compliant route to serve outdated R packages (#32783)Sebastian T. T.2024-12-111-0/+8
| | | | | | | | | | | | | The R package repository currently does not have support for older versions of packages which should be stored in a separate /Archive router. This PR remedies that by adding a new path router. I am a member of a group that loves using Gitea and this bug has been annoying us for a long time. Hope it can be merged in time for Gitea 1.23.0. Any feedback much appreciated. Fixes #32782
* Convert to url auth to header auth in tests (#28484)KN4CK3R2023-12-211-26/+19
| | | Related #28390
* Add CRAN package registry (#22331)KN4CK3R2023-05-221-0/+242
This PR adds a [CRAN](https://cran.r-project.org/) package registry. ![grafik](https://user-images.githubusercontent.com/1666336/210450039-d6fa6f77-20cd-4741-89a8-1624def267f7.png)