Skip to content

Conversation

@jpraynaud
Copy link
Member

Content

This PR includes...

Pre-submit checklist

  • Branch
    • Tests are provided (if possible)
    • Crates versions are updated (if relevant)
    • CHANGELOG file is updated (if relevant)
    • Commit sequence broadly makes sense
    • Key commits have useful messages
  • PR
    • All check jobs of the CI have succeeded
    • Self-reviewed the diff
    • Useful pull request description
    • Reviewer requested
  • Documentation
    • Update README file (if relevant)
    • Update documentation website (if relevant)
    • Add dev blog post (if relevant)
    • Add ADR blog post or Dev ADR entry (if relevant)
    • No new TODOs introduced

Comments

Issue(s)

Relates to #2726

@jpraynaud jpraynaud self-assigned this Dec 5, 2025
return Some(aggregator_endpoint);
if self
.required_capabilities
.matches(&aggregator_with_capabilities.capabilities())

Check warning

Code scanning / clippy

this expression creates a reference which is immediately dereferenced by the compiler Warning

this expression creates a reference which is immediately dereferenced by the compiler
return Some(aggregator_endpoint);
if self
.required_capabilities
.matches(&aggregator_with_capabilities.capabilities())

Check warning

Code scanning / clippy

this expression creates a reference which is immediately dereferenced by the compiler Warning

this expression creates a reference which is immediately dereferenced by the compiler
@github-actions
Copy link

github-actions bot commented Dec 5, 2025

Test Results

    4 files  ±0    172 suites  ±0   24m 27s ⏱️ +56s
2 296 tests ±0  2 296 ✅ ±0  0 💤 ±0  0 ❌ ±0 
7 225 runs  ±0  7 225 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit f5c7cb6. ± Comparison against base commit 27e041d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants