Commit Graph

5569 Commits

Author SHA1 Message Date
a031e112e5 add command gen enums (#2591) 2023-04-20 16:30:42 +08:00
da8297d770 improve AddObject to support Command/*Command parameter for package gcmd (#2587) 2023-04-18 10:09:07 +08:00
3991eb053c fix issue #2584 (#2586) 2023-04-17 17:44:24 +08:00
6fb26c44d7 fix issue converting values to custom type pointers (#2585) 2023-04-17 16:34:36 +08:00
fdc027734c add command make version to in Makefile (#2579) 2023-04-14 10:09:19 +08:00
32a7f6a0f0 feature/v2.4.0-rc4 (#2578)
* v2.4.0-rc3

* v2.4.0-rc4
contrib/config/polaris/v2.4.0-rc4 contrib/registry/polaris/v2.4.0-rc4 contrib/registry/etcd/v2.4.0-rc4 contrib/drivers/oracle/v2.4.0-rc4 contrib/rpc/grpcx/v2.4.0-rc4 contrib/drivers/pgsql/v2.4.0-rc4 contrib/drivers/mssql/v2.4.0-rc4 contrib/config/apollo/v2.4.0-rc4 contrib/drivers/sqlite/v2.4.0-rc4 contrib/drivers/clickhouse/v2.4.0-rc4 contrib/config/kubecm/v2.4.0-rc4 contrib/drivers/mysql/v2.4.0-rc4 contrib/registry/zookeeper/v2.4.0-rc4 contrib/registry/file/v2.4.0-rc4 contrib/config/nacos/v2.4.0-rc4 v2.4.0-rc4 contrib/drivers/dm/v2.4.0-rc4 contrib/nosql/redis/v2.4.0-rc4 contrib/trace/jaeger/v2.4.0-rc4
2023-04-12 22:01:24 +08:00
5bbec48679 v2.4.0-rc2 (#2575) v2.4.0-rc2 2023-04-12 21:14:03 +08:00
d4b9ee4c61 version updates to v2.4.0-rc (#2574)
version updates
v2.4.0-rc
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
53afbd0f05 uf case update for contrib/drivers/mysql (#2569) 2023-04-12 15:36:44 +08:00
b6874eb66d update cli build action (#2563) 2023-04-12 11:54:15 +08:00
7ff7de4643 inherit context from http.Request for ghttp.Request (#2550) 2023-04-12 11:54:06 +08:00
5f148632d2 fix missing trace id in gctx.GetInitCtx (#2562) 2023-04-12 10:35:24 +08:00
c1325ef9a3 Add Filter function to garray (#2541) 2023-04-12 10:15:11 +08:00
d788b7ff5e fix issue #2529 #2487 (#2548) 2023-04-12 10:14:14 +08:00
66d0663dc5 add clickhouse support in command gf gen dao (#2557) 2023-04-12 10:14:04 +08:00
a56524ee05 add RemoveValues for package garray (#2568)
add RemoveValues for package garray
2023-04-12 10:12:28 +08:00
1aa9f2809e improve stream response for http (#2564) 2023-04-12 10:12:11 +08:00
261672e84c feat: automatic update gf for contrib (#2551) 2023-04-11 21:13:29 +08:00
6a4e39e815 change temp dir to os.TempDir for package gfile (#2547) 2023-03-29 11:58:20 +08:00
4af9ce8a81 Bump golang.org/x/crypto from 0.0.0-20200622213623-75b288015ac9 to 0.1.0 in /cmd/gf (#2546) 2023-03-28 20:03:07 +08:00
5f146720fe fix: unified go.mod dependent version (#2452) 2023-03-28 09:25:29 +08:00
67e6772d88 comment updates for gdb.Builder (#2513) 2023-03-28 09:23:08 +08:00
12e9febe9e fix issue #2516 (#2531)
* fix issue #2516

* golang ci configuration updates

* add example for default value of http request
2023-03-22 20:14:57 +08:00
676022eeb6 fix issue #2509 (#2530) 2023-03-21 22:10:41 +08:00
XG
3a8fc1e70d optimize the handling of the SIGUSR1 signal (#2532)
optimize the handling of the SIGUSR1 signal
2023-03-21 21:26:49 +08:00
0b6798acb5 add Quick mode for gtimer (#2488) contrib/registry/polaris/v2.4.0-beta v2.4.0-beta contrib/config/nacos/v2.4.0-beta contrib/nosql/redis/v2.4.0-beta contrib/config/apollo/v2.4.0-beta contrib/drivers/dm/v2.4.0-beta contrib/registry/file/v2.4.0-beta contrib/config/kubecm/v2.4.0-beta contrib/trace/jaeger/v2.4.0-beta contrib/registry/zookeeper/v2.4.0-beta contrib/drivers/mysql/v2.4.0-beta contrib/drivers/clickhouse/v2.4.0-beta contrib/drivers/sqlite/v2.4.0-beta contrib/drivers/mssql/v2.4.0-beta contrib/config/polaris/v2.4.0-beta contrib/rpc/grpcx/v2.4.0-beta contrib/drivers/pgsql/v2.4.0-beta contrib/registry/etcd/v2.4.0-beta contrib/drivers/oracle/v2.4.0-beta 2023-03-20 10:00:55 +08:00
e721124b6c support microseconds resolution for created_at/updated_at/deleted_at (#2512) 2023-03-20 09:57:37 +08:00
b32eb30212 feat: improve polaris register and upgrade polaris-go version v1.3.0 (#2524) 2023-03-20 09:52:58 +08:00
967a39ecbe feat:upgrade polairs-go sdk version v1.3.0 for config (#2525)
feat:upgrade polairs-go sdk version v1.3.0
2023-03-20 09:52:19 +08:00
dfb7f5abfb improve error message when the router hander definition is not standrad (#2528) 2023-03-20 09:51:43 +08:00
56f5d5125b fix quick exit when double click cli to install/upgrade (#2521) 2023-03-17 17:56:41 +08:00
5083174a92 fix goreport for gofmt (#2523) 2023-03-17 17:54:14 +08:00
4a278dfd79 improve grpcx (#2522) 2023-03-17 17:51:10 +08:00
80d57ed8f9 add postForm with multi data content type support (#2508) 2023-03-14 09:57:22 +08:00
b742e222d6 improve command gen pb by adding controller go files generating (#2518) 2023-03-14 09:47:42 +08:00
ae86f66545 fix issue #2499 #2515 (#2517) 2023-03-13 22:16:57 +08:00
45e4c9e16c add tag value of in support for api definition that has meta info (#2450) 2023-03-13 19:29:30 +08:00
XG
8c07f1a42c feat: support graceful shutdown (#2469) (#2475) 2023-03-13 19:21:56 +08:00
e6c97410ef fix: cli gen service:BUG #2310 (#2485) 2023-03-13 19:17:23 +08:00
b1a55c7a32 improvement for grpcx (#2510) 2023-03-13 18:56:19 +08:00
1cd1449085 add package contrib/rpc/grpcx (#2169) contrib/drivers/mssql/v2.3.3 contrib/config/nacos/v2.3.3 contrib/drivers/oracle/v2.3.3 contrib/registry/polaris/v2.3.3 contrib/registry/etcd/v2.3.3 contrib/drivers/pgsql/v2.3.3 contrib/rpc/grpcx/v2.3.3 v2.3.3 contrib/registry/file/v2.3.3 contrib/trace/jaeger/v2.3.3 contrib/nosql/redis/v2.3.3 contrib/config/polaris/v2.3.3 contrib/config/kubecm/v2.3.3 contrib/registry/zookeeper/v2.3.3 contrib/drivers/clickhouse/v2.3.3 contrib/config/apollo/v2.3.3 contrib/drivers/sqlite/v2.3.3 contrib/drivers/mysql/v2.3.3 contrib/drivers/dm/v2.3.3 2023-03-08 14:12:51 +08:00
55690f3738 improve unit testing cases coverage to 80%+ (#2480) 2023-03-07 21:27:23 +08:00
13f6fb1929 fix issue struct attribute converting when has no json name but with omitempty tag (#2486) 2023-03-07 21:26:32 +08:00
e8088a6563 improve command gen dao by removing all dao files if clear option is true (#2502)
* improve command  by removing all dao files if clear option is true

* version updates
2023-03-07 19:32:13 +08:00
e8051bad9a fix issue in empty json name along with omitempty tag in package oai (#2500) 2023-03-07 14:17:14 +08:00
d0d41a63a6 robot translator updates (#2491) 2023-03-07 11:01:01 +08:00
853b038a47 add issue translation robot (#2490) 2023-03-06 09:50:03 +08:00
34946f6105 fix configuration of Namespace for pgsql (#2481) 2023-03-01 19:30:40 +08:00
Gin
15d88c269d fix: gredis maxActive config and duplicate connection bug (#2479) 2023-02-27 22:08:37 +08:00