feat(helm): add creation flow#2552
Conversation
|
Qovery can create a Preview Environment for this PR.
This comment has been generated from Qovery AI 🤖.
|
…n override files settings
…implement values override arguments functionality
…settings and values override components
…mponents and utilities
…sOverrideArgumentsSetting and remove unused environmentId parameter
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## new-navigation #2552 +/- ##
=================================================
Coverage ? 44.61%
=================================================
Files ? 1055
Lines ? 21575
Branches ? 6326
=================================================
Hits ? 9626
Misses ? 10226
Partials ? 1723
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
||
| const handleSubmit = valuesOverrideArgumentsForm.handleSubmit((data) => { | ||
| valuesOverrideArgumentsForm.reset(data) | ||
| navigate({ to: `${creationFlowUrl}/summary`, search }) |
There was a problem hiding this comment.
Here the navigation is handled in this function, whereas it is also handled in a different manner there:
Could we have something coherent?
…bmit prop and simplifying navigation logic
Summary
Screenshots / Recordings
https://www.loom.com/share/7f285613faab4920ae02462090e8a1bc
Testing
yarn testoryarn test -u(if you need to regenerate snapshots)yarn formatyarn lintPR Checklist
.cursor/rules)feat(service): add new Terraform service) - required for semantic-release