Commit Graph

  • ec7a8cc88d fix typo thinkerou 2017-09-08 07:40:05 +08:00
  • c9b344118f Moved const 'defaultMemory' to attrib. Engine.MaxMultipartMemory instead. (#1100) Daniel M. Lambea 2017-09-07 04:45:16 +01:00
  • e540473505 Const 'defaultMemory' moved to Engine.MaxMultipartMemory, since it should be a config option rather than a constant value. Daniel M. Lambea 2017-09-05 12:02:24 +01:00
  • 17cc6e95e6 Change assert to 422 soroush 2017-09-05 11:30:47 +04:30
  • 396c01bd75 Change validation status code This commit changes ShouldBind 400 error code to 422 because it makes more sense for validation errors soroush 2017-09-05 11:00:51 +04:30
  • 848fa41ca0 doc(recovery): add RecoveryWithWriter doc (#1097) Eason Lin 2017-09-05 09:17:53 +08:00
  • c0a6f686bf doc(recovery): add RecoveryWithWriter doc Eason Lin 2017-09-04 23:14:06 +08:00
  • aa3cba9bfd fix colored logger on windows Equim 2017-09-04 20:48:57 +08:00
  • cdf26f994b 32 << 10 != 32 Mb (#1094) George Kirilenko 2017-09-04 04:15:50 +03:00
  • 24d3a8937c 32 << 10 != 32 Mb George Kirilenko 2017-09-03 19:32:33 +04:00
  • ab50cf9790 correct spelling mistake (#1092) Edward Betts 2017-09-01 15:02:25 +01:00
  • 10efcc7249 correct spelling mistake Edward Betts 2017-09-01 12:36:31 +01:00
  • c16c2b7ec3 chore(vendor): update jsoniter rev, #1086 (#1090) Eason Lin 2017-08-30 12:18:57 +08:00
  • 21387079bc chore(vendor): update jsoniter rev, #1086 Eason Lin 2017-08-30 11:58:26 +08:00
  • 8902826696 doc(context): add cookie doc (#1088) Eason Lin 2017-08-29 03:38:53 +08:00
  • 13925c9aa2 doc(context): add cookie doc. Eason Lin 2017-08-28 15:28:20 +08:00
  • f1edd2c2d1 fix(ginS): fix undefined ref (#1087) vz 2017-08-27 17:11:38 +08:00
  • 4e658fcf8b fix gins Undefined vcaesar 2017-08-27 17:00:08 +08:00
  • 26c3f42095 feat(binding): add support for custom validator / validation tags (#1068) Suhas Karanth 2017-08-27 13:07:39 +05:30
  • 7ee47cbc48 test(binding): Add test for registering custom validation Suhas Karanth 2017-08-27 10:14:44 +05:30
  • 3e7a0f5bbd docs: Add example for custom validation tag Suhas Karanth 2017-08-16 10:32:05 +05:30
  • fb426562bb feat(binding): Add support for custom validation tags Suhas Karanth 2017-08-16 08:50:58 +05:30
  • 030b1aaf72 chore(ci): replace travis ci go 1.9.x for 1.9 (#1085) Bo-Yi Wu 2017-08-26 12:37:19 -05:00
  • 24be866200 fix: can't find go 1.9.x version. Bo-Yi Wu 2017-08-27 00:51:12 +08:00
  • cb7fde2f86 Merge branch 'master' into mew-catch-all-v2 Bo-Yi Wu 2017-08-26 05:09:13 -05:00
  • 211c48f040 refactor: using requestHeader internal func (#1083) Bo-Yi Wu 2017-08-26 05:02:47 -05:00
  • 198a4f56be update Bo-Yi Wu 2017-08-26 17:51:18 +08:00
  • 0e092d98b5 refactor: using requestHeader internal func. Bo-Yi Wu 2017-08-26 17:34:52 +08:00
  • e2e0717646 Merge branch 'master' into mew-catch-all-v2 Javier Provecho Fernandez 2017-08-26 11:31:03 +02:00
  • 9deeed8264 Revert: rm travis ci test go lang dev branch Javier Provecho Fernandez 2017-08-26 11:30:38 +02:00
  • fa391a4864 chore(ci): add go 1.9 version (#1082) Bo-Yi Wu 2017-08-26 03:48:56 -05:00
  • 5ad781d723 Merge branch 'master' into travis Bo-Yi Wu 2017-08-26 00:43:39 -05:00
  • b9686e91fa Use standard library for retrieving header (#1081) Dan Markham 2017-08-25 21:53:27 -07:00
  • 1d39b1d2f5 add 1.9 version. Bo-Yi Wu 2017-08-26 12:46:38 +08:00
  • 92e0c90163 Use standard libray for retrieving header Dan Markham 2017-08-25 10:18:40 -07:00
  • 18b7c0892d not use dot when import package (#1077) 田欧 2017-08-25 09:13:53 +08:00
  • 8eeae6b0a8 Merge branch 'master' into dot Bo-Yi Wu 2017-08-24 20:06:35 -05:00
  • bc538849eb Update readme for adding tag example of binding time field (#1080) stackerzzq 2017-08-25 09:06:13 +08:00
  • 4304c2f28d Merge branch 'master' into master Bo-Yi Wu 2017-08-24 20:01:46 -05:00
  • c25254f563 reduce go cyclo (#1076) 田欧 2017-08-25 09:00:49 +08:00
  • b130676b2e Merge branch 'master' into gocyclo Bo-Yi Wu 2017-08-24 19:54:39 -05:00
  • d748f97cf1 use := var thinkerou 2017-08-25 05:54:01 +08:00
  • 036a22ca1c Update readme for adding tag example of binding time field stacker 2017-08-25 01:09:12 +08:00
  • 12c3bb6ca7 Merge branch 'master' into dot Bo-Yi Wu 2017-08-24 09:54:00 -05:00
  • a54da7c62b not use dot when import package thinkerou 2017-08-24 21:19:33 +08:00
  • 11ade5a163 reduce go cyclo thinkerou 2017-08-24 17:20:04 +08:00
  • 80152ac82c doc(readme): update writing logs section wording. (#1074) Eason Lin 2017-08-24 10:50:31 +08:00
  • f1b68e3e24 doc(readme): fix word formatting Eason Lin 2017-08-24 10:31:34 +08:00
  • 5c3876cd85 doc(readme): update writing logs section wording. Eason Lin 2017-08-24 00:05:18 +08:00
  • ed0492c15e doc(readme): update writing logs section wording. Eason Lin 2017-08-24 00:05:18 +08:00
  • 8be30bd382 Update readme for showing output log to file (#1073) 田欧 2017-08-22 13:55:32 +08:00
  • 11f1bd7622 update indent thinkerou 2017-08-22 13:11:53 +08:00
  • 477f3bbdd3 Update readme for showing output log to file thinkerou 2017-08-22 13:09:04 +08:00
  • f4c9ac17a4 not display color when set disableColor (#1072) 田欧 2017-08-22 10:27:28 +08:00
  • 3627f61a8d not display color when set disableColor thinkerou 2017-08-21 23:28:21 +08:00
  • 3856206bd0 doc(readme): add additional middleware doc. (#1056) Eason Lin 2017-08-17 12:18:50 +08:00
  • 547c829052 Merge branch 'master' into doc Bo-Yi Wu 2017-08-17 12:04:28 +08:00
  • a8fa424ae5 update comment (#1057) 田欧 2017-08-16 11:55:50 +08:00
  • 45869f941e Merge branch 'master' into comment Bo-Yi Wu 2017-08-16 09:51:13 +08:00
  • ecae34c4e1 fix 200 to http.Status (#1067) keke 2017-08-16 10:50:43 +09:00
  • c7743e32b3 Merge branch 'master' into fix-http Bo-Yi Wu 2017-08-16 09:44:33 +08:00
  • 5a2b38cf0f fix 200 to http.Status KeisukeYamashita 2017-08-15 20:50:58 +09:00
  • 0d7bc58ca3 Merge branch 'master' into doc Bo-Yi Wu 2017-08-14 14:34:53 +08:00
  • 52c2ed34b3 log format (#1060) 田欧 2017-08-14 14:34:29 +08:00
  • 0caf50671f Merge branch 'master' into format Bo-Yi Wu 2017-08-14 14:24:41 +08:00
  • 25d20a4463 merge args if it have same type (#1059) 田欧 2017-08-14 12:21:05 +08:00
  • 4a39176495 Merge branch 'master' into merge_args_type Bo-Yi Wu 2017-08-14 12:16:42 +08:00
  • 445247e244 Merge branch 'master' into format Bo-Yi Wu 2017-08-14 11:04:02 +08:00
  • cd0a125796 Merge 2dbbd30f97941d6982bc9e05bcfb4d125591857d into 4b5ec517daa247f8f3bd0448f82ca55c0d14fa0a Eason Lin 2017-08-14 03:02:38 +00:00
  • 4b5ec517da fix(test): only check Location header (#1064) Eason Lin 2017-08-14 11:02:31 +08:00
  • 31be342790 fix(test): not export field Eason Lin 2017-08-14 10:49:02 +08:00
  • bf27dc6e96 fix(test): rename field Eason Lin 2017-08-13 21:41:51 +08:00
  • 5eeff25ec3 fix(test): only check Location header Eason Lin 2017-08-13 21:35:46 +08:00
  • c5c6697abb Merge branch 'fix-build-failed' into mew-catch-all-v2 Eason Lin 2017-08-13 15:47:12 +08:00
  • 2dbbd30f97 fix(travis): remove using the development version of Go Eason Lin 2017-08-13 14:52:50 +08:00
  • ac69d340a6 feat(routes): Catch-All form should not include the slash before param Eason Lin 2017-08-12 16:32:36 +08:00
  • ec4ef09fc4 update comment thinkerou 2017-08-11 11:59:05 +08:00
  • dda2d29b1a merge args thinkerou 2017-08-11 11:53:32 +08:00
  • f141046e86 log format thinkerou 2017-08-11 11:51:20 +08:00
  • a6d38b2f13 Merge branch 'master' into afiune/add-StringHTML Salim Afiune 2017-08-08 02:25:51 -04:00
  • 3fa4f31058 doc(readme): add additional middleware doc. Eason Lin 2017-08-07 16:26:19 +08:00
  • 81007d2ce0 refactor(test): unify assert.Equal usage (#1054) Eason Lin 2017-08-04 13:45:59 +08:00
  • 466e236a9d refactor(test): unify assert.Equal usage Eason Lin 2017-08-04 12:43:34 +08:00
  • 4b54b86272 fix composite literal uses unkeyed fields warnings, #1050 (#1051) Eason Lin 2017-08-02 23:00:10 +08:00
  • 0c50dddd37 Merge branch 'master' into afiune/add-StringHTML Salim Afiune 2017-08-01 14:01:30 -04:00
  • 299898b9b0 fix composite literal uses unkeyed fields warnings, #1050 Eason Lin 2017-08-02 00:28:40 +08:00
  • df37e74fa1 doc(context): more clearer bind doc when input is not valid (#1049) Eason Lin 2017-08-01 12:49:28 +08:00
  • d54eb974f8 doc(context): more clearer bind doc when input is not valid Eason Lin 2017-08-01 01:03:35 +08:00
  • 05e2d87d95 Added documentation to README Salim Afiune 2017-07-31 09:52:43 -04:00
  • 90833a73e8 Updated assert's parameters to match Salim Afiune 2017-07-31 09:52:30 -04:00
  • 820b43916a Adds a new StringHTML Render method Salim Afiune 2017-07-27 15:51:56 -04:00
  • f4755ac9fa Auto-detect time format in form binding Sigalas Alexandros 2017-07-20 12:11:37 +03:00
  • 7fafb3f4a1 doc(context): add status func comment. (#1042) Eason Lin 2017-07-28 08:50:58 +08:00
  • 719a906ad3 doc(context): add status func comment. Eason Lin 2017-07-28 00:51:19 +08:00
  • d39ed41ab3 update template example (#1038) 田欧 2017-07-21 10:29:23 +08:00
  • a1f19ec2d0 add template example folder thinkerou 2017-07-20 23:32:30 +08:00
  • ddc67e2abc update template example thinkerou 2017-07-20 23:05:03 +08:00
  • 7b508186dd style: remove optional return (#1036) 田欧 2017-07-19 20:49:18 +08:00
  • ed7184c2df Merge branch 'master' into del_invalid_return Javier Provecho Fernandez 2017-07-19 14:34:29 +02:00
  • c19aa0598b feat(context): add BindQuery func (#1029) Eason Lin 2017-07-19 15:50:05 +08:00