Skip to content

feat: add rpc method to recompose feature flags#2848

Open
wilsonrivera wants to merge 27 commits into
mainfrom
wilson/eng-9541-controlplane-add-rpc-method-to-recompose-a-specific-feature
Open

feat: add rpc method to recompose feature flags#2848
wilsonrivera wants to merge 27 commits into
mainfrom
wilson/eng-9541-controlplane-add-rpc-method-to-recompose-a-specific-feature

Conversation

@wilsonrivera
Copy link
Copy Markdown
Contributor

@wilsonrivera wilsonrivera commented May 8, 2026

@coderabbitai summary

Checklist

  • I have discussed my proposed changes in an issue and have received approval to proceed.
  • I have followed the coding standards of the project.
  • Tests or benchmarks have been added or updated.
  • Documentation has been updated on https://github.com/wundergraph/docs-website.
  • I have read the Contributors Guide.

Open Source AI Manifesto

This project follows the principles of the Open Source AI Manifesto. Please ensure your contribution aligns with its principles.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 8, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a0e2b34d-9af8-4475-90fe-a93e8775bef8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

❌ Patch coverage is 85.49618% with 323 lines in your changes missing coverage. Please review.
✅ Project coverage is 40.85%. Comparing base (992b6c6) to head (fb72e45).
⚠️ Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
...ntrolplane/src/core/services/CompositionService.ts 90.73% 78 Missing ⚠️
router/core/init_config_poller.go 0.00% 41 Missing ⚠️
...g/controlplane/configpoller/split_config_poller.go 83.66% 23 Missing and 2 partials ⚠️
...rvices/graph/setGraphRouterCompatibilityVersion.ts 17.85% 21 Missing and 2 partials ⚠️
.../src/core/repositories/FederatedGraphRepository.ts 87.85% 17 Missing ⚠️
router/pkg/routerconfig/cdn/split_fetcher.go 86.55% 8 Missing and 8 partials ⚠️
...core/bufservices/feature-flag/updateFeatureFlag.ts 82.85% 12 Missing ⚠️
...e/bufservices/federated-graph/migrateFromApollo.ts 0.00% 11 Missing ⚠️
.../src/core/bufservices/monograph/updateMonograph.ts 8.33% 11 Missing ⚠️
...vices/federated-graph/createFederatedGraphToken.ts 0.00% 10 Missing ⚠️
... and 22 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2848       +/-   ##
===========================================
- Coverage   65.74%   40.85%   -24.90%     
===========================================
  Files         254     1025      +771     
  Lines       26546   129193   +102647     
  Branches        0     5981     +5981     
===========================================
+ Hits        17452    52776    +35324     
- Misses       7680    74662    +66982     
- Partials     1414     1755      +341     
Files with missing lines Coverage Δ
...ntrolplane/src/core/bufservices/PlatformService.ts 83.08% <100.00%> (ø)
...src/core/bufservices/monograph/publishMonograph.ts 64.00% <100.00%> (ø)
...lane/src/core/bufservices/subgraph/moveSubgraph.ts 84.70% <100.00%> (ø)
...ne/src/core/bufservices/subgraph/updateSubgraph.ts 83.88% <100.00%> (ø)
...ane/src/core/repositories/FeatureFlagRepository.ts 86.83% <100.00%> (ø)
controlplane/src/db/models.ts 100.00% <ø> (ø)
controlplane/src/db/schema.ts 100.00% <100.00%> (ø)
controlplane/src/types/index.ts 100.00% <100.00%> (ø)
router/pkg/config/config.go 80.51% <ø> (ø)
router/pkg/routerconfig/client.go 9.67% <100.00%> (+9.67%) ⬆️
... and 32 more

... and 745 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

Router image scan passed

✅ No security vulnerabilities found in image:

ghcr.io/wundergraph/cosmo/router:sha-12b0e28bd0c1756dfcf8f5373c49794b1db8e870

@wilsonrivera wilsonrivera marked this pull request as ready for review May 8, 2026 23:48
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

JivusAyrus and others added 10 commits May 11, 2026 15:16
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
…ith transaction support

Co-authored-by: Copilot <copilot@github.com>
…dd-rpc-method-to-recompose-a-specific-feature

# Conflicts:
#	connect-go/gen/proto/wg/cosmo/platform/v1/platform.pb.go
#	connect-go/gen/proto/wg/cosmo/platform/v1/platformv1connect/platform.connect.go
#	connect/src/wg/cosmo/platform/v1/platform-PlatformService_connectquery.ts
#	connect/src/wg/cosmo/platform/v1/platform_connect.ts
#	connect/src/wg/cosmo/platform/v1/platform_pb.ts
#	controlplane/src/core/bufservices/PlatformService.ts
#	controlplane/src/core/services/CompositionService.ts
#	proto/wg/cosmo/platform/v1/platform.proto
Base automatically changed from feat/split-configs to main May 11, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants