You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates
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.


![897f7694-3e0f-4f7c-bb4b-9936624ead45](https://user-images.githubusercontent.com/2142787/219382371-eb3cf810-e4e0-456b-a8ff-aecc2b1a1032.jpeg)

Add artifacts list in actions workflow page.
1 year ago
..
admin Improve queue & process & stacktrace (#24636) 1 year ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 1 year ago
base Remove meta charset from HTML5 documents (#24744) 1 year ago
code Use data-tooltip-content for tippy tooltip (#23649) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
devtest Improve button-ghost, remove tertiary button (#24692) 1 year ago
explore Change `join_on` translation to `joined_on` and include placeholder for the date (#24550) 1 year ago
mail Remove incorrect HTML self close tag (#23748) 1 year ago
org Remove svg.svg class, restore .rss-icon (#24667) 1 year ago
package Add Go package registry (#24687) 1 year ago
projects Update pin and add pin-slash (#24669) 1 year ago
repo Implement actions artifacts (#22738) 1 year ago
shared Clean up various avatar dimensions (#24701) 1 year ago
status Remove meta charset from HTML5 documents (#24744) 1 year ago
swagger Remove meta charset from HTML5 documents (#24744) 1 year ago
user Change `add_on` in `keys_ssh.tmpl` (#24803) 1 year ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 1 year ago
install.tmpl Unification of registration fields order (#24737) 1 year ago
post-install.tmpl Remove incorrect HTML self close tag (#23748) 1 year ago