Commit Graph

10 Commits

Author SHA1 Message Date
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