Copilot
|
6f9fa55785
|
models/fixtures: add "DO NOT add more test data" comment to all yml fixture files (#37150)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: wxiaoguang <2114189+wxiaoguang@users.noreply.github.com>
|
2026-04-09 13:26:21 +08:00 |
|
Lunny Xiao
|
eab20cb6bd
|
Fix more yaml lint errors (#27284)
Fix #27268
|
2023-09-26 12:56:42 -04:00 |
|
FuXiaoHei
|
c757765a9e
|
Implement actions artifacts (#22738)
Implement action artifacts server api.
This change is used for supporting
https://github.com/actions/upload-artifact and
https://github.com/actions/download-artifact in gitea actions. It can
run sample workflow from doc
https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts.
The api design is inspired by
https://github.com/nektos/act/blob/master/pkg/artifacts/server.go and
includes some changes from gitea internal structs and methods.
Actions artifacts contains two parts:
- Gitea server api and storage (this pr implement basic design without
some complex cases supports)
- Runner communicate with gitea server api (in comming)
Old pr https://github.com/go-gitea/gitea/pull/22345 is outdated after
actions merged. I create new pr from main branch.

Add artifacts list in actions workflow page.
|
2023-05-19 21:37:57 +08:00 |
|
techknowlogick
|
46373e7657
|
Hash App token (#6724)
|
2019-05-04 11:45:34 -04:00 |
|
Ethan Koenig
|
de8b73dd92
|
Unit tests for token and update models
|
2016-12-31 10:17:45 +01:00 |
|