1
0
mirror of https://github.com/beego/bee.git synced 2025-04-02 16:45:58 +00:00

Commit Graph

  • d95fe0dd7a Merge branch 'develop' of github.com:sergeylanzman/bee into develop Sergey Lanzman 2016-07-07 15:22:18 +03:00
  • 5c12764c5f add Postgresql support generate(migrate,Scaffold..) Sergey Lanzman 2016-07-07 15:21:47 +03:00
  • c9bcadf026 Merge pull request #2 from beego/develop Sergey Lanzman 2016-07-07 15:18:05 +03:00
  • aef467a1d6 Merge pull request #215 from amrfaissal/feature-bee-banner astaxie 2016-06-06 09:29:15 +08:00
  • b8250ebb72 New Bee banner Faissal Elamraoui 2016-06-01 14:30:29 +02:00
  • ebb0272bc8 Ignore tmp/backup files while using watcher Faissal Elamraoui 2016-05-31 21:47:00 +02:00
  • 01e7ff3774 This fixes #201 Faissal Elamraoui 2016-05-26 18:17:24 +02:00
  • ddc5da6a38 Merge pull request #208 from adeploy/master astaxie 2016-05-20 10:05:37 +08:00
  • 6b9bc5debf Fix EnableAdmin error in fix rules Jacob Bin Wang 2016-05-20 09:58:12 +08:00
  • 7322451c91 Merge pull request #181 from khaiql/master astaxie 2016-04-22 10:40:18 +08:00
  • 83c0804675 Merge pull request #194 from jtpenny/jtpenny-readme-patch-1 astaxie 2016-04-13 22:26:36 +08:00
  • 7abba4be16 Fixed readme. $PATH was incorrect Jonathan Penny 2016-04-13 09:25:26 -05:00
  • bccfd667c1 Merge branch 'master' into develop astaxie 2016-04-05 22:27:20 +08:00
  • 658f6c3ee0 Merge pull request #191 from dburakov/issue172 astaxie 2016-04-03 09:24:44 +08:00
  • d312a60e4f changed required go version [issue 172] Dmitry Burakov 2016-04-02 21:37:58 +03:00
  • 95cc8705c1 Merge pull request #188 from VorT3x/master astaxie 2016-03-28 10:08:02 +08:00
  • e523bf5da4 Fix misspelling and improve command description Dmitri Logvinenko 2016-03-27 16:42:26 +03:00
  • 3b9ede7e3b Merge pull request #179 from liut/master astaxie 2016-03-14 11:42:28 +08:00
  • 8a7256d0ce Merge pull request #180 from sergeylanzman/master astaxie 2016-03-12 20:56:48 +08:00
  • 7210ac621d optimisation disable GC for go build , go list, go install +20% speed on large projects Sergey Lanzman 2016-03-12 14:05:15 +02:00
  • 6481a96ca4 allow any schema in PostgresDB; 如果选择 PostgreSQL,允许定制的 schema; Liut 2016-03-11 23:39:17 +08:00
  • 76eb064e69 Merge pull request #128 from itcbx/patch-1 astaxie 2016-03-03 10:00:56 +08:00
  • 64b97f53b4 Merge pull request #168 from youngsterxyf/develop astaxie 2016-03-03 09:59:01 +08:00
  • 1767458b66 fix cannot migrate with Postgres Scott Le 2016-03-01 10:08:04 +07:00
  • efafb652fd Merge pull request #173 from MachineShop-IOT/master astaxie 2016-02-17 13:40:44 +08:00
  • 19b8add1c5 Support go build tags (issue #149) Mark Mindenhall 2016-02-10 12:39:02 -07:00
  • 060b452ac0 fix #1663 youngsterxyf 2016-02-05 08:32:45 +08:00
  • 1566ca7da1 add beego version and bee version and travis astaxie 2016-01-25 21:49:49 +08:00
  • 0dbe35a943 go vet happy astaxie 2016-01-25 21:43:29 +08:00
  • 460aa32b7e fix #164 #165 astaxie 2016-01-25 21:05:08 +08:00
  • 46a9c4a390 update fix astaxie 2016-01-18 11:33:52 +08:00
  • 08ff1c91ef fix the beego version astaxie 2016-01-18 10:27:17 +08:00
  • 4bc70441d2 change version from 1.3 to 1.4 astaxie 2016-01-15 23:43:37 +08:00
  • 0acdf2e816 fix the rename in beego astaxie 2016-01-15 14:45:56 +08:00
  • eb99d12c83 Merge pull request #161 from JessonChan/develop astaxie 2016-01-15 14:39:40 +08:00
  • 19c9f8923f typo fixed JessonChan 2016-01-15 14:30:17 +08:00
  • 8eefbdc844 Merge branch 'develop' of https://github.com/beego/bee into develop astaxie 2016-01-13 16:41:03 +08:00
  • 32eb301861 add fix for cache update astaxie 2016-01-13 16:39:56 +08:00
  • 4761f8a0d2 Merge pull request #160 from damonchen/develop astaxie 2016-01-13 14:53:56 +08:00
  • 7ac766053e add user : as separator for exp's and exs's flag tip tianqi 2016-01-13 13:14:51 +08:00
  • 36eb03e05c update the fix for config astaxie 2016-01-12 21:57:52 +08:00
  • c2bca2b114 fix data astaxie 2016-01-11 15:21:54 +08:00
  • e674edac3e Merge branch 'develop' of https://github.com/beego/bee into develop astaxie 2016-01-11 14:30:53 +08:00
  • d34e14d013 update orm and httplib fix astaxie 2016-01-11 14:30:42 +08:00
  • ba6fe73334 Merge pull request #159 from youngsterxyf/develop astaxie 2016-01-11 13:14:25 +08:00
  • 685da50d93 fix #1552 in beego, see: https://github.com/astaxie/beego/issues/1552 youngsterxyf 2016-01-11 12:22:38 +08:00
  • f997f5b625 add fix data & params astaxie 2016-01-08 23:16:17 +08:00
  • 0e3370baa8 fix the log prackage name astaxie 2016-01-08 11:47:16 +08:00
  • 4401bfccda assignment the result astaxie 2016-01-08 11:44:38 +08:00
  • 07aa189b6f fix the miss arguments astaxie 2016-01-08 11:40:49 +08:00
  • b305152fe7 fix the StaticDir & StaticExtensionsToGzip astaxie 2016-01-08 11:37:46 +08:00
  • 284c7fd7a9 fix the log.LoggerInterface & v.Apis astaxie 2016-01-08 11:35:23 +08:00
  • ed219d7158 fix the params rules astaxie 2016-01-08 11:10:18 +08:00
  • f0da7795a4 skip start with . dir astaxie 2016-01-08 11:04:05 +08:00
  • 7342e701e5 add more rules for upgrade astaxie 2016-01-08 10:50:52 +08:00
  • c7c811358c add fix command astaxie 2016-01-08 01:20:12 +08:00
  • 1f9de3a6e0 change the name from TplNames to TplName astaxie 2016-01-07 18:38:43 +08:00
  • 5eb49ca0a6 Merge branch 'develop' of https://github.com/beego/bee into develop astaxie 2016-01-07 18:37:46 +08:00
  • e1b4f74cd7 Merge pull request #158 from kyle-wang/develop astaxie 2016-01-07 12:54:11 +08:00
  • 76fa75b8fc Fix bug that execute the cmd not in application catalog kyle 2016-01-07 11:51:31 +08:00
  • bf2329c288 Merge branch 'develop' of https://github.com/beego/bee into develop astaxie 2016-01-07 10:17:42 +08:00
  • 04f8b3436e add goxc astaxie 2016-01-07 10:17:34 +08:00
  • 5f211a2486 Merge pull request #155 from damonchen/develop astaxie 2016-01-06 22:23:42 +08:00
  • d9e7af689f change replace windows seperator to filepath.Slash tianqi 2016-01-06 22:09:12 +08:00
  • 2b4a3d19d2 fix: https://github.com/beego/bee/issues/154 tianqi 2016-01-06 21:44:12 +08:00
  • 0ee483de97 fix the typo astaxie 2016-01-06 13:59:49 +08:00
  • 807c3de8a7 fix issue with new version astaxie 2016-01-06 11:55:56 +08:00
  • 20d77d9979 Merge branch 'master' into develop astaxie 2015-12-18 14:42:37 +08:00
  • fa5d72e565 Merge pull request #144 from yanyiwu/patch-1 astaxie 2015-12-11 00:33:34 +08:00
  • 69c2bb9058 Fix bug about issue #143 Yanyi Wu 2015-11-27 11:42:14 +08:00
  • 583f7f0969 Merge pull request #142 from FarYoung/patch-2 astaxie 2015-11-26 08:09:47 +08:00
  • f2bbe62bce add post and put json invalid fomart filter FarYoung 2015-11-25 22:24:10 +08:00
  • 7813d6aab0 Merge pull request #140 from WnP/beego-dev-changes astaxie 2015-11-10 10:41:18 +08:00
  • 755eaad4fe Merge pull request #139 from WnP/logfmt astaxie 2015-11-10 10:40:59 +08:00
  • d3153578ca update migration.Sql to migration.SQL to match beego develop Steeve Chailloux 2015-11-09 20:09:26 -06:00
  • f664b678d9 fix typo and missing end-of-line Steeve Chailloux 2015-11-09 19:48:53 -06:00
  • 25eedc9a1a Merge pull request #135 from fugr/develop astaxie 2015-10-23 01:54:05 +08:00
  • dec41734bd ServeJson-->ServeJSON,update to match beego develop fugr 2015-10-22 11:32:21 +08:00
  • e2ee2a8a79 update the status cide astaxie 2015-10-16 23:44:11 +08:00
  • 581b80bc6c Merge pull request #132 from haibin/develop astaxie 2015-10-11 18:01:13 +08:00
  • 5c6eeae33a Fix no error message issue Haibin Liu 2015-09-28 07:42:11 +08:00
  • d70592fd14 Merge pull request #131 from pjoe/update_to_match_beego_develop astaxie 2015-09-22 21:31:16 +08:00
  • faaa3320bc Update to match changes in beego develop branch Pelle Johnsen 2015-09-22 14:53:43 +02:00
  • d7b23aa54f 修改生成文档时,@Sucess 第三个参数解析错误的问题 itcbx 2015-08-29 15:14:21 +08:00
  • f11cad19ec Merge pull request #124 from pjoe/generate-fixes astaxie 2015-07-17 01:49:08 +08:00
  • f385056264 Generate fixes for model and controller Pelle Johnsen 2015-07-16 19:36:02 +02:00
  • f74078b69f Merge pull request #122 from simpleton/bug/docs astaxie 2015-07-02 21:37:19 +08:00
  • f50dce1d52 make docs works when EnableDocs = false simsun 2015-07-01 23:55:13 +08:00
  • 6c98bdfbbc Merge pull request #121 from lei-cao/master astaxie 2015-06-17 15:32:00 +08:00
  • 60e4f1b872 Issue-119: flags for excluding Godeps. Lei Cao 2015-06-17 14:59:59 +08:00
  • 0c2ed7a9a4 Merge pull request #120 from sacheendra/master astaxie 2015-06-10 12:37:56 +08:00
  • 47e8ce32d9 add jsonb and timestamp with time zone to postgres data types Sacheendra Talluri 2015-06-09 14:29:43 -05:00
  • fadb5d2af9 Merge pull request #117 from westonplatter/master astaxie 2015-05-21 15:58:25 +08:00
  • 21b91413e8 migrate. allow postgres migrations to run. Weston Platter 2015-05-21 00:18:04 -06:00
  • 425e86f0bb Merge pull request #116 from westonplatter/master astaxie 2015-05-20 12:52:21 +08:00
  • 50ce2204ce migrate. changed docs to reference PostgreSQL driver as "postgres" instead of "postgresql" Weston Platter 2015-05-19 22:50:13 -06:00
  • 9f829a1da2 migrate. print out error message. Weston Platter 2015-05-19 22:41:13 -06:00
  • 3c56a5feaf fix the build astaxie 2015-05-14 21:23:11 +08:00
  • 146c3b9655 Merge pull request #114 from lei-cao/master astaxie 2015-05-14 17:55:28 +08:00
  • 4cecebb2bb Merge pull request #113 from shinriyo/patch-1 astaxie 2015-05-14 17:49:58 +08:00