Commit Graph

3288 Commits

Author SHA1 Message Date
astaxie 1b6edafc96
Merge pull request #3412 from astaxie/develop
v1.11.1
2018-11-30 21:54:26 +08:00
astaxie 8152ade1b6
Merge pull request #3419 from xpzouying/close_fs_when_is_not_nil
Close fs when is not nil
2018-11-30 16:57:49 +08:00
astaxie 6350f8b904
Merge pull request #3420 from xpzouying/format_list_travis_yml
format list in .travis.yml
2018-11-30 16:57:25 +08:00
astaxie 0c5398a19c update travis 2018-11-30 16:42:44 +08:00
astaxie 4b656268d3 travis 2018-11-28 16:17:53 +08:00
astaxie 10729a1fc5 update vendor & module 2018-11-28 16:05:15 +08:00
Ying Zou cdb3ef808f format list in .travis.yml 2018-11-28 08:59:27 +08:00
Ying Zou a5a2471f2c close fs only when fs open without error
panic when close nil filesystem
2018-11-28 08:55:20 +08:00
astaxie 6282747f6d update vendor 2018-11-27 14:11:14 +08:00
astaxie d5fd5cad38
Merge pull request #3417 from xpzouying/update_code_format
better format
2018-11-27 14:01:59 +08:00
Ying Zou fab7c6b6d0 better format
- add comments for public function
- format import order in admin.go
- better format for NewControllerRegister in router.go
2018-11-26 23:19:05 +08:00
astaxie 42ade6aa49 v1.11.1 2018-11-22 13:10:52 +08:00
astaxie 55d9b69cd9 update mod 2018-11-22 13:08:39 +08:00
astaxie 2a8d6f943f
Merge pull request #3408 from nlimpid/develop
add different column name parse strategy
2018-11-21 17:18:39 +08:00
nlimpid 6b0155c4fb add different column name parse strategy 2018-11-20 22:47:56 +08:00
astaxie e22a5143bc
Merge pull request #3403 from nlimpid/develop
add context for db operation
2018-11-20 15:44:25 +08:00
astaxie a17eb54515
Merge pull request #3405 from coldnight/feature-add-elapsed-in-response
Add .Elapsed in context.ResponseWriter for monitor purpose
2018-11-20 15:39:13 +08:00
nlimpid d5cf1050db check qs is nil before get forContext 2018-11-19 23:42:56 +08:00
wanghui b021686521
Add .Elapsed in context.ResponseWriter for monitor purpose
With this commit we can record per requests's elapsed time,
so we can easy to monitor that by use a filter.
2018-11-19 16:38:14 +08:00
astaxie b0e2bbce2a
Merge pull request #3391 from astaxie/develop
V1.11.0
2018-11-19 14:40:43 +08:00
astaxie 7a50ea7e36
Merge pull request #3395 from astaxie/AddTestForSnakeString
#3192 AddTestSnakeString
2018-11-18 21:59:48 +08:00
astaxie 3070cfc60b
Merge pull request #3396 from astaxie/FixAnnotationOnSnakeString
Fix #3192
2018-11-18 21:59:35 +08:00
nlimpid e56d1b718f add context for db operation 2018-11-18 21:54:25 +08:00
Dennis c4c3067a31
Update utils.go 2018-11-15 15:16:41 +08:00
Dennis 81346fe641
Update utils_test.go 2018-11-15 14:50:38 +08:00
astaxie 1a66ad56c6
Merge pull request #3317 from HSoshiant/master
Lock
2018-11-14 19:24:23 +08:00
astaxie 31f2adb79d
Update session.go 2018-11-14 19:24:10 +08:00
astaxie f514ae309b
Update session.go 2018-11-14 19:23:10 +08:00
astaxie 277d3d98e3 v1.11.0 2018-11-14 17:01:12 +08:00
astaxie 2c46877b36
Merge pull request #3390 from astaxie/FixDataRaceOnCache
Fix  #3354
2018-11-14 15:58:20 +08:00
astaxie cfe54a02c5
Merge pull request #3388 from s00500/develop
Closes #2515 Autodetect timezone in NewOrmWithDB()
2018-11-13 16:48:18 +08:00
astaxie 55f390d08a
Merge pull request #3387 from wuyumin/master
dynamically add task #2708
2018-11-13 14:51:41 +08:00
astaxie cf31222643
Merge pull request #3386 from DennisMao/AddTransportSetting
add transport setting
2018-11-13 14:50:28 +08:00
Dennis 9e036bcab5
Update memory.go 2018-11-13 14:43:23 +08:00
Lukas Bachschwell d02170e3cb
Closes #2515 Autodetect timezone in NewOrmWithDB() 2018-11-12 10:18:05 +01:00
Yumin Wu 2d6f1af1a5 dynamically add task 2018-11-12 17:17:06 +08:00
Dennis 430457609f
Update httplib_test.go 2018-11-12 13:04:17 +08:00
astaxie 0333e26b3e
Merge pull request #3382 from lxShaDoWxl/add_custom_fs_template
Add custom fs template
2018-11-10 22:44:28 +08:00
Viktor Vassilyev d0d28566b9 chore(GoMod): add dependency go-bindata-assetfs in vendor dir 2018-11-10 13:41:47 +06:00
Viktor Vassilyev 872b787e6c refactor(FileSystem): add comments function 2018-11-10 12:34:53 +06:00
Viktor Vassilyev 01a99edf80 chore(GoMod): add dependency go-bindata-assetfs 2018-11-10 12:26:19 +06:00
Viktor Vassilyev 6050d37d2a Merge remote-tracking branch 'me/develop' into add_custom_fs_template 2018-11-10 11:39:28 +06:00
astaxie 876dce8e54 fix the routerInfo is nil 2018-11-09 18:03:26 +08:00
astaxie 24885c28f2 fix the comments update 2018-11-09 17:54:20 +08:00
astaxie 5ea04bdfd3 update mod 2018-11-09 12:37:28 +08:00
astaxie 9fdc1eaf3a
Merge pull request #3352 from SongLiangChen/develop
add sessionid prefix
2018-11-08 23:29:05 +08:00
astaxie 6b5a70d246
Merge pull request #3378 from nukc/develop
orm: support filter raw sql
2018-11-08 23:28:30 +08:00
astaxie 8391d26220
Merge pull request #3383 from LockGit/develop
security question, fix arbitrary file read
2018-11-08 23:21:18 +08:00
Viktor Vassilyev f193e313a3 refactor(FileSystem): using single-line if 2018-11-07 20:21:34 +06:00
Viktor Vassilyev 9ac4928113 refactor(Template): a detailed description of the error 2018-11-07 20:20:10 +06:00