-
Notifications
You must be signed in to change notification settings - Fork 350
Vns aditya02 patch 1 #1558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vns aditya02 patch 1 #1558
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -396,7 +396,7 @@ const options = { | |
| REDIS_TLS_KEY_PASSPHRASE: z.string().optional(), | ||
|
|
||
| CONNECTION_MANAGER_UPSERT_TIMEOUT_MS: numberSchema.default(300000), | ||
| REPO_SYNC_RETRY_BASE_SLEEP_SECONDS: numberSchema.default(60), | ||
| REPO_SYNC_RETRY_BASE_SLEEP_SECONDS: numberSchema.default(600), | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suspicious retry sleep default changeLow Severity
Reviewed by Cursor Bugbot for commit fe05e17. Configure here.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win Update the documented default. When 🤖 Prompt for AI Agents |
||
|
|
||
| GITLAB_CLIENT_QUERY_TIMEOUT_SECONDS: numberSchema.default(60 * 10), | ||
|
|
||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: sourcebot-dev/sourcebot
Length of output: 50380
🏁 Script executed:
Repository: sourcebot-dev/sourcebot
Length of output: 50382
🏁 Script executed:
Repository: sourcebot-dev/sourcebot
Length of output: 50382
🏁 Script executed:
Repository: sourcebot-dev/sourcebot
Length of output: 30728
🏁 Script executed:
Repository: sourcebot-dev/sourcebot
Length of output: 24773
Do not mark Gitea permission syncing as fully supported.
Gitea is supported for connections, but
PERMISSION_SYNC_SUPPORTED_IDENTITY_PROVIDERSandPERMISSION_SYNC_SUPPORTED_CODE_HOST_TYPESonly include GitHub, GitLab, and Bitbucket. User-driven account permission sync rejects Gitea accounts, and there is no Gitea permission-syncing section or integration test coverage. Keep the table status unsupported or remove this if full end-to-end support is not present.🤖 Prompt for AI Agents