This is an automated email from the ASF dual-hosted git repository.
tison pushed a change to branch aleksraiden-patch-ci-macos11
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from 574a69fc Merge branch 'unstable' into aleksraiden-patch-ci-macos11
add 8547cfb4 refactor(cron): add CronPattern and implement more cron
syntax (#2377)
add 447b8c2a ci: Bump build-push-action to v6 (#2367)
add ee69364d feat(config): add compaction-checker-cron to extend original
compaction-checker-range (#2383)
add e2cd4b1e chore: protect release branches in .asf.yaml (#2385)
add 6feb0f59 fix(.asf.yaml): branch protection cannot be created (#2386)
add 12067d9f ci: use official typos github action (#2388)
add f1c5acbd chore(ci): drop CentOS7 in CI since it's EOL now (#2393)
add 5712cbdc refactor: rename variable names for clarity in LCS method
(#2392)
add 7ed512e8 chore: Bump fmtlib to 11.0.0. (#2391)
add afb92511 Merge branch 'unstable' into aleksraiden-patch-ci-macos11
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 10 +++
.github/workflows/kvrocks.yaml | 35 ++--------
.github/workflows/nightly.yaml | 2 +-
cmake/fmt.cmake | 4 +-
kvrocks.conf | 20 ++++--
src/common/cron.cc | 96 ++++++++++-----------------
src/common/cron.h | 143 +++++++++++++++++++++++++++++++++++------
src/config/config.cc | 23 ++++---
src/config/config.h | 11 +---
src/server/server.cc | 12 ++--
src/types/redis_string.cc | 36 +++++------
tests/cppunit/cron_test.cc | 40 ++++++++++++
12 files changed, 271 insertions(+), 161 deletions(-)