This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use keptn/go-utils to access Keptn APIs (#767)
* Use goutils APIs in UniformClient Signed-off-by: Arthur Pitman <[email protected]> * Add test for `GetIntegrationIDByName` Signed-off-by: Arthur Pitman <[email protected]> * Use goutils APIs in ServiceClient Signed-off-by: Arthur Pitman <[email protected]> * Use goutils APIs in ResourceClient and ConfigResourceClient Signed-off-by: Arthur Pitman <[email protected]> * Remove unused LocalResourceClient Signed-off-by: Arthur Pitman <[email protected]> * Use goutils APIs in EventClient Signed-off-by: Arthur Pitman <[email protected]> * Remove unused APIClient Signed-off-by: Arthur Pitman <[email protected]> * Linting Signed-off-by: Arthur Pitman <[email protected]> * Method for creating integrations in test Signed-off-by: Arthur Pitman <[email protected]> * Remove redundant `EventClientBaseInterface` Signed-off-by: Arthur Pitman <[email protected]> * Wrap error Signed-off-by: Arthur Pitman <[email protected]> * Remove `keptn` from filenames Signed-off-by: Arthur Pitman <[email protected]> * Renaming types Signed-off-by: Arthur Pitman <[email protected]> * Rename files Signed-off-by: Arthur Pitman <[email protected]> * Fix error check Signed-off-by: Arthur Pitman <[email protected]> * Remove redundant check Signed-off-by: Arthur Pitman <[email protected]> * Shorten error messages Signed-off-by: Arthur Pitman <[email protected]> * Improve problem ID parsing Signed-off-by: Arthur Pitman <[email protected]> * Rename constant Signed-off-by: Arthur Pitman <[email protected]> * Extract function for getting problem ID from labels Signed-off-by: Arthur Pitman <[email protected]> * Extract problem ID from URL fragment and add test Signed-off-by: Arthur Pitman <[email protected]>
- Loading branch information
1 parent
5baa6f5
commit a2a798a
Showing
30 changed files
with
567 additions
and
501 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
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.