1
0
mirror of https://github.com/beego/bee.git synced 2024-06-01 09:13:27 +00:00
Commit Graph

1112 Commits

Author SHA1 Message Date
wangle
81ed06ea01 get template from git when run 'bee pro toml' if template dose not exit 2020-09-11 01:03:44 +08:00
wangle
8f0badc630 add command "bee pro toml" for create beegopro.toml 2020-09-10 19:35:44 +08:00
askuy
8b942b1f22
Merge pull request #718 from wangle201210/develop
make .beego dir if don`t exist
2020-09-07 14:43:08 +08:00
wucheng
d496d26a1c revert:修复了自定义map结构的显示 2020-08-27 14:53:32 +08:00
wucheng
c0d29b0d2a 修复了自定义map结构的显示 2020-08-27 14:23:02 +08:00
wucheng
b45ded3355 添加自定义的对象显示类型 2020-08-26 17:22:57 +08:00
wucheng
2c673b7d1e support interface type 2020-08-26 11:17:09 +08:00
wucheng
53b0b68d00 使得function的Description头也可以直接多行注释 2020-08-24 10:48:59 +08:00
wucheng
2862ff48db 对@Description支持多行描述 2020-08-12 16:14:23 +08:00
wucheng
b56b3794e4 fixbug: ignore tag did not works; set property type to the second tag value only if it is not omitempty and isBasicType 2020-08-12 10:19:09 +08:00
wangle
413f4ef129 make .beego dir if don`t exist 2020-08-10 22:46:29 +08:00
wangle
f0815cc9b2 Merge branch 'develop' of https://github.com/beego/bee into develop 2020-08-10 22:38:13 +08:00
wangle
732fdfa321 get bee latest version by 'https://api.github.com/repos/beego/bee/tags' 2020-08-09 15:27:37 +08:00
wangle
82e40f9010 fix the bee path 2020-08-09 15:27:37 +08:00
wangle
9c63635169 add cmd 'bee update' to update self
just notice once a day if there is a new version
2020-08-09 15:27:37 +08:00
wangle
e0ea0abf5b Automatic update bee every day
Backup only when content changes
Fix the version
2020-08-09 15:27:37 +08:00
Ewan Slater
f7d13000f9 deleted commented code 2020-08-07 22:34:07 +01:00
Ewan Slater
e3de9ed86d updated Dockerfile template 2020-08-07 22:32:13 +01:00
wangle
07fa523da9 get bee latest version by 'https://api.github.com/repos/beego/bee/tags' 2020-08-02 23:02:12 +08:00
wangle
40a90af5be fix the bee path 2020-08-02 17:00:29 +08:00
wangle
e539c34ea0 add cmd 'bee update' to update self
just notice once a day if there is a new version
2020-08-02 16:17:02 +08:00
wangle
a23c76305a Automatic update bee every day
Backup only when content changes
Fix the version
2020-08-01 17:12:09 +08:00
Hanjiang Yu
c562cedf96 Internalize parsePackagesFromDir() 2020-08-01 16:24:26 +08:00
Hanjiang Yu
a68e8ae3e8 Parse AST even not in GOPATH 2020-08-01 16:24:26 +08:00
Hanjiang Yu
e0ada8860d Use go/build to resolve package path for bee generate docs 2020-08-01 16:24:26 +08:00
askuy
6a2f44720e Revert "bak file err"
This reverts commit 0e6ce7dea0.
2020-07-27 13:13:23 +08:00
askuy
3e5f9cf213 Revert "Change bee version"
This reverts commit e0ce20407c.
2020-07-27 13:13:23 +08:00
askuy
19d0116825 Revert "Backup only when content changes"
This reverts commit f601e441f3.
2020-07-27 13:13:23 +08:00
askuy
0a2c7f0c57 Revert "Compare content after formatting"
This reverts commit 174d2ab2e8.
2020-07-27 13:11:05 +08:00
askuy
59fa4ace1e Revert "Only contents in "CompareExcept" are excluded during comparison"
This reverts commit a9d3de0872.
2020-07-27 13:11:05 +08:00
wangle
a9d3de0872 Only contents in "CompareExcept" are excluded during comparison 2020-07-26 20:18:33 +08:00
wangle
174d2ab2e8 Compare content after formatting 2020-07-26 20:18:33 +08:00
qiantao
dbb41fa430 1. default gopath=false,
2. fix error work path.
2020-07-26 10:26:38 +08:00
wangle
f601e441f3 Backup only when content changes 2020-07-26 10:24:52 +08:00
wangle
e0ce20407c Change bee version 2020-07-26 10:24:52 +08:00
wangle
0e6ce7dea0 bak file err 2020-07-26 10:24:52 +08:00
askuy
13a81b8140
Merge pull request #692 from beego/feature/beegopro
repair staticcheck
2020-07-21 22:27:25 +08:00
yitea
d9633cd9af repair staticcheck 2020-07-21 22:24:42 +08:00
askuy
b90f93409e
Merge pull request #690 from beego/feature/beegopro
Feature/beegopro
2020-07-19 20:49:28 +08:00
yitea
cc2b2d1054 bee support go mod, modify readme. 2020-07-19 20:47:18 +08:00
yitea
4637afa242 beego pro move to beego group 2020-07-18 23:08:49 +08:00
yitea
f3240109bf bee new uses go mod by default 2020-07-18 22:09:28 +08:00
yitea
8ac965a433 Merge branch 'develop' into feature/beegopro 2020-07-18 10:48:10 +08:00
yitea
adf3cc850f bee pro remove go dependence 2020-07-18 10:45:50 +08:00
qiantao
91e4ac31a4 use go env check project is go mod or not. 2020-07-18 10:45:50 +08:00
qiantao
8893ad2d13 generate go.mod skip Minor version. 2020-07-18 10:45:50 +08:00
qiantao
fccdcbbeda fix #477 2020-07-18 10:45:50 +08:00
askuy
c37857ed01
Merge pull request #687 from guhan121/develop0711
更好的检查go mod 方式;生成的go.mod 忽略Minor version
2020-07-16 23:12:49 +08:00
askuy
20b7aec77a
Merge pull request #683 from guhan121/develop
fix #477
2020-07-16 23:11:30 +08:00
yitea
2c329fd606 support beego pro migration exec sql 2020-07-11 17:44:39 +08:00