Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add artifacts test fixture (#30300) | Kyle D. | 2024-11-01 | 4 | -0/+4 |
| | | | | | | | | | | | | Closes https://github.com/go-gitea/gitea/issues/30296 - Adds a DB fixture for actions artifacts - Adds artifacts test files - Clears artifacts test files between each run - Note: I initially initialized the artifacts only for artifacts tests, but because the files are small it only takes ~8ms, so I changed it to always run in test setup for simplicity - Fix some otherwise flaky tests by making them not depend on previous tests | ||||
* | Allow get release download files and lfs files with oauth2 token format (#26430) | Lunny Xiao | 2023-10-01 | 1 | -0/+1 |
Fix #26165 Fix #25257 |