Commit Graph

32 Commits

Author SHA1 Message Date
liruichen_wsl
24e06870bb refactor: go module name 2024-11-19 11:32:10 +08:00
liruichen_wsl
293cf38971 refactor: go mod v2 2024-03-06 16:49:35 +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
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
205247b8ec fix: watch client ping err fails to close ws conn 2021-06-24 17:28:33 +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
4ebf9ee517 fix: deadline no need to multiply 2021-06-21 22:37:33 +08:00
lyyyuna
2774123526 fix: macos fail to build 2021-06-21 15:59:59 +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
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
495a887dc4 list all registered services 2021-06-10 20:03:47 +08:00