Commit Graph

202 Commits

Author SHA1 Message Date
liruichen_wsl
293cf38971 refactor: go mod v2 2024-03-06 16:49:35 +08:00
liruichen
71d79c55db fix log 2023-11-10 16:39:49 +08:00
liruichen
acb85944e8 feat: agents sort by id desc 2023-11-10 14:47:47 +08:00
liruichen
0698ae44dc feat: git rev-parse get hash 2023-09-18 17:10:23 +08:00
liruichen
cd65fff3a2 feat: add log 2023-09-18 15:45:13 +08:00
liruichen
6dd2d9082a feat: add err return 2023-09-15 10:59:28 +08:00
liruichen
f964e7fa89 fix: print json 2023-09-11 16:25:08 +08:00
liruichen
8e4acada74 fix: branch trim block 2023-09-11 14:21:25 +08:00
liruichen
9abf434f85 fix: get branch from remote 2023-09-11 11:08:47 +08:00
liruichen
b0692a2b0f feat: add extra json format 2023-09-08 17:27:32 +08:00
liruichen
ef75f275b0 feat: add commit branch to extra 2023-09-08 12:05:00 +08:00
liruichen
66d8d35478 feat: add commit branch to extra 2023-09-08 11:53:25 +08:00
liruichen
0a50f77815 feat: add commit branch to extra 2023-09-08 11:52:24 +08:00
liruichen
7b53901a34 feat: add commit HASH to extra v2 2023-09-08 11:31:19 +08:00
liruichen
7e18447f9a feat: add commit HASH to extra v2 2023-09-08 10:59:10 +08:00
liruichen
2ab1b3cc12 feat: add commit HASH to extra v2 2023-09-08 10:46:12 +08:00
liruichen
7b77b355de feat: add commit HASH to extra v2 2023-09-08 10:35:18 +08:00
liruichen
8a3b9214ae feat: add commit HASH to extra v2 2023-09-07 19:05:02 +08:00
liruichen
5666ec4b51 Revert "feat: add commit HASH to extra v2"
This reverts commit cb8592a567.
2023-09-07 19:04:09 +08:00
liruichen
cb8592a567 feat: add commit HASH to extra v2 2023-09-07 18:54:17 +08:00
liruichen
6c11041d9c Revert "feat: add commit HASH to extra"
This reverts commit de9a3d2118.
2023-09-07 18:48:44 +08:00
liruichen
de9a3d2118 feat: add commit HASH to extra 2023-09-07 18:28:17 +08:00
liruichen
5049a57467 feat: add extra log 2023-09-07 17:53:00 +08:00
liruichen
a0d0612bd6 feat: log GOC_REGISTER_EXTRA info 2023-09-07 16:53:41 +08:00
liruichen
d959fb0669 fix: need and skip 2023-09-04 19:12:13 +08:00
liruichen
48513e979e fix: no skip pattern 2023-09-04 18:13:42 +08:00
liruichen
46c2a00419 feat: go module change 2023-08-28 12:34:44 +08:00
liruichen
ead8d89d2d feat: go module change 2023-08-28 10:31:52 +08:00
liruichen
7c39aad1ac feat: log version 2023-08-25 18:51:14 +08:00
liruichen
147b8a47df feat: log version 2023-08-25 18:47:10 +08:00
liruichen
d1708d550e feat: update skip and need + 2023-08-25 17:40:13 +08:00
liruichen
b2f4eefd45 feat: update skip and need 2023-08-25 16:49:07 +08:00
liruichen
ca1ec49eeb feat: add needed file filter 2023-07-28 11:48:05 +08:00
Li Yiyang
ee63433ca4
add skip pattern (#268)
* add skip pattern

* fix

* fix
2022-03-15 21:45:30 +08:00
lyyyuna
0a5062f61b add support for vendor project with go.mod changed 2022-02-22 10:13:36 +08:00
lyyyuna
2f194c6794 fix: support for tags 2021-12-21 16:51:29 +08:00
lyyyuna
cb4bdfb582 fix: miss duplicate deps 2021-11-29 14:55:36 +08:00
lyyyuna
7f84285421 🐞 fix: rm only specific id in store 2021-09-10 14:58:44 +08:00
lyyyuna
d4c0c37202 🐞 fix: 修复 data race, cause by wrong agent id 2021-09-09 17:40:17 +08:00
lyyyuna
353957202b add license 2021-09-09 17:40:17 +08:00
lyyyuna
1574d9784c feat: 添加 goc run 命令 2021-09-09 17:40:17 +08:00
lyyyuna
29c6644362 feat: add fake store 2021-09-09 17:40:17 +08:00
lyyyuna
6a98d955d3 fix: 修复 global id race 2021-09-09 14:26:42 +08:00
lyyyuna
fae8077705 🧪 test: 增加集测用例 2021-09-09 14:26:42 +08:00
lyyyuna
51a137411b feat: 新增 profile get/delete, agent get/delete 接口 2021-09-08 11:35:42 +08:00
lyyyuna
547016fc9b add store interafce 2021-09-08 11:35:42 +08:00
lyyyuna
f8055dcf30 update license 2021-09-02 17:55:16 +08:00
lyyyuna
456c883987 重构
1. 去掉全局的配置 config
2. 合并 pkg/build, pkg/flag, pkg/cover, pkg/config 几个包(这几个包有强相关性,适合放一处。并且分开也容易造成循环依赖)
2021-09-02 14:43:08 +08:00
lyyyuna
d55c54d3a1 将 watchagent 从全局注入改为随 main 包注入 2021-09-02 14:43:08 +08:00
lyyyuna
8b1f28225e watch: add numstmts 2021-08-08 16:16:10 +08:00