Ming Deng
08cec9178f
Orm filter support
2020-08-07 13:45:24 +00:00
IamCathal
63b3fc4a99
Fix retry amount comment
2020-08-06 16:09:06 +01:00
IamCathal
1b4bb43df0
More minor grammar fixes
2020-08-06 16:07:18 +01:00
Phillip Stagnet
ec55edfbc4
Add additional options to redis session prov
...
Adding option for frequency of checking timed out connections as well as
an option to specify retries.
These changes make redis provider more stable since connection problems
are becoming fewer.
Since redigo does not have this options and since redis_sentinel and
redis_cluster are using go-redis as a client, this commit changes from
redigo to go-redis for redis session provider.
Added tests for redis session provider as well.
2020-08-06 11:14:36 +02:00
Ming Deng
2fce8f9d1b
Merge pull request #4124 from phiphi282/session_exists_return_err
...
Update session provider interface to return errors on SessionExist
2020-08-06 09:17:49 +08:00
IamCathal
e7d8bab5d9
Improved definition of DefaultEvery
2020-08-05 17:56:11 +01:00
IamCathal
2f5683610f
Minor grammar fixes
2020-08-05 17:50:05 +01:00
Phillip Stagnet
009074725e
Move interface change to pkg/session/README.md
2020-08-05 18:32:33 +02:00
Phillip Stagnet
ce50ca22d7
Merge branch 'develop-2.0' of github.com:astaxie/beego into session_exists_return_err
2020-08-05 18:30:19 +02:00
Phillip Stagnet
5f2f6e4f86
Add interface change in pkg folder
2020-08-05 18:29:22 +02:00
Ming Deng
261b704d8b
Fix UT
2020-08-05 07:25:34 +00:00
Ming Deng
6c6cf91741
Support prometheus and opentracing filter
2020-08-04 23:15:42 +08:00
Ming Deng
aa3987f816
Merge remote-tracking branch 'origin/develop' into ftr/middleware
2020-08-04 22:26:01 +08:00
Ming Deng
79ffef90e3
support filter chain
2020-08-04 07:26:51 +00:00
Ming Deng
9f295067b7
Resolve conflict
2020-07-30 22:44:44 +08:00
Ming Deng
aa06a10493
uing pkg module
2020-07-29 14:42:27 +00:00
Ming Deng
9b58c2836c
Merge develop-2.0 and resolve confilct
2020-07-29 22:26:29 +08:00
jianzhiyao
e87de70c6d
adapt wrapping kv
2020-07-29 00:45:41 +08:00
jianzhiyao
4304b40a82
Merge branch 'frt/wrap_kv' into frt/stmt_config
...
# Conflicts:
# pkg/orm/constant.go
# pkg/orm/db_alias.go
2020-07-28 18:32:24 +08:00
jianzhiyao
e8facd28f5
wrap kv
2020-07-28 17:37:36 +08:00
Ming Deng
54ef476600
add tag interfaces and remove log.go
2020-07-28 06:28:51 +00:00
jianzhiyao
756df9385f
make stmt cache size configurable
2020-07-28 12:57:19 +08:00
Ming Deng
21f281655d
remove QueryRelated and QueryRelatedCtx
2020-07-27 21:22:40 +08:00
Ming Deng
2e7fb81348
deprecated orm.go and add NewOrmUsingDB method
2020-07-27 21:19:34 +08:00
jianzhiyao
16d71893cd
orm.rawPrepare support FlatParams
2020-07-26 19:40:13 +08:00
Ming Deng
79c2157ad4
Fix UT
2020-07-22 15:46:29 +00:00
Ming Deng
30eb889a91
Format code
2020-07-22 23:00:06 +08:00
Ming Deng
9c51952db4
Move package
2020-07-22 22:55:59 +08:00
Ming Deng
44460bc457
Refactor RegisterDatabase
2020-07-20 15:52:40 +00:00
jianzhiyao
b6f7d30f9f
fix unit test
2020-07-20 19:10:57 +08:00
jianzhiyao
4aad313de7
do not judge tx status in txOrm
2020-07-20 17:34:58 +08:00
jianzhiyao
aefe21b63a
complete error log
2020-07-20 17:25:27 +08:00
jianzhiyao
32da446eb1
refactor orm
2020-07-19 23:46:42 +08:00
Ming Deng
192a278a2a
Fix orm test when using Driver = mysql
2020-07-19 12:56:58 +00:00
Ming Deng
ffe1d52120
Move orm to pkg/orm
2020-07-15 10:05:11 +08:00