1
0
mirror of https://github.com/astaxie/beego.git synced 2024-12-04 19:31:28 +00:00

Commit Graph

  • afb787d49d remove the 1000-row limit for ORM result set Yang Luo 2019-04-27 16:55:42 +0800
  • 0b165b78a1 make routers configurable for beego multi-instance in the same repo hetingyao 2019-04-22 22:18:37 +0800
  • fa97488bdc
    Update templatefunc.go guanle 2019-04-21 10:27:35 +0800
  • 3086081ec0 v1.11.2 astaxie 2019-04-06 13:50:14 +0800
  • dfab44c24a fix bug on cache/file Wusuluren 2019-04-05 22:32:28 +0800
  • 1900246054 fix bug on cache/file Wusuluren 2019-04-05 22:15:53 +0800
  • e980f92c63 fix race problem on toolbox/task Wusuluren 2019-04-05 20:28:24 +0800
  • ce3800e3ef // Deprecated: use github.com/astaxie/beego/logs instead. JessonChan 2019-04-03 14:13:38 +0800
  • e3d668f450 revet to log.go JessonChan 2019-04-03 14:08:42 +0800
  • 75b4bc5896 it's no need to override Trace method. JessonChan 2019-04-03 10:19:09 +0800
  • c0ecf32d17 update travis astaxie 2019-04-02 21:53:01 +0800
  • 3155f07ccd no need to override Trace method. JessonChan 2019-03-27 13:43:27 +0800
  • 02bead5097 handle trace request must NOT CACHE https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers/Cache-Control JessonChan 2019-03-27 13:40:34 +0800
  • e8b29c9fd1 handle trace request JessonChan 2019-03-27 13:34:46 +0800
  • 610f27d684
    Merge pull request #3530 from GeorgeXc/develop astaxie 2019-03-27 00:14:07 +0800
  • 59466f6678
    Merge pull request #3554 from grahamjamesaddis/travis-ci-build astaxie 2019-03-26 19:24:06 +0800
  • 3ddd8f860e
    Merge pull request #3561 from JessonChan/develop astaxie 2019-03-26 19:23:14 +0800
  • 8535ec0819
    Merge pull request #3567 from bsdelf/feature/ensure-custom-error-handler astaxie 2019-03-26 19:22:54 +0800
  • f294121ab7
    Merge pull request #3583 from maxshine/develop astaxie 2019-03-26 19:13:44 +0800
  • 0b8ebaf387
    Update db.go GeorgeXc 2019-03-26 01:00:04 +0800
  • 3b00cfccec [Fix] Fix the issue that genRouterCode incorrect logic results in @Import annotations getting overwritten Yang, Gao 2019-03-24 14:41:28 +0800
  • 005391be81 update BaoyangChai 2019-03-23 00:33:26 +0800
  • bc8fffe347
    Merge pull request #3571 from dxas90/patch-1 Faissal Elamraoui 2019-03-14 19:16:15 +0100
  • 914bbfd710
    Update apiauth.go fixed infinite recursive call Daniel Ramirez Grave de Peralta 2019-03-14 09:14:12 -0400
  • be31bd2bbd Ensure custom error handler is called Yanhui Shen 2019-03-13 16:24:04 +0800
  • 95ff817019 undefined: beego.BeeLogger fixed JessonChan 2019-03-13 09:41:13 +0800
  • ea91e7638c move log function to log package JessonChan 2019-03-12 17:01:23 +0800
  • 4564e9810c logger_test imported and not used: "bytes" JessonChan 2019-03-12 16:36:00 +0800
  • 44a1a8f6be println is builtin function JessonChan 2019-03-12 15:51:43 +0800
  • 9cecb22170 NewAnsiColorWriter remove JessonChan 2019-03-12 15:13:54 +0800
  • 7693502aaa logAdapter is more readable JessonChan 2019-03-12 13:20:13 +0800
  • c0fae547e9 remove ansicolor code,import ansicolor package JessonChan 2019-03-12 12:14:09 +0800
  • 0ba77a0d87 colorful is the switch to level label JessonChan 2019-03-12 12:12:59 +0800
  • 661dcbb6ca router logger modify JessonChan 2019-03-12 12:11:25 +0800
  • 578440a18d add ansicolor to beego JessonChan 2019-03-12 12:09:41 +0800
  • 93485df3d2 color should be false by default otherwise the http logger's color would be wrong JessonChan 2019-03-08 14:42:06 +0800
  • 121fab61f1 ResetColor function JessonChan 2019-03-08 12:18:45 +0800
  • 915eec7943 Merge branch 'develop' of github.com:astaxie/beego into develop JessonChan 2019-03-08 12:16:00 +0800
  • 8432a1c758 better comment for color map JessonChan 2019-03-08 12:10:57 +0800
  • 4a5e108527 logger color function refactor,easy to read and run more quickly JessonChan 2019-03-08 11:50:30 +0800
  • 6dd5171fdf logger color function refactor,easy to read and run more quickly JessonChan 2019-03-08 11:08:39 +0800
  • c2b6cb5c3a
    Merge pull request #3560 from JessonChan/develop astaxie 2019-03-08 00:18:39 +0800
  • 1f93040af6 Merge remote-tracking branch 'upstream/develop' into develop JessonChan 2019-03-07 18:07:37 +0800
  • 52f8ccd06c TestToJson bug fixed JessonChan 2019-03-07 17:15:30 +0800
  • 3b86feab8a
    Merge pull request #3555 from hellomrleeus/develop astaxie 2019-03-06 09:58:54 +0800
  • aba51d99a1 spelling mistake of word "Header" hellomrlee 2019-03-04 11:05:29 +0800
  • 8454e8417e Allow forked beego project to pass travis ci builds grahamjamesaddis 2019-03-01 11:27:32 +0000
  • 422e8285b5
    Merge pull request #3494 from nuczzz/develop astaxie 2019-02-26 16:31:40 +0800
  • bb6ca6b100
    Merge pull request #3522 from saromanov/check-input-data astaxie 2019-02-25 23:17:57 +0800
  • 1483c1f545
    Merge pull request #3524 from Quasilyte/quasilyte/bytesreader astaxie 2019-02-25 23:16:39 +0800
  • 3d6a68de77
    Merge pull request #3535 from gadelkareem/develop astaxie 2019-02-25 23:11:14 +0800
  • 387d387080
    Merge pull request #3547 from snedzad/patch-1 astaxie 2019-02-25 11:43:37 +0800
  • 94ed35e781
    Register .gohtml extension Nedzad Smajic 2019-02-23 22:49:32 +0100
  • 8995b291a9 Make LogAccess public Waleed Gadelkareem 2019-02-14 16:29:26 +0100
  • 1942438b22
    Merge pull request #3 from astaxie/develop Waleed Gadelkareem 2019-02-14 16:23:35 +0100
  • 40d653e659
    Merge pull request #3533 from tvanriper/patch-1 astaxie 2019-02-13 02:10:25 +0800
  • ddcd28e67f
    APIBaiscAuth is misspelling of APIBasicAuth Joseph Edwards Van Riper III 2019-02-12 13:00:11 -0500
  • 65f587d5e9 fix ineffectual assignment BaoyangChai 2019-02-12 19:05:22 +0800
  • 2fefd8cbbf update len BaoyangChai 2019-02-12 18:53:34 +0800
  • ba17bdd366 add ignore auto_now_add field when update BaoyangChai 2019-02-12 18:05:29 +0800
  • c998e52cc0 config/yaml: s/bytes.NewBuffer/bytes.NewReader/ Iskander Sharipov 2019-02-10 20:37:43 +0300
  • 3224369ac9
    Merge pull request #3523 from Quasilyte/quasilyte/boolExprSimplify Faissal Elamraoui 2019-02-09 16:16:31 +0100
  • 67666dbe0f all: simplify boolean expressions Iskander Sharipov 2019-02-09 17:18:59 +0300
  • d7430eb921
    SessionRead: check of the length for input sid variable Sergey 2019-02-04 11:03:27 +0500
  • 26a6b426f1
    Merge pull request #3487 from duyazhe/patch-1 astaxie 2019-02-04 11:26:42 +0800
  • 6f35ce67f7
    Merge pull request #3493 from bharat-p/3492-add-db-stats-to-ormer astaxie 2019-02-04 11:24:13 +0800
  • 3406d58797
    Merge pull request #3503 from wtospit/develop astaxie 2019-02-04 11:23:23 +0800
  • 7925458fc0
    Merge pull request #3502 from Quasilyte/patch-1 astaxie 2019-02-02 16:43:04 +0800
  • b6854aaf9f
    Merge pull request #3506 from DennisMao/hotfixFileCachePanic astaxie 2019-02-02 16:38:11 +0800
  • 656f595226
    Merge pull request #3508 from Quasilyte/patch-2 astaxie 2019-02-02 16:36:15 +0800
  • 280aaf9d3b
    Merge pull request #3519 from zav8/add_support_for_pointer_fields astaxie 2019-02-02 16:35:41 +0800
  • 7abdb05f91 little fix zav8 2019-02-01 15:39:40 +0800
  • af4464ce58 add support for pointer fields of structs to method QueryRows() zav8 2019-02-01 15:27:10 +0800
  • 6ca0978777
    replace unchecked Compile calls with MustCompile Iskander (Alex) Sharipov 2019-01-26 14:13:53 +0300
  • 8506194d2c fix panic cause by the map DennisMao 2019-01-25 19:08:39 +0800
  • 3bd7614ade refactoring code after discussion Witaya Tospitakkul 2019-01-25 11:00:24 +0700
  • bd1b421491 fix: adding test for issue due to testing is not reflect changed Witaya Tospitakkul 2019-01-25 09:04:01 +0700
  • 920207f72c add testing for ParseForm when form post has a slice in body Witaya Tospitakkul 2019-01-25 00:38:14 +0700
  • 12fdc04f1b fix: when parse post form it didnt parse fields which have same name but the first index is empty but another is not Witaya Tospitakkul 2019-01-25 00:15:40 +0700
  • d0c744ae6a
    Merge pull request #3499 from JessonChan/develop astaxie 2019-01-24 17:27:29 +0800
  • dc07fa7085
    cache: remove excessive type assertions Iskander (Alex) Sharipov 2019-01-24 08:52:30 +0300
  • 1c893996c0 improve the download func code JessonChan 2019-01-23 12:36:14 +0800
  • a9ffc2a078 https://github.com/astaxie/beego/issues/3446 Use UTF-8 as the encoding of the "filename*" parameter, when present, because at least one existing implementation only implements that encoding. JessonChan 2019-01-23 12:30:57 +0800
  • 712bbfe575
    Merge pull request #3498 from JessonChan/develop astaxie 2019-01-23 11:31:37 +0800
  • 0145fe3486 remove SA1024 staticchek JessonChan 2019-01-22 20:52:06 +0800
  • 2a579eb27c staticcheck checks -ST1003 remove JessonChan 2019-01-22 20:41:07 +0800
  • 5b42afa324 modiyf staticcheck checks JessonChan 2019-01-22 20:30:05 +0800
  • 97713849a1 delete stackcheck config file and ignore some staticcheck checks JessonChan 2019-01-22 20:21:00 +0800
  • abc9c38224 ignore some staticcheck checks JessonChan 2019-01-22 20:04:30 +0800
  • f237ff049a redis_sentinel test ignore JessonChan 2019-01-22 19:45:32 +0800
  • 00264650b5 modify travis and redis_sentinel test JessonChan 2019-01-22 19:29:53 +0800
  • 2956d33bab no need gosimple JessonChan 2019-01-22 19:12:25 +0800
  • c3eca637fb no need gosimple JessonChan 2019-01-22 19:10:23 +0800
  • 0d54bbff02 make staticcheck happy JessonChan 2019-01-22 19:09:57 +0800
  • e65a9cbc00 Gosimple has been deprecated. Please use staticcheck instead. JessonChan 2019-01-22 18:01:14 +0800
  • 3ed82c0882 Gosimple has been deprecated. Please use staticcheck instead. JessonChan 2019-01-22 17:43:55 +0800
  • 475feb7e24 camel name style JessonChan 2019-01-22 16:25:17 +0800
  • 30b80cba92 errors is better style JessonChan 2019-01-22 16:23:10 +0800
  • fe519bd2a0 update tls KeepAlive setting nuczzz 2019-01-20 11:17:10 +0800
  • f508f8d959 Nil check Bharat Patel 2019-01-18 16:51:40 -0800