This is an automated email from the ASF dual-hosted git repository.
twice pushed a change to branch aleksraiden-patch-jsoncons-v176.0
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from e5a67752 Merge branch 'unstable' into aleksraiden-patch-jsoncons-v176.0
add 93c8dc23 feat(cron): add support for "*/n" interval cronjob syntax
(#2360)
add 84a3559b feat: git hook pre-push (#2359)
add 44ff6ff4 Merge branch 'unstable' into aleksraiden-patch-jsoncons-v176.0
No new revisions were added by this update.
Summary of changes:
cmake/xxhash.cmake => dev/hooks/pre-push | 32 +--
kvrocks.conf | 6 +-
src/common/cron.cc | 50 +++--
src/common/cron.h | 9 +-
tests/cppunit/cron_test.cc | 332 ++++++++++++++++++++++++++++++-
x.py | 30 ++-
6 files changed, 423 insertions(+), 36 deletions(-)
copy cmake/xxhash.cmake => dev/hooks/pre-push (58%)
mode change 100644 => 100755