You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
Fix schedule actions still running even if workflow disalbed (go-gitea#26939)
Fix the missing repo count (go-gitea#26942)
Improve SSH Key / GPG Key / Deploy Key UI (go-gitea#26949)
[skip ci] Updated translations via Crowdin
Update nginx recommendations (go-gitea#26924)
docs: Update Profile README information (go-gitea#26947)
Fix scoped label layout (go-gitea#26932)
Move createrepository from module to service layer (go-gitea#26927)
Add a documentation note for Windows Service (go-gitea#26938)
allow "latest" to be used in release vTag when downloading file (go-gitea#26748)
Extract common code to new template (go-gitea#26933)
Show always repo count in header (go-gitea#26842)
Show always repo count in header (go-gitea#26842)
Artifacts retention and auto clean up (go-gitea#26131)
Fix UI anomalies (go-gitea#26929)
Fix the display of org level badges (go-gitea#26504)
Copy file name to clipboardExpand all lines: docs/content/administration/config-cheat-sheet.en-us.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -955,6 +955,12 @@ Default templates for project boards:
955
955
-`SCHEDULE`: **@midnight** : Interval as a duration between each synchronization, it will always attempt synchronization when the instance starts.
956
956
-`UPDATE_EXISTING`: **true**: Create new users, update existing user data and disable users that are not in external source anymore (default) or only create new users if UPDATE_EXISTING is set to false.
-`RUN_AT_START`: **true**: Run job at start time (if ENABLED).
962
+
-`SCHEDULE`: **@midnight** : Cron syntax for the job.
963
+
958
964
### Extended cron tasks (not enabled by default)
959
965
960
966
#### Cron - Garbage collect all repositories (`cron.git_gc_repos`)
@@ -1381,6 +1387,7 @@ PROXY_HOSTS = *.github.com
1381
1387
-`DEFAULT_ACTIONS_URL`: **github**: Default platform to get action plugins, `github` for `https://github.com`, `self` for the current Gitea instance.
1382
1388
-`STORAGE_TYPE`: **local**: Storage type for actions logs, `local` for local disk or `minio` for s3 compatible object storage service, default is `local` or other name defined with `[storage.xxx]`
1383
1389
-`MINIO_BASE_PATH`: **actions_log/**: Minio base path on the bucket only available when STORAGE_TYPE is `minio`
1390
+
-`ARTIFACT_RETENTION_DAYS`: **90**: Number of days to keep artifacts. Set to 0 to disable artifact retention. Default is 90 days if not set.
1384
1391
1385
1392
`DEFAULT_ACTIONS_URL` indicates where the Gitea Actions runners should find the actions with relative path.
1386
1393
For example, `uses: actions/checkout@v3` means `https://github.com/actions/checkout@v3` since the value of `DEFAULT_ACTIONS_URL` is `github`.
Copy file name to clipboardExpand all lines: docs/content/usage/profile-readme.en-us.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,6 @@ menu:
15
15
16
16
# Profile READMEs
17
17
18
-
To display a markdown file in your Gitea profile page, simply make a repository named ".profile" and edit the README.md file inside. Gitea will automatically pull this file in and display it above your repositories.
18
+
To display a Markdown file in your Gitea profile page, simply create a repository named `.profile` and add a new file called `README.md`. Gitea will automatically display the contents of the file on your profile, above your repositories.
19
19
20
-
Note. You are welcome to make this repository private. Doing so will hide your source files from public viewing and allow you to privitize certain files. However, the README.md file will be the only file present on your profile. If you wish to have an entirely private .profile repository, remove or rename the README.md file.
20
+
Making the `.profile`repository privatewill hide the Profile README.
_, err:=db.GetEngine(ctx).Where("id=? AND status = ?", artifactID, ArtifactStatusUploadConfirmed).Cols("status").Update(&ActionArtifact{Status: int64(ArtifactStatusExpired)})
0 commit comments