argoproj / gitops-engine

Democratizing GitOps
https://pkg.go.dev/github.com/argoproj/gitops-engine?tab=subdirectories
Apache License 2.0
1.7k stars 260 forks source link

feat: Implement Server-Side Diffs #522

Closed leoluz closed 10 months ago

leoluz commented 1 year ago

Implement Server-Side Diffs

fix https://github.com/argoproj/argo-cd/issues/11574

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
1.0% 1.0% Duplication

codecov[bot] commented 11 months ago

Codecov Report

Attention: 97 lines in your changes are missing coverage. Please review.

Comparison is base (4a5648e) 54.70% compared to head (8742000) 54.47%. Report is 1 commits behind head on master.

Files Patch % Lines
pkg/diff/diff.go 46.15% 47 Missing and 16 partials :warning:
pkg/utils/kube/resource_ops.go 0.00% 20 Missing :warning:
pkg/diff/diff_options.go 47.36% 10 Missing :warning:
pkg/sync/sync_context.go 82.60% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #522 +/- ## ========================================== - Coverage 54.70% 54.47% -0.23% ========================================== Files 41 41 Lines 4645 4793 +148 ========================================== + Hits 2541 2611 +70 - Misses 1908 1969 +61 - Partials 196 213 +17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 10 months ago

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

6 New issues
0 Security Hotspots
No data about Coverage
3.0% Duplication on New Code

See analysis details on SonarCloud