Skip to content

Conversation

oalkabouss
Copy link
Contributor

ref: #MANAGER-18779

Description

Ticket Reference: #MANAGER-18779

Additional Information

ref: #MANAGER-18779

Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
@oalkabouss oalkabouss marked this pull request as ready for review July 31, 2025 07:02
@oalkabouss oalkabouss requested review from a team as code owners July 31, 2025 07:02
Comment on lines 202 to 218
return {
messages: errors,
state: errors.length > 0 ? 'PARTIAL' : 'OK',
};
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this give the same result as previously: here you'll always resolve the promise, when previously we were rejecting if there was any error

Comment on lines 187 to 191
}).catch((err) => ({
id: service.serviceId,
message: err,
type: 'ERROR',
}));
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this give the same result as previously: here you'll always resolve the promise, when previously we were rejecting if there was any error

@oalkabouss oalkabouss force-pushed the feat/MANAGER-18779 branch from 6c6704f to 42fd221 Compare July 31, 2025 08:17
ref: #MANAGER-18779

Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
@oalkabouss oalkabouss force-pushed the feat/MANAGER-18779 branch from 42fd221 to c0a6b91 Compare July 31, 2025 15:22
@oalkabouss oalkabouss merged commit 5eb3288 into project/my-services-us Aug 1, 2025
14 checks passed
@oalkabouss oalkabouss deleted the feat/MANAGER-18779 branch August 1, 2025 15:11
oalkabouss added a commit that referenced this pull request Aug 26, 2025
oalkabouss added a commit that referenced this pull request Sep 10, 2025
oalkabouss added a commit that referenced this pull request Sep 12, 2025
oalkabouss added a commit that referenced this pull request Sep 12, 2025
oalkabouss added a commit that referenced this pull request Sep 12, 2025
MaximeBajeux pushed a commit that referenced this pull request Sep 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants