Commit Graph

3004 Commits

Author SHA1 Message Date
Eyal Post e32a18203b fix gosimple 2017-05-17 21:27:32 +03:00
Eyal Post ee1d8bc30e fix gosimple 2017-05-17 20:50:41 +03:00
Eyal Post 828cbbdf5d Refactor a bit to consolidate packages 2017-05-17 20:38:59 +03:00
Eyal Post d54cd4fa5f Merge remote-tracking branch 'upstream/develop' into develop 2017-05-17 20:02:40 +03:00
astaxie 7747e9ec8b Merge branch 'develop' of https://github.com/astaxie/beego into develop 2017-05-17 20:52:53 +08:00
astaxie 9765519f38 Merge pull request #2637 from alexsunxl/develop
allow o.Raw(sql).QueryRows(&container) pass nested struct
2017-05-17 16:45:14 +08:00
astaxie 69f0b94745 fix gosimple 2017-05-16 22:21:43 +08:00
astaxie 3c9b6c99b7 Merge pull request #2643 from rbw0/master
Spelling fixes
2017-05-16 11:26:16 +08:00
Robert Wikman b5c6eb54d2 Missing PK error spelling fix 2017-05-16 00:58:20 +02:00
Robert Wikman e1c90bfc09 Table not found spelling fixes 2017-05-16 00:27:57 +02:00
astaxie 91400f10b0 Merge pull request #2640 from franzwilhelm/master
Moved Security to Operation struct to support swagger API security auth
2017-05-14 19:15:20 +08:00
franzwilhelm c814893d65 add support for global security 2017-05-14 12:13:35 +02:00
alexsunxl 2325090101 add test case that used nested struct test QueryRows 2017-05-14 12:03:34 +08:00
franzwilhelm 40bc52b844 fix security struct placement and formatting 2017-05-14 00:42:09 +02:00
sunxinle 589f3755f0 允许o.Raw(sql).QueryRows(&container) 传入的container包含结构的嵌套 2017-05-12 18:11:42 +08:00
eyalpost 1004678005 popular status codes 2017-05-12 09:57:56 +03:00
eyalpost 0ac2e47162 location=>paramType 2017-05-12 09:28:46 +03:00
eyalpost b6a35a8944 more tests 2017-05-12 09:25:12 +03:00
Eyal Post 74dc3c7500 tests 2017-05-11 19:32:44 +03:00
Eyal Post cb4f252a06 defValue -> defaultValue 2017-05-11 17:58:25 +03:00
astaxie bceefc9075 Merge pull request #2636 from guanly/master
ISSUE2630 使用sqlite,orm中通过filter后的delete删除不成功
2017-05-11 22:04:27 +08:00
guanly 10cd1070f4 使用sqlite,orm中通过filter后的delete删除不成功
https://github.com/astaxie/beego/issues/2630
2017-05-11 21:45:38 +08:00
guanly 9b01b1c63d ISSUE2630 使用sqlite,orm中通过filter后的delete删除不成功
https://github.com/astaxie/beego/issues/2630
2017-05-11 14:49:01 +08:00
Yang Luo b2e7720fcd Add an authorization plugin that supports ACL, RBAC based on casbin. It requires the built-in HTTP basic authentication by default. 2017-05-04 14:02:21 +08:00
astaxie 83814a76cc hotfix: err nil 2017-05-02 12:47:15 +08:00
Eyal Post d3a16dca85 Redirect should returns error 2017-05-01 08:57:57 +03:00
astaxie 7452151bee Merge pull request #2611 from astaxie/develop
1.8.2
2017-05-01 13:01:59 +08:00
Eyal Post 1b8f05cef1 golint fixes 2017-04-30 19:28:26 +03:00
Eyal Post cfb2f68dd6 Merge remote-tracking branch 'upstream/develop' into develop 2017-04-30 18:59:50 +03:00
astaxie e76423e6dc revert #2518, fix #2605 2017-04-30 23:59:38 +08:00
astaxie 947980b5eb beego 1.8.2 2017-04-30 23:43:46 +08:00
astaxie 44bdf1df63 ignore NilErr 2017-04-30 23:38:48 +08:00
astaxie 79b66ef053 fix the beego ORM test 2017-04-30 22:55:39 +08:00
astaxie a91e2e9950 add golint check and fix all golints 2017-04-30 22:41:23 +08:00
astaxie ea3d0690cf golint 2017-04-29 09:13:28 +08:00
astaxie 1c32c011a1 fix misspell 2017-04-28 23:37:40 +08:00
astaxie 64b475d7d6 fix ReadOrCreate test case 2017-04-28 22:58:17 +08:00
astaxie aa8f7bc146 fix ineffectual 2017-04-28 22:36:28 +08:00
astaxie 3e29078f68 add check ineffect and gofmt 2017-04-28 21:38:08 +08:00
eyalpost a1bc94e648 dont generate comment if router not found 2017-04-26 01:00:25 +03:00
eyalpost 4cba78afd9 small fixes 2017-04-25 23:42:35 +03:00
ansiz f311ae9ebe feature: Export function printTree (#2597)
This exports PrintTree function which allow to set Role Based Access Control, Create our own requests statistics...etc
2017-04-25 18:12:03 +02:00
eyalpost cbd831042a move under context 2017-04-25 18:39:42 +03:00
astaxie 522b3a4a70 Merge pull request #2596 from astaxie/develop
beego 1.8.1
2017-04-25 22:51:23 +08:00
astaxie cd67f13bf9 add template layout test #2481 2017-04-25 22:21:27 +08:00
astaxie 0f554d9b1a update travis to latest go version 2017-04-25 22:21:08 +08:00
eyalpost 9b79437778 all types working + controller comments generation 2017-04-25 16:00:49 +03:00
astaxie 3742d1178c httplib support delete params fix #2593 2017-04-25 20:42:43 +08:00
xhzhang b9e3cbbf44 feat: export function printTree
we can do more thing with an exported PrintTree function, such as
  set role base access control,create our own requests statistics.
2017-04-25 12:42:36 +08:00
ansiz 3c0c87f473 Merge pull request #1 from astaxie/master
merge from origin repo
2017-04-25 12:38:32 +08:00