Ayaz Salikhov
34ed4a1eb0
test: Increase cassandra timeouts in tests ( #2127 )
...
Fix: https://github.com/XRPLF/clio/issues/2124
2025-05-15 14:16:57 +01:00
github-actions[bot]
683e2ba54b
style: clang-tidy auto fixes ( #2126 )
2025-05-15 10:34:59 +01:00
Ayaz Salikhov
e2f078e0af
ci: Run sanitizers on script change ( #2122 )
2025-05-14 16:19:59 +01:00
Ayaz Salikhov
27ff532473
ci: Explicitly specify workflow dependencies ( #2110 )
2025-05-14 15:21:08 +01:00
Ayaz Salikhov
d5195e3e52
feat: Implement load balancer metrics in etlng ( #2119 )
2025-05-14 15:19:38 +01:00
Sergey Kuznetsov
0595076c6e
fix: Fix build with sanitizers ( #2118 )
2025-05-14 14:52:32 +01:00
Ayaz Salikhov
e835ad8b57
ci: Don't use team-reviewers because creating PAT is too difficult ( #2117 )
2025-05-14 14:35:32 +01:00
Ayaz Salikhov
0a7ce8c5be
fix: Do not rewrite original file if it hasn't changed in fix-local-i… ( #2109 )
...
…ncludes.sh
2025-05-14 13:09:10 +01:00
Ayaz Salikhov
ca2a3ccee9
ci: Use XRPLF/clio-dev-team as team-reviewers, update assignees ( #2113 )
2025-05-14 13:06:01 +01:00
Ayaz Salikhov
a4f677be2c
ci: Freeze pre-commit hooks ( #2114 )
2025-05-14 13:04:04 +01:00
Ayaz Salikhov
243e174f1e
refactor: Load balancer forwarding metrics ( #2103 )
2025-05-14 11:43:31 +01:00
github-actions[bot]
a369381594
style: clang-tidy auto fixes ( #2112 )
...
Fixes #2111 . Please review and commit clang-tidy fixes.
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2025-05-14 11:28:40 +01:00
Alex Kremer
2d52966806
ci: Attempt to remove whitespace to fix sanitizer build ( #2105 )
...
Let's see if this does the trick.
Alternatives are
- more complicated cleanup using sed or similar
- don't multiline the expression (e.g. "${{ multiline expression becomes
single line }}")
- don't wrap `SANITIZER_OPTION` in double quotes (like it was before)
- something else that i did not find - let me know if you know
2025-05-13 15:50:22 +01:00
Ayaz Salikhov
02ccbf850f
style: Use codespell instead of typos pre-commit hook ( #2104 )
2025-05-13 15:15:38 +01:00
Sergey Kuznetsov
b87b32db86
feat: Dosguard API weights ( #2082 )
...
Experimental support for Dosguard API weights.
2025-05-13 15:02:21 +01:00
Ayaz Salikhov
d02da5d28a
fix: Run clang-format after tidy ( #2108 )
2025-05-13 13:51:08 +01:00
github-actions[bot]
00aff5cfe0
style: clang-tidy auto fixes ( #2107 )
...
Fixes #2106 .
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2025-05-13 12:06:39 +01:00
Alex Kremer
59282f764d
fix: Guarantee async behaviour of WsBase::send ( #2100 )
2025-05-12 19:05:43 +01:00
Ayaz Salikhov
0cdfad3731
fix: Make fix-local-includes.sh work with multiple files ( #2102 )
2025-05-12 17:42:29 +01:00
Peter Chen
0b0794d9bf
feat: Cache FetchLedgerBySeq ( #2014 )
...
fixes #1758
2025-05-12 11:45:54 -04:00
Sergey Kuznetsov
aa910ba889
fix: Catch exception in ClusterCommunicationService ( #2093 )
...
Fixes #2016 .
2025-05-12 16:16:23 +01:00
Ayaz Salikhov
dbfabd4102
feat: Add load balancer prometheus metrics ( #2096 )
...
Fix: https://github.com/XRPLF/clio/issues/2070
2025-05-12 14:15:22 +01:00
Ayaz Salikhov
ce41f5ba07
fix: Make fix-local-includes.sh work on file-basis ( #2099 )
...
Fix: https://github.com/XRPLF/clio/issues/2098
2025-05-12 13:14:42 +01:00
Ayaz Salikhov
24c77752cb
docs: Improve wording ( #2095 )
...
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com >
2025-05-12 10:17:54 +01:00
Ayaz Salikhov
81f4386770
ci: Run integration tests on macOS ( #2080 )
...
Fix: https://github.com/XRPLF/clio/issues/1400
2025-05-07 18:31:54 +01:00
Alex Kremer
a60d01d272
chore: Fix double quotes for all workflows and actions ( #2090 )
...
Workaround potential vulnerabilities in workflows.
2025-05-07 15:26:51 +01:00
github-actions[bot]
59d27db5ab
style: clang-tidy auto fixes ( #2092 )
...
Fixes #2091 . Please review and commit clang-tidy fixes.
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com >
2025-05-07 14:29:12 +01:00
Ayaz Salikhov
e75aa1add1
fix: Make ctors/dtors public in tests ( #2089 )
...
Fix: https://github.com/XRPLF/clio/issues/2087
2025-05-07 12:49:47 +01:00
Ayaz Salikhov
68f832a832
ci: Use XRPLF/clio-dev-team in dependabot ( #2081 )
2025-05-07 09:41:59 +01:00
Ayaz Salikhov
5e43c3b099
test: Remove SetUp and TearDown methods in tests ( #2086 )
...
Fix: https://github.com/XRPLF/clio/issues/910
2025-05-07 09:41:23 +01:00
Ayaz Salikhov
9af36e5235
ci: run pre-commit workflow on heavy runner to make doxygen work ( #2085 )
2025-05-06 15:51:00 +01:00
Ayaz Salikhov
90103431ea
fix: Pass secrets.CODECOV_TOKEN explicitly ( #2079 )
2025-05-02 17:17:27 +01:00
Ayaz Salikhov
ed27c41641
ci: Fail CI if codecov upload fails ( #2078 )
2025-05-02 16:17:32 +01:00
Alex Kremer
3daa735b31
fix: Flaky test in ETLng ( #2077 )
...
Fixes a flaky test
Fix: https://github.com/XRPLF/clio/issues/2075
---------
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2025-05-02 15:55:12 +01:00
Ayaz Salikhov
5d2c2a8bfc
ci: Move clang build analyzer to nightly ( #2074 )
2025-05-02 13:50:02 +01:00
Ayaz Salikhov
f2384a47f1
feat: Implement clang build analyzer ( #2072 )
...
Fix: https://github.com/XRPLF/clio/issues/936
2025-05-02 12:49:51 +01:00
Ayaz Salikhov
c774a40a59
ci: Install ClangBuildAnalyzer in the ci image ( #2071 )
2025-05-01 18:49:57 +01:00
Ayaz Salikhov
477d8e1f5f
ci: Don't use concurrency with workflow_call ( #2069 )
2025-05-01 18:03:46 +01:00
Ayaz Salikhov
7fd51d8a60
ci: Refactor how we run code coverage ( #2065 )
...
Fix: https://github.com/XRPLF/clio/issues/2061
2025-05-01 16:44:37 +01:00
Ayaz Salikhov
b2a1b34ae6
style: Improve actions and workflows style ( #2060 )
2025-04-30 11:55:27 +01:00
Ayaz Salikhov
5860a90b94
fix: Quote release title ( #2064 )
...
Fix: https://github.com/XRPLF/clio/issues/2063
2025-04-30 11:46:44 +01:00
Ayaz Salikhov
f2f342f7c2
ci: Specify concurrency for github workflows ( #2059 )
2025-04-30 11:45:56 +01:00
Ayaz Salikhov
cc1da5afa9
test: Add build_and_test reusable workflow ( #2048 )
2025-04-29 20:28:51 +01:00
Ayaz Salikhov
de055934e1
chore: Use only pre-commit hooks ( #2057 )
...
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com >
2025-04-29 18:18:42 +01:00
Ayaz Salikhov
0c201ed952
feat: Introduce release_impl.yml workflow to automatically create rel… ( #2043 )
...
…eases
Work on: https://github.com/XRPLF/clio/issues/1779
Features:
- works in PRs (everything but actually pushing a release)
- supports custom release notes header
- removes previous release for nightly releases
The idea is that creating releases should be automatic or almost
automatic and should work more or less the same for nightly and actual
releases.
I haven't yet implemented automatic release process for the actual
release (and don't plan to do it here), but this PR will make it much
easier to implement it in the future.
I suggest deferring discussion of how actual releases should work till
the next PR.
2025-04-29 16:58:25 +01:00
Ayaz Salikhov
9b83eb4033
style: Add C++ pre-commit hooks ( #2039 )
2025-04-29 15:12:38 +01:00
Ayaz Salikhov
fadd60e68a
fix: Don't use steps.conan.outputs.conan_profile as it doesn't exist … ( #2056 )
2025-04-29 13:32:47 +01:00
Ayaz Salikhov
eef85b520a
ci: Use ghcr.io/xrplf/clio-ci docker image ( #2055 )
2025-04-29 11:35:26 +01:00
github-actions[bot]
8b99013ff8
style: clang-tidy auto fixes ( #2053 )
...
Fixes #2052 . Please review and commit clang-tidy fixes.
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
Co-authored-by: Alex Kremer <akremer@ripple.com >
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2025-04-29 10:52:35 +01:00
Ayaz Salikhov
af0a8af287
style: Add typos pre-commit hook ( #2041 )
2025-04-29 09:59:11 +01:00