github-actions[bot]
8f36b1d5ca
style: Update pre-commit hooks ( #2939 )
...
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com >
2026-02-02 14:49:33 +00:00
Alex Kremer
9fd15eb08b
chore: Enable TSAN without ignoring errors ( #2828 )
2026-01-30 19:14:36 +00:00
Ayaz Salikhov
cf77a10555
style: Adopt cmake-format from xrpld ( #2938 )
2026-01-29 16:44:04 +00:00
Sergey Kuznetsov
437168aa13
docs: Add section about faster cache loading ( #2932 )
...
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com >
2026-01-26 13:30:58 +00:00
dependabot[bot]
8a7c6b0aa4
ci: [DEPENDABOT] Bump actions/checkout from 6.0.1 to 6.0.2 ( #2933 )
2026-01-26 08:33:39 +00:00
dependabot[bot]
93a344c3fa
ci: [DEPENDABOT] Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 ( #2934 )
2026-01-26 08:33:08 +00:00
Sergey Kuznetsov
59d07fab64
fix: Flush buffers before renaming cache file ( #2927 )
...
If clio shuts itself down due to exceeding graceful period when cache is
saved and renamed but the buffers are not flushed, we may end up with a
corrupted cache file. Clio will detect corruption and will not load
corrupted cache file, but we could avoid it by explicitly flushing
ofstream buffer.
2026-01-22 11:35:00 +00:00
github-actions[bot]
3bb3e0b9f9
style: clang-tidy auto fixes ( #2930 )
...
Fixes #2929 .
2026-01-22 11:34:04 +00:00
Sergey Kuznetsov
a72e5a180f
feat: Choose writer by cluster communication ( #2830 )
...
Fixes #1974
2026-01-21 11:41:26 +00:00
dependabot[bot]
0ebbaaadef
ci: [DEPENDABOT] Bump actions/cache from 5.0.1 to 5.0.2 ( #2925 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-19 14:09:14 +00:00
Ayaz Salikhov
b983aea15d
chore: Delete duplicate etlng tests ( #2920 )
2026-01-14 15:28:31 +00:00
Ayaz Salikhov
63e7f9a72b
ci: Run colima delete on macOS ( #2915 )
2026-01-14 15:21:02 +00:00
Alex Kremer
eebee4d671
chore: Fix linker warning in benchmark ( #2918 )
2026-01-14 14:10:21 +00:00
Alex Kremer
a6d5f94470
chore: Add .zed to .gitignore ( #2919 )
2026-01-14 13:38:00 +00:00
github-actions[bot]
2b473c8613
style: clang-tidy auto fixes ( #2917 )
2026-01-14 09:50:38 +00:00
Ayaz Salikhov
6f6d8cdf25
ci: Change build date format ( #2914 )
2026-01-13 16:02:37 +00:00
Ayaz Salikhov
232838862a
ci: Use env for BUILD_TYPE in reusable-build.yml ( #2913 )
2026-01-13 15:00:09 +00:00
Ayaz Salikhov
cd93b2a469
chore: Use actual build date instead of date of last commit for BUILD_DATE ( #2911 )
2026-01-13 14:50:49 +00:00
Ayaz Salikhov
95712c22b1
ci: Use images/actions with new tools / conan / cmake ( #2909 )
2026-01-13 14:50:13 +00:00
Ayaz Salikhov
14342e087c
chore: Update tooling in Docker images ( #2907 )
2026-01-13 13:54:27 +00:00
Ayaz Salikhov
159024898e
chore: Update gtest and spdlog ( #2908 )
2026-01-13 13:44:32 +00:00
Alex Kremer
c6be761f33
fix: Faster implementation of work queue ( #2887 )
2026-01-13 12:21:20 +00:00
Alex Kremer
f33f15c02d
fix: Workaround an edge case exception in AmendmentCenter ( #2897 )
...
Fixes #2881
Better fix, including removal of exceptions for control flow will be done in #2895
2026-01-13 12:20:13 +00:00
Ayaz Salikhov
e733fadb45
ci: Pass version explicitly and don't rely on tags ( #2904 )
2026-01-12 17:31:09 +00:00
Ayaz Salikhov
a7ac7b54a8
ci: Show ccache stats with -vv ( #2902 )
2026-01-12 17:30:45 +00:00
Sergey Kuznetsov
88866ea6fd
fix: No output from failed asserts in tests ( #2905 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2026-01-12 17:29:20 +00:00
Sergey Kuznetsov
bb39bce40b
style: Fix clang-tidy error ( #2901 )
2026-01-12 14:31:34 +00:00
Ayaz Salikhov
bb3159bda0
feat: Add build information to clio_server --version ( #2893 )
2026-01-09 13:59:43 +00:00
Ayaz Salikhov
c0c5c14791
chore: Fix branch name and commit SHA for GitHub PRs ( #2888 )
2026-01-09 12:33:32 +00:00
github-actions[bot]
b0abe14057
style: clang-tidy auto fixes ( #2891 )
2026-01-09 10:07:21 +00:00
Bart
c9df784c4e
ci: Use updated prepare-runner in actions and worfklows ( #2889 )
2026-01-08 20:13:49 +00:00
Alex Kremer
a9787b131e
feat: Basic support for channels ( #2859 )
...
This PR implements go-like channels wrapper (on top of asio experimental
channels).
In the future this will be integrated into the AsyncFramework.
---------
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
2026-01-08 14:21:46 +00:00
Sergey Kuznetsov
9f76eabf0a
feat: Option to save cache asyncronously ( #2883 )
...
This PR adds an option to save cache to file asynchronously in parallel
with shutting down the rest of Clio services.
2026-01-07 17:20:56 +00:00
github-actions[bot]
79c08fc735
style: Update pre-commit hooks ( #2875 )
...
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com >
2026-01-05 01:10:10 +00:00
dependabot[bot]
2c9c5634ad
ci: [DEPENDABOT] Bump actions/cache from 4.3.0 to 5.0.1 ( #2871 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2025-12-23 01:46:14 +00:00
dependabot[bot]
850333528c
ci: [DEPENDABOT] Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 ( #2870 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-22 11:52:41 +00:00
github-actions[bot]
8da4194fe2
style: clang-tidy auto fixes ( #2874 )
...
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2025-12-22 11:52:23 +00:00
dependabot[bot]
4dece23ede
ci: [DEPENDABOT] Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 in /.github/actions/build-docker-image ( #2872 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-22 11:52:04 +00:00
Alex Kremer
2327e81b0b
fix: WorkQueue contention ( #2866 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2025-12-19 15:26:55 +00:00
Bart
5269ea0223
ci: Remove unnecessary creation of build directory ( #2867 )
2025-12-18 15:15:00 +00:00
github-actions[bot]
89fbcbf66a
style: clang-tidy auto fixes ( #2862 )
2025-12-17 10:19:20 +00:00
Ayaz Salikhov
4b731a92ae
ci: Update shared actions ( #2852 )
2025-12-16 20:54:48 +00:00
Ayaz Salikhov
7600e740a0
revert: "refactor: Add writing command to etl::SystemState" ( #2860 )
2025-12-16 15:06:35 +00:00
dependabot[bot]
db9a460867
ci: [DEPENDABOT] Bump actions/upload-artifact from 5.0.0 to 6.0.0 in /.github/actions/code-coverage ( #2858 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 12:36:09 +00:00
dependabot[bot]
d5b0329e70
ci: [DEPENDABOT] Bump codecov/codecov-action from 5.5.1 to 5.5.2 ( #2857 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 12:35:58 +00:00
dependabot[bot]
612434677a
ci: [DEPENDABOT] Bump actions/upload-artifact from 5.0.0 to 6.0.0 ( #2856 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 12:35:49 +00:00
dependabot[bot]
5a5a79fe30
ci: [DEPENDABOT] Bump actions/download-artifact from 6.0.0 to 7.0.0 ( #2855 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 12:35:19 +00:00
dependabot[bot]
b1a49fdaab
ci: [DEPENDABOT] Bump peter-evans/create-pull-request from 7.0.11 to 8.0.0 ( #2854 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 12:35:11 +00:00
dependabot[bot]
f451996944
ci: [DEPENDABOT] Bump tj-actions/changed-files from 46.0.5 to 47.0.1 ( #2853 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 12:34:55 +00:00
Ayaz Salikhov
488bb05d22
chore: Add a script to regenerate conan lockfile ( #2849 )
2025-12-12 16:40:00 +00:00