1
0
mirror of https://github.com/beego/bee.git synced 2024-05-31 22:53:28 +00:00
Commit Graph

957 Commits

Author SHA1 Message Date
Unknown
a6840ebafd Fixed bug: repeat build in Mac OS, change to check file ModTime insetad of event time 2013-08-15 12:53:07 +08:00
Unknown
5486f6ee55 Fixed bug: repeat build in Mac OS, change to check file ModTime insetad of event time 2013-08-15 12:52:32 +08:00
Unknown
bf33c2b05c Fixed bug: repeat build in Mac OS, change to check file ModTime insetad of event time 2013-08-15 12:51:48 +08:00
Unknown
772e5676f7 Fixed bug: repeat build in Mac OS, change to check file ModTime insetad of event time 2013-08-15 12:51:26 +08:00
astaxie
bb36ce0d6c Merge pull request #24 from pnelson/master
Follow symlinks on 'bee new project_name'.
2013-08-12 01:14:51 -07:00
Philip Nelson
61ed8f285b Evaluate symlinks before comparing path. 2013-08-11 21:38:57 -07:00
Philip Nelson
f321e15db8 Go docs advise to use strings.HasPrefix. 2013-08-11 17:43:00 -07:00
astaxie
d77338eabe Merge pull request #23 from Unknwon/master
Colorful log print
2013-08-09 07:43:52 -07:00
Unknown
ea43654872 Colorful log print 2013-08-09 22:40:46 +08:00
Unknown
1991a21b03 Merge branch 'master' of github.com:astaxie/bee 2013-08-09 18:01:22 +08:00
astaxie
89acd00955 fix linux cpu 100% 2013-08-09 17:49:14 +08:00
astaxie
a2c9ff7213 Merge pull request #22 from Unknwon/master
prompt fix
2013-08-07 19:47:21 -07:00
Unknown
bba44d0966 Merge branch 'master' of github.com:astaxie/bee 2013-08-08 06:41:47 +08:00
Unknown
22db382cb8 Update 2013-08-08 06:41:00 +08:00
astaxie
4eb306ca85 Merge pull request #20 from Unknwon/master
Watch current directory and ignore non-go files.
2013-07-31 01:44:20 -07:00
Unknown
8cbca4826e Watch current directory and ignore non-go files. 2013-07-31 14:44:56 +08:00
astaxie
859c694ce7 can't read bee.json from project so it always err 2013-07-30 15:35:39 +08:00
astaxie
bf5f0baed7 only watch go file's modify 2013-07-30 15:23:14 +08:00
astaxie
058289f79d Merge pull request #19 from Unknwon/master
Added func getControllerInfo
2013-07-26 19:40:31 -07:00
Unknown
7ea67b5534 Added func getControllerInfo 2013-07-27 09:44:44 +08:00
Unknown
422e2dc737 Add option go install 2013-07-25 16:26:54 +08:00
astaxie
47c65fb1ef Merge pull request #17 from Unknwon/master
Update tpl file and code for create new Beego application
2013-07-24 07:59:36 -07:00
Unknown
ead4f9fd81 Add support for watch main package files through bee.json 2013-07-24 20:36:22 +08: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
astaxie
e6bb2e8d5e Merge pull request #16 from Unknwon/master
skip TMP files and gofmt events
2013-07-24 00:07:01 -07:00
Unknown
0feb778d4d skip TMP files and gofmt events 2013-07-24 14:58:13 +08:00
astaxie
7e4fd3f528 Merge pull request #15 from wangxian/master
fixed: Support bee start appname && bee start ./appname
2013-07-22 07:06:44 -07:00
木頭
2a71bd2603 fixed: Support bee start appname && bee start ./appname 2013-07-22 17:17:08 +08:00
astaxie
671e27c157 Merge pull request #12 from miraclesu/apiapp
an example for api application
2013-07-09 01:43:32 -07:00
miraclesu
b4b8225cbf an example for api application 2013-07-09 15:16:28 +08:00
astaxie
dfcbddd077 Merge pull request #11 from miraclesu/apiapp
add api command
2013-07-08 06:33:36 -07:00
miraclesu
6bfd839b68 add api demo 2013-07-08 17:56:48 +08:00
miraclesu
91c467505a add api command 2013-07-08 15:34:58 +08:00
astaxie
f242623d30 Merge pull request #10 from shxsun/master
简化代码的结构,解决liteide短时间内更新文件频繁的问题
2013-07-07 02:05:12 -07:00
ssx
df0fb8595b remove useless codes again 2013-07-06 16:23:35 +08:00
sun shengxiang
9e602fd75f remove useless codes 2013-07-06 16:13:30 +08:00
sun shengxiang
0cf1a553de half work 2013-07-06 15:30:57 +08:00
slene
14510fc9b6 fix file repeat compress 2013-06-28 18:05:00 +08:00
slene
b9c7661c98 fix bee pack build path 2013-06-28 15:17:12 +08:00
slene
1224787b47 add beego project recognition 2013-06-27 15:29:27 +08:00
slene
15c558d329 Merge branch 'master' of github.com:astaxie/bee 2013-06-27 10:37:05 +08:00
astaxie
75d711a999 add status 2013-06-27 10:34:38 +08:00
slene
bbf565e9d8 add pack feature, not can pack project into compressed file 2013-06-27 10:15:54 +08:00
astaxie
fc59287801 Merge pull request #9 from slene/master
use path/filepath intead path
2013-06-26 06:16:21 -07:00
slene
a73c185d16 fix use path/filepath intead path 2013-06-26 21:03:02 +08:00
astaxie
354ef35f16 fix windows createapp 2013-06-26 10:49:59 +08:00
astaxie
19a7fc4612 fix #6 2013-06-26 00:00:10 +08:00
astaxie
e96f207991 fix #6 2013-06-25 23:57:12 +08:00
astaxie
398bb5ff09 fix #6 2013-06-25 23:52:26 +08:00