徐云金YunjinXu
ba6b92bfe3
feat(trans_process): conditionally set NextCronTime to prevent overwriting
Set NextCronTime only when it is nil or zero to preserve existing
scheduled times and prevent unintended cron interval resets during
transaction processing.
只有当没有提供NextCronTime时才初始化,否则使用提供的进行saveNew)
3 months ago
yedf2
18146ee53b
Merge pull request #574 from giantwu/fix-grpc-client-banlance
Fix grpc client banlance
3 months ago
giantwu
59a6a449c2
Add default value for UpdateBranchSync in config
Set default value for UpdateBranchSync to 1
3 months ago
giantwu
6b8f403767
增加负载均衡配置项,用于grpc-client
3 months ago
yedf2
4a663a1181
Merge pull request #555 from dtm-labs/yedf2/handle-errors-for-save-new
Handle errors for save new
11 months ago
yedf2
c5a3e5f583
Handle errors for save new
11 months ago
yedf2
811d91d1b4
Merge pull request #554 from wooln/upgrade-mysql
build(mysql): update MySQL version to 8
11 months ago
徐云金YunjinXu
cf20bbd8e1
build(mysql): update MySQL version to 8
- Update MySQL image from 5.7 to 8 in GitHub Actions workflow
- Update MySQL image from 5.7 to 8 in Docker Compose file
11 months ago
yedf2
df7b3c8704
Merge pull request #550 from wooln/feature/UpdateBranchSync-default-value
feat(config): Set UpdateBranchSync default value as 1 in config struct
1 year ago
徐云金YunjinXu
57d3fbf103
feat(config): Set UpdateBranchSync default value as 1 in config struct
1 year ago
yedf2
3a178caa18
try another codecov token
1 year ago
yedf2
6eb2ac84e7
trigger a build
1 year ago
yedf2
33bfc25efc
Merge pull request #533 from dtm-labs/dependabot/npm_and_yarn/admin/ejs-3.1.10
Bump ejs from 3.1.8 to 3.1.10 in /admin
1 year ago
yedf2
2586511a01
Merge pull request #532 from dtm-labs/dependabot/npm_and_yarn/admin/rollup-2.79.2
Bump rollup from 2.79.1 to 2.79.2 in /admin
1 year ago
dependabot[bot]
11064181d4
Bump ejs from 3.1.8 to 3.1.10 in /admin
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.8 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases )
- [Commits](https://github.com/mde/ejs/compare/v3.1.8...v3.1.10 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
yedf2
38fcec1560
Merge pull request #531 from dtm-labs/dependabot/npm_and_yarn/admin/cross-spawn-7.0.6
Bump cross-spawn from 7.0.3 to 7.0.6 in /admin
1 year ago
yedf2
0dc550c4a0
Merge pull request #530 from dtm-labs/dependabot/npm_and_yarn/admin/vite-3.2.11
Bump vite from 3.2.8 to 3.2.11 in /admin
1 year ago
yedf2
4f7c0b47e5
Merge pull request #529 from dtm-labs/dependabot/npm_and_yarn/admin/axios-1.7.4
Bump axios from 1.6.0 to 1.7.4 in /admin
1 year ago
dependabot[bot]
766d1969db
Bump rollup from 2.79.1 to 2.79.2 in /admin
Bumps [rollup](https://github.com/rollup/rollup ) from 2.79.1 to 2.79.2.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.79.1...v2.79.2 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
8a149c992f
Bump cross-spawn from 7.0.3 to 7.0.6 in /admin
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn ) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6 )
---
updated-dependencies:
- dependency-name: cross-spawn
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
yedf2
2883941d57
Merge pull request #491 from dtm-labs/dependabot/go_modules/github.com/jackc/pgx/v4-4.18.2
Bump github.com/jackc/pgx/v4 from 4.15.0 to 4.18.2
1 year ago
dependabot[bot]
9e1df0a183
Bump vite from 3.2.8 to 3.2.11 in /admin
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 3.2.8 to 3.2.11.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.11/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v3.2.11/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
21722e6712
Bump axios from 1.6.0 to 1.7.4 in /admin
Bumps [axios](https://github.com/axios/axios ) from 1.6.0 to 1.7.4.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.6.0...v1.7.4 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
yedf2
4cf1e06a9b
Merge pull request #494 from dtm-labs/dependabot/npm_and_yarn/admin/follow-redirects-1.15.6
Bump follow-redirects from 1.15.5 to 1.15.6 in /admin
1 year ago
yedf2
4ae954a7e4
Merge pull request #528 from robertsilen/patch-1
Add MariaDB to README.md
1 year ago
yedf2
a15fe8859c
Merge pull request #522 from me-cs/main
Optimize Map2Kvs functions by pre-allocating memory
1 year ago
yedf2
82e5f47d07
update go version
1 year ago
yedf2
e30073490e
update to go 22
1 year ago
yedf2
303d37606b
update to 1.23
1 year ago
yedf2
b74fc18506
update min to min1
1 year ago
Robert Silén
0f69c72abf
add MariaDB to README.md
1 year ago
xlf
d34bbd1ba4
update:use len(m) * 2 because it is more readable.
1 year ago
xlf
f73b559563
Optimize Map2Kvs functions by pre-allocating memory
2 years ago
yedf2
741b6ab2f0
Merge pull request #508 from ComputeIO/main
feat(common): add redis cluster support
2 years ago
cloorc
8f7cf1ae61
feat(common): add redis cluster support
Signed-off-by: cloorc <wittcnezh@foxmail.com>
2 years ago
yedf2
46bcac5abd
Merge pull request #509 from ComputeIO/typo
feat(common): upgrade protobuf from 1.31.0 to 1.34.1
2 years ago
cloorc
05a5ce5ef6
feat(common): upgrade protobuf from 1.31.0 to 1.34.1
Signed-off-by: cloorc <wittcnezh@foxmail.com>
2 years ago
yedf2
5a58f8b146
Merge pull request #500 from eveneast/main
Fix some typos in comments
2 years ago
eveneast
5105680fb7
Fix some typos in comments
Signed-off-by: eveneast <qcqs@foxmail.com>
2 years ago
dependabot[bot]
6090c87520
Bump follow-redirects from 1.15.5 to 1.15.6 in /admin
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
9f02e56bc2
Bump github.com/jackc/pgx/v4 from 4.15.0 to 4.18.2
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx ) from 4.15.0 to 4.18.2.
- [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v4.15.0...v4.18.2 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
yedf2
bc7869ec5f
Merge pull request #490 from dtm-labs/dependabot/npm_and_yarn/admin/follow-redirects-1.15.5
Bump follow-redirects from 1.15.3 to 1.15.5 in /admin
2 years ago
yedf2
dce035f7f0
Merge pull request #487 from dtm-labs/dependabot/npm_and_yarn/admin/vite-3.2.8
Bump vite from 3.2.7 to 3.2.8 in /admin
2 years ago
dependabot[bot]
6f60fad13f
Bump vite from 3.2.7 to 3.2.8 in /admin
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 3.2.7 to 3.2.8.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.8/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v3.2.8/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
b69018c458
Bump follow-redirects from 1.15.3 to 1.15.5 in /admin
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.3 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.5 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
yedf2
f7ce6a5c79
Merge pull request #481 from dtm-labs/dependabot/go_modules/golang.org/x/crypto-0.17.0
Bump golang.org/x/crypto from 0.14.0 to 0.17.0
2 years ago
yedf2
9a1dbf492e
Merge pull request #476 from dtm-labs/dependabot/npm_and_yarn/admin/axios-1.6.0
Bump axios from 0.26.1 to 1.6.0 in /admin
2 years ago
dependabot[bot]
a057b5f771
Bump golang.org/x/crypto from 0.14.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
yedf2
35d6e5bdfe
Merge pull request #480 from zhufuyi/zhfuyi/dtmdriver-sponge
feat: add driver sponge
2 years ago
zhuyasen
6b65a8aa68
feat: add driver sponge
2 years ago