Kevin Wan
|
fdc7f64d6f
|
chore: update unauthorized callback calling order (#1469)
* chore: update unauthorized callback calling order
* chore: add comments
|
2022-01-20 21:09:45 +08:00 |
|
anqiansong
|
df0f8ed59e
|
Fix/issue#1289 (#1460)
* fix #1289
* Add unit test case
* fix `jwtTransKey`
* fix `jwtTransKey`
Co-authored-by: anqiansong <anqiansong@bytedance.com>
|
2022-01-18 11:52:30 +08:00 |
|
anqiansong
|
c903966fc7
|
patch: save missing templates to disk (#1463)
Co-authored-by: anqiansong <anqiansong@bytedance.com>
|
2022-01-18 10:45:05 +08:00 |
|
anqiansong
|
e57fa8ff53
|
Fix/issue#1447 (#1458)
* Add data for template to render
* fix #1447
Co-authored-by: anqiansong <anqiansong@bytedance.com>
|
2022-01-18 10:36:38 +08:00 |
|
Kevin Wan
|
bf2feee5b7
|
feat: implement console plain output for debug logs (#1456)
* feat: implement console plain output for debug logs
* chore: rename console encoding to plain
* chore: refactor names
|
2022-01-17 12:43:15 +08:00 |
|
Letian Jiang
|
ce05c429fc
|
chore: check interface satisfaction w/o allocating new variable (#1454)
|
2022-01-16 23:34:42 +08:00 |
|
Kevin Wan
|
272a3f347d
|
chore: remove jwt deprecated (#1452)
|
2022-01-16 10:34:44 +08:00 |
|
shenbaise9527
|
13db7a1931
|
feat: 支持redis的LTrim方法 (#1443)
|
2022-01-16 10:27:34 +08:00 |
|
Kevin Wan
|
468c237189
|
chore: upgrade dependencies (#1444)
* chore: upgrade dependencies
* ci: upgrade go to 1.15
|
2022-01-14 11:01:02 +08:00 |
|
Kevin Wan
|
b9b80c068b
|
ci: add translator action (#1441)
|
2022-01-12 17:57:39 +08:00 |
|
anqiansong
|
9b592b3dee
|
Feature rpc protoc (#1251)
* code generation by protoc
* generate pb by protoc direct
* support: grpc code generation by protoc directly
* format code
* check --go_out & --go-grpc_out
* fix typo
* Update version
* fix typo
* optimize: remove deprecated unit test
* format code
Co-authored-by: anqiansong <anqiansong@bytedance.com>
|
2022-01-11 20:34:25 +08:00 |
|
Kevin Wan
|
2203809e5e
|
chore: fix typo (#1437)
|
2022-01-11 20:23:59 +08:00 |
|
Kevin Wan
|
8d6d37f71e
|
remove unnecessary drain, fix data race (#1435)
* remove unnecessary drain, fix data race
* chore: fix parameter order
* refactor: rename MapVoid to ForEach in mr
|
2022-01-11 16:17:51 +08:00 |
|
Kevin Wan
|
ea4f2af67f
|
fix: mr goroutine leak on context deadline (#1433)
* fix: mr goroutine leak on context deadline
* test: update fx test check
|
2022-01-10 22:06:10 +08:00 |
|
Kevin Wan
|
53af194ef9
|
chore: refactor periodlimit (#1428)
* chore: refactor periodlimit
* chore: add comments
|
2022-01-09 16:22:34 +08:00 |
|
Kevin Wan
|
5e0e2d2b14
|
docs: add go-zero users (#1425)
|
2022-01-08 21:41:27 +08:00 |
|
Kevin Wan
|
74c99184c5
|
docs: add go-zero users (#1424)
|
2022-01-08 17:08:44 +08:00 |
|
Kevin Wan
|
eb4b86137a
|
fix: golint issue (#1423)
|
2022-01-08 16:06:56 +08:00 |
|
Kevin Wan
|
9c4f4f3b4e
|
update docs (#1421)
|
2022-01-07 12:08:45 +08:00 |
|
spectatorMrZ
|
240132e7c7
|
Fix pg model generation without tag (#1407)
1. fix pg model struct haven't tag
2. add pg command test from datasource
|
2022-01-07 10:45:26 +08:00 |
|
anqiansong
|
9d67fc4cfb
|
feat: Add migrate (#1419)
* Add migrate
* Remove unused module
* refactor filename
* rename refactor to migrate
Co-authored-by: anqiansong <anqiansong@bytedance.com>
|
2022-01-06 18:48:34 +08:00 |
|
Kevin Wan
|
892f93a716
|
docs: update install readme (#1417)
|
2022-01-05 12:31:49 +08:00 |
|
Kevin Wan
|
ba6a7c9dc8
|
chore: refactor rest/timeouthandler (#1415)
|
2022-01-05 11:17:10 +08:00 |
|
Kevin Wan
|
a91c3907a8
|
feat: rename module from tal-tech to zeromicro (#1413)
|
2022-01-04 15:51:32 +08:00 |
|
Kevin Wan
|
e267d94ee1
|
chore: update go-zero to v1.2.5 (#1410)
|
2022-01-03 21:54:53 +08:00 |
|
anqiansong
|
89ce5e492b
|
refactor file|path (#1409)
Co-authored-by: anqiansong <anqiansong@bytedance.com>
|
2022-01-03 21:32:40 +08:00 |
|
Kevin Wan
|
290de6aa96
|
docs: update roadmap (#1405)
|
2022-01-02 21:30:02 +08:00 |
|
Kevin Wan
|
a7aeb8ac0e
|
feat: support tls for etcd client (#1390)
* feat: support tls for etcd client
* chore: fix typo
* refactor: rename TrustedCAFile to CACertFile
* docs: add comments
* fix: missing tls registration
* feat: add InsecureSkipVerify config for testing
|
2022-01-02 20:23:50 +08:00 |
|
Kevin Wan
|
a8e7fafebf
|
refactor: optimize fx (#1404)
* refactor: optimize fx
* chore: add more comments
* ci: make test robust
|
2022-01-02 14:56:30 +08:00 |
|
Kevin Wan
|
7cc64070b1
|
docs: update goctl installation command (#1403)
|
2022-01-02 14:31:31 +08:00 |
|
Kevin Wan
|
c19d2637ea
|
feat: implement fx.NoneMatch, fx.First, fx.Last (#1402)
* chore: use workers from options in fx.unlimitedWalk
* feat: add fx.NoneMatch
* feat: add fx.First, fx.Last
* chore: add more comments
* docs: add mr readme
|
2022-01-02 13:33:15 +08:00 |
|
Kevin Wan
|
fe1da14332
|
chore: simplify mapreduce (#1401)
|
2022-01-01 19:24:35 +08:00 |
|
anqiansong
|
8e9110cedf
|
fix #1330 (#1382)
Co-authored-by: anqiansong <anqiansong@bytedance.com>
|
2021-12-30 20:44:04 +08:00 |
|
Kevin Wan
|
d6ff30a570
|
chore: fix golint issues (#1396)
|
2021-12-30 17:44:15 +08:00 |
|
Kevin Wan
|
b98d46bfd6
|
chore: update goctl version (#1394)
|
2021-12-30 15:30:16 +08:00 |
|
Kevin Wan
|
768936b256
|
ci: remove 386 binaries (#1393)
|
2021-12-30 15:18:24 +08:00 |
|
Kevin Wan
|
c6eb1a9670
|
ci: remove windows 386 binary (#1392)
* ci: remove windows 386 binary
* chore: update go-zero
* chore: update go-zero
|
2021-12-30 14:47:53 +08:00 |
|
Kevin Wan
|
e4ab518576
|
test: add more tests (#1391)
|
2021-12-30 14:21:55 +08:00 |
|
moyrne
|
dfc67b5fac
|
fix readme-cn (#1388)
|
2021-12-30 10:42:23 +08:00 |
|
Kevin Wan
|
62266d8f91
|
fix #1070 (#1389)
* fix #1070
* test: add more tests
|
2021-12-29 21:34:28 +08:00 |
|
anqiansong
|
b8ea16a88e
|
feat: Add --remote (#1387)
Co-authored-by: anqiansong <anqiansong@bytedance.com>
|
2021-12-29 18:16:42 +08:00 |
|
Kevin Wan
|
23deaf50e6
|
feat: support array in default and options tags (#1386)
* feat: support array in default and options tags
* feat: ignore spaces in tags
* test: add more tests
|
2021-12-29 17:37:36 +08:00 |
|
Kevin Wan
|
38a36ed8d3
|
docs: add go-zero users (#1381)
|
2021-12-28 17:12:51 +08:00 |
|
anqiansong
|
49bab23c54
|
fix #1376 (#1380)
* fix #1376
* fix #1376
Co-authored-by: anqiansong <anqiansong@bytedance.com>
|
2021-12-28 16:40:26 +08:00 |
|
Leizhengzi
|
78ba00d3a7
|
fix: command system info missing go version (#1377)
|
2021-12-27 22:05:27 +08:00 |
|
Kevin Wan
|
787b046a70
|
docs: update slack invitation link (#1378)
|
2021-12-27 16:52:08 +08:00 |
|
Kevin Wan
|
f827a7b985
|
chore: update goctl version to 1.2.4 for release tools/goctl/v1.2.4 (#1372)
|
2021-12-27 10:57:55 +08:00 |
|
行者
|
f5f2097d14
|
Updated MySQL生成表结构体遇到关键字db部分保持原字段名定义 (#1369)
|
2021-12-26 21:56:04 +08:00 |
|
Kevin Wan
|
cfcfb87fd4
|
ci: add release action to auto build binaries (#1371)
|
2021-12-26 21:44:33 +08:00 |
|
Kevin Wan
|
1d223fc114
|
docs: update goctl markdown (#1370)
|
2021-12-26 20:32:31 +08:00 |
|