silverwind
8bcba04001
Document gitea.event payload fields ( #478 )
...
Fixes https://gitea.com/gitea/docs/issues/386
`gitea.event` was documented as `{...}` only. Adds an "Event payload" section listing the commonly used fields per event, including `gitea.event.schedule`, and notes where Gitea's payloads deviate from GitHub's.
Also corrects the trigger event table:
1. `pull_request` takes `synchronize`, not `synchronized`
1. `workflow_run` also emits `in_progress`
1. `schedule`, `workflow_call` and `pull_request_target` were missing
Reviewed-on: https://gitea.com/gitea/docs/pulls/478
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: silverwind <[email protected] >
2026-08-02 21:07:13 +00:00
49dcc71f89
fix: AGit docs accurately reflect syntax ( #474 )
...
there was confusing words around this. `HEAD` was mentioned twice and `origin` was used in place of a sensible option
---------
Co-authored-by: MnPX <[email protected] >
Co-authored-by: lunny <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/474
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: MnPX <[email protected] >
2026-08-02 17:48:09 +00:00
TheFox0x7 and Lunny Xiao
74674a6259
backport v27 changes ( #471 )
...
See https://github.com/go-gitea/gitea/issues/38621
---------
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/471
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: TheFox0x7 <[email protected] >
2026-07-26 05:20:08 +00:00
e3317cd869
Move Hacking to Gitea main repo ( #429 )
...
Related: https://github.com/go-gitea/gitea/pull/37960
Co-authored-by: Lunny Xiao <[email protected] >
Co-authored-by: wxiaoguang <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/429
Reviewed-by: Lunny Xiao <[email protected] >
Reviewed-by: silverwind <[email protected] >
Co-authored-by: Nicolas <[email protected] >
2026-07-09 23:55:17 +00:00
bircni and Lunny Xiao
938700805b
docs: clarify that [git.config] options override Gitea's built-in defaults ( #444 )
...
User-provided git config options are now applied after Gitea's built-in
defaults, so they take precedence. Update the config cheat sheet to
reflect this new behavior and add a warning about potentially breaking
git operations.
refers to https://github.com/go-gitea/gitea/pull/38172
---------
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/444
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: bircni <[email protected] >
2026-07-09 23:50:21 +00:00
965c269495
Update zh tw languages and fix some broken links ( #455 )
...
---------
Co-authored-by: silverwind <[email protected] >
Co-authored-by: silverwind <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/455
Reviewed-by: silverwind <[email protected] >
2026-07-09 23:41:46 +00:00
TheFox0x7 and Lunny Xiao
9558006c39
update binary verification section ( #449 )
...
---------
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/449
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: TheFox0x7 <[email protected] >
2026-07-01 17:22:39 +00:00
Lunny Xiao
1033f033bc
Add 1.27 rc0 documentation ( #453 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/453
Reviewed-by: Zettat123 <[email protected] >
2026-07-01 17:14:52 +00:00