Commit Graph

  • 6234b50111 test done lcbluestorm 2016-05-19 21:00:04 +08:00
  • 2c12383263 remove attribute perm to make it more brief nullne 2016-05-17 10:29:05 +08:00
  • e50f4f5631 complete sess_ssdb.go lcbluestorm 2016-05-15 12:15:40 +08:00
  • d679a4b865 fix bug with file permission in log module nullne 2016-05-14 10:54:09 +08:00
  • 153d76e200 More flexible support for template engines Mark Mindenhall 2016-05-10 22:54:33 -06:00
  • 0e4b9563ae add test file lcbluestorm 2016-05-10 20:08:15 +08:00
  • 27be1e7ca3 add ssdb-session interface lcbluestorm 2016-05-10 19:56:45 +08:00
  • a4d4b8de77 fix #1936 wincss 2016-05-10 17:45:06 +08:00
  • dae2a36eb5 Merge pull request #1924 from ysqi/develop astaxie 2016-05-06 13:58:29 +08:00
  • 7ceff43db6 Fixed error in window os ysqi 2016-05-06 13:26:48 +08:00
  • 85a8c5c4f4 Merge pull request #1927 from JessonChan/log_daily_rotate astaxie 2016-05-06 12:55:21 +08:00
  • b28581a463 make daily rotate JessonChan 2016-05-06 12:11:14 +08:00
  • fa8d94fa69 file rotate by day test JessonChan 2016-05-06 12:09:00 +08:00
  • 3c8ed9adfc Merge branch 'astaxie/develop' into develop ysqi 2016-05-05 19:30:31 +08:00
  • 8210fd12d1 Fixed router fileName error in window ysqi 2016-05-05 19:28:09 +08:00
  • 77ff15ee33 Implement Error interface for validation error ysqi 2016-05-05 19:26:03 +08:00
  • 4d8e1f93ff Merge pull request #1909 from albertma/master astaxie 2016-04-29 11:34:52 +08:00
  • e607be6fa6 gofmt the code albertma 2016-04-29 10:28:10 +08:00
  • 73f499948a Merge pull request #1906 from Maxgis/issue_redundancy astaxie 2016-04-28 09:59:47 +08:00
  • a7452388d9 Merge pull request #1912 from ysqi/issue02 astaxie 2016-04-28 09:44:08 +08:00
  • 2a2b433e19 go fmt ysqi 2016-04-27 23:57:36 +08:00
  • 272271f588 Change comment router file info ysqi 2016-04-27 23:57:22 +08:00
  • fa7416452e Change set test mode way ysqi 2016-04-27 22:26:32 +08:00
  • 245664010c Go Vet ysqi 2016-04-27 22:18:22 +08:00
  • 9e17f518b8 Fixed print format error info ysqi 2016-04-27 22:17:53 +08:00
  • 830985b90b QueryEscape Download File Name ysqi 2016-04-27 22:05:31 +08:00
  • a271d67ba4 1.fix blank issue albertma 2016-04-26 18:13:52 +08:00
  • 710c7c79d4 1.fix start task twice issue albertma 2016-04-26 18:11:49 +08:00
  • 5402c753fb remove redundancy code and add port confict tip maxin[马鑫] 2016-04-26 10:16:53 +08:00
  • 520a417cca Merge pull request #1874 from Maxgis/master astaxie 2016-04-26 09:56:44 +08:00
  • 56dc9bf622 add return ErrMultiRows maxin[马鑫] 2016-04-25 15:51:12 +08:00
  • b36afadbdc close socket when http client request over redfoxli 2016-04-22 13:54:55 +08:00
  • e89f562396 Merge pull request #1897 from yuyongsheng/develop astaxie 2016-04-21 13:04:28 +08:00
  • 5aa085bf41 1. remove the invalid comments. 2. allow the user to config "Enable" store/get sessionId into/from http header 3. allow the user to config "Enable" get sessionId from Url query 4. when enable sessionId in http header, check the sessionName format as CanonicalMIMRHeaderKey, then panic if not. yuyongsheng 2016-04-21 09:57:44 +08:00
  • 70f3f6b8b1 Merge pull request #1883 from JessonChan/config_improve astaxie 2016-04-20 13:19:47 +08:00
  • 86e18bf6f9 Merge pull request #1882 from miraclesu/fix/orm_multi_insert astaxie 2016-04-20 13:06:47 +08:00
  • 14159eaa7e Merge pull request #1891 from gitchs/develop astaxie 2016-04-20 09:49:11 +08:00
  • df27c96102 fix spell error Leon Chan 2016-04-18 19:37:38 +08:00
  • 5ac254bf61 ut bug fixed JessonChan 2016-04-18 19:18:46 +08:00
  • 423f2dad35 list the config to map JessonChan 2016-04-18 19:16:39 +08:00
  • 203ab3eba8 ut fix JessonChan 2016-04-18 18:41:40 +08:00
  • 0c32255d14 config test JessonChan 2016-04-14 11:51:00 +08:00
  • 9ce6dc4cdf remove test ; because rows are returned in an unspecified order maxin[马鑫] 2016-04-13 21:04:46 +08:00
  • 903e21bef2 orm: add test case for InsertMulti miraclesu 2016-04-13 20:20:49 +08:00
  • 3a3f70027c orm: fix panic multi insert when slice lenght is 1 & the value is pointer miraclesu 2016-04-13 20:14:02 +08:00
  • 4cd2408248 log to Stderr JessonChan 2016-04-13 19:41:07 +08:00
  • cb0c006cfa add session config JessonChan 2016-04-13 19:37:55 +08:00
  • ce4fc7bfcd simplify the value assign JessonChan 2016-04-13 17:51:54 +08:00
  • 81c6c898cf remove orm one function thorw ErrMultiRows error maxin[马鑫] 2016-04-13 10:36:12 +08:00
  • 002dcaab23 Merge pull request #1880 from JessonChan/log_rotate_fix astaxie 2016-04-13 09:54:41 +08:00
  • abaa1bbcac file rotate file test JessonChan 2016-04-13 09:05:16 +08:00
  • 314a447d57 Merge pull request #1879 from miraclesu/feature/orm_text astaxie 2016-04-12 23:19:22 +08:00
  • 9679f5e22a reduce the data transmission maxin[马鑫] 2016-04-12 21:28:29 +08:00
  • 5185816942 orm: use text as postgres default type miraclesu 2016-04-12 21:19:43 +08:00
  • 22617aeb13 file rotate name fixed JessonChan 2016-04-12 15:05:35 +08:00
  • 9c400778d3 Merge pull request #1863 from JessonChan/xsrf_fix astaxie 2016-04-12 14:26:20 +08:00
  • f6ad2cf848 Merge pull request #1875 from miraclesu/feature/orm_json astaxie 2016-04-12 14:25:54 +08:00
  • 7906b18d89 Merge pull request #1864 from yoki123/patch-2 astaxie 2016-04-12 12:02:04 +08:00
  • 99f1e6c8b5 orm: fix golint miraclesu 2016-04-09 10:22:40 +08:00
  • e95bef1331 orm: add test case for json & jsonb type support miraclesu 2016-04-08 22:26:28 +08:00
  • 657744efb1 orm: add json & jsonb type support miraclesu 2016-04-08 21:53:27 +08:00
  • 6da765c465 Using a different PostgreSQL Version astaxie 2016-04-11 23:12:35 +08:00
  • 1cac38b664 show postgres versionn astaxie 2016-04-11 21:19:10 +08:00
  • ba3a1f8457 update go vet astaxie 2016-04-11 13:15:14 +08:00
  • d7f41ccd0c update vet astaxie 2016-04-11 12:51:44 +08:00
  • 881d010c01 upgrade swagger from 1.2 to 2.0 astaxie 2016-04-11 11:56:43 +08:00
  • 553078d956 change limit 1000 to 1,reduce the amount the data maxin[马鑫] 2016-04-11 09:02:22 +05:30
  • 528f273e58 Update README.md Yoki 2016-04-08 14:28:45 +08:00
  • 53d680a493 rand func modify JessonChan 2016-04-08 14:24:23 +08:00
  • ed0e6419f0 context xsrf test JessonChan 2016-04-08 14:07:39 +08:00
  • a99c0d4025 context xsrf test JessonChan 2016-04-08 14:04:25 +08:00
  • 301dcfb626 context xsrf bug fixed JessonChan 2016-04-08 14:04:10 +08:00
  • 6362dc397a Merge pull request #1856 from b055/develop astaxie 2016-04-06 09:25:46 +08:00
  • 813f47fd41 gofmt test files astaxie 2016-04-05 15:38:42 +08:00
  • 933ac0f369 Merge pull request #1858 from ysqi/issue astaxie 2016-04-05 09:06:14 +08:00
  • 885d45db05 fix the issue #1850,the source of the problem is PR #1805 ysqi 2016-04-04 21:32:43 +08:00
  • d49c7f96cb added functionality for column type time updated the model_fields to cater for the time field type Ivan Cadri 2016-04-02 19:57:47 +02:00
  • ebdf4412b3 Merge pull request #1848 from JessonChan/template_fix astaxie 2016-04-01 21:03:39 +08:00
  • 8ec6dd93cf make template execution be expected JessonChan 2016-04-01 18:10:00 +08:00
  • fe4fa6a095 Merge pull request #1636 from ysqi/environmentVar astaxie 2016-04-01 13:50:38 +08:00
  • ccc84dd8eb Merge pull request #1762 from saturn4er/htmlEngines astaxie 2016-03-30 16:43:39 +08:00
  • 734bbb3337 remove some space astaxie 2016-03-30 15:48:38 +08:00
  • caa404cec1 Merge pull request #1840 from youngsterxyf/develop astaxie 2016-03-30 15:46:47 +08:00
  • 52fbab329d Merge pull request #1844 from mishudark/master astaxie 2016-03-30 15:44:32 +08:00
  • 8ce9f69b4d Merge pull request #1843 from JessonChan/beelog_bug_fix astaxie 2016-03-30 15:44:20 +08:00
  • 96a5d09ef0 add format header test JessonChan 2016-03-30 15:13:01 +08:00
  • 814b673e3c add a comment to the future bug JessonChan 2016-03-30 14:34:52 +08:00
  • 99436a75b1 format time header 5% faster than before JessonChan 2016-03-30 14:31:28 +08:00
  • 8e82ed319b beelog bug fixed JessonChan 2016-03-30 14:31:16 +08:00
  • eae2147735 chore(output.go): delete not used variable (status int) in check status functions mishudark 2016-03-29 23:28:53 -06:00
  • e281b6e82a improve youngsterxyf 2016-03-30 10:49:39 +08:00
  • adaa4ab929 Fix index out of range if there is no file extension saturn4er 2016-03-29 17:15:43 +03:00
  • 7e65338c87 Change key format ysqi 2016-03-29 21:47:33 +08:00
  • 5bd7d8c43f Merge branch 'astaxie/develop' into environmentVar ysqi 2016-03-29 20:55:29 +08:00
  • 561e7115f3 To support go run youngsterxyf 2016-03-29 18:16:38 +08:00
  • 220cf91180 Merge pull request #1837 from JessonChan/develop astaxie 2016-03-29 11:37:09 +08:00
  • cbd6f31b66 Merge pull request #1839 from JessonChan/log_rotate_fix astaxie 2016-03-29 11:35:44 +08:00
  • 221306fff4 file rotate bug JessonChan 2016-03-29 10:05:56 +08:00
  • f05bb2ecd3 add function of beego/logs JessonChan 2016-03-28 15:18:51 +08:00
  • 699de2ae75 Merge pull request #1826 from miraclesu/feature/orm_auto astaxie 2016-03-28 12:04:31 +08:00