feat(argocd): enhance environment and service list + settings#2702
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## staging #2702 +/- ##
===========================================
+ Coverage 45.22% 45.47% +0.25%
===========================================
Files 1139 1162 +23
Lines 23934 24356 +422
Branches 6993 7130 +137
===========================================
+ Hits 10825 11077 +252
- Misses 11234 11349 +115
- Partials 1875 1930 +55
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:
|
rmnbrd
requested changes
May 25, 2026
| </div> | ||
| ) : null} | ||
| </div> | ||
| {manifestRevision ? ( |
Contributor
There was a problem hiding this comment.
Suggested change
| {manifestRevision ? ( | |
| {manifestRevision && ( |
| <Table.Cell className="flex h-full items-center border-r border-neutral"> | ||
| <div className="flex min-w-0 flex-col gap-0.5 text-ssm"> | ||
| {repositoryLabel ? ( | ||
| {gitRepository ? ( |
Contributor
There was a problem hiding this comment.
Suggested change
| {gitRepository ? ( | |
| {gitRepository && ( |
rmnbrd
approved these changes
May 25, 2026
1795108 to
b04c68e
Compare
- Added tests to display warnings for redeploy and deploy actions when ArgoCD services are present. - Updated the environment action toolbar to disable deletion for ArgoCD environments and provide appropriate tooltips. - Introduced a new hook for unlinking ArgoCD destination cluster mappings and integrated it into the settings component. - Refactored service list to include detailed git repository information and actions for ArgoCD services
- Updated qovery-typescript-axios to version 1.1.891 in package.json and yarn.lock. - Refactored unlinkArgoCdDestinationClusterMapping function to accept agentClusterId and argocdClusterUrl directly. - Updated related tests to reflect changes in the unlinking logic.
b04c68e to
81c9b57
Compare
Member
Author
|
🎉 This PR is included in version 1.309.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Summary
Screenshots / Recordings
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