99rgosse
b84e09cd7b
Add the "--skip-index" parameter for dump command ( #158 )
...
Hello
This PR is only to show up the "--skip-index" parameter missing from the documentation from the "dump" command
Reference in code : https://github.com/go-gitea/gitea/blob/main/cmd/dump.go#L267
Reviewed-on: https://gitea.com/gitea/docs/pulls/158
Co-authored-by: 99rgosse <[email protected] >
Co-committed-by: 99rgosse <[email protected] >
2025-01-17 17:43:21 +00:00
Lunny Xiao
b5245578b5
Fix API 404 ( #156 )
...
Fix #154
Reviewed-on: https://gitea.com/gitea/docs/pulls/156
2025-01-16 07:01:43 +00:00
woshishabii
56cbea7928
a typo i guess ( #155 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/155
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: woshishabii <[email protected] >
Co-committed-by: woshishabii <[email protected] >
2025-01-16 00:16:26 +00:00
Renovate Bot
9acb2b3eb7
fix(deps): update dependency redocusaurus to v2.2.1 ( #151 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/151
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-14 17:21:55 +00:00
Renovate Bot
93b1d04dab
fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.48.0 ( #152 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/152
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-14 17:21:48 +00:00
Renovate Bot
aeb506659c
fix(deps): update dependency @mui/material to v6.4.0 ( #153 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/153
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-14 17:21:34 +00:00
yp05327
192a773da3
Fix update swagger json ( #150 )
...
I can not understand the old logic:
- download the web page (not the raw data) from GitHub
- replace `AppVer`
- remove the file???
It does nothing.
The correct logic:
- download the raw file from GitHub
- replace `AppVer` and `AppSubUrl`
- move the file to the correct place
As the script is not correct for a long time, added the support for all version since 1.19.
Fix #142
Reviewed-on: https://gitea.com/gitea/docs/pulls/150
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: yp05327 <[email protected] >
Co-committed-by: yp05327 <[email protected] >
2025-01-14 03:00:44 +00:00
TheFox0x7
301154989a
Add docusaurus faster ( #149 )
...
Leads to about half the build time.
Reviewed-on: https://gitea.com/gitea/docs/pulls/149
Co-authored-by: TheFox0x7 <[email protected] >
Co-committed-by: TheFox0x7 <[email protected] >
2025-01-10 19:15:45 +00:00
Lunny Xiao
1ddf6a1822
upgrade to 1.23.1 ( #148 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/148
Co-authored-by: Lunny Xiao <[email protected] >
Co-committed-by: Lunny Xiao <[email protected] >
2025-01-10 18:58:33 +00:00
Renovate Bot
a9fdbab409
fix(deps): update react monorepo to v19 (major) ( #121 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/121
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-10 18:11:48 +00:00
Renovate Bot
e05a89ff18
fix(deps): update dependency redocusaurus to v2.2.0 ( #117 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/117
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-10 17:53:57 +00:00
Renovate Bot
3c21d98474
fix(deps): update docusaurus monorepo to v3.7.0 ( #118 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/118
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-10 16:20:11 +00:00
Renovate Bot
4c47d3b921
fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.47.0 ( #140 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/140
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-10 16:08:26 +00:00
Lunny Xiao
67e83400bd
update version to 1.23.0 ( #141 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/141
2025-01-10 05:28:14 +00:00
yp05327 and Lunny Xiao
4183476129
Fix CI error in update swagger files ( #145 )
...
If there's no changes, the CI will end with exit 1.
<img width="689" alt="image.png" src="attachments/62248c28-6767-4b56-9e06-571e13feb867">
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/145
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: yp05327 <[email protected] >
Co-committed-by: yp05327 <[email protected] >
v1.22
2025-01-09 18:48:57 +00:00
Zettat123
a97908040d
Update some docs ( #144 )
...
Close #143
- Add `ORG_PAGING_NUM`
- Remove `hashFiles` from unsupported workflows syntax
Reviewed-on: https://gitea.com/gitea/docs/pulls/144
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: Zettat123 <[email protected] >
Co-committed-by: Zettat123 <[email protected] >
2025-01-09 05:27:03 +00:00
wxiaoguang and Lunny Xiao
5c11efcedf
Improve config cheat sheet and update SSH_USER ( #138 )
...
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/138
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: wxiaoguang <[email protected] >
Co-committed-by: wxiaoguang <[email protected] >
2025-01-07 22:40:06 +00:00
TheFox0x7
d97b557d9f
Remove dead marketplace links ( #139 )
...
both have removed gitea from their marketplaces
Reviewed-on: https://gitea.com/gitea/docs/pulls/139
Co-authored-by: TheFox0x7 <[email protected] >
Co-committed-by: TheFox0x7 <[email protected] >
2025-01-05 18:33:08 +00:00
Renovate Bot
3724f66b6d
fix(deps): update dependency @mui/material to v6.3.1 ( #137 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/137
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-05 03:37:08 +00:00
kerwin612 and Lunny Xiao
2e4a4281ff
fix api-version hidden issue ( #136 )
...
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/136
Co-authored-by: kerwin612 <[email protected] >
Co-committed-by: kerwin612 <[email protected] >
2024-12-27 02:28:31 +00:00
Renovate Bot
80359e274d
fix(deps): update dependency prism-react-renderer to v2.4.1 ( #116 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/116
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2024-12-27 01:55:22 +00:00
Renovate Bot
d6936415c8
fix(deps): update dependency @mui/material to v6 ( #120 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/120
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2024-12-27 01:54:35 +00:00
Lunny Xiao
e691a131c1
Follow #75 to update all variables ( #135 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/135
Co-authored-by: Lunny Xiao <[email protected] >
Co-committed-by: Lunny Xiao <[email protected] >
2024-12-27 00:58:11 +00:00
hype8912 and Lunny Xiao
8433f055a1
Update docs/usage/actions/variables.md ( #75 )
...
Updated text to say action variables cannot not start with "CI"
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/75
Co-authored-by: hype8912 <[email protected] >
Co-committed-by: hype8912 <[email protected] >
2024-12-27 00:47:29 +00:00
Lunny Xiao
ef66eb0882
Update storage docs to make less confusing ( #131 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/131
Reviewed-by: Zettat123 <[email protected] >
Reviewed-by: Bo-Yi Wu (吳柏毅) <[email protected] >
2024-12-27 00:12:07 +00:00
Lunny Xiao and kerwin612
433c930127
Introduce runner documentations ( #133 )
...
This PR introduces documentation for Runner.
<img width="959" alt="图片.png" src="attachments/5ad6a8af-d799-4718-9d33-56bf91a8852e">
Co-authored-by: kerwin612 <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/133
Reviewed-by: Bo-Yi Wu (吳柏毅) <[email protected] >
Co-authored-by: Lunny Xiao <[email protected] >
Co-committed-by: Lunny Xiao <[email protected] >
2024-12-26 23:44:25 +00:00
Zettat123 and Lunny Xiao
8f872a636d
Document for GITEA_RUNNER_REGISTRATION_TOKEN env ( #132 )
...
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/132
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Zettat123 <[email protected] >
Co-committed-by: Zettat123 <[email protected] >
2024-12-24 20:32:57 +00:00
Renovate Bot
1e528b6616
fix(deps): update dependency @mui/material to v5.16.12 ( #115 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/115
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2024-12-24 04:28:52 +00:00
vmmello and Lunny Xiao
57ee3a4653
FAQ: improves answer of question "Push Hook / Webhook / Actions aren't running" ( #130 )
...
On FAQ item: "Push Hook / Webhook / Actions aren't running"
The action suggested in the original answer is not enough to fix the issue when the hooks are not running. For example, when none of the hooks is running, and branches and tags are not in the database, re-running only the update/receive hooks will not have any effect.
This change adds two additional actions: sync branches and tags before running re-running the sync of update/receive hooks.
Also added a comment about filesystems mounted with `no-exec` option.
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/130
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: vmmello <[email protected] >
Co-committed-by: vmmello <[email protected] >
2024-12-23 03:44:44 +00:00
dc5a65d91a
fix: add space for url ( #129 )
...

Resolve the problem that was wrongly detected as a URL.
Co-authored-by: shugen002 <[email protected] >
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/129
Reviewed-by: blumia <[email protected] >
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: shugen <[email protected] >
Co-committed-by: shugen <[email protected] >
2024-12-19 20:33:24 +00:00
Renovate Bot
0d073f07c4
fix(deps): update emotion monorepo to v11.14.0 ( #119 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/119
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2024-12-19 15:13:19 +00:00
Lunny Xiao
a0feb8c4fc
Add new version 1.23.0-rc0 ( #128 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/128
2024-12-18 07:44:42 +00:00
wxiaoguang and Lunny Xiao
177b9d8d87
Add ALLOW_FORK_INTO_SAME_OWNER and fix legacy syntax ( #122 )
...
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/122
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: wxiaoguang <[email protected] >
Co-committed-by: wxiaoguang <[email protected] >
2024-12-18 07:20:36 +00:00
TheFox0x7
43b15f49b7
Add a warning about sha256 support in actions ( #126 )
...
Closes: https://gitea.com/gitea/docs/issues/74
Reviewed-on: https://gitea.com/gitea/docs/pulls/126
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: TheFox0x7 <[email protected] >
Co-committed-by: TheFox0x7 <[email protected] >
2024-12-18 02:18:37 +00:00
TheFox0x7
7a4e79c937
use fqin for container images ( #125 )
...
It's generally considered a better practice and it's more portable allowing podman to work without having to modify the name.
Reviewed-on: https://gitea.com/gitea/docs/pulls/125
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: TheFox0x7 <[email protected] >
Co-committed-by: TheFox0x7 <[email protected] >
2024-12-17 20:23:46 +00:00
Lunny Xiao
2b9cc256ea
Remove compare with Gogs because of the Gogs development is almost stopped ( #124 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/124
Reviewed-by: Bo-Yi Wu (吳柏毅) <[email protected] >
Co-authored-by: Lunny Xiao <[email protected] >
Co-committed-by: Lunny Xiao <[email protected] >
2024-12-16 17:14:08 +00:00
Lunny Xiao
dc2b857cac
Upgrade to 1.22.6
2024-12-13 00:09:11 -08:00
Renovate Bot
bc57251835
fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.46.0 ( #112 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/112
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2024-12-12 05:29:33 +00:00
Renovate Bot
b33e1fd696
fix(deps): update dependency @mdx-js/react to v3.1.0
2024-12-12 05:16:08 +00:00
Lunny Xiao
869fb8d4e5
Upgrade to 1.22.5
2024-12-11 13:05:31 -08:00
KN4CK3R and Lunny Xiao
6b1cd2beeb
Add Arch package registry ( #111 )
...
Docs for https://github.com/go-gitea/gitea/pull/32692
Close #47
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/111
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: KN4CK3R <[email protected] >
Co-committed-by: KN4CK3R <[email protected] >
2024-12-07 04:15:16 +00:00
9a204d82a1
Add info on STATIC_URL_PREFIX gotcha in cheat sheet ( #99 )
...
When using *STATIC_URL_PREFIX* to load assets, some UI elements will stop working, as described on the Gitea server on Discord: https://discord.com/channels/322538954119184384/322910365237248000/1305896452400218122
The fix is, to disable *ui.notification.EVENT_SOURCE_UPDATE_TIME* by setting it to *-1*.
This PR adds that information to the _configuration cheat sheet_.
The fix is needed in Gitea 1.22.3. I do not know about previous versions.
Co-authored-by: tobias.petersen <[email protected] >
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/99
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: tobiasbp <[email protected] >
Co-committed-by: tobiasbp <[email protected] >
2024-12-04 01:50:30 +00:00
wxiaoguang
e80ea3d8e7
doc: ENABLE_PASSWORD_LOGIN_FORM ( #110 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/110
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: wxiaoguang <[email protected] >
Co-committed-by: wxiaoguang <[email protected] >
2024-12-01 19:40:53 +00:00
pasmophobia and Lunny Xiao
f857051cdc
fix mistake in docs/usage/actions/act-runner.md#365 ( #97 )
...
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/97
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: pasmophobia <[email protected] >
Co-committed-by: pasmophobia <[email protected] >
2024-12-01 06:22:57 +00:00
mowoc-ocp and Lunny Xiao
ed69343d70
Update docs/administration/config-cheat-sheet.md for MINIO_IAM_ENDPOINT ( #103 )
...
Targeting issue [#32271 ](https://github.com/go-gitea/gitea/issues/32271 )
## Summary
This PR adds information about MINIO_IAM_ENDPOINT to the configuration cheat sheet, related to PR https://github.com/go-gitea/gitea/pull/32581
## Changes
- Adds MINIO_IAM_ENDPOINT to all examples referencing `MinioStorageConfig`
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/103
Co-authored-by: mowoc-ocp <[email protected] >
Co-committed-by: mowoc-ocp <[email protected] >
2024-11-26 08:03:34 +00:00
Lunny Xiao
3e404a348f
Upgrade to 1.22.4 ( #109 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/109
2024-11-26 04:38:25 +00:00
Konstantin Podsvirov and Lunny Xiao
683e72aed1
Fix in delete debian package example ( #98 )
...
Delete extra `s` symbol in api entrypoint.
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/98
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Konstantin Podsvirov <[email protected] >
Co-committed-by: Konstantin Podsvirov <[email protected] >
2024-11-26 02:07:48 +00:00
justinsb and Lunny Xiao
4ebeaff28f
Fix typo: Advantage -> Advanced ( #101 )
...
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/101
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: justinsb <[email protected] >
Co-committed-by: justinsb <[email protected] >
2024-11-25 21:12:48 +00:00
Lunny Xiao
1edaf07b36
Update comparasion because of merge queue has been implemented. ( #104 )
...
Since https://github.com/go-gitea/gitea/pull/9307 and https://github.com/go-gitea/gitea/pull/19648 , merge queue has been introduced.
Reviewed-on: https://gitea.com/gitea/docs/pulls/104
2024-11-25 21:10:09 +00:00
Lunny Xiao
fc7bdfc7b6
Improve the signing documentations ( #108 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/108
2024-11-25 05:36:44 +00:00