forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR fixes the fakejira `CloneIssue` and `CreateIssue` functions along with adding unit tests for them, adds more extensive issue function errors for the fakeclient, and modifies the `DeleteRemoteLinkViaURL` function to return a `bool` indicating whether a link with the provided URL was found and removed (no remote link with the provided URL is not an error). These improvements will be used in a new openshift external prow plugin called the `jira-lifecycle` plugin, which will replicate the `bugzilla` plugins functionality, but with the Jira service instead of bugzilla.
- Loading branch information
1 parent
e739eaf
commit 4534311
Showing
5 changed files
with
318 additions
and
90 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
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.