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

3590 Commits

Author SHA1 Message Date
BaoyangChai
873f62edff update 2019-06-09 01:19:17 +08:00
BaoyangChai
cc0eacbe02 update 2019-06-08 23:53:42 +08:00
oberontang
649c5c861d fix bugs of ParseForm about time in RFC3339 format 2019-05-31 15:52:19 +08:00
Faissal Elamraoui
206a7ed1fc
Merge pull request #3662 from npu21/develop
fix typos
2019-05-27 11:07:52 +02:00
张勇
3c046a4dbf fix two typos 2019-05-27 16:38:30 +08:00
astaxie
f2be6af2ca
Merge pull request #3658 from priyesh-lb/patch-1
Beego skipping some migrations
2019-05-18 09:38:09 +08:00
astaxie
804b9769e0
Merge pull request #3642 from GeorgeXc/fixBatchUpdate
Fix BatchUpdate not update the auto_now field
2019-05-18 09:28:22 +08:00
astaxie
585df01899
Merge pull request #3635 from edwardhey/develop
Incr和Decr应该改成排它锁,否则在并发的时候会出现非期望的结果值
2019-05-18 09:27:38 +08:00
astaxie
1a529c061c
Merge pull request #3633 from MarxGo/develop
fix:utils.GetGOPATHs() when go version equal or after go1.10
2019-05-18 09:27:08 +08:00
Priyesh
fcacfc08e3
Beego skipping some migrations
Beego skipping some migrations #3657
2019-05-17 16:19:26 +05:30
BaoyangChai
a0ca3d61d6 update 2019-05-08 23:11:57 +08:00
Edward.Yang
39bd40e512 Incr和Decr应该改成排它锁,否则在并发的时候会出现非期望的结果值 2019-05-01 13:10:21 +08:00
Guo
8748de95c7 fix:utils.GetGOPATHs() when go version equal or after go1.10 func does not return defaultGoPATH() 2019-04-30 06:43:25 +08:00
Wusuluren
0939e8e493 fix concurrent map access problem on BeegoInput.data 2019-04-30 00:15:24 +08:00
hwave
6a33feee46
Merge pull request #1 from astaxie/develop
update
2019-04-29 23:19:27 +08:00
astaxie
58b2ac702c
Merge pull request #3623 from Martinho0330/develop
make routers configurable for beego multi-instance in the same repo
2019-04-29 18:19:22 +08:00
astaxie
175714f69a
Merge pull request #3627 from haleyly/develop
route request put amendment
2019-04-29 18:18:19 +08:00
haley
d5b70118a3 Merge branch 'develop' of https://github.com/haleyLy/beego into dev 2019-04-28 08:51:34 +08:00
haley
a9629f707e route request put amendment 2019-04-28 08:50:30 +08:00
astaxie
6123c72752
Merge pull request #3621 from guanle/guanle-patch-1
Update templatefunc.go  for default value tag
2019-04-27 23:28:35 +08:00
astaxie
56afa5c2bf
Merge pull request #3625 from hsluoyz/develop
remove the 1000-row limit for ORM result set
2019-04-27 23:27:58 +08:00
astaxie
0c576dac82
Merge pull request #3599 from Wusuluren/cache_file
fix bug on cache/file
2019-04-27 23:27:27 +08:00
astaxie
8462372c03
Merge pull request #3598 from Wusuluren/develop
fix race problem on toolbox/task
2019-04-27 23:26:29 +08:00
astaxie
20ff97d53d
Merge pull request #3595 from JessonChan/log_revet
Log revet
2019-04-27 23:26:06 +08:00
astaxie
8ce5b6cc52
Merge pull request #3593 from JessonChan/trace_method
Trace method
2019-04-27 23:25:44 +08:00
Yang Luo
afb787d49d remove the 1000-row limit for ORM result set 2019-04-27 16:58:00 +08:00
hetingyao
0b165b78a1 make routers configurable for beego multi-instance in the same repo 2019-04-22 22:18:37 +08:00
guanle
fa97488bdc
Update templatefunc.go 2019-04-21 10:27:35 +08:00
astaxie
3086081ec0 v1.11.2 2019-04-06 13:50:14 +08:00
Wusuluren
dfab44c24a fix bug on cache/file 2019-04-05 22:32:28 +08:00
Wusuluren
1900246054 fix bug on cache/file 2019-04-05 22:17:56 +08:00
Wusuluren
e980f92c63 fix race problem on toolbox/task 2019-04-05 20:28:24 +08:00
JessonChan
ce3800e3ef // Deprecated: use github.com/astaxie/beego/logs instead. 2019-04-03 14:13:38 +08:00
JessonChan
e3d668f450 revet to log.go
https://github.com/astaxie/beego/issues/3591
https://github.com/astaxie/beego/issues/3588
2019-04-03 14:08:42 +08:00
JessonChan
75b4bc5896 it's no need to override Trace method. 2019-04-03 10:19:09 +08:00
astaxie
c0ecf32d17 update travis 2019-04-02 21:53:01 +08:00
JessonChan
3155f07ccd no need to override Trace method. 2019-03-27 13:43:27 +08:00
JessonChan
02bead5097 handle trace request must NOT CACHE
https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers/Cache-Control
2019-03-27 13:40:34 +08:00
JessonChan
e8b29c9fd1 handle trace request 2019-03-27 13:34:46 +08:00
astaxie
610f27d684
Merge pull request #3530 from GeorgeXc/develop
[orm] add ignore auto_now_add field when update
2019-03-27 00:14:07 +08:00
astaxie
59466f6678
Merge pull request #3554 from grahamjamesaddis/travis-ci-build
Allow forked beego project to pass travis ci builds
2019-03-26 19:24:06 +08:00
astaxie
3ddd8f860e
Merge pull request #3561 from JessonChan/develop
refactor color logger
2019-03-26 19:23:14 +08:00
astaxie
8535ec0819
Merge pull request #3567 from bsdelf/feature/ensure-custom-error-handler
Ensure custom error handler is called
2019-03-26 19:22:54 +08:00
astaxie
f294121ab7
Merge pull request #3583 from maxshine/develop
[Fix] Fix the issue that genRouterCode results in @Import annotations getting overwritten
2019-03-26 19:13:44 +08:00
GeorgeXc
0b8ebaf387
Update db.go 2019-03-26 01:00:04 +08:00
Yang, Gao
3b00cfccec [Fix] Fix the issue that genRouterCode incorrect logic results in @Import annotations getting overwritten 2019-03-24 14:41:28 +08:00
BaoyangChai
005391be81 update 2019-03-23 00:33:26 +08:00
Faissal Elamraoui
bc8fffe347
Merge pull request #3571 from dxas90/patch-1
Fixes #3570
2019-03-14 19:16:15 +01:00
Daniel Ramirez Grave de Peralta
914bbfd710
Update apiauth.go fixed infinite recursive call 2019-03-14 09:14:12 -04:00
Yanhui Shen
be31bd2bbd Ensure custom error handler is called 2019-03-13 16:24:04 +08:00