Kevin Wan
fd070fec91
feat: retry with ctx deadline ( #3626 )
2023-10-15 13:39:44 +00:00
Kevin Wan
4f22034342
fix: unmarshal from number to string with incorrect error message ( #3625 )
2023-10-15 02:06:00 +00:00
Ikko Eltociear Ashimine
b731aa38af
refactor: update builder.go ( #3620 )
2023-10-13 07:03:15 +00:00
dependabot[bot]
bf996a1812
chore(deps): bump github.com/alicebob/miniredis/v2 from 2.30.5 to 2.31.0 ( #3616 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12 11:44:55 +08:00
dependabot[bot]
af7ce65244
chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 in /tools/goctl ( #3618 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12 11:37:06 +08:00
dependabot[bot]
952db71835
chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 ( #3612 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-11 17:37:14 +08:00
Kevin Wan
abd1fa96a9
fix: UpdateStmt doesn't update the statement correctly in sqlx/bulkinserter.go ( #3607 )
2023-10-09 21:57:26 +08:00
Kevin Wan
5aedd9c076
chore: simplify parsing numbers with overflow ( #3610 )
2023-10-09 13:00:09 +00:00
Kevin Wan
ff230c4b1d
chore: refactor goctl api ( #3605 )
2023-10-07 22:58:29 +08:00
kesonan
02c95108b9
optimize: fix experimental api ( #3604 )
2023-10-07 19:48:41 +08:00
dependabot[bot]
1ff541afe4
chore(deps): bump golang.org/x/net from 0.15.0 to 0.16.0 ( #3603 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-07 10:50:49 +08:00
Kevin Wan
11a8cbc1e5
chore: rename noOpBreaker to nopBreaker ( #3602 )
2023-10-06 23:41:09 +08:00
dependabot[bot]
c063976822
chore(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0 ( #3601 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06 22:04:14 +08:00
dependabot[bot]
cb707034ce
chore(deps): bump github.com/jhump/protoreflect from 1.15.2 to 1.15.3 ( #3600 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-05 15:26:21 +08:00
dependabot[bot]
f10db27efd
chore(deps): bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 ( #3594 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-28 11:38:20 +08:00
Kevin Wan
4878f90546
chore: update goctl version to 1.5.6 ( #3593 )
2023-09-27 22:55:50 +08:00
Kevin Wan
421e6617b1
chore: add more tests ( #3592 )
2023-09-27 22:33:27 +08:00
Kevin Wan
0ee7a271d3
fix: avoid float overflow in mapping.Unmarshal ( #3590 )
2023-09-26 13:46:34 +00:00
dependabot[bot]
af022b9655
chore(deps): bump google.golang.org/grpc from 1.58.1 to 1.58.2 in /tools/goctl ( #3584 )
2023-09-25 16:23:29 +08:00
dependabot[bot]
98d46261d9
chore(deps): bump google.golang.org/grpc from 1.58.1 to 1.58.2 ( #3585 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-24 23:27:02 +08:00
Kevin Wan
4222fd97bc
chore: add test for logging rotate size ( #3587 )
2023-09-24 22:28:03 +08:00
dependabot[bot]
814852f0b8
chore(deps): bump github.com/fullstorydev/grpcurl from 1.8.7 to 1.8.8 ( #3586 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-24 19:04:34 +08:00
Kevin Wan
ded2888759
fix: avoid integer overflow in mapping.Unmarshal ( #3582 )
2023-09-21 14:22:33 +00:00
Kevin Wan
18d66a795d
chore: add more tests ( #3578 )
2023-09-20 23:52:10 +08:00
Kevin Wan
4211672bfd
chore: add more tests ( #3577 )
2023-09-20 00:01:26 +08:00
Kevin Wan
68df0c3620
chore: add more tests ( #3575 )
2023-09-18 11:01:46 +08:00
xt-inking
5e435b6a76
fix: avoid losing logs before closing ( #3573 )
2023-09-17 11:38:53 +00:00
Kevin Wan
0dcede6457
chore: refactor log limit in rest ( #3572 )
2023-09-16 22:33:30 +08:00
Awadabang
cc21f5fae2
update: limit logBrief http body size ( #3498 )
...
Co-authored-by: 常公征 <changgz@yealink.com>
2023-09-16 11:58:21 +00:00
dependabot[bot]
b22ad50d59
chore(deps): bump google.golang.org/grpc from 1.58.0 to 1.58.1 in /tools/goctl ( #3568 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-16 16:52:01 +08:00
Kevin Wan
974252980c
chore: upgrade grpc ( #3570 )
2023-09-15 23:21:22 +08:00
dependabot[bot]
8d83986d27
chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.58.0 in /tools/goctl ( #3546 )
2023-09-12 20:00:52 +08:00
Kevin Wan
6821b0a7dd
chore: upgrade grpc ( #3558 )
2023-09-12 10:30:26 +08:00
Kevin Wan
1ba1724c65
chore: refactor ( #3545 )
2023-09-06 22:36:43 +08:00
Xinwei Xiong
ca5a7df5b0
feat: Optimize Encoding Functions and Add Descriptive Comments ( #3543 )
2023-09-06 14:19:50 +00:00
dependabot[bot]
69a3024853
chore(deps): bump golang.org/x/net from 0.14.0 to 0.15.0 ( #3544 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-06 20:28:03 +08:00
dependabot[bot]
fd3abf3717
chore(deps): bump golang.org/x/text from 0.12.0 to 0.13.0 in /tools/goctl ( #3542 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
2023-09-06 20:20:12 +08:00
dependabot[bot]
99b3750d10
chore(deps): bump golang.org/x/sys from 0.11.0 to 0.12.0 ( #3541 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-06 00:02:00 +08:00
POABOB
33f6d7ebb8
fix: goctl pg gen will extract all fields when the same table name exists in different schemas ( #3496 ) ( #3517 )
2023-09-04 20:48:26 +08:00
kesonan
c4ef9ceb68
Add api version ( #3536 )
2023-09-02 01:45:48 +00:00
dependabot[bot]
e95861f28a
chore(deps): bump github.com/pelletier/go-toml/v2 from 2.0.9 to 2.1.0 ( #3532 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-31 22:52:23 +08:00
Kevin Wan
d3cd7b17c0
Revert "add:func() QueryRowsPartial,QueryRowPartial into cachedsql.go" ( #3523 )
2023-08-27 21:36:14 +08:00
liumin-go
a50515496c
add:func() QueryRowsPartial,QueryRowPartial into cachedsql.go ( #3512 )
...
Co-authored-by: 刘敏 <liumin@liumindeMac-mini.local>
2023-08-27 08:05:02 +00:00
Kevin Wan
0423313d9b
feat: support json:"-" in mapping ( #3521 )
2023-08-27 16:04:38 +08:00
dependabot[bot]
7bbe7de05f
chore(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1 ( #3511 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-24 14:59:49 +08:00
dependabot[bot]
83a451f2f4
chore(deps): bump github.com/jhump/protoreflect from 1.15.1 to 1.15.2 ( #3518 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-24 14:39:50 +08:00
Kevin Wan
d2a874f21d
chore: upgrade go-zero, and update goctl version ( #3509 )
2023-08-21 09:09:51 +08:00
Kevin Wan
fd85b24b25
Update readme-cn.md
2023-08-20 23:38:39 +08:00
Kevin Wan
14fcbd7658
fix #3499 ( #3508 )
2023-08-19 22:17:24 +08:00
Kevin Wan
cb3ffc76a3
fix : #3478 ( #3493 )
2023-08-14 14:22:22 +00:00