Ayaz Salikhov
0e2ba4a64e
chore: Do not generate source files and use target_compile_definition… ( #2369 )
...
…s to set version
Advantages:
- not modifying src dir in build time (`git clean` will also remove
less)
- simpler codecov (if we decide to move it to separate stage in the
future)
- The cpp file is perfectly valid, so it will be treated as a C++ files
by all the tooling
- No need to use CMAKE_PROJECT_INCLUDE_BEFORE, should work fine without
it
- Instead of generating + recompiling, we will just be doing
recompilation of 1 file
2025-07-28 12:49:36 +01:00
Ayaz Salikhov
4a4f8842bd
ci: Pass expected_version to build_impl.yml ( #2367 )
2025-07-28 11:31:22 +01:00
dependabot[bot]
a63805d631
ci: [DEPENDABOT] Bump ytanikin/pr-conventional-commits from 1.4.1 to 1.4.2 ( #2368 )
...
Bumps
[ytanikin/pr-conventional-commits](https://github.com/ytanikin/pr-conventional-commits )
from 1.4.1 to 1.4.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ytanikin/pr-conventional-commits/releases ">ytanikin/pr-conventional-commits's
releases</a>.</em></p>
<blockquote>
<h2>1.4.2</h2>
<h2>What's Changed</h2>
<ul>
<li>docs: Rework the Configuring Squash Merging section of the README.md
by <a
href="https://github.com/SimonPistache "><code>@SimonPistache</code></a>
in <a
href="https://redirect.github.com/ytanikin/pr-conventional-commits/pull/39 ">ytanikin/pr-conventional-commits#39</a></li>
<li>feat: Add scope validation & update workflows by <a
href="https://github.com/LordFckHelmchen "><code>@LordFckHelmchen</code></a>
in <a
href="https://redirect.github.com/ytanikin/pr-conventional-commits/pull/42 ">ytanikin/pr-conventional-commits#42</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/SimonPistache "><code>@SimonPistache</code></a>
made their first contribution in <a
href="https://redirect.github.com/ytanikin/pr-conventional-commits/pull/39 ">ytanikin/pr-conventional-commits#39</a></li>
<li><a
href="https://github.com/LordFckHelmchen "><code>@LordFckHelmchen</code></a>
made their first contribution in <a
href="https://redirect.github.com/ytanikin/pr-conventional-commits/pull/42 ">ytanikin/pr-conventional-commits#42</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ytanikin/pr-conventional-commits/compare/1.4.1...1.4.2 ">https://github.com/ytanikin/pr-conventional-commits/compare/1.4.1...1.4.2 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b72758283d "><code>b727582</code></a>
feat: Add scope validation (<a
href="https://redirect.github.com/ytanikin/pr-conventional-commits/issues/42 ">#42</a>)</li>
<li><a
href="2aa4e89987 "><code>2aa4e89</code></a>
docs: Rework the Configuring Squash Merging section of the README.md (<a
href="https://redirect.github.com/ytanikin/pr-conventional-commits/issues/39 ">#39</a>)</li>
<li>See full diff in <a
href="8267db1bac...b72758283d ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-28 10:18:31 +01:00
Ayaz Salikhov
b3beb50e8f
ci: Provide fetch-tags and ref when using actions/checkout ( #2366 )
2025-07-25 18:07:36 +01:00
Ayaz Salikhov
0be712c363
chore: Verify version of the binary on release ( #2365 )
2025-07-25 16:49:58 +01:00
Ayaz Salikhov
ad5f0642ba
ci: Use image with artifactory DNS name ( #2364 )
2025-07-25 15:24:51 +01:00
Ayaz Salikhov
4948882545
chore: Use artifactory DNS name ( #2363 )
2025-07-25 12:56:59 +01:00
Ayaz Salikhov
5778363689
chore: Do not add sha256 checksums to release notes ( #2362 )
2025-07-24 18:05:38 +01:00
Ayaz Salikhov
d6fec5b5ff
chore: Improve RC release notes ( #2361 )
2025-07-24 17:01:20 +01:00
github-actions[bot]
e380214496
style: clang-tidy auto fixes ( #2360 )
...
Fixes #2359 . Please review and commit clang-tidy fixes.
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
2025-07-24 10:49:05 +01:00
Ayaz Salikhov
1463b0e3e5
refactor: Refactor Logger::init() into multiple functions ( #2357 )
2025-07-23 22:56:02 +01:00
Ayaz Salikhov
60bbe1eb72
refactor: Refactor Logger.hpp and LoggerFixtures.hpp ( #2356 )
2025-07-23 17:49:27 +01:00
Alex Kremer
b29e2e4c88
chore: Update boost usages to match 1.88 ( #2355 )
2025-07-23 15:49:19 +01:00
Sergey Kuznetsov
bcaa5f3392
test: Fix prometheus tests ( #2312 )
2025-07-23 15:26:01 +01:00
Ayaz Salikhov
3f0f20a542
ci: Pin docker image to commit hash ( #2354 )
2025-07-22 13:38:27 +01:00
Sergey Kuznetsov
00333a8d16
fix: Handle logger exceptions ( #2349 )
2025-07-21 17:30:08 +01:00
Sergey Kuznetsov
61c17400fe
fix: Fix writing into dead variables in BlockingCache ( #2333 )
2025-07-21 12:16:46 +01:00
Ayaz Salikhov
d43002b49a
ci: Run upload_conan_deps on necessary changes in .github/scripts/conan/ ( #2348 )
2025-07-18 13:49:18 +01:00
Ayaz Salikhov
30880ad627
ci: Don't run tsan unit tests, build 3rd party for gcc.tsan heavy-arm64 ( #2347 )
2025-07-18 13:04:53 +01:00
Ayaz Salikhov
25e55ef952
feat: Update to GCC 14.3 ( #2344 )
...
Testing in: https://github.com/XRPLF/clio/pull/2345
2025-07-18 12:20:42 +01:00
Ayaz Salikhov
579e6030ca
chore: Install apple-clang 17 locally ( #2342 )
2025-07-18 11:42:56 +01:00
Ayaz Salikhov
d93b23206e
chore: Do not hardcode python filename in gcc Dockerfile ( #2340 )
2025-07-17 18:18:00 +01:00
Ayaz Salikhov
1b63c3c315
chore: Don't hardcode gcc version in ci/Dockerfile ( #2337 )
2025-07-17 15:52:51 +01:00
Ayaz Salikhov
a8e61204da
chore: Don't hardcode xrplf repo when building docker images ( #2336 )
2025-07-16 13:46:33 +01:00
Ayaz Salikhov
bef24c1387
chore: Add trufflehog security tool ( #2334 )
...
Tool works locally and doesn't require internet connection, if
`--no-verification` is passed.
I also tried to add `secret.cpp` with github PAT and the tool detected
it.
2025-07-15 19:26:14 +01:00
Sergey Kuznetsov
b6c1e2578b
chore: Remove using blocking cache ( #2328 )
...
BlockingCache has a bug so reverting its usage for now.
2025-07-14 13:47:13 +01:00
Ayaz Salikhov
e0496aff5a
fix: Prepare runner in docs workflow ( #2325 )
2025-07-10 18:41:22 +01:00
Ayaz Salikhov
2f7adfb883
feat: Always use version from tag if available ( #2322 )
2025-07-10 17:10:31 +01:00
Ayaz Salikhov
0f1895947d
feat: Add script to rebuild conan dependencies ( #2311 )
2025-07-10 15:44:12 +01:00
Ayaz Salikhov
fa693b2aff
chore: Unify how we deal with branches ( #2320 )
2025-07-10 14:16:36 +01:00
Ayaz Salikhov
1825ea701f
fix: Mark tags with dash as prerelease ( #2319 )
2025-07-10 14:16:03 +01:00
Ayaz Salikhov
2ae5b13fb9
refactor: Simplify CMakeLists.txt for sanitizers ( #2297 )
2025-07-10 14:04:29 +01:00
Ayaz Salikhov
686a732fa8
fix: Link with boost libraries explicitly ( #2313 )
2025-07-10 12:09:21 +01:00
github-actions[bot]
4919b57466
style: clang-tidy auto fixes ( #2317 )
2025-07-10 10:50:03 +01:00
Alex Kremer
44d39f335e
fix: ASAN heap-buffer-overflow issue in DBHelpers ( #2310 )
2025-07-09 21:17:25 +01:00
Sergey Kuznetsov
bfe5b52a64
fix: Add sending queue to ng web server ( #2273 )
2025-07-09 17:29:57 +01:00
Alex Kremer
413b823976
fix: ASAN stack-buffer-overflow in NFTHelpersTest_NFTDataFromLedgerObject ( #2306 )
2025-07-09 13:43:39 +01:00
Hanlu
e664f0b9ce
chore: Remove redundant words in comment ( #2309 )
...
remove redundant words in comment
Signed-off-by: liangmulu <liangmulu@outlook.com >
2025-07-09 12:11:49 +01:00
Ayaz Salikhov
907bd7a58f
chore: Update conan revisions ( #2308 )
...
Took latest versions from CCI and uploaded to our artifactory
2025-07-09 11:46:34 +01:00
Alex Kremer
f94a9864f0
fix: Usage of compiler flags for RPC module ( #2305 )
2025-07-08 22:46:26 +01:00
Ayaz Salikhov
36ea0389e2
chore: Bump tools docker image version ( #2303 )
2025-07-08 18:05:08 +01:00
Ayaz Salikhov
12640de22d
ci: Build tools image separately for different archs ( #2302 )
2025-07-08 17:59:52 +01:00
Ayaz Salikhov
ae4f2d9023
ci: Add mold to tools image ( #2301 )
...
Work on: https://github.com/XRPLF/clio/issues/1242
2025-07-08 17:41:22 +01:00
Ayaz Salikhov
b7b61ef61d
fix: Temporarily disable dockerhub description update ( #2298 )
2025-07-08 15:41:03 +01:00
Ayaz Salikhov
f391c3c899
feat: Run sanitizers for Debug builds as well ( #2296 )
2025-07-08 12:32:16 +01:00
Ayaz Salikhov
562ea41a64
feat: Update to Clang 19 ( #2293 )
2025-07-08 11:49:11 +01:00
Ayaz Salikhov
687b1e8887
chore: Don't hardcode versions in Dockerfiles and workflows ( #2291 )
2025-07-03 11:53:53 +01:00
github-actions[bot]
cc506fd094
style: Update pre-commit hooks ( #2290 )
...
Update versions of pre-commit hooks to latest version.
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com >
2025-07-02 16:36:34 +01:00
Ayaz Salikhov
1fe323190a
fix: Make pre-commit autoupdate PRs verified ( #2289 )
2025-07-02 16:34:16 +01:00
Ayaz Salikhov
379a44641b
fix: Import a GPG key when running pre-commit-autoupdate ( #2287 )
2025-07-02 16:23:13 +01:00