Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: API changes for integration + helm improvement (MAPCO-2931) #62

Merged
merged 4 commits into from
Mar 26, 2023

Conversation

ronenkapelian
Copy link
Contributor

Question Answer
Bug fix
New feature
Breaking change
Deprecations
Documentation
Tests added
Chore

Update some of values as part of preparation to client's integration

@ronenkapelian ronenkapelian requested a review from asafMasa March 26, 2023 08:53
@ronenkapelian ronenkapelian self-assigned this Mar 26, 2023
@ronenkapelian ronenkapelian changed the title chore: API changes for integration + helm improvement chore: API changes for integration + helm improvement (MAPCO-2931) Mar 26, 2023
@asafMasa asafMasa changed the title chore: API changes for integration + helm improvement (MAPCO-2931) feat: API changes for integration + helm improvement (MAPCO-2931) Mar 26, 2023
openapi3.yaml Show resolved Hide resolved
src/createPackage/models/createPackageManager.ts Outdated Show resolved Hide resolved
src/createPackage/models/createPackageManager.ts Outdated Show resolved Hide resolved
src/createPackage/models/createPackageManager.ts Outdated Show resolved Hide resolved
if (response.status === 'rejected') {
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
this.logger.error({ reason: response.reason, url: targetCallbacks[index].url, jobId: job.id, msg: `Failed to send callback to url` });
if (targetCallbacks) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change the condition to:

if (!targetCallbacks) {
    return;
}
// else

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the "else {" as it's not needed

@ronenkapelian ronenkapelian merged commit bda2343 into master Mar 26, 2023
@ronenkapelian ronenkapelian deleted the roi-api-changes branch March 26, 2023 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants