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 |
|
lyyyuna
|
52fd763655
|
skip & continue unknown flags
|
2021-08-08 15:45:19 +08:00 |
|
lyyyuna
|
18a5e8bdc8
|
fix: wrong project root
|
2021-08-08 15:44:55 +08:00 |
|
Li Yiyang
|
ffd1d2e2e1
|
Merge pull request #205 from tongjingran/profile
add basic goc profile
|
2021-07-23 10:29:31 +08:00 |
|
lyyyuna
|
9aeb1da8f8
|
TmpFolderName make public
|
2021-07-22 19:54:14 +08:00 |
|
tongjingran
|
cad0aa8bc3
|
rm errorf
|
2021-07-22 15:49:26 +08:00 |
|
tongjingran
|
40eb557acc
|
add profile
|
2021-07-22 15:38:00 +08:00 |
|
lyyyuna
|
81abc49af2
|
add install cmd help
|
2021-07-21 17:06:58 +08:00 |
|
tongjingran
|
465d6c506f
|
cmdLine will return file with args
|
2021-07-19 17:52:50 +08:00 |
|
tongjingran
|
b8b7305fc8
|
add --wide to show service detail
|
2021-07-19 15:50:55 +08:00 |
|
tongjingran
|
17a55bb41c
|
add goc list
|
2021-07-12 16:39:16 +08:00 |
|
lyyyuna
|
edad1f4914
|
add watch cmd
|
2021-06-24 17:28:44 +08:00 |
|
lyyyuna
|
205247b8ec
|
fix: watch client ping err fails to close ws conn
|
2021-06-24 17:28:33 +08:00 |
|
lyyyuna
|
02bd6d460c
|
fix: should close temp injected file after created
|
2021-06-24 15:39:20 +08:00 |
|
lyyyuna
|
244be86304
|
goc server, non-block channel -> block
|
2021-06-24 15:33:49 +08:00 |
|
lyyyuna
|
cf44927ce9
|
add watch mode
|
2021-06-24 15:22:24 +08:00 |
|
lyyyuna
|
3e5ab72240
|
fix: goc build ./xx/main.go miss bridge file
|
2021-06-24 11:46:05 +08:00 |
|
lyyyuna
|
a8bddd3a32
|
fix: cannot remove --mode=counter flag
|
2021-06-23 23:22:37 +08:00 |
|
lyyyuna
|
64504ae67b
|
goc install cmd
|
2021-06-23 12:51:25 +08:00 |
|
lyyyuna
|
4ebf9ee517
|
fix: deadline no need to multiply
|
2021-06-21 22:37:33 +08:00 |
|
lyyyuna
|
b3e9d7dd78
|
fix: del goc flags, still remain some
|
2021-06-21 16:47:36 +08:00 |
|
lyyyuna
|
2774123526
|
fix: macos fail to build
|
2021-06-21 15:59:59 +08:00 |
|
lyyyuna
|
6d50531f57
|
fix: agent stuck in init()
|
2021-06-20 22:16:01 +08:00 |
|
lyyyuna
|
027d31473c
|
add host flag for goc server
|
2021-06-20 21:15:51 +08:00 |
|
lyyyuna
|
ca58af2865
|
fix sync.once bug
必须使用引用,如果单纯值传递,once 也被复制了一份,导致单例不起作用。
|
2021-06-20 21:15:25 +08:00 |
|
lyyyuna
|
8df7498c33
|
goc build init version
|
2021-06-20 21:14:21 +08:00 |
|
lyyyuna
|
4c9163ce64
|
display banner and add agent's reset values
|
2021-06-20 16:25:30 +08:00 |
|
lyyyuna
|
0bebfd84aa
|
inject websocket library & agent
|
2021-06-20 15:44:16 +08:00 |
|