Commit Graph

5751 Commits

Author SHA1 Message Date
John Guo
368312c816
add multiple methods support for object route (#2663) 2023-05-24 17:21:28 +08:00
John Guo
f6dbe1a40c
change parameter prefix of type string to prefixes of type slice for command enums (#2662) 2023-05-24 14:12:49 +08:00
John Guo
032d085619
fix issue in building binary for command docker (#2660) 2023-05-24 14:12:22 +08:00
John Guo
a6fff37be8
add DumpJson for package gutil (#2651) 2023-05-24 10:04:19 +08:00
star liu
879283685d
fix(CLI): install cmd path choose empty not use default (#2655) 2023-05-23 21:59:47 +08:00
John Guo
0f4f2a6672
fix issue in array border exceeded in RoundRobin of package gsel (#2642) 2023-05-23 21:30:47 +08:00
mason
ff6f5ce237
update default logging time format using SetTimeFormat (#2611) 2023-05-23 20:59:58 +08:00
John Guo
dc0467e934
add WhereOrNot/WhereOrPrefixNot functions for gdb.Model (#2661) 2023-05-23 17:35:47 +08:00
张金富
f0d22fe570
doc: correct level value comment (#2653) 2023-05-22 20:29:24 +08:00
John Guo
05ee4d489a
new logo (#2647) 2023-05-16 09:55:21 +08:00
John Guo
3c1ded22fd
cli command exits with code 1 if error (#2645) 2023-05-15 15:51:28 +08:00
John Guo
bda5d252b2
fix host ip retrieving for package contrib/trace/jaeger when there is no intranet ip in host (#2640) 2023-05-12 11:59:05 +08:00
scoolor
0c3e66d6a0
fix: genpbentity type error, []byte => bytes (#2633) 2023-05-12 10:17:07 +08:00
houseme
f31bf76f94
feat: modify readme doc address (#2638) 2023-05-11 20:44:56 +08:00
caiwp
0afedee49d
fix: genpbentity invalid proto3 (#2632) 2023-05-11 20:12:58 +08:00
梁桂锋
43d439a1cd
fix: When repairing protobuf to generate controllers, if the project … (#2630) 2023-05-11 20:11:04 +08:00
HaiLaz
b8aeb4f0ee
fix missing .exe suffix for cli file for windows downloading, unable replacing self cli binary (#2622) 2023-05-08 21:21:23 +08:00
John Guo
1408385612
fix duplicated fields in function TableFields of driver pgsql (#2620) 2023-05-05 21:10:05 +08:00
John Guo
d6471d7d51
v2.4.1 (#2615) 2023-05-05 14:15:01 +08:00
houseme
aa9d66c53c
feat: improve polaris relation and add copyright for polaris example (#2607) 2023-05-05 10:04:32 +08:00
John Guo
d9a7ee3e29
use first column name for Model.Array (#2609) 2023-04-28 14:55:53 +08:00
John Guo
04c70f2037
fix empty string converted to none empty string type slice (#2612) 2023-04-28 14:55:37 +08:00
John Guo
2198f0cefe
fix issue #2561 #2431 (#2598) 2023-04-27 11:35:46 +08:00
Starccck
c6b9b4d326
fix file registry that not works on windows (#2605) 2023-04-27 11:34:54 +08:00
John Guo
4c6ebe7808
http context never done (#2602) 2023-04-26 20:20:47 +08:00
cui fliter
a9090e4a72
fix some comments (#2600)
Signed-off-by: cui fliter <imcusg@gmail.com>
2023-04-26 19:34:22 +08:00
houseme
0126eb5470
fix: polaris discouvery relation (#2603) 2023-04-26 19:31:28 +08:00
bobzh39
ed63617aa0
fix file permission error when overwriting directory containing .git … (#2599) 2023-04-25 21:36:37 +08:00
Starccck
30f483a524
correct makefile (#2597) 2023-04-24 21:50:10 +08:00
John Guo
894f202b75
version v2.4.0 (#2595) 2023-04-24 11:44:19 +08:00
John Guo
9171585b2c
improve auto retrieving of ip addresses for service registering (#2593) 2023-04-23 21:58:17 +08:00
feranwq
23d8ef32a3
fix: fix typo and go-staticcheck S1002 warning (#2590) 2023-04-21 10:13:59 +08:00
John Guo
a031e112e5
add command gen enums (#2591) 2023-04-20 16:30:42 +08:00
John Guo
da8297d770
improve AddObject to support Command/*Command parameter for package gcmd (#2587) 2023-04-18 10:09:07 +08:00
John Guo
3991eb053c
fix issue #2584 (#2586) 2023-04-17 17:44:24 +08:00
John Guo
6fb26c44d7
fix issue converting values to custom type pointers (#2585) 2023-04-17 16:34:36 +08:00
HaiLaz
fdc027734c
add command make version to in Makefile (#2579) 2023-04-14 10:09:19 +08:00
John Guo
32a7f6a0f0
feature/v2.4.0-rc4 (#2578)
* v2.4.0-rc3

* v2.4.0-rc4
2023-04-12 22:01:24 +08:00
John Guo
5bbec48679
v2.4.0-rc2 (#2575) 2023-04-12 21:14:03 +08:00
John Guo
d4b9ee4c61
version updates to v2.4.0-rc (#2574)
version updates
2023-04-12 20:24:20 +08:00
刘志铭
50b5cd50bc
fix issue in New when creating concurrent-safety var for package gvar (#2573) 2023-04-12 17:38:06 +08:00
John Guo
53afbd0f05
uf case update for contrib/drivers/mysql (#2569) 2023-04-12 15:36:44 +08:00
star liu
b6874eb66d
update cli build action (#2563) 2023-04-12 11:54:15 +08:00
John Guo
7ff7de4643
inherit context from http.Request for ghttp.Request (#2550) 2023-04-12 11:54:06 +08:00
John Guo
5f148632d2
fix missing trace id in gctx.GetInitCtx (#2562) 2023-04-12 10:35:24 +08:00
wsy998
c1325ef9a3
Add Filter function to garray (#2541) 2023-04-12 10:15:11 +08:00
John Guo
d788b7ff5e
fix issue #2529 #2487 (#2548) 2023-04-12 10:14:14 +08:00
alaywn
66d0663dc5
add clickhouse support in command gf gen dao (#2557) 2023-04-12 10:14:04 +08:00
John Guo
a56524ee05
add RemoveValues for package garray (#2568)
add RemoveValues for package garray
2023-04-12 10:12:28 +08:00
John Guo
1aa9f2809e
improve stream response for http (#2564) 2023-04-12 10:12:11 +08:00