feature/ai-review #7

Merged
gitea_admin merged 15 commits from feature/ai-review into main 2026-04-22 09:30:02 +00:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 01ba25f097 - Show all commits

View File

@@ -819,6 +819,8 @@ postgresql:
**Email Notifications**: Enabled (`ENABLE_NOTIFY_MAIL: true`). SMTP credentials injected via `gitea-smtp-secret` using `additionalConfigFromEnvs` with `GITEA__mailer__USER` / `GITEA__mailer__PASSWD` environment variables. **Email Notifications**: Enabled (`ENABLE_NOTIFY_MAIL: true`). SMTP credentials injected via `gitea-smtp-secret` using `additionalConfigFromEnvs` with `GITEA__mailer__USER` / `GITEA__mailer__PASSWD` environment variables.
**Auto-Watch**: Disabled (`AUTO_WATCH_ON_CHANGES: false`, `AUTO_WATCH_NEW_REPOS: false`). Prevents contributors from being auto-subscribed to repo notifications on push, reducing email noise from CI bots (e.g., ai-review PR comments). Users who were already watching before this change need to manually unwatch or switch to "Only participating".
Review

Line is too long and contains redundant information; consider breaking into multiple lines and removing the duplicate '# added' comment.

**Auto-Watch**: Disabled (`AUTO_WATCH_ON_CHANGES: false`, `AUTO_WATCH_NEW_REPOS: false`). Prevents contributors from being auto-subscribed to repo notifications on push, reducing email noise from CI bots (e.g., ai-review PR comments). Users who were already watching before this change need to manually unwatch or switch to "Only participating".

#ai-review-inline

Line is too long and contains redundant information; consider breaking into multiple lines and removing the duplicate '# added' comment. ```suggestion **Auto-Watch**: Disabled (`AUTO_WATCH_ON_CHANGES: false`, `AUTO_WATCH_NEW_REPOS: false`). Prevents contributors from being auto-subscribed to repo notifications on push, reducing email noise from CI bots (e.g., ai-review PR comments). Users who were already watching before this change need to manually unwatch or switch to "Only participating". ``` #ai-review-inline
Review

Remove this empty line with redundant comment.

#ai-review-inline

Remove this empty line with redundant comment. #ai-review-inline
**Endpoints**: **Endpoints**:
- Web UI: `https://git.forteapps.net` - Web UI: `https://git.forteapps.net`
- SSH: port 22 (ClusterIP) - SSH: port 22 (ClusterIP)

View File

@@ -29,7 +29,10 @@ gitea:
ALLOW_ONLY_EXTERNAL_REGISTRATION: true ALLOW_ONLY_EXTERNAL_REGISTRATION: true
ENABLE_BASIC_AUTHENTICATION: true ENABLE_BASIC_AUTHENTICATION: true
ENABLE_PASSWORD_SIGNIN_FORM: false ENABLE_PASSWORD_SIGNIN_FORM: false
ENABLE_NOTIFY_MAIL: true AUTO_WATCH_ON_CHANGES: false
Review

Consider removing inline comments from YAML values as they may cause parsing issues in some environments.

      AUTO_WATCH_ON_CHANGES: false

#ai-review-inline

Consider removing inline comments from YAML values as they may cause parsing issues in some environments. ```suggestion AUTO_WATCH_ON_CHANGES: false ``` #ai-review-inline
AUTO_WATCH_NEW_REPOS: false
Review

Consider removing inline comments from YAML values as they may cause parsing issues in some environments.

      AUTO_WATCH_NEW_REPOS: false

#ai-review-inline

Consider removing inline comments from YAML values as they may cause parsing issues in some environments. ```suggestion AUTO_WATCH_NEW_REPOS: false ``` #ai-review-inline
ENABLE_NOTIFY_MAIL: false
Review

Consider removing inline comments from YAML values as they may cause parsing issues in some environments.

      ENABLE_NOTIFY_MAIL: false

#ai-review-inline

Consider removing inline comments from YAML values as they may cause parsing issues in some environments. ```suggestion ENABLE_NOTIFY_MAIL: false ``` #ai-review-inline
ENABLE_TIMETRACKING: false
Review

Consider removing inline comments from YAML values as they may cause parsing issues in some environments.

      ENABLE_TIMETRACKING: false

#ai-review-inline

Consider removing inline comments from YAML values as they may cause parsing issues in some environments. ```suggestion ENABLE_TIMETRACKING: false ``` #ai-review-inline
openid: openid:
ENABLE_OPENID_SIGNIN: false ENABLE_OPENID_SIGNIN: false