1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-01 22:43:28 +00:00
Commit Graph

3445 Commits

Author SHA1 Message Date
astaxie
98dfb92e17
Merge pull request #3443 from zhiquan911/develop
add GetProvider
2018-12-18 09:10:17 +08:00
郭一鸣
c8f22be675 Add redis sentinel session support (#3427)
Add Redis Sentinel session support
2018-12-17 14:47:47 +01:00
Chance
f03a7d1128
add GetProvider 2018-12-13 15:37:19 +08:00
zav8
6da4a66c20 merge switch cases 2018-12-06 16:09:39 +08:00
zav8
5e4241fc87 add support for field of type sql.NullXxx in rawSet.setFieldValue() 2018-12-06 16:07:07 +08:00
DennisMao
bf468c8d0c fix format 2018-12-06 10:57:32 +08:00
DennisMao
0d77a3f8d2 FixOrmDescrptionTag 2018-12-06 10:49:50 +08:00
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
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