- 24 Apr, 2017 5 commits
- 23 Apr, 2017 4 commits
-
-
eyalpost authored
-
eyalpost authored
-
Eyal Post authored
-
Faissal Elamraoui authored
Fixes warnings and errors raised by gometalinter and gosimple.
-
- 22 Apr, 2017 2 commits
- 21 Apr, 2017 3 commits
- 20 Apr, 2017 1 commit
-
-
astaxie authored
-
- 19 Apr, 2017 6 commits
-
-
astaxie authored
Fix routing bug for splat matching
-
astaxie authored
Fix the following template reference
-
astaxie authored
Beego 运行过程中动态增减定时任务时,now的时间需要更新,否则等待时间会不正确
-
astaxie authored
Fix ini parsing error for multiple users on one machine.
-
Ggicci authored
If there were multiple users working on one machine, it's common that "/tmp/beego" will be owned by one of them, and the others won't be able to access to it. So, it's better to add an "id-like" postfix to the temporary directory.
-
PaulChen2016 authored
beego 启动时,执行toolbox.StartTask() 运行过程中,动态添加定时任务(这个是now时间已经不是starttask的时间了,需要刷新) case <-changed: now = time.Now().Local() continue
-
- 18 Apr, 2017 1 commit
-
-
Orefa authored
-
- 10 Apr, 2017 3 commits
- 07 Apr, 2017 1 commit
-
-
astaxie authored
Fix example for Hander func
-
- 03 Apr, 2017 1 commit
-
-
Faissal Elamraoui authored
Update README.md
-
- 02 Apr, 2017 2 commits
-
-
Ondrej Fabry authored
-
Ondrej Fabry authored
-
- 30 Mar, 2017 1 commit
-
-
Vladimir Shteinman authored
-
- 29 Mar, 2017 6 commits
- 28 Mar, 2017 3 commits
-
-
Christoph Pech authored
Fix for IndexExists in SQLite driver, they added the "origin" and "partial" columns to the index_list pragma. see: https://www.sqlite.org/src/info/2743846cdba572f6
-
Faissal Elamraoui authored
Update README.md
-
Ketan Gupta authored
-
- 27 Mar, 2017 1 commit
-
-
xia hao authored
sometimes we may want disable the redis pool
-