Skip to content

chore(release): promote staging to production - #3015

Merged
RemiBonnet merged 2 commits into
mainfrom
staging
Sep 25, 2026
Merged

RemiBonnet merged 2 commits into
mainfrom
staging

Conversation

@RemiBonnet

@RemiBonnet RemiBonnet commented Sep 25, 2026 •

Copy link
Copy Markdown
Member

Opens the production promotion path from staging to main. Merging this PR triggers semantic-release, then the existing production deployment workflow.

Do not squash this PR. Use a merge commit to preserve the original conventional commits for semantic-release.


Summary by cubic

Promotes staging to main. Merging triggers semantic-release and the production deployment workflow. Do not squash; merge with a merge commit to preserve conventional commits for semantic-release.

This release includes:

  • Service logs now format JSON object messages with indented structure and accent-colored keys, while keeping non-object messages unchanged.
  • Helm blueprint services now show Qovery/service-catalog as their target version instead of the engine-generated helm repository.

Written for commit 2e2dff1. Summary will update on new commits.

Review in cubic

Astach and others added 2 commits September 24, 2026 17:30
fix(blueprint): show service catalog as helm blueprint target version

What:
Helm blueprint services show `Qovery/service-catalog` as target version in service list and blueprint settings, same as terraform blueprints. Service header drops engine-generated helm repo link for blueprints. Chart name, chart version and "Deploy from another version" unchanged.

Why:
Helm blueprint target version showed engine-generated helm repository (`blueprint-redis-<execution_id>`), an internal artifact. Every blueprint-created service should point at service catalog.

Notes:
Helm blueprints have no git source: engine sources chart from manifest upstream repo (`lib/blueprint/helm/main.j2.tf`), and catalog holds no `Chart.yaml`. So console maps them to catalog repo constant. URL matches q-core `BlueprintDomain.QOVERY_CATALOG_URL`; read `catalog_url` from `GET /blueprint/{id}` instead if catalog repo becomes configurable per install.

Co-authored-by: Rémi Bonnet <bonnet.rem@gmail.com>
Co-authored-by: Rémi Bonnet <rbonnet@qovery.com>
* feat(service-logs): format JSON object messages

* fix(service-logs): preserve structured log content

* feat(service-logs): accent structured log keys

* perf(service-logs): scan highlight ranges linearly
@nx-cloud

nx-cloud Bot commented Sep 25, 2026 •

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 2e2dff1

Command Status Duration Result
nx run console:build --parallel=3 --configurati... ✅ Succeeded 2s View ↗
nx affected --target=test --parallel=3 --config... ✅ Succeeded <1s View ↗
nx affected --target=lint --parallel=3 ✅ Succeeded 2m 23s View ↗
nx-cloud record -- yarn nx format:check ✅ Succeeded 5s View ↗

💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗


☁️ Nx Cloud last updated this comment at 2026-09-25 07:05:29 UTC

@cubic-dev-ai cubic-dev-ai Bot left a comment •

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

All reported issues were addressed across 9 files

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

@codecov

codecov Bot commented Sep 25, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 89.34426% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.11%. Comparing base (bb6c995) to head (2e2dff1).
⚠️ Report is 44 commits behind head on main.

Files with missing lines Patch % Lines
...logs/row-service-logs/format-object-log-message.ts 87.01% 2 Missing and 8 partials ⚠️
...service-logs/row-service-logs/row-service-logs.tsx 97.43% 0 Missing and 1 partial ⚠️
...e-list/service-list-cells/service-version-cell.tsx 80.00% 0 Missing and 1 partial ⚠️
...service-overview/service-header/service-header.tsx 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3015      +/-   ##
==========================================
+ Coverage   51.73%   52.11%   +0.37%     
==========================================
  Files        1356     1280      -76     
  Lines       29434    28184    -1250     
  Branches     8714     8554     -160     
==========================================
- Hits        15227    14687     -540     
+ Misses      11711    11071     -640     
+ Partials     2496     2426      -70     
Flag Coverage Δ
unittests 52.11% <89.34%> (+0.37%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 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.

@RemiBonnet
RemiBonnet merged commit fb71cfe into main Sep 25, 2026
13 of 14 checks passed
@RemiBonnet

Copy link
Copy Markdown
Member Author

🎉 This PR is included in version 1.363.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants