-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #363 from Interhyp/RELTEC-12294
perf(RELTEC-12294): remove file category support
- Loading branch information
Showing
24 changed files
with
16 additions
and
175 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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 |
---|---|---|
|
@@ -229,9 +229,6 @@ func tstUpdatedServicePayload(name string) openapi.NotificationPayload { | |
// repository | ||
|
||
func tstRepository() openapi.RepositoryDto { | ||
fc := map[string][]string{ | ||
"cached-template": {"cached-templates/tpl1.yaml", "more/cached/templates/tpl2.yaml"}, | ||
} | ||
return openapi.RepositoryDto{ | ||
Owner: "some-owner", | ||
Url: "ssh://[email protected]:7999/helm/karma-wrapper.git", | ||
|
@@ -259,10 +256,9 @@ func tstRepository() openapi.RepositoryDto { | |
}, | ||
Approvers: map[string][]string{"testing": {"some-user"}}, | ||
}, | ||
Filecategory: fc, | ||
TimeStamp: "2022-11-06T18:14:10Z", | ||
CommitHash: "6c8ac2c35791edf9979623c717a243fc53400000", | ||
JiraIssue: "ISSUE-2345", | ||
TimeStamp: "2022-11-06T18:14:10Z", | ||
CommitHash: "6c8ac2c35791edf9979623c717a243fc53400000", | ||
JiraIssue: "ISSUE-2345", | ||
} | ||
} | ||
|
||
|
@@ -353,10 +349,6 @@ configuration: | |
requireConditions: | ||
snyk-key: | ||
refMatcher: master | ||
filecategory: | ||
cached-template: | ||
- cached-templates/tpl1.yaml | ||
- more/cached/templates/tpl2.yaml | ||
` | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -179,9 +179,6 @@ configuration: | |
const deployment2 = `mainline: main | ||
url: ssh://[email protected]:7999/PROJECT/whatever-deployment.git | ||
generator: third-party-software | ||
filecategory: | ||
forbidden-key: | ||
- some/interesting/file.txt | ||
` | ||
|
||
const implementation = `mainline: master | ||
|
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
Oops, something went wrong.