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 |
|
lyyyuna
|
1e2b8485b4
|
rpc: getprofiles rpc client finished
|
2021-06-19 16:17:29 +08:00 |
|
lyyyuna
|
4ae7fa3d31
|
adjust cover project structure
|
2021-06-17 19:53:49 +08:00 |
|
lyyyuna
|
b3647fd9d9
|
add bridge package
|
2021-06-14 15:18:29 +08:00 |
|
lyyyuna
|
495a887dc4
|
list all registered services
|
2021-06-10 20:03:47 +08:00 |
|
lyyyuna
|
30eed71465
|
add cover tool from go official
|
2021-06-09 15:40:02 +08:00 |
|
lyyyuna
|
a18bd08ddd
|
update go.mod in temp, if it has relative replace
|
2021-06-04 15:13:48 +08:00 |
|
lyyyuna
|
79310ccb4d
|
mv listpackages from cover to build package
|
2021-06-04 14:57:31 +08:00 |
|
lyyyuna
|
18c4c4a2da
|
copy project to temp location
|
2021-06-03 22:44:46 +08:00 |
|
lyyyuna
|
922340d8c4
|
parse build args
|
2021-04-19 10:18:37 +08:00 |
|
lyyyuna
|
4f39735095
|
customize log lib
|
2021-04-05 09:06:53 +08:00 |
|
lyyyuna
|
a62ac335e2
|
remove code
|
2021-03-25 23:01:11 +08:00 |
|