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

27 Commits

Author SHA1 Message Date
Faissal Elamraoui
73aa44e1a7 Added a few tweaks to the folder structure in the long description 2016-12-03 16:06:46 +01:00
Faissal Elamraoui
196e732e19 Removes the use of template/html
This uses the template/text instead because template/html does not escape
quotes and replaces them with their HTML codes. Added two more util
functions to make it easy to use bold and colored text in the command long
description.
2016-12-03 11:46:10 +01:00
Faissal Elamraoui
5defe7c368 Fix merge conflict 2016-11-22 10:33:11 +01:00
Faissal Elamraoui
e39dc9fb7f #323: Removes the check if the current path is a Beego project 2016-11-21 15:23:08 +01:00
Faissal Elamraoui
35384b463e This allows the isBeegoProject() function to do the walking inside a Goroutine 2016-11-20 11:55:44 +01:00
Faissal Elamraoui
deacdaa667 Fixes the filename and lineNo in debug log message 2016-11-14 18:05:34 +01:00
Faissal Elamraoui
cb47cd011c Moved all utility functions to one place 2016-11-13 14:12:38 +01:00
Faissal Elamraoui
287af20d1a fix: This fixes #247
Moved isBeegoProject(app) method from pack.go to util.go. Rewrite it
to walk the application folder tree looking for main files.
2016-09-26 20:25:15 +02:00
astaxie
4310f5d67f Merge pull request #236 from amrfaissal/color-logger-feature
New tweaks
2016-08-02 09:34:48 +08:00
Faissal Elamraoui
338dfc65ed New tweaks
Added enhanced logging while using bee to scaffold code
Fixed some typos and errors
Added more error handling
Added more docs
2016-07-31 23:30:35 +02:00
Faissal Elamraoui
5bc1c82a2b Added check for multiple paths in GOPATH (instead of the first path in the list) 2016-07-29 17:45:15 +02:00
astaxie
0dbe35a943 go vet happy 2016-01-25 21:43:29 +08:00
Lei Cao
60e4f1b872 Issue-119: flags for excluding Godeps. 2015-06-17 14:59:59 +08:00
astaxie
7ffe1060cc format the log time 2014-08-23 14:15:42 +08:00
astaxie
67c1c05a45 support migrate generate sql 2014-08-18 11:51:57 +08:00
ZhengYang
923a02f99b colorlog for [INFO] 2014-08-14 12:20:49 +08:00
astaxie
25fccbdf91 ask whether overwrite the file 2014-08-09 11:14:00 +08: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
Odiel Leon
a10bc28ab4 - Defining the logs levels as constants
- Adding time for each log print in order to see changes in the console or logs files.
2013-09-26 14:41:25 -04:00
Unknown
e606b0045d Working on bee bale 2013-09-03 13:23:58 -04:00
Unknown
6923aeb1ae Use package com colorlog for uniform management 2013-08-24 16:41:46 +08:00
slene
90648d22cd avoid panic when len(log) == 0 in colorLog func 2013-08-22 14:54:02 +08:00
Unknown
055609f64d Update color ouput 2013-08-15 15:24:23 +08:00
Unknown
ea43654872 Colorful log print 2013-08-09 22:40:46 +08:00
sun shengxiang
0cf1a553de half work 2013-07-06 15:30:57 +08:00