-
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.
- Loading branch information
1 parent
fc2b4b8
commit 06b19de
Showing
21 changed files
with
146 additions
and
29 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -223,6 +223,9 @@ func tstUpdatedServicePayload(name string) openapi.NotificationPayload { | |
// repository | ||
|
||
func tstRepository() openapi.RepositoryDto { | ||
fc := map[string][]string{ | ||
"cached-template": {"cached-templates/*.yaml", "more/cached/templates/*.yaml"}, | ||
} | ||
return openapi.RepositoryDto{ | ||
Owner: "some-owner", | ||
Url: "ssh://[email protected]:7999/helm/karma-wrapper.git", | ||
|
@@ -251,9 +254,10 @@ func tstRepository() openapi.RepositoryDto { | |
}, | ||
Approvers: &map[string][]string{"testing": {"some-user"}}, | ||
}, | ||
TimeStamp: "2022-11-06T18:14:10Z", | ||
CommitHash: "6c8ac2c35791edf9979623c717a243fc53400000", | ||
JiraIssue: "ISSUE-2345", | ||
Filecategory: &fc, | ||
TimeStamp: "2022-11-06T18:14:10Z", | ||
CommitHash: "6c8ac2c35791edf9979623c717a243fc53400000", | ||
JiraIssue: "ISSUE-2345", | ||
} | ||
} | ||
|
||
|
@@ -310,6 +314,10 @@ configuration: | |
approvers: | ||
testing: | ||
- some-user | ||
filecategory: | ||
cached-template: | ||
- cached-templates/*.yaml | ||
- more/cached/templates/*.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
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
Oops, something went wrong.