chore(release): promote staging to production - #2850
Merged
Merged
Conversation
#2846) The CloudFront origin buckets now serve console.qovery.com and console-staging.qovery.com, so the dual-target scaffolding from the migration is no longer needed: - drop the legacy bucket copy steps and the s3-bucket-name-with-cloudfront indirection; the origin bucket is now plain s3-bucket-name - make the CloudFront steps unconditional since both deploy flows set the bucket and distribution - remove the cloudflare-zone/cloudflare-token secrets, declared and passed but unused by any step
* feat(agentic-workflow): add agentic workflow creation flow - Added routes for agentic workflow creation, configuration, and summary. - Implemented context and components for managing agentic workflow state and configuration. - Updated service list and new service components to include agentic workflow option based on feature flag. - Enhanced existing routing and navigation logic to accommodate new agentic workflow features. * fix(agentic-workflow): align model options with api * feat(agentic-workflow): use generated api client * refactor(agentic-workflow): reuse summary helpers * test(services): update service list snapshot * fix(agentic-workflow): rename governance field to IP allow list * feat(services): adjust agentic workflow creation * test(services): cover agentic workflow creation * chore(services): simplify agentic workflow exports * chore(services): format agentic workflow files * feat(services): align agentic workflow api payload * fix(services): remove fake timers from agentic workflow UI tests * fix(services): clean agentic workflow lint warnings * fix(services): remove agentic workflow service list changes * fix(services): update agentic workflow entry test * feat(services): integrate agentic workflow creation * refactor(services): relocate agentic workflow request formatter * chore(services): remove unused jira asset * fix(services): add agentic workflow service type * fix(services): mark agentic workflows as editable * refactor(services): allow agentic workflow service actions * fix(services): identify agentic workflows * fix(services): include agentic workflows in service union * refactor(services): keep agentic workflow matches exhaustive * refactor(services): localize agentic workflow placeholders * fix(services): align agentic workflow API types * feat(services): enhance agentic workflow integration and representation * fix(agentic-workflow): align with latest API types * fix(agentic-workflow): keep resource settings visible --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Member
Author
|
🎉 This PR is included in version 1.332.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2850 +/- ##
==========================================
+ Coverage 47.64% 48.30% +0.65%
==========================================
Files 1197 1276 +79
Lines 25952 27339 +1387
Branches 7774 7970 +196
==========================================
+ Hits 12366 13205 +839
- Misses 11468 11883 +415
- Partials 2118 2251 +133
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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.