-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: calculate SSA diffs with smd.merge.Updater (#467)
* fix: refactor ssa diff logic Signed-off-by: Leonardo Luz Almeida <[email protected]> * fix: calculate ssa diff with smd.merge.Updater Signed-off-by: Leonardo Luz Almeida <[email protected]> * chore: Add golangci config file Signed-off-by: Leonardo Luz Almeida <[email protected]> * fix: remove wrong param passed to golanci-ghaction Signed-off-by: Leonardo Luz Almeida <[email protected]> * doc: Add doc to the wrapper file Signed-off-by: Leonardo Luz Almeida <[email protected]> * doc: Add instructions about how to extract the openapiv2 document from k8s Signed-off-by: Leonardo Luz Almeida <[email protected]> * better wording Signed-off-by: Leonardo Luz Almeida <[email protected]> * better code comments Signed-off-by: Leonardo Luz Almeida <[email protected]> Signed-off-by: Leonardo Luz Almeida <[email protected]>
- Loading branch information
Showing
17 changed files
with
73,856 additions
and
73 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,6 @@ jobs: | |
with: | ||
version: v1.38.0 | ||
args: --timeout 5m | ||
skip-go-installation: true | ||
- uses: codecov/[email protected] | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} #required | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
run: | ||
skip-files: | ||
- "pkg/diff/internal/fieldmanager/borrowed_.+\\.go$" |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Please check the doc.go file for more details about | ||
how to use and maintain the code in this package. |
Oops, something went wrong.