Jeffery
|
40ebfe99a8
|
feat: 前置驗證納入 git push 認證檢查
AI / Code Review (pull_request) Failing after 2m48s
AI / 計算版本號 (pull_request) Successful in 2s
git push 走 askpass + HTTP 認證,與 Gitea REST API 是兩套機制,API token
有效不代表 push 能用(曾出現 askpass 無法執行、could not read Username 而
push 失敗)。新增 git.js verifyRemoteAccess() 以相同 askpass + remote URL
跑唯讀 git ls-remote,preflight 呼叫並在失敗時 exit 1,提前攔下設定問題。
新增 git.test.js 對 verifyRemoteAccess 的測試(成功、失敗不丟例外、token
不外洩、askpass 清理)。
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-15 13:39:04 +08:00 |
|
Jeffery
|
097b6fb721
|
feat: implement Git integration for automated repository instruction syncing and commit management
|
2026-05-21 11:36:11 +08:00 |
|
Jeffery
|
e99236b893
|
feat: implement git repository synchronization and automated commit functionality for AI review findings
|
2026-05-21 10:17:01 +08:00 |
|
Jeffery
|
e80a462d96
|
feat: 將 ANTIGRAVITY 加入程式
|
2026-05-20 10:49:34 +08:00 |
|
jiantw83
|
b4c54124ec
|
feat: force overwrite core instruction files
|
2026-05-18 02:50:47 +00:00 |
|
jiantw83
|
b51ab78a5e
|
feat: force sync skill trees
|
2026-05-18 02:48:54 +00:00 |
|
jiantw83
|
3fcbf788fc
|
chore: unify log formatting
|
2026-05-15 15:25:26 +00:00 |
|
jiantw83
|
066b21aa5c
|
feat: encode ai review outcome in commit marker
|
2026-05-15 14:47:02 +00:00 |
|
jiantw83
|
9012fe64d1
|
chore: skip ai review bot commits
|
2026-05-15 14:11:21 +00:00 |
|
jiantw83
|
60f3a9beba
|
fix: skip ai review bot commits
|
2026-05-15 14:00:59 +00:00 |
|
jiantw83
|
222de4b369
|
feat: enhance findings and exclusions handling with repo state logging
|
2026-05-15 09:39:11 +00:00 |
|
jiantw83
|
8bf791a829
|
fix: clarify stage seven push failures
|
2026-05-15 06:51:56 +00:00 |
|
jiantw83
|
4a29c4aaa3
|
fix: refresh repo before staging review files
|
2026-05-15 06:23:07 +00:00 |
|
jiantw83
|
ece7377fc8
|
fix: stage generated review files
|
2026-05-15 05:47:06 +00:00 |
|
jiantw83
|
33d5cdde7c
|
fix: sync codex skill assets
|
2026-05-15 04:15:01 +00:00 |
|
jiantw83
|
109048e604
|
fix: package triage skills into the action image
|
2026-05-15 03:48:05 +00:00 |
|
jiantw83
|
7186098edf
|
fix: restore triage skill files and keep sync non-destructive
|
2026-05-15 03:30:48 +00:00 |
|
jiantw83
|
c70a818986
|
fix: mirror sync files before commit
|
2026-05-15 03:09:54 +00:00 |
|
jiantw83
|
684c35bc00
|
fix: skip missing sync paths in commit step
|
2026-05-15 03:04:27 +00:00 |
|
jiantw83
|
12980d6ca4
|
fix: dedupe sync paths in git tests
|
2026-05-14 02:22:50 +00:00 |
|
jiantw83
|
4492fcbdd6
|
feat: sync triage skill files
|
2026-05-14 02:13:08 +00:00 |
|
jiantw83
|
cc6345c32e
|
refactor: update commitAndPush function to accept repoDir parameter and adjust related tests
|
2026-05-13 01:46:27 +00:00 |
|
jiantw83
|
4834396652
|
refactor: streamline JSON file reading logic and improve error handling in findings.js and git.js
|
2026-05-13 01:16:34 +00:00 |
|
jiantw83
|
fd854649db
|
refactor: improve comment formatting and streamline AI handling in findings processing
|
2026-05-13 00:49:23 +00:00 |
|
jiantw83
|
80f56b74e5
|
fix: clone repo before Step3/4 to read findings and exclusions from head branch
|
2026-05-12 02:30:14 +00:00 |
|
jiantw83
|
6c7278e996
|
fix: update askpass script to securely read token from env var
|
2026-05-12 02:30:14 +00:00 |
|
jiantw83
|
59509ae963
|
feat: refactor commitAndPush to use a runner function and improve token security; add tests for git operations
|
2026-05-12 02:30:14 +00:00 |
|
jiantw83
|
c1f8aa3c72
|
feat: git 操作 clone 的 repo
|
2026-05-11 13:54:44 +00:00 |
|
jiantw83
|
8a28d1f1ef
|
test: 修正路徑
|
2026-05-11 13:50:54 +00:00 |
|
jiantw83
|
d04f4dd2bb
|
feat: 回復使用 spawnSync 執行指令
|
2026-05-11 13:47:40 +00:00 |
|
jiantw83
|
f5cf5950bd
|
refactor: 改用 execSync
|
2026-05-11 13:29:31 +00:00 |
|
jiantw83
|
eae73092ad
|
fix: streamline commitAndPush function by removing redundant code and improving error handling
|
2026-05-11 10:53:59 +00:00 |
|
jiantw83
|
69624a542e
|
fix: refactor commitAndPush function to improve clarity and maintainability
|
2026-05-11 10:50:16 +00:00 |
|
jiantw83
|
894ece033b
|
fix: Dockerfile 加入 git 安裝驗證,git.js 改回 git binary
|
2026-05-11 10:34:23 +00:00 |
|
jiantw83
|
fe2a513fbb
|
fix: 修正 findings.json 路徑重複問題
|
2026-05-11 10:31:43 +00:00 |
|
jiantw83
|
2193bdd4d6
|
fix: 改回 Gitea API commit,修正 URL encode 與 JSON.stringify
|
2026-05-11 10:30:07 +00:00 |
|
jiantw83
|
21fb9c1d94
|
fix: 改回 git commit/push,強制 Dockerfile rebuild 確保 git binary 存在
|
2026-05-11 10:15:36 +00:00 |
|
jiantw83
|
121f66b0b3
|
debug: git.js 加上參數 log
|
2026-05-11 10:06:28 +00:00 |
|
jiantw83
|
fc537958ca
|
debug: commit/push 失敗時顯示詳細錯誤
|
2026-05-11 10:01:40 +00:00 |
|
jiantw83
|
710cd7308e
|
fix: 改用 Gitea API commit findings.json,不依賴 git binary
|
2026-05-11 09:57:49 +00:00 |
|
jiantw83
|
519e04691d
|
fix: git.js 改用 spawnSync 直接呼叫 git binary(避免 /bin/sh ENOENT)
|
2026-05-11 09:51:28 +00:00 |
|
jiantw83
|
5ae0549453
|
feat: 階段五六 - findings commit/push 到來源分支,critical 問題 exit 1
|
2026-05-11 09:49:07 +00:00 |
|