Commit Graph

16 Commits

Author SHA1 Message Date
Ming Deng 06e09b0f87 upgrade version to 2 2020-12-16 13:35:23 +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
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
xhzhang fdf0e9c768 feat: support bee workspace specify
support bee workspace specify instead of current path only
2017-12-21 23:32:40 +08:00
Gero Nimo 0cffaf8ea6 Fix generate swagger model api doc on Windows.
Add multiple gopath support for ParsePackagesFromDir.
Improves gloomyzerg@39cc0bc04e109ff0f69e73d567354d9e82b7c24c fix for #332 that got lost on some merge.
2017-03-24 05:05:00 -03:00
Faissal Elamraoui 792cb3f311 Load configuration for all commands
This removes the filepath.Walk() when loading configuration,
as it can read a Beefile from another project in the $GOPATH.
Now config.LoadConfig() is called for all available commands.
2017-03-15 15:18:33 +01:00
Sergey Lanzman feea8877c0 go vet
go simple
golint
structcheck
staticcheck
unused
unconvert
2017-03-11 10:57:06 +02:00
Sergey Lanzman c538bfbc8f Refactor!
create sub packages
delete unused code
delete code from not use command cmdRouter,cmdTest, cmdRundocs
make command plugins
check with gosimple,staticcheck,go vet,unused,unconvert
2017-03-10 11:48:26 +02:00
Unknown 172bc44b22 Add user conf support for bee.json 2013-07-24 20:01:14 +08:00
Unknown 9e9f0ce1dd Update tpl file and code for create new Beego application 2013-07-24 19:20:30 +08:00
miraclesu 91c467505a add api command 2013-07-08 15:34:58 +08:00
slene 1224787b47 add beego project recognition 2013-06-27 15:29:27 +08:00
slene bbf565e9d8 add pack feature, not can pack project into compressed file 2013-06-27 10:15:54 +08:00
xiemengjun 257e25bbc1 bee 2012-12-16 00:56:28 +08:00