28 Commits

Author SHA1 Message Date
repair-agent
d2af1ddaa9 fix: auto repair bugs #22
All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 3m18s
2026-02-24 14:43:23 +08:00
repair-agent
9144770130 fix(cicd): replace dead daocloud kubectl mirror with official k8s.io
All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 3m11s
DaoCloud mirror returns 404 for kubectl v1.28.2, causing Setup Kubectl
step to hang. Use official dl.k8s.io with cdn.dl.k8s.io as fallback.
Also update pinned dependency versions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 14:38:16 +08:00
repair-agent
5fb71b99f9 fix: auto repair bugs #21, #20
All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 6m44s
2026-02-24 14:31:05 +08:00
repair-agent
c96bef3515 fix: auto repair bugs #19
Some checks failed
Build and Deploy Backend / build-and-deploy (push) Has been cancelled
2026-02-24 14:19:13 +08:00
repair-agent
f9857c17ee fix(deps): pin alibabacloud shared deps to avoid pip backtracking
Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 1m14s
dysmsapi and dypnsapi share alibabacloud-tea-openapi but their
transitive deps cause pip to endlessly backtrack during resolution.
Pin compatible versions of shared deps to speed up the build.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 14:10:19 +08:00
repair-agent
91d0311b95 fix: auto repair bugs #19
Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 1m32s
2026-02-24 13:53:03 +08:00
repair-agent
2628f7c281 fix: auto repair bugs #19
Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 1m0s
2026-02-24 13:47:42 +08:00
repair-agent
cbcf867b5b fix(cicd): use correct context field names for Log Center fingerprint
Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 54s
Add job_name and step_name to match Log Center's CI/CD fingerprint
generation, replacing failed_step which was not recognized. This fixes
deduplication causing new CI/CD failures to be silently dropped.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 13:46:08 +08:00
repair-agent
47bc810256 fix(cicd): use set -o pipefail instead of broken PIPESTATUS approach
Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 57s
PIPESTATUS[0] was consumed by the echo command before exit could use it,
causing build failures to be reported as success. set -o pipefail makes
the entire pipe fail if any command fails, which is simpler and correct.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 13:36:26 +08:00
repair-agent
ebe555216b fix(cicd): capture actual build/deploy logs in failure report
Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 1m14s
Replace docker/build-push-action with shell command to capture
stdout/stderr. Include real error output in Log Center report
so repair agent can diagnose CI/CD failures.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 13:32:57 +08:00
repair-agent
7603b15ffb feat(ops): add Log Center env vars to K8s and CI/CD failure reporting
Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 1m6s
- K8s: add ENVIRONMENT, LOG_CENTER_URL, LOG_CENTER_ENABLED to dev/prod
- CI/CD: report build/deploy failures to Log Center (source: cicd)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 13:17:11 +08:00
repair-agent
c584df814f fix(stories): fix shelf deletion IntegrityError with transaction.atomic
Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 3m32s
Wrap shelf deletion in transaction.atomic to handle cases where
stories cannot be unlinked from shelf due to database constraints.
Falls back to deleting stories if update fails.

Fixes: Log Center Bug #13

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 13:00:25 +08:00
repair-agent
206e051817 fix(log-center): add repo_url and change default env to development
- Add hardcoded repo_url for repair agent to locate git repository
- Change default environment from 'production' to 'development'

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 13:00:18 +08:00
repair-agent
ee7f3ffea3 add message
Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 1m3s
2026-02-14 13:23:16 +08:00
repair-agent
f1bead86f6 fix music
Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 56s
2026-02-12 17:35:54 +08:00
repair-agent
7a6d7814e0 fix store bug
Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 57s
2026-02-12 14:05:51 +08:00
repair-agent
81d7e95c19 fix sms code
Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 1m5s
2026-02-12 10:06:42 +08:00
repair-agent
bc28ef00f1 add phone login
Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 59s
2026-02-09 18:24:58 +08:00
repair-agent
88b8f023f4 Fix app api
Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 1m36s
2026-02-09 15:35:33 +08:00
zyc
416be408fd test: add log center integration tests
All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 2m0s
2026-01-30 13:18:56 +08:00
zyc
d908558f01 feat: integrate log center error reporting
All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 1m42s
2026-01-30 13:16:37 +08:00
zyc
e0c20cf4d1 fix cors
All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 1m36s
2026-01-29 16:19:32 +08:00
zyc
d66b4ab137 fix https
All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 1m49s
2026-01-29 16:09:00 +08:00
zyc
d711c7e673 fix build bug
All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 1m38s
2026-01-29 15:43:51 +08:00
zyc
1f0747e13d add 国内源(阿里云)
All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 1m49s
2026-01-29 15:29:37 +08:00
zyc
ded5be6a05 add build test
Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 6m4s
2026-01-29 15:16:20 +08:00
zyc
3a8df43de7 fix bug 2026-01-29 10:41:26 +08:00
zyc
c0deacd79c first commit 2026-01-29 10:02:15 +08:00