1
0
mirror of https://github.com/astaxie/beego.git synced 2025-04-24 07:26:50 +00:00

Commit Graph

  • 15489fa76a
    Merge pull request #4135 from IamCathal/grammar-fixes Ming Deng 2020-08-06 09:05:30 +08:00
  • e7d8bab5d9 Improved definition of DefaultEvery IamCathal 2020-08-05 17:56:11 +01:00
  • 2f5683610f Minor grammar fixes IamCathal 2020-08-05 17:44:39 +01:00
  • 5c8c088684
    Revert "Change interface in session README" Phillip Stagnet 2020-08-05 18:33:17 +02:00
  • 009074725e
    Move interface change to pkg/session/README.md Phillip Stagnet 2020-08-05 18:32:33 +02:00
  • ce50ca22d7
    Merge branch 'develop-2.0' of github.com:astaxie/beego into session_exists_return_err Phillip Stagnet 2020-08-05 18:30:19 +02:00
  • 3052c64b6c
    Revert "Add error to SessionExist interface" Phillip Stagnet 2020-08-05 18:29:47 +02:00
  • 5f2f6e4f86
    Add interface change in pkg folder Phillip Stagnet 2020-08-05 18:29:22 +02:00
  • 3382a5baa1
    Merge pull request #4134 from flycash/ftr/ormInterceptor Ming Deng 2020-08-05 22:22:59 +08:00
  • 882aa9b967 Deprecated old web module Ming Deng 2020-08-05 21:57:20 +08:00
  • 02972d8702
    Merge pull request #4130 from flycash/ftr/prometheuseAndOpentracing Ming Deng 2020-08-05 15:46:03 +08:00
  • 261b704d8b Fix UT Ming Deng 2020-08-05 06:34:54 +00:00
  • 6c6cf91741 Support prometheus and opentracing filter Ming Deng 2020-08-04 22:16:55 +08:00
  • ae8461f95d
    Merge pull request #4125 from flycash/ftr/middleware Ming Deng 2020-08-04 23:06:18 +08:00
  • aa3987f816 Merge remote-tracking branch 'origin/develop' into ftr/middleware Ming Deng 2020-08-04 07:27:45 +00:00
  • 3dc5ec1060
    Merge pull request #4129 from astaxie/revert-4128-fix-ci-fail Ming Deng 2020-08-04 21:38:50 +08:00
  • 1961c1e441
    Revert "fix CI fail for connection log test" Ming Deng 2020-08-04 21:37:46 +08:00
  • 787bb60b42
    Merge pull request #4128 from AllenX2018/fix-ci-fail Ming Deng 2020-08-04 21:14:45 +08:00
  • 12b984861d fix CI fail for connection log test AllenX2018 2020-08-04 19:21:26 +08:00
  • 79ffef90e3 support filter chain Ming Deng 2020-07-31 21:43:11 +08:00
  • 310161f9d4
    Merge pull request #4126 from flycash/fix/secureFlagV1 Ming Deng 2020-08-03 21:24:23 +08:00
  • a0d1c42dac XSRF add secure and http only flag Ming Deng 2020-08-03 21:03:08 +08:00
  • 6f5c5bd3a6
    Change interface in session README Phillip Stagnet 2020-08-03 13:33:30 +02:00
  • 28e6b3b924
    Add error to SessionExist interface Phillip Stagnet 2020-08-03 13:31:49 +02:00
  • 9e1346ef4d
    Merge pull request #4113 from flycash/ftr/usingPkg Ming Deng 2020-07-31 13:40:39 +08:00
  • 9f295067b7 Resolve conflict Ming Deng 2020-07-30 22:44:44 +08:00
  • 71776e4bef
    Merge pull request #4114 from wangle201210/develop-2.0 Ming Deng 2020-07-30 16:51:02 +08:00
  • 87b40ee9e7
    Merge pull request #4116 from livelyRyan/patch-2 Ming Deng 2020-07-30 16:07:00 +08:00
  • 7831638f37
    移除多余的条件判断 Mr. Myy 2020-07-30 14:48:46 +08:00
  • 5203804165
    调整默认配置中的 ClientAuth 值,使之与原来的行为保持一致 Mr. Myy 2020-07-30 14:46:17 +08:00
  • d4074b5004
    Merge pull request #4103 from flycash/ftr/newOrmWithDB Ming Deng 2020-07-30 11:43:47 +08:00
  • 0815e77f9a
    修复笔误产生的拼写错误 Mr. Myy 2020-07-30 11:20:22 +08:00
  • c46ba86215
    修复笔误产生的拼写错误 Mr. Myy 2020-07-30 11:18:14 +08:00
  • 9d23e5a3fb
    简化代码写法 Mr. Myy 2020-07-30 11:03:32 +08:00
  • 513a4afff1
    对 Listen 结构体增加 ClientAuth 字段 Mr. Myy 2020-07-30 10:59:32 +08:00
  • 15e11931fc
    添加对 BConfig.Listen.ClientAuth 字段的逻辑处理。当指定了该配置时,使用配置的值来作为验证客户端的方式。如果没指定,使用默认值 tls.RequireAndVerifyClientCert Mr. Myy 2020-07-30 10:53:30 +08:00
  • 7d561607d8
    Merge pull request #4111 from liuhaogui/develop Ming Deng 2020-07-30 09:14:12 +08:00
  • 22b8cae73b Add the operator(>,>=,<,<=,=,!=) of orm eg: qs.Filter("counts__>=","20") qs.Filter("counts__!=","20") wangle 2020-07-29 23:23:02 +08:00
  • aa06a10493 uing pkg module Ming Deng 2020-07-29 21:56:19 +08:00
  • 9b58c2836c Merge develop-2.0 and resolve confilct Ming Deng 2020-07-29 21:20:41 +08:00
  • 15f04b8da4 add env BEEGO_CONFIG_PATH 刘豪贵 2020-07-29 21:57:16 +08:00
  • 7312197732
    Merge pull request #4098 from jianzhiyao/frt/stmt_config Ming Deng 2020-07-29 20:57:07 +08:00
  • e87de70c6d adapt wrapping kv jianzhiyao 2020-07-29 00:45:41 +08:00
  • 4304b40a82 Merge branch 'frt/wrap_kv' into frt/stmt_config jianzhiyao 2020-07-28 18:32:24 +08:00
  • e8facd28f5 wrap kv jianzhiyao 2020-07-28 17:37:36 +08:00
  • 54ef476600 add tag interfaces and remove log.go Ming Deng 2020-07-28 06:28:51 +00:00
  • 756df9385f make stmt cache size configurable jianzhiyao 2020-07-28 12:57:19 +08:00
  • 21f281655d remove QueryRelated and QueryRelatedCtx Ming Deng 2020-07-27 21:22:40 +08:00
  • 2e7fb81348 deprecated orm.go and add NewOrmUsingDB method Ming Deng 2020-07-27 21:19:34 +08:00
  • ebc0207909
    Merge pull request #4096 from jianzhiyao/request_context Ming Deng 2020-07-27 18:04:37 +08:00
  • 2386c9c80d delete useless if-stmt jianzhiyao 2020-07-26 22:37:42 +08:00
  • b9f9fcca5f
    Merge pull request #4099 from jianzhiyao/fix_3869 Ming Deng 2020-07-26 21:01:39 +08:00
  • 16d71893cd orm.rawPrepare support FlatParams jianzhiyao 2020-07-26 19:40:13 +08:00
  • cfff0f3b46 fix memory leak of request context jianzhiyao 2020-07-25 00:00:34 +08:00
  • 93eb7c6b83
    Merge pull request #4091 from flycash/ftr/moveToPkg Ming Deng 2020-07-23 09:36:29 +08:00
  • 79c2157ad4 Fix UT Ming Deng 2020-07-22 15:34:55 +00:00
  • 30eb889a91 Format code Ming Deng 2020-07-22 23:00:06 +08:00
  • 9c51952db4 Move package Ming Deng 2020-07-22 22:50:08 +08:00
  • 16b66509f6
    Merge pull request #4083 from IamCathal/content-length Ming Deng 2020-07-21 15:47:58 +08:00
  • d5695060c5
    Merge pull request #4082 from flycash/ftr/newOrm Ming Deng 2020-07-21 15:47:40 +08:00
  • af2143f8fb
    Merge pull request #4084 from astaxie/develop Ming Deng 2020-07-21 09:36:54 +08:00
  • a66b9950e7 Add Content-length field for logging IamCathal 2020-07-20 21:21:59 +01:00
  • 44460bc457 Refactor RegisterDatabase Ming Deng 2020-07-20 15:23:17 +00:00
  • 41feb3a711
    Merge pull request #4078 from jianzhiyao/frt/orm_merge Ming Deng 2020-07-20 23:50:40 +08:00
  • b6f7d30f9f fix unit test jianzhiyao 2020-07-20 19:10:57 +08:00
  • 4aad313de7 do not judge tx status in txOrm jianzhiyao 2020-07-20 17:34:58 +08:00
  • aefe21b63a complete error log jianzhiyao 2020-07-20 17:25:27 +08:00
  • 32da446eb1 refactor orm jianzhiyao 2020-07-19 23:46:42 +08:00
  • d9c016ed98
    Merge pull request #4076 from flycash/ftr/taskLog Ming Deng 2020-07-19 23:23:13 +08:00
  • 7258ef113a Store nearest error info Ming Deng 2020-07-19 14:34:57 +00:00
  • d6779c4a90
    Merge pull request #4075 from flycash/fix/stable-ut Ming Deng 2020-07-19 21:22:36 +08:00
  • 192a278a2a Fix orm test when using Driver = mysql Ming Deng 2020-07-19 12:56:58 +00:00
  • 7a48fbb698
    Merge pull request #4066 from playHing/self-dev Ming Deng 2020-07-16 13:52:11 +08:00
  • 3e2c795410 Rlock for form query playHing 2020-07-13 23:11:23 +08:00
  • 55e6298f29 Fix concurrent form parsing and getting playHing 2020-07-11 02:06:09 +08:00
  • b50fb44950 Add bench test on context input query playHing 2020-07-11 02:00:48 +08:00
  • 9d936c58bf
    Merge pull request #4070 from flycash/develop-2.0 Ming Deng 2020-07-15 10:50:05 +08:00
  • ffe1d52120 Move orm to pkg/orm Ming Deng 2020-07-15 10:04:22 +08:00
  • 1c0714405a
    Merge pull request #4068 from jianzhiyao/fix_3898 Ming Deng 2020-07-15 00:03:59 +08:00
  • 678b90385b add log jianzhiyao 2020-07-14 09:57:13 +08:00
  • 5940ae33c2 fix index out of range when sid len = 1 add unit test for sess_file.go jianzhiyao 2020-07-13 19:14:53 +08:00
  • 3db31385cf
    Merge pull request #4065 from Acmefocus/develop Ming Deng 2020-07-11 23:16:36 +08:00
  • 2b9aaa5b0d update README.md Acmefocus 2020-07-10 09:58:06 +08:00
  • dced745d55 Merge branch 'develop' of https://github.com/Acmefocus/beego into develop Acmefocus 2020-07-09 18:15:25 +08:00
  • 25ba78ea72 update README.md Acmefocus 2020-07-09 18:14:31 +08:00
  • 863b5bd0f4 Merge branch 'develop' of https://github.com/Acmefocus/beego into develop Acmefocus 2020-07-09 17:47:46 +08:00
  • ba3153621a Merge branch 'develop' of https://github.com/Acmefocus/beego into develop Acmefocus 2020-07-09 17:47:46 +08:00
  • 40cdc877b6 Update README.md Acmefocus 2020-07-09 17:18:01 +08:00
  • 76debb1899
    Update README.md Acmefocus 2020-07-09 17:18:01 +08:00
  • 35dcc3df7c
    Merge pull request #4058 from a631807682/fix/issues/4054 Ming Deng 2020-07-09 16:41:11 +08:00
  • c3f14a0ad6
    refactor: log error when payload too large Chenrui 2020-07-09 09:45:40 +08:00
  • 8ee167bc7b
    Merge pull request #4051 from gmelodie/sleep-on-reconnect-3972 Ming Deng 2020-07-09 09:41:04 +08:00
  • 2eccb23461 Add sleep on reconnect functionality Cathal 2020-07-02 20:48:43 +01:00
  • 28d3f624a3
    Merge pull request #4055 from tayoogunbiyi/develop Ming Deng 2020-07-08 23:51:03 +08:00
  • 926b80d1d8
    Merge pull request #4061 from flycash/race-condition Ming Deng 2020-07-08 23:49:54 +08:00
  • c08b27111c Fix 4059 Ming Deng 2020-07-08 22:50:03 +08:00
  • 03f78b2e4a
    fix: add error code support Chenrui 2020-07-08 18:09:01 +08:00
  • 946a42c021
    fix: response http 413 when body size larger then MaxMemory. Chenrui 2020-07-08 17:14:52 +08:00
  • d7b0d55357 added extra check for same response lengths Eyitayo Ogunbiyi 2020-07-07 17:23:52 +01:00
  • 728bf34006 refacted cache health check from toolbox Eyitayo Ogunbiyi 2020-07-07 16:46:59 +01:00