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

50 Commits

Author SHA1 Message Date
Faissal Elamraoui
1c0a569116 Fixed a typo 2016-11-23 15:58:38 +01:00
Faissal Elamraoui
deacdaa667 Fixes the filename and lineNo in debug log message 2016-11-14 18:05:34 +01:00
Faissal Elamraoui
cf7aef47f0 Implementing the new logging infrastructure
Moved logging to the new logging infrastructure by removing the use of
ColorLog() function. Added more documentation. Also fixed some typos in
comments and function names.
2016-11-13 15:14:48 +01:00
Faissal Elamraoui
56568f4d2c tweak: Exit with message instead of a panic
In case no application is found in GOPATH(s), exit with a friendly
message instead of a panic. Also removed useless else block in watch.go.
2016-09-26 20:32:14 +02:00
astaxie
146200024c Merge pull request #214 from amrfaissal/hotfix-212
Ignore tmp/backup files while using watcher
2016-08-19 01:29:29 +08:00
Faissal Elamraoui
4be4a20df4 Added ability to run an application either from the appname
directory or anywhere in the $GOPATH/src folder. (Fixes #219)
2016-07-22 17:33:05 +02:00
Faissal Elamraoui
ebb0272bc8 Ignore tmp/backup files while using watcher
This fixes #212 and Adds the logic to skip tmp and backup files
generated by Emacs, Vim or SublimeText. More RegExps can be added
to 'ignoredFilesRegExps' slice in watch.go file.
2016-05-31 21:58:24 +02:00
Sergey Lanzman
7210ac621d optimisation disable GC for go build , go list, go install
+20% speed on large projects
2016-03-12 14:05:15 +02:00
Mark Mindenhall
19b8add1c5 Support go build tags (issue #149) 2016-02-10 12:39:02 -07:00
hilyjiang
9d20985cde Wait 1s before autobuild util there is no file change. 2014-11-25 00:46:31 +08:00
astaxie
4ac9fb0dac bee default support watchall support generate doc
bee run appname true
2014-06-18 21:31:54 +08:00
slene
7da30d1b35 now bee run can specify main files 2014-02-22 01:51:18 +08:00
Unknown
ebcc00b113 Bug fixed 2013-12-15 18:28:17 -05:00
Unknown
5b59147d87 Bug fixed 2013-12-15 18:09:31 -05:00
Unknown
342172a1ac ug fixed 2013-12-15 18:08:51 -05:00
Unknown
cce4f8c289 Bug fixed 2013-12-13 21:39:16 -05:00
Unknown
49c53400ea Bug fixed 2013-12-12 17:13:50 -05:00
Unknown
a7e6c6a9b5 Update 2013-12-09 11:17:46 -05:00
Unknown
78a6597edb Update 2013-12-09 11:11:26 -05:00
slene
723ddb4060 env args fix 2013-11-27 13:15:00 +08:00
Unknown
5118cd348d Added args, envs conf option 2013-11-26 23:59:07 -05:00
Unknown
3674476b3d reduce build command if user enabled install 2013-11-26 18:37:29 -05:00
Unknown
a4baa777cb Added support for gopm 2013-11-03 22:16:15 -05:00
Unknown
865272a7f7 Update LICENSE 2013-10-30 19:54:53 -04:00
Unknown
f724bb0c6b Remove dep of com 2013-10-30 19:39:44 -04:00
shxsun
8115d5e1b8 modify bee test for more competible with none beego project, and add func safePathAppend 2013-09-24 10:42:02 +08:00
Unknown
111bc16e19 Able to customize watch file exts 2013-09-04 11:23:51 -04:00
Unknown
e606b0045d Working on bee bale 2013-09-03 13:23:58 -04:00
Unknown
b30217c1d3 Update 2013-08-24 19:00:08 +08:00
Unknown
6923aeb1ae Use package com colorlog for uniform management 2013-08-24 16:41:46 +08:00
Unknown
acc8c4ddd8 Merge branch 'master' of github.com:astaxie/bee 2013-08-24 04:39:18 +08:00
Unknown
7daaa6b523 Update 2013-08-24 04:39:10 +08:00
fanngyuan
d42aec07b4 刚才漏了 2013-08-22 12:19:45 +08:00
Unknown
055609f64d Update color ouput 2013-08-15 15:24:23 +08:00
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
Unknown
ea43654872 Colorful log print 2013-08-09 22:40:46 +08:00
Unknown
8cbca4826e Watch current directory and ignore non-go files. 2013-07-31 14:44:56 +08:00
astaxie
bf5f0baed7 only watch go file's modify 2013-07-30 15:23:14 +08:00
Unknown
422e2dc737 Add option go install 2013-07-25 16:26:54 +08: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
0feb778d4d skip TMP files and gofmt events 2013-07-24 14:58:13 +08:00
木頭
2a71bd2603 fixed: Support bee start appname && bee start ./appname 2013-07-22 17:17:08 +08: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
xiemengjun
257e25bbc1 bee 2012-12-16 00:56:28 +08:00