4fc24e1391
add endpoints configuration for ghttp.Server ( #2741 )
2023-07-06 21:29:33 +08:00
160bddecd3
version v2.5.0 ( #2747 )
2023-07-06 21:28:38 +08:00
8fb4636cb4
improve command gen service for import alias and comments handling ( #2745 )
2023-07-06 20:36:33 +08:00
c90e9311e3
fix issue #2734 ( #2740 )
2023-07-05 09:49:25 +08:00
9620b15ea1
fix length check issue ( #2725 )
2023-07-04 09:49:09 +08:00
8aff08581f
feat:add service comments. ( #2714 )
2023-06-28 21:10:47 +08:00
8c4a0b61b8
fix: cmd gen dao typeMapping.Name=>typeMapping.Type ( #2723 )
2023-06-28 10:55:08 +08:00
22696566d6
add type mapping feature for command gf gen dao ( #2722 )
2023-06-28 10:06:33 +08:00
c5c2938380
improve command gen ctrl and gen service ( #2711 )
2023-06-19 20:47:32 +08:00
d6433de4a6
add command gen ctrl for parsing api to generate controller and sdk go files ( #2708 )
2023-06-15 14:16:10 +08:00
8cc5338870
fix version retrieving of goframe for command version ( #2682 )
2023-06-02 18:02:24 +08:00
99236fd93b
version v2.4.2 ( #2679 )
2023-06-02 11:44:48 +08:00
7bb4ddcfd5
ignore binary building if option Build is empty for command build ( #2678 )
...
ignore binary building if option Build is empty for command build
2023-06-01 21:52:59 +08:00
4914517f6b
template updates for command gf init ( #2671 )
2023-05-29 20:12:06 +08:00
0865dbbf75
improve command up for goframe version upgrade ( #2670 )
2023-05-29 16:29:42 +08:00
f6dbe1a40c
change parameter prefix of type string to prefixes of type slice for command enums ( #2662 )
2023-05-24 14:12:49 +08:00
032d085619
fix issue in building binary for command docker ( #2660 )
2023-05-24 14:12:22 +08:00
879283685d
fix(CLI): install cmd path choose empty not use default ( #2655 )
2023-05-23 21:59:47 +08:00
3c1ded22fd
cli command exits with code 1 if error ( #2645 )
2023-05-15 15:51:28 +08:00
0c3e66d6a0
fix: genpbentity type error, []byte => bytes ( #2633 )
2023-05-12 10:17:07 +08:00
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
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
d6471d7d51
v2.4.1 ( #2615 )
2023-05-05 14:15:01 +08:00
a9090e4a72
fix some comments ( #2600 )
...
Signed-off-by: cui fliter <imcusg@gmail.com >
2023-04-26 19:34:22 +08:00
ed63617aa0
fix file permission error when overwriting directory containing .git … ( #2599 )
2023-04-25 21:36:37 +08:00
894f202b75
version v2.4.0 ( #2595 )
2023-04-24 11:44:19 +08:00
23d8ef32a3
fix: fix typo and go-staticcheck S1002 warning ( #2590 )
2023-04-21 10:13:59 +08:00
a031e112e5
add command gen enums ( #2591 )
2023-04-20 16:30:42 +08:00
32a7f6a0f0
feature/v2.4.0-rc4 ( #2578 )
...
* v2.4.0-rc3
* v2.4.0-rc4
2023-04-12 22:01:24 +08:00
5bbec48679
v2.4.0-rc2 ( #2575 )
2023-04-12 21:14:03 +08:00
66d0663dc5
add clickhouse support in command gf gen dao ( #2557 )
2023-04-12 10:14:04 +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
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
b742e222d6
improve command gen pb by adding controller go files generating ( #2518 )
2023-03-14 09:47:42 +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 )
2023-03-08 14:12:51 +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
ed858ebd4b
Bump golang.org/x/net from 0.1.0 to 0.7.0 in /cmd/gf ( #2460 )
2023-02-20 22:02:31 +08:00
272b9c7afd
README update for cmd/gf ( #2459 )
2023-02-20 22:01:36 +08:00
21ebf48072
.gitignore updates ( #2426 )
2023-02-07 21:13:20 +08:00
2b90bcfab6
fix issue #2050 : add -t option support for command gf docker to compatable with older version ( #2423 )
2023-02-07 17:41:43 +08:00
9ba49fa454
fix issue in gf run failed with arguments passed in windows platform ( #2414 )
2023-02-06 20:35:11 +08:00
d984f1a9d8
add auto go mod tidy after version upgraded for command up ( #2407 )
...
* add cli upgraded supported for command up
* improve unit case for package internal/mutex
* v2.3.1
* add auto after version upgraded for command
Co-authored-by: houseme <housemecn@gmail.com >
2023-01-18 11:28:55 +08:00
7b0fd6de9b
add cli upgraded supported for command up ( #2405 )
...
* add cli upgraded supported for command up
* improve unit case for package internal/mutex
* v2.3.1
Co-authored-by: houseme <housemecn@gmail.com >
2023-01-18 10:12:00 +08:00
6ff4ed84e5
version v2.3.0 ( #2392 )
...
* v2.3.0
* up
* up
* up
2023-01-11 19:19:41 +08:00