[pull] main from renovatebot:main#971
Merged
pull[bot] merged 3 commits intoryrodriguez25:mainfrom Mar 20, 2026
Merged
Conversation
….5 (main) (#42023) fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.27.5 | datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | docker | ghcr.io/renovatebot/base-image | 13.27.4 | 13.27.5 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(cache): instrument repository cache load and save Wrap repository cache `load()` and `save()` calls with the existing `instrument()` helper to create OpenTelemetry spans for cache lifecycle operations. This gives operators visibility into repository cache performance, especially useful with S3 backends. Refs #41760 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(cache): instrument package cache init and destroy Wrap package cache `init()` and `destroy()` with `instrument()` to create OpenTelemetry spans, matching the repository cache instrumentation from the previous commit. Covers redis, sqlite, and file backends. Refs #41760 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * docs: document cache lifecycle tracing in OpenTelemetry guide Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Move destroy() outside init instrument span Avoids nesting the package-cache.destroy span inside package-cache.init, making them sibling spans instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Use 'verb NounClass' span naming convention Rename instrument span names from dot-notation (e.g. 'package-cache.init') to 'verb NounClass' pattern (e.g. 'init PackageCache') per reviewer feedback. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat(github-actions): Support non-semver refs (tags and branches) * refactor(github-actions): drop ref= prefix, use bare token comments Address review feedback: use bare `# cargo-llvm-cov` instead of `# ref=cargo-llvm-cov` for non-semver pin comments, consistent with how version comments work (`# v4.0.0`). - Rename pinnedVersionRe -> pinTokenRe, add bareTokenRe fallback - Add `ref` field to CommentData, separate from pinnedVersion - Guard replaceString extension to only use ref for SHA-pinned actions - Remove redundant autoReplaceStringTemplate override - Deduplicate versionLikeRe (export from parse.ts) - Add datasource assertions to non-semver tests * refactor(github-actions): remove unreachable parseComment branch * test(github-actions): add coverage for non-version ref fallback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )