1
0
mirror of https://github.com/astaxie/beego.git synced 2025-04-28 17:16:57 +00:00

Commit Graph

  • 142f4c9f42 Merge branch 'develop' of https://github.com/astaxie/beego into develop astaxie 2016-03-21 09:15:47 +08:00
  • 33ae75b251 golint check only works on Go 1.5 astaxie 2016-03-21 08:50:56 +08:00
  • 84ae930c64 orm: Add test case for integer pk miraclesu 2016-03-18 21:58:11 +08:00
  • 99c0b1e338 Merge pull request #1803 from JessonChan/log_develop astaxie 2016-03-18 15:43:46 +08:00
  • 4caf044be2 getMethodOnly assign fixed JessonChan 2016-03-18 15:18:00 +08:00
  • a3d4218d9d orm: fix miss pk when pk is negative miraclesu 2016-03-17 21:34:49 +08:00
  • 9f21928a90 some typo fixed JessonChan 2016-03-17 20:07:24 +08:00
  • 0b401481ef go fmt the comment JessonChan 2016-03-17 19:59:48 +08:00
  • 57eace07a7 comment update JessonChan 2016-03-17 19:52:09 +08:00
  • 35e34261ab gzip method support JessonChan 2016-03-17 19:40:29 +08:00
  • 5a9bff2000 init gzip level JessonChan 2016-03-17 19:09:38 +08:00
  • 48147f50d8 add some gzip future JessonChan 2016-03-17 19:09:21 +08:00
  • 0859ec570c refactor of error response and fix err code bug JessonChan 2016-03-17 09:46:34 +08:00
  • 443d71397c write error to response JessonChan 2016-03-17 09:35:14 +08:00
  • ec35bd0c28 orm log header flag JessonChan 2016-03-16 18:04:27 +08:00
  • 2b1316c738 data race bug fixed JessonChan 2016-03-16 18:04:07 +08:00
  • 94599013fc url to lower case JessonChan 2016-03-16 07:53:36 +08:00
  • 565c4a4d59 make the code run more fast JessonChan 2016-03-15 18:50:18 +08:00
  • 34615ee8fc add router filter enable flag JessonChan 2016-03-15 18:37:54 +08:00
  • c51bc86d3f goto bug fixed JessonChan 2016-03-15 16:51:21 +08:00
  • 8660a54fac make router fast JessonChan 2016-03-15 11:49:23 +08:00
  • 1b04571c0b test the env use GOPATH not GOROOT ysqi 2016-03-14 19:22:00 +08:00
  • 9c7d95b071 go vet ysqi 2016-03-14 19:21:09 +08:00
  • c8bbfb75f0 Merge pull request #1782 from JessonChan/some_wip astaxie 2016-03-14 14:47:29 +08:00
  • 549a39c478 fix issue1789: when testing, load config explicitly and forcibly youngsterxyf 2016-03-14 11:26:26 +08:00
  • e4066d820d Merge pull request #1790 from miraclesu/feature/orm_inline_struct astaxie 2016-03-14 10:35:00 +08:00
  • cc2b5f5b62 Merge pull request #1792 from youngsterxyf/issue1787 astaxie 2016-03-14 10:33:47 +08:00
  • c92c3fc8b5 make the BeegoLogger a adapter of http server ErrorLog JessonChan 2016-03-11 14:45:39 +08:00
  • 9aa2e5b575 fix issue#1787: The cause is that if the url is /m,and we set beego.BConfig.WebConfig.DirectoryIndex = true, then it should redirect to /m/ youngsterxyf 2016-03-13 21:39:26 +08:00
  • dcfcb2789e orm: inline struct relate test case miraclesu 2016-03-13 21:01:56 +08:00
  • d90195061f fix #1783 astaxie 2016-03-13 11:16:19 +08:00
  • 474bdd2e6b Merge pull request #1785 from KilledKenny/pathError astaxie 2016-03-12 21:11:04 +08:00
  • 1642cbd420 Merge branch 'astaxie/develop' into develop ysqi 2016-03-12 14:51:24 +08:00
  • b2a06c5fa0 Update config suport environment variable logic ysqi 2016-03-12 14:32:39 +08:00
  • cfef97175e change import sort lcbluestorm 2016-03-12 12:34:54 +08:00
  • 8b0957cf2e Fixed infinite loop in ini config adapter Simon Rawet 2016-03-12 00:20:19 +01:00
  • 88816348b9 window console can't output colorful astaxie 2016-03-11 15:29:52 +08:00
  • 66423f6935 Fix formatting with gofmt Rename BeeTemplateEngines->beeTemplateEngines. Create templateHandler function type Fix var name in comment BeeTemplatePreprocessors -> beeTemplatePreprocessors Rename TemplateI -> TemplateRenderer saturn4er 2016-03-09 10:40:12 +02:00
  • 9872041f12 timeDur is used only when need JessonChan 2016-03-11 14:14:58 +08:00
  • 83fe43f331 gofmt -s -w astaxie 2016-03-11 13:00:58 +08:00
  • 40b41cc121 fix the misspell99 astaxie 2016-03-11 12:14:18 +08:00
  • 1aeb3d9051 release 1.6.1 v1.6.1 astaxie 2016-03-11 11:35:24 +08:00
  • 778a5a11ac Merge pull request #1781 from JessonChan/develop astaxie 2016-03-11 11:19:07 +08:00
  • 4801099675 duplicate adapter logger bug fixed JessonChan 2016-03-11 10:12:17 +08:00
  • 420cd507b2 update output information astaxie 2016-03-11 10:07:44 +08:00
  • 22196d7841 add mis function NSHandler astaxie 2016-03-11 09:21:13 +08:00
  • 571f9b4b65 Merge pull request #1780 from goodloop/develop astaxie 2016-03-11 09:07:53 +08:00
  • 1f0a65f0a2 fix the orm test astaxie 2016-03-10 22:21:21 +08:00
  • 90e7d252a7 fix static pattern match for leaf Gavin Fang 2016-03-10 21:59:50 +08:00
  • 31f7524dae fix the golint travis astaxie 2016-03-10 21:47:50 +08:00
  • 3a12e238cc support oracle astaxie 2016-03-10 21:23:13 +08:00
  • 86c7f1db9e Merge branch 'astaxie/develop' into environmentVar ysqi 2016-03-10 19:57:16 +08:00
  • f45b271b96 Merge pull request #1723 from miraclesu/feature/orm_inline_struct astaxie 2016-03-10 14:31:44 +08:00
  • 589616b303 Merge pull request #1768 from aolu11/master astaxie 2016-03-09 21:11:20 +08:00
  • 65b13eddad Merge pull request #1719 from JessonChan/err_ctrler astaxie 2016-03-09 19:18:09 +08:00
  • 686d2e834e Merge pull request #1765 from saturn4er/fix_layout_rebuild_in_dev astaxie 2016-03-09 19:02:46 +08:00
  • adbae18e8c Fix formatting with gofmt saturn4er 2016-03-09 10:47:09 +02:00
  • f21cff0166 some typo fixed JessonChan 2016-03-09 16:00:52 +08:00
  • 3dd9020249 Merge remote-tracking branch 'remotes/upstream/develop' into err_ctrler JessonChan 2016-03-09 15:59:13 +08:00
  • 9a2696d216 accept asta's idea see the talk JessonChan 2016-03-09 15:56:18 +08:00
  • 64e0858d44 orm: add inline struct test case miraclesu 2016-03-08 22:24:38 +08:00
  • d86ab2ed31 Merge pull request #1721 from JessonChan/log_enhancement astaxie 2016-03-08 21:35:31 +08:00
  • b2f071395b rename files to mulitfile JessonChan 2016-03-08 18:44:39 +08:00
  • 54b5120a64 rename files to mulitfile JessonChan 2016-03-08 18:43:09 +08:00
  • 5e2384e95a fix json extra newline aolu 2016-03-08 17:04:14 +08:00
  • adb41eb299 Merge pull request #1761 from lcbluestorm/develop astaxie 2016-03-08 15:47:45 +08:00
  • bd04be4470 move time to the top liuchun 2016-03-08 14:44:37 +08:00
  • ef59a0ed63 fix travis.yml liuchun 2016-03-08 14:03:33 +08:00
  • 14be252d2a fix travis.yml liuchun 2016-03-08 14:01:33 +08:00
  • 5698b5dc92 Merge pull request #1709 from mlgd/develop astaxie 2016-03-08 13:53:43 +08:00
  • 0a0fc351e7 fix ssdb_test liuchun 2016-03-08 12:59:19 +08:00
  • 662bea352f modify travis liuchun 2016-03-08 12:45:54 +08:00
  • 2f18b9103b Merge pull request #1679 from ysqi/emptybodyfix astaxie 2016-03-08 09:48:17 +08:00
  • 2c5ef8ccc8 Add layout rebuilding on each request in dev mode saturn4er 2016-03-07 23:23:07 +02:00
  • 1ddb1ce2fe add ssdb travis liuchun 2016-03-07 15:50:13 +08:00
  • 9ee9f81861 Add functions passing to template engine callback saturn4er 2016-03-07 09:37:47 +02:00
  • 9ddc2f5474 fix panic err liuchun 2016-03-07 15:00:03 +08:00
  • e29f4b57a3 fix travis.yml liuchun 2016-03-07 14:53:36 +08:00
  • 10ddb06782 Implemented possibility to add custom template engines saturn4er 2016-03-07 08:45:49 +02:00
  • 0caadb9b66 rename vars liuchun 2016-03-07 14:45:45 +08:00
  • 22e3900403 add .travis.yml liuchun 2016-03-07 14:34:40 +08:00
  • b39830dff3 add .travis.yml liuchun 2016-03-07 10:31:56 +08:00
  • be23c42674 Merge branches 'master' and 'develop' of lcbluestorm.github.com:lcbluestorm/beego into develop liuchun 2016-03-07 10:19:55 +08:00
  • 90344a7b8f fix conflicts ysqi 2016-03-06 21:25:43 +08:00
  • 920862884d Merge branch 'astaxie/develop' into emptybodyfix ysqi 2016-03-06 21:19:04 +08:00
  • 48ec7f736e fix GetMulti bug liuchun 2016-03-06 14:46:13 +08:00
  • 292d8f2c00 add ssdb cache adapter liuchun 2016-03-06 13:17:16 +08:00
  • f6f34306ee Merge pull request #1740 from ysqi/configer astaxie 2016-03-05 22:05:43 +08:00
  • a40c0dd156 Merge pull request #1750 from JessonChan/staticfile_map_race astaxie 2016-03-05 20:43:00 +08:00
  • 795092bdd2 Merge pull request #1751 from FlamingTree/develop astaxie 2016-03-05 20:41:52 +08:00
  • 524446c857 Merge pull request #1752 from JessonChan/ab_lock_race astaxie 2016-03-05 20:40:14 +08:00
  • f5adec31c6 improve the template reader function JessonChan 2016-03-04 14:49:16 +08:00
  • 6747c55a81 remove unused cache JessonChan 2016-03-04 12:01:04 +08:00
  • 1f46c1d231 add template read lock when dev mode JessonChan 2016-03-04 12:00:43 +08:00
  • 8bd1be8e29 Update validators.go FlamingTree 2016-03-04 11:16:47 +08:00
  • 226e54e0d8 static file map race bug fixed JessonChan 2016-03-04 10:15:59 +08:00
  • 3379a2b7ed remove file bug fixed JessonChan 2016-03-04 10:43:57 +08:00
  • 19d921d3f5 Return nil not empty []string{} ysqi 2016-03-03 20:03:23 +08:00
  • 4b99e41880 Merge pull request #1688 from ysqi/configIssue astaxie 2016-03-03 09:50:14 +08:00
  • 8ff74e71cb Fixed #1735 Return empty []string ysqi 2016-03-02 22:44:20 +08:00