Ming Deng
0bd2df91a1
Resolve conflicts among master branch and develop branch ( #5286 )
...
* feature extend readthrough for cache module (#5116 )
* feature 增加readthrough
* feature: add write though for cache mode (#5117 )
* feature: add writethough for cache mode
* feature add singleflight cache (#5119 )
* build(deps): bump go.opentelemetry.io/otel/trace from 1.8.0 to 1.11.2
Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go ) from 1.8.0 to 1.11.2.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.8.0...v1.11.2 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/trace
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix 5129: must set formatter after init the logger
* remove beego.vip
* build(deps): bump actions/stale from 5 to 7
Bumps [actions/stale](https://github.com/actions/stale ) from 5 to 7.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v5...v7 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix 5079: only log msg when the channel is not closed (#5132 )
* optimize test
* upgrade otel dependencies to v1.11.2
* format code
* Bloom filter cache (#5126 )
* feature: add bloom filter cache
* feature upload remove all temp file
* bugfix Controller SaveToFile remove all temp file
* rft: motify BeeLogger signalChan (#5139 )
* add non-block write log in asynchronous mode (#5150 )
* add non-block write log in asynchronous mode
---------
Co-authored-by: chenhaokun <chenhaokun@itiger.com>
* fix the docsite URL (#5173 )
* Unified gopkg.in/yaml version to v2 (#5169 )
* Unified gopkg.in/yaml version to v2 and go mod tidy
* update CHANGELOG
* bugfix: protect field access with lock to avoid possible data race (#5211 )
* fix some comments (#5194 )
Signed-off-by: cui fliter <imcusg@gmail.com>
* build(deps): bump github.com/prometheus/client_golang (#5213 )
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.14.0 to 1.15.1.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.14.0...v1.15.1 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.4 to 3.5.9 (#5209 )
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd ) from 3.5.4 to 3.5.9.
- [Release notes](https://github.com/etcd-io/etcd/releases )
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.4...v3.5.9 )
---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/client/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* cache: fix typo and optimize the naming
* Release 2.1.0 change log
* bugfix: beegoAppConfig String and Strings function has bug
* httplib: fix unstable test, do not use httplib.org
* chore: pkg imported more than once
* chore: fmt modify
* chore: Use github.com/go-kit/log
* chore: unnecessary use of fmt.Sprintf
* fix: golangci-lint error
* orm: refactor ORM introducing internal/models pkg
* remove adapter package
* build(deps): bump github.com/bits-and-blooms/bloom/v3
Bumps [github.com/bits-and-blooms/bloom/v3](https://github.com/bits-and-blooms/bloom ) from 3.3.1 to 3.5.0.
- [Release notes](https://github.com/bits-and-blooms/bloom/releases )
- [Commits](https://github.com/bits-and-blooms/bloom/compare/v3.3.1...v3.5.0 )
---
updated-dependencies:
- dependency-name: github.com/bits-and-blooms/bloom/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* feat: add write-delete cache mode
* fix: unnecessary assignment to the blank identifier
* fix: add change into .CHANGELOG file
* build(deps): bump golang.org/x/sync from 0.1.0 to 0.3.0
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.1.0 to 0.3.0.
- [Commits](https://github.com/golang/sync/compare/v0.1.0...v0.3.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump golang.org/x/crypto
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.0.0-20220315160706-3147a52a75dd to 0.10.0.
- [Commits](https://github.com/golang/crypto/commits/v0.10.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* remove golang--lint-ci
* Beego web.Run() runs the server twice
* fix 5255: Check the rows.Err() if rows.Next() is false
* closes 5254: %COL% should be a common placeholder
* build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.15.1 to 1.16.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: use of ioutil package (#5261 )
* fix ioutil.NopCloser
* fix ioutil.ReadAll
* fix ioutil.ReadFile
* fix ioutil.WriteFile
* run goimports -w -format-only ./
* update CHANGELOG.md
* feature: add write-double-delete cache mode (#5263 )
* cache/redis: support skipEmptyPrefix option (#5264 )
* fix: refactor InsertValue method (#5267 )
* fix: refactor insertValue method and add the test
* fix: exec goimports and add Licence file header
* fix: modify construct method of dbBase
* fix: add modify record into CHANGELOG
* fix: modify InsertOrUpdate method (#5269 )
* fix: modify InsertOrUpdate method, Remove the isMulti variable and its associated code
* fix: Delete unnecessary judgment branches
* fix: add modify record into CHANGELOG
* cache/redis: use redisConfig to receive incoming JSON (previously using a map) (#5268 )
* refactor cache/redis: Use redisConfig to receive incoming JSON (previously using a map).
* refactor cache/redis: Use the string type to receive JSON parameters.
---------
Co-authored-by: Tan <tanqianheng@gmail.com>
* fix: refactor Delete method (#5271 )
* fix: refactor Delete method and add test
* fix: add modify record into CHANGELOG
* fix: refactor update sql (#5274 )
* fix: refactor UpdateSQL method and add test
* fix: add modify record into CHANGELOG
* fix: modify url in the CHANGELOG
* fix: modify pr url in the CHANGELOG
* Fix setPK function for table without primary key (#5276 )
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: cui fliter <imcusg@gmail.com>
Co-authored-by: Stone-afk <73482944+Stone-afk@users.noreply.github.com>
Co-authored-by: hookokoko <hooko@tju.edu.cn>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: hookokoko <648646891@qq.com>
Co-authored-by: Stone-afk <1711865140@qq.com>
Co-authored-by: chenhaokun <chenhaokun@itiger.com>
Co-authored-by: Xuing <admin@xuing.cn>
Co-authored-by: cui fliter <imcusg@gmail.com>
Co-authored-by: guoguangwu <guoguangwu@magic-shield.com>
Co-authored-by: uzziah <uzziahlin@gmail.com>
Co-authored-by: Hanjiang Yu <delacroix.yu@gmail.com>
Co-authored-by: Kota <mdryzk64smsh@gmail.com>
Co-authored-by: Uzziah <120019273+uzziahlin@users.noreply.github.com>
Co-authored-by: Handkerchiefs-t <59816423+Handkerchiefs-t@users.noreply.github.com>
Co-authored-by: Tan <tanqianheng@gmail.com>
Co-authored-by: mlgd <mlgd17@gmail.com>
2023-07-31 23:00:02 +08:00
cui fliter
2c62865a35
fix some comments ( #5194 )
...
Signed-off-by: cui fliter <imcusg@gmail.com>
2023-05-27 14:41:51 +08:00
greenhandatsjtu
f9d2b4cb9a
Refactor ORM: rename _modelCache struct to modelCache
2022-05-21 10:06:31 +08:00
Cr
7abf5669e4
refactor(wip): fix deepsource analyze
2021-09-06 16:48:22 +08:00
Cr
915cdb94bc
refactor(wip): fix deepsource analyze
2021-09-06 16:04:03 +08:00
Cr
d6866b6b2e
refactor(wip): fix deepsource analyze
2021-09-06 14:05:19 +08:00
Cr
0e9b2c27ea
fix(orm): txOrm miss debug log
2021-09-03 14:23:09 +08:00
Ming Deng
745dcf1ead
Merge pull request #4740 from zh199225/develop
...
set a default value "/" for "Path" in the Cookie function when there is not parameter "Path" or the parameter is ""
2021-08-20 19:38:18 +08:00
jianzhiyao
8e8c02ba7b
fix
2021-08-05 11:13:14 +08:00
jianzhiyao
48538d5a02
add table
2021-08-05 11:08:30 +08:00
jianzhiyao
d8c4b0fc85
add test example
2021-08-05 10:58:17 +08:00
jianzhiyao
0f40824f57
fix bug:reflect.ValueOf(nil) in getFlatParams
2021-08-05 10:42:54 +08:00
loyalsoldier
c61ae2d3e1
Fix: remove unnecessary break statements
2021-06-17 03:36:48 +08:00
t29kida
4eb19f938a
fix sonar problem
...
* Delete FIXME comment, because `string == ""` is beter than `len(string)` for checking string existence(by sonar)
* Remove duplicated code
* Fill empty block of code
2021-06-09 19:42:18 +09:00
loyalsoldier
1b8c801ec6
Fix lint and format code in client/orm dir
2021-06-06 20:52:38 +08:00
t29kida
de65d82701
fix sonar problem
...
* replace min limit value with const values
* remove duplicated testcase and add testcase
* put together switch case statement
* fill empty block of code
2021-05-31 18:38:37 +09:00
loyalsoldier
91d993b7e2
Fix imports by gci
2021-05-19 22:28:05 +08:00
Yu Huang
11dc5484ad
Update orm_test.go/TestInsertOrUpdate with table-driven.
...
Update CHANGELOG
fix lint
2021-05-17 06:47:23 -04:00
Ming Deng
c5bd3c3996
Support RollbackUnlessCommit
2021-03-21 23:52:55 +08:00
jianzhiyao
70b011eef7
fix UT
2021-03-08 17:47:48 +08:00
jianzhiyao
82b20c585e
fix UT
2021-03-08 17:31:46 +08:00
Ming Deng
de5c2c9a27
Merge main & resolve conflict
2021-02-01 00:24:45 +08:00
Ming Deng
41d682d878
Fix Sonart PR1
2021-02-01 00:22:52 +08:00
Jihoon Seo
113b90531c
Apply goimports' modifications
2021-01-28 13:42:03 +09:00
Penghui Liao
ef227bf467
Deprecate QueryM2MWithCtx and QueryTableWithCtx
...
- Add methods with `WithCtx` suffix and remove ctx fileld from QueryStter
and QueryM2M.
- Deprecate QueryTableWithCtx and QueryM2MWithCtx.
Signed-off-by: Penghui Liao <liaoishere@gmail.com>
2021-01-10 23:50:29 +08:00
Penghui Liao
21777d3143
Add context support for orm
...
Signed-off-by: Penghui Liao <liaoishere@gmail.com>
2021-01-10 23:50:11 +08:00
Ming Deng
0139564cf0
Merge pull request #4294 from jianzhiyao/frt/supports_for_4144
...
Frt/supports for issue 4144
2021-01-10 12:08:16 +08:00
Anker Jam
791c28b1d4
fix imports
2021-01-09 22:16:21 +08:00
Anker Jam
db4f978982
Merge branch 'develop' into frt/supports_for_4144
...
# Conflicts:
# client/orm/orm_queryset.go
2021-01-09 21:16:27 +08:00
AllenX2018
30dbf8fc3a
1.support dynamic registration model
...
2.support aggregete func
2021-01-04 16:29:03 +08:00
Chenrui
6027c164eb
test: add test
2020-12-18 17:36:52 +08:00
Ming Deng
385e1d390f
update misspell and gofmt
2020-12-14 13:52:26 +08:00
Ming Deng
7bc6010604
rename to v2
2020-12-14 11:12:00 +08:00
Ming Deng
a70f7fc920
using new organization
2020-12-13 23:09:19 +08:00
cruis
0a852912b4
调整CI警告
2020-11-13 07:25:21 +08:00
cruis
647e21b0c4
添加Condition单元测试
2020-11-13 00:13:35 +08:00
jianzhiyao
f8fb50999b
move dir
2020-10-29 19:05:32 +08:00
jianzhiyao
6d828e7939
move dir and add ut for ParseOrder
2020-10-27 19:32:56 +08:00
jianzhiyao
beedfa1b53
add UT
2020-10-26 19:52:21 +08:00
Ming Deng
14c1b76569
remove pkg directory;
...
remove build directory;
remove githook directory;
2020-10-08 18:29:36 +08:00