Commit Graph

1113 Commits

Author SHA1 Message Date
Ming Deng a75a0c8723
Merge pull request #822 from flycash/develop
Prepare release v2.0.3
2022-05-23 22:03:25 +08:00
zhangqz 97df75a28c fix required struct tag when anonymous nested struct 2022-05-23 22:01:34 +08:00
Ming Deng d04f11c57a Fix 767 2022-05-23 22:01:34 +08:00
Ming Deng d7fcaf0921
Merge pull request #820 from flycash/develop
upgrade Beego to v2.0.3
2022-05-23 21:58:21 +08:00
Deng Ming 7ee363657f upgrade Beego to v2.0.3 2022-05-23 21:55:10 +08:00
Ming Deng 1b4f90114a
Merge pull request #817 from xinyidev/develop
fix struct comment
2022-05-23 21:37:46 +08:00
xinyi 47e6e7c145
Create go.yml 2022-04-25 10:43:30 +08:00
xinyi 50ffa7ed8c fix struct comment 2022-04-24 19:22:39 +08:00
Ming Deng 8a299fa755
Merge pull request #814 from flycash/develop
bump up beego to v2.0.2, bump up swagger ui to v4.6.1
2022-03-10 00:12:20 +08:00
Deng Ming e3d0b640df bump up beego to v2.0.2, bump up swagger ui to v4.6.1 2022-03-10 00:10:04 +08:00
Ming Deng 8f8166b3da
Merge pull request #803 from DandDevy/patch-1
Fix description of the new command
2021-09-18 23:08:58 +08:00
Daniel Ashcroft 1a47e0e945
Fix description of the new command 2021-09-17 01:26:52 +01:00
Ming Deng 9a9dbc0d78
Merge pull request #802 from GeekTree0101/bug/Geektree0101/fix-bold-attribute
[Bug] Bold message should be end with all attributes off(\x1b[0m)
2021-09-02 22:32:00 +08:00
Geektree0101 3b15b101e2 Bold message should be end with all attributes off(\x1b[0m) 2021-09-02 22:32:17 +09:00
Ming Deng 0d739375d1
Merge pull request #796 from DataSttructure/develop
fix cmd api bug
2021-08-13 23:03:21 +08:00
DataSttructure c36f132fd8
Merge pull request #1 from DataSttructure/DataSttructure-patch-1
Update apiapp.go
2021-08-12 17:59:36 +08:00
DataSttructure e22201eae3
Update apiapp.go
Add error handling for beego.AppConfig.String("sqlconn") in line 102
2021-08-12 17:57:59 +08:00
Ming Deng bdeabd3b70
Merge pull request #794 from jianzhiyao/patch-1
fix command "bee fix -t 2"
2021-08-05 18:32:44 +08:00
jianzhiyao 112769d885
Update fix1To2.go 2021-08-05 18:31:53 +08:00
jianzhiyao 97e66f3d18
fix command "bee fix -t 2"
due to import developing branch of beego
2021-08-05 18:26:46 +08:00
Ming Deng ee7b335232
Merge pull request #715 from jackywu/develop
fixbug: ignore tag did not works; set property type to the second tag…
2021-06-28 21:01:24 +08:00
Ming Deng 5bbc43e153
Merge pull request #789 from y4h2/develop
fix lint | with uncoditional strings.Replace
2021-06-17 23:09:25 +08:00
Yu Huang d0cfcd96ba fix lint with uncoditional strings.Replace 2021-06-17 11:02:31 -04:00
Ming Deng d63e07087c
Merge pull request #780 from flycash/develop
Remove Beego version because when we use GO mod, we can not know specific project's beego version
2021-05-08 19:40:01 +08:00
Ming Deng 6b1c370fd0 Fix static check 2021-05-07 21:10:49 +08:00
Ming Deng 7b3d1b5f64 Remove Beego version because when we use GO mod, we can not know specific project's beego version 2021-05-06 22:58:31 +08:00
Ming Deng 457c2f7dc8
Merge pull request #779 from RedBoneZhang/Branch_master
fix required struct tag when anonymous nested struct
2021-04-30 07:36:48 -07:00
Ming Deng 551d7cb8d3 go mod tidy 2021-04-30 22:26:23 +08:00
zhangqz 665150ec64 fix required struct tag when anonymous nested struct 2021-04-30 14:14:47 +08:00
Ming Deng f73ad3252b
Merge pull request #768 from flycash/master
Fix 767
2021-03-29 23:21:48 +08:00
Ming Deng 844823a367 Fix 767 2021-03-29 23:11:14 +08:00
Ming Deng cbb523325d
Merge pull request #762 from flycash/generateRouters
Add bee generate routers command
2021-02-09 23:54:59 +08:00
Ming Deng 22a4b07b4a Add bee generate routers command 2021-02-09 23:34:45 +08:00
Ming Deng 0a690decfb
Merge pull request #606 from LnZd/feature/analyse-import-pkg
search package from import paths, while missing type object
2021-02-09 20:11:41 +08:00
Ming Deng 21f42e22a4
Merge pull request #603 from LnZd/fix-required-tag
Fix required struct tag
2021-02-09 19:48:53 +08:00
John 9428a53176 fix test case 2021-02-07 10:54:57 +08:00
John 824fa639f0 add more test case 2021-02-07 10:47:42 +08:00
John 637637efb2 add copyright comment 2021-02-06 20:32:17 +08:00
John 7f80477761 update .travis.yml 2021-02-06 20:22:14 +08:00
John d995fc5328 add unit test 2021-02-06 20:10:12 +08:00
John 02a66c7bd7 change log level 2021-02-06 19:44:32 +08:00
John 9541046a29 load package from ouside of the project 2021-02-05 09:44:52 +08:00
John d0bc4f76fc
Merge branch 'develop' into fix-required-tag 2021-01-28 19:48:23 +08:00
John 100f0af03a
Merge branch 'develop' into feature/analyse-import-pkg 2021-01-28 19:45:53 +08:00
Ming Deng 3a727232d7
Merge pull request #760 from wangle201210/develop
Template url customization
2021-01-11 23:40:50 +08:00
王厚伟 29e2203ba1 optimization bee pro gen url 2021-01-11 00:24:24 +08:00
王厚伟 a44ef93f99 接收不同git仓库 2021-01-08 02:09:11 +08:00
Ming Deng 88101ce7a5
Merge pull request #759 from zyt312074545/fix/help_info
fix help message
2020-12-29 09:36:36 +08:00
zyt312074545 6f2d624a32 fix help message 2020-12-29 00:04:09 +08:00
Ming Deng 734d77f60d
Merge pull request #758 from higker/develop
fix generate case problem.
2020-12-28 20:47:39 +08:00