Commit Graph

  • e8f85a57c2 Add types error handler (log) Konstantin 2016-10-10 17:36:51 +0300
  • 31406ebe5a Default values in structure Konstantin 2016-10-08 11:35:26 +0300
  • 579cd7275b Merge 92285a8804 into f7d2e04e07 Konstantin 2016-10-07 11:23:30 +0000
  • 92285a8804 Default values in structure Konstantin 2016-10-07 14:22:57 +0300
  • 5dd70f1e44 policies implementation olegdemchenko 2016-09-28 21:21:50 +0300
  • 244e9ccdc9 Merge pull request #286 from sergeylanzman/swagger-support-multi-package astaxie 2016-09-28 07:44:55 +0800
  • d93e9a4271 Update g_docs.go Sergey Lanzman 2016-09-27 18:18:03 +0300
  • 178e74db40 Merge pull request #287 from amrfaissal/fix-multiple-main astaxie 2016-09-27 10:04:17 +0800
  • 56568f4d2c tweak: Exit with message instead of a panic Faissal Elamraoui 2016-09-26 20:32:14 +0200
  • 287af20d1a fix: This fixes #247 Faissal Elamraoui 2016-09-26 20:25:15 +0200
  • 4ebf7eab65 add support multi package with gaoling way myPackage.struct Sergey Lanzman 2016-09-25 01:34:26 +0300
  • f7d2e04e07 change to 1.5.2 v1.5.2 astaxie 2016-09-22 23:12:55 +0800
  • b368f2b16a Merge branch 'master' into develop astaxie 2016-09-22 23:12:06 +0800
  • 29c9e1bab7 fix the map type generate astaxie 2016-09-22 23:04:58 +0800
  • 205428abce fix the licence issue astaxie 2016-09-22 22:26:39 +0800
  • 9e856ecb33 Merge pull request #284 from filiphaftek/master astaxie 2016-09-18 09:07:37 +0800
  • 465115c28e Fix incorrect generation of postgres table id type Filip 2016-09-17 21:54:00 +0200
  • 8191997cbf Merge pull request #282 from oter/develop astaxie 2016-09-16 10:47:51 +0800
  • b282761292 Fix .exe postfix issue on Windows platform. OTER 2016-09-15 22:40:03 +0300
  • 77f3b13fc3 Merge pull request #281 from sergeylanzman/develop astaxie 2016-09-15 08:57:24 +0800
  • 1b75ccb9fe Improve swagger (Main params,yaml Sergey Lanzman 2016-09-15 00:09:54 +0300
  • 6189e101c9 Merge pull request #4 from beego/develop Sergey Lanzman 2016-09-14 22:59:52 +0300
  • 394df69d36 增加关联查询 RelatedSel() qida 2016-09-10 18:47:57 +0800
  • 8058ab37b8 Merge pull request #1 from beego/master qida 2016-09-10 18:27:00 +0800
  • e296e96e70 Merge pull request #276 from ZetaChow/develop astaxie 2016-09-09 15:52:22 +0800
  • 0d0bea81bf 去掉offset(int64)赋0值,去掉query (map[...]...)定义,以符合Lint ZetaChow 2016-09-09 15:38:44 +0800
  • 411aa43080 修改PUT和Get One 错误的注释 ZetaChow 2016-09-09 15:27:36 +0800
  • ad34b7be2a 修改函数注释,以符合Lint规范 ZetaChow 2016-09-09 15:20:59 +0800
  • 6f5df78d45 Merge pull request #271 from CodyGuo/master astaxie 2016-09-07 13:43:33 +0800
  • ed67ef47e6 Fix to issue #270 CodyGuo 2016-09-04 20:45:11 +0800
  • f6a219fb3a Fix to issue #270 CodyGuo 2016-09-04 13:53:45 +0800
  • 4334fbd492 获取外键对象 qida 2016-09-01 06:30:06 +0800
  • d26c881f5d Merge branch 'develop' of https://github.com/qida/bee into develop qida 2016-09-01 06:27:46 +0800
  • f20d99b5dd 获取外键对象 qida 2016-08-31 17:59:57 +0800
  • 88293d132e Merge e096c68d09 into f453885864 qida 2016-08-31 10:01:38 +0000
  • e096c68d09 获取外键对象 qida 2016-08-31 17:59:57 +0800
  • bfd9aa11cd Merge a294cf5517 into f453885864 qida 2016-08-31 08:58:50 +0000
  • a294cf5517 得到外键对象。 qida 2016-08-31 16:50:55 +0800
  • c89cd7e192 update doc: installation supports brew youngsterxyf 2016-08-30 10:41:48 +0800
  • f453885864 update to 1.5.1 astaxie 2016-08-30 00:18:17 +0800
  • eb64d25e4a Merge pull request #264 from beego/master astaxie 2016-08-30 00:15:44 +0800
  • 3d7a532567 Merge pull request #263 from sergeylanzman/swagger-add-embedded-struct astaxie 2016-08-29 22:09:11 +0800
  • 004778c662 swagger add embedded struct Sergey Lanzman 2016-08-25 01:42:23 +0300
  • abb3443c01 Merge pull request #3 from beego/develop Sergey Lanzman 2016-08-29 10:56:12 +0200
  • dcdb7afc89 Merge 3855e6812a into cff303a528 Sergey Lanzman 2016-08-28 07:52:43 +0000
  • cff303a528 Merge pull request #261 from ihippik/patch-2 v1.5.0 astaxie 2016-08-27 13:08:31 +0800
  • 7e60509231 Separate and add @Description with @Summary params Konstantin 2016-08-25 19:32:39 +0300
  • 44906733e8 Merge 28f6abc3a0 into f813e990c0 Back 2016-08-25 03:34:22 +0000
  • 3855e6812a swagger add embedded struct Sergey Lanzman 2016-08-25 01:42:23 +0300
  • 2669a1bad6 Merge pull request #2 from beego/master Sergey Lanzman 2016-08-24 21:55:10 +0300
  • 866fea3504 Fix compare symlink to path Back 2016-08-24 19:58:55 +0800
  • c6141fb671 Update g_appcode.go Back 2016-08-24 19:23:29 +0800
  • 28f6abc3a0 merge master astaxie 2016-08-24 11:07:57 +0800
  • f813e990c0 hotfix: schema init astaxie 2016-08-24 10:54:54 +0800
  • a58931fd82 Merge pull request #253 from amrfaissal/readme-v1.5.0 astaxie 2016-08-23 01:16:41 +0800
  • 98f4ff83c1 docs: Updated README.md Faissal Elamraoui 2016-08-22 18:29:11 +0200
  • a985ff0a06 Merge pull request #252 from tnextday/develop astaxie 2016-08-22 19:31:49 +0800
  • 07ca4481b0 add todo tnextday 2016-08-22 16:11:06 +0800
  • eed820ab62 Merge pull request #251 from kyawmyintthein/master astaxie 2016-08-22 15:53:57 +0800
  • 73c3b3beaa Merge pull request #249 from tnextday/develop astaxie 2016-08-22 11:47:44 +0800
  • 6ec0ea4997 Merge 368b69b73f into 5309c72ef7 Kyaw Myint Thein 2016-08-21 02:57:49 +0000
  • 368b69b73f update readme file for bee run Kyaw Myint Thein 2016-08-21 10:56:28 +0800
  • c9d5fbfe64 add runmode flag on bee run to set BEEGO_RUNMODE env Kyaw Myint Thein 2016-08-21 10:55:10 +0800
  • c3ff72ae77 Add support for query param array format. exmple: tnextday 2016-08-20 15:12:15 +0800
  • df9f5a77da Merge commit '5309c72ef751bd4edb45d1702996eb279033b281' into develop tnextday 2016-08-20 11:18:46 +0800
  • ca2f60c72d add array type support in comment param tnextday 2016-08-20 11:17:30 +0800
  • 5309c72ef7 support success response array objects astaxie 2016-08-20 00:14:39 +0800
  • b5bf9d07c3 unzip to swagger while not swagger-2 astaxie 2016-08-19 23:45:18 +0800
  • 8bda698fce Merge branch 'master' into develop astaxie 2016-08-19 23:33:13 +0800
  • 31eaaa14e7 fix: if current path is in GOPATH, create api in current path astaxie 2016-08-19 23:31:52 +0800
  • 6ccd0e7d9f remove bee api default docs astaxie 2016-08-19 23:31:25 +0800
  • 465b78f869 Merge branch 'master' into develop astaxie 2016-08-19 23:00:42 +0800
  • 340859ea10 remove docs package astaxie 2016-08-19 23:00:08 +0800
  • 84131cd77b Merge branch 'master' into develop astaxie 2016-08-19 22:49:03 +0800
  • cad9b71bbf hotfix: fix the generate from conn. astaxie 2016-08-19 22:48:21 +0800
  • 31aba09751 Merge pull request #234 from sergeylanzman/refactor-migration-generate astaxie 2016-08-19 22:14:31 +0800
  • 3627eb2ddc refactor generate migration Sergey Lanzman 2016-07-23 21:05:44 +0300
  • f8447477d9 Merge pull request #1 from beego/develop Sergey Lanzman 2016-08-18 21:16:45 +0300
  • 146200024c Merge pull request #214 from amrfaissal/hotfix-212 astaxie 2016-08-19 01:29:29 +0800
  • 88a60a59ae Merge pull request #229 from czm1989/develop astaxie 2016-08-19 01:26:36 +0800
  • 55fc8e535c Merge pull request #245 from tnextday/develop astaxie 2016-08-19 00:13:23 +0800
  • 54229fea6f Merge pull request #246 from qida/develop astaxie 2016-08-19 00:11:52 +0800
  • b160eb35b5 Use first NewNamespace prefix as swagger `BasePath` tnextday 2016-08-18 23:31:09 +0800
  • 42f8892a81 Merge pull request #243 from tnextday/develop astaxie 2016-08-18 23:30:34 +0800
  • cb064f68b7 兼容query中的日期、时间参数。如:query=xxTime.lt:2016-01-01T23:22:21+08:00 sunqida 2016-08-18 23:25:18 +0800
  • 25561408dc Merge branch 'master' into develop astaxie 2016-08-18 23:21:26 +0800
  • d54ba3291b Merge pull request #244 from qida/develop astaxie 2016-08-18 23:18:37 +0800
  • 18d4adcb44 Merge pull request #242 from ihippik/patch-1 astaxie 2016-08-18 23:15:36 +0800
  • 424976201a 兼容query中的日期、时间参数。如:query=xxTime.lt:2016-01-01T23:22:21+08:00 sunqida 2016-08-18 22:46:11 +0800
  • 1e247452ff update swagger tnextday 2016-08-18 22:29:38 +0800
  • 4edf273341 兼容query中的日期、时间参数。如:query=xxTime.lt:2016-01-01T23:22:21+08:00 sunqida 2016-08-18 22:27:59 +0800
  • 3ccffe087e update swagger array items define tnextday 2016-08-18 21:30:57 +0800
  • 2f85185bcc Print warnning only if param location is wrong tnextday 2016-08-18 21:03:27 +0800
  • 07df26c7b6 add param location checker in generate gocs tnextday 2016-08-18 18:21:23 +0800
  • c08afc129e Update g_docs.go Konstantin 2016-08-18 12:58:36 +0300
  • cc6766bcda Merge 985c18a314 into 11571b4af2 tnextday 2016-08-18 09:45:31 +0000
  • 985c18a314 go format tnextday 2016-08-18 17:40:59 +0800
  • ac1bf161fc generate gocs support go buildin type in comment param tnextday 2016-08-18 17:38:26 +0800
  • e7fd5286b3 Merge 99fcadee06 into 11571b4af2 qida 2016-08-18 06:00:10 +0000
  • 11571b4af2 fix beego#2016 astaxie 2016-08-17 23:48:38 +0800