Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc024b4b

Browse files
authored
Add diff view option for apps (codefresh-io#905)
* Add diff view option for appsAdded diff view proc and added link to doc in Dec release notes* Update applications-dashboard.md
1 parent28264bf commitc024b4b

File tree

4 files changed

+33
-5
lines changed

4 files changed

+33
-5
lines changed

‎_docs/deployments/gitops/applications-dashboard.md‎

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Select the view format for applications in the GitOps Apps dashboard, as either
3131

3232
Identify applications with[health and sync errors](#identify-gitops-applications-with-warningserrors), and then select an application to drill down into its resources, deployments, and services:
3333
*[Get status from application header](#monitor-gitops-application-status-in-application-header)
34+
*[Analyze out-of-sync applications in Diff View](#analyze-out-of-sync-applications-with-diff-view)
3435
*[View deployment and configuration info for selected Argo CD application](#view-deployment-configuration-info-for-selected-argo-cd-application)
3536
*[Monitor resources for selected Argo CD application](#monitor-resources-for-selected-argo-cd-application)
3637
*[Monitor deployments for selected Argo CD application](#monitor-deployments-for-selected-argo-cd-application)
@@ -202,6 +203,30 @@ max-width="80%"
202203
You can also view the current health and sync status for the application as a resource in the Current State tab.
203204
{{site.data.callout.end}}
204205

206+
##Analyze out-of-sync applications with Diff View
207+
Identify discrepancies between the desired and live states for out-of-sync applications using Diff View. The Diff View provides a visual representation of discrepancies to help troubleshoot issues more effectively.
208+
209+
Available in the context menu when you select an application, the Diff View presents Inline and Split views, in either full or summary modes.
210+
211+
212+
1. In the Codefresh UI, from Ops in the sidebar, select[GitOps Apps](https://g.codefresh.io/2.0/applications-dashboard/list){:target="\_blank"}.
213+
1. Filter by**Status** for**Out of sync** applications, and select the application you need.
214+
1. From the context menu on the upper-right, select**Diff View**.
215+
The default Diff View highlights the differences in Inline and Compact view modes.
216+
217+
{% include
218+
image.html
219+
lightbox="true"
220+
file="/images/applications/diff-view/app-diff-view.png"
221+
url="/images/applications/diff-view/app-diff-view.png"
222+
alt="Diff View of application in Inline and Compact view modes"
223+
caption="Diff View of application in Inline and Compact view modes"
224+
max-width="50%"
225+
%}
226+
227+
{:start="4"}
228+
1. For side-by-side comparison and a detailed view, switch to**Split** view, and clear**Compact diff**.
229+
205230
##View deployment configuration info for selected Argo CD application
206231

207232
View deployment, definition, and event information for the selected application in a centralized location through the Quick View.
@@ -217,8 +242,8 @@ image.html
217242
lightbox="true"
218243
file="/images/applications/quick-view-context-menu.png"
219244
url="/images/applications/quick-view-context-menu.png"
220-
alt="SelectingQuick Viewfrom the context menu"
221-
caption="SelectingQuick Viewfrom the context menu"
245+
alt="Quick Viewoption in application's context menu"
246+
caption="Quick Viewoption in application's context menu"
222247
max-width="80%"
223248
%}
224249

‎_posts/2023-12-30-dec-release-notes.md‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,15 @@ For details, check out the **Fields** table in the documentation for the differe
3939

4040
###GitOps: Diff View for out-of-sync applications
4141
We’re thrilled to introduce a significant enhancement simplifying troubleshooting Argo CD applications within Codefresh.
42-
With our new Diff View feature, you can instantly view the differences between the currentstateand the desiredconfiguration of out-of-sync applications.
42+
With our new Diff View feature, you can instantly view the differences between the current and the desiredstates of out-of-sync applications.
4343
The Diff View option displays all the updated resources within the application, allowing you to easily pinpoint changes and swiftly identify the root cause of the sync failure.
4444

45-
The option is always available in the application’s context menu in the GitOps Apps dashboard, and is enabled whenever the application is out-of-sync. If you have already selected an application, the Diff View option is available in the context menu at the top right of the page.
45+
If you have selected an application, the Diff View option is available in the context menu at the top right of the page. The option is enabled whenever the application is out-of-sync.
46+
4647
>**NOTE**
47-
Diff View for application resources is supported Runtime v1.0.38 and higher. <!--- To enable this feature, you need to turn on the `appDiffView` feature flag. -->
48+
Diff View for application resources is supported from Runtime v1.0.38 and higher. <!--- To enable this feature, you need to turn on the `appDiffView` feature flag. -->
49+
50+
For details, see[Analyze out-of-sync applications with Diff View]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#analyze-out-of-sync-applications-with-diff-view).
4851

4952
##Bug fixes
5053

44.3 KB
Loading
47.8 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp