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

ref(integrations): Don't fetch done statuses twice #28884

Merged
merged 5 commits into from
Oct 1, 2021

Conversation

mgaeta
Copy link
Contributor

@mgaeta mgaeta commented Sep 28, 2021

The sync_status_inbound() function is written so that it makes separate API calls for should_resolve and should_unresolve. This PR makes sure that we only do one fetch by introducing and enum instead of a pair of booleans.

@mgaeta mgaeta requested a review from a team September 28, 2021 00:44
@mgaeta mgaeta changed the title Don't fetch done statuses twice ref(integrations): Don't fetch done statuses twice Sep 28, 2021
@mgaeta mgaeta force-pushed the feat/api-2029-webhook-task-5 branch from 9bcfb45 to 8d6e778 Compare September 28, 2021 03:40
@mgaeta mgaeta requested review from a team as code owners September 28, 2021 03:40
@mgaeta mgaeta requested review from a team September 28, 2021 03:40
@mgaeta mgaeta requested review from a team as code owners September 28, 2021 03:40
@mgaeta mgaeta requested a review from a team September 28, 2021 03:40
@mgaeta mgaeta changed the base branch from feat/api-2029-webhook-task-3 to master September 28, 2021 03:41
@mgaeta mgaeta removed request for a team September 28, 2021 03:41
@mgaeta mgaeta force-pushed the feat/api-2029-webhook-task-5 branch from f3d8d0b to 423a40a Compare September 29, 2021 20:10
@mgaeta mgaeta force-pushed the feat/api-2029-webhook-task-5 branch from 32f9299 to f0ac860 Compare October 1, 2021 18:58
@mgaeta mgaeta merged commit 836f55c into master Oct 1, 2021
@mgaeta mgaeta deleted the feat/api-2029-webhook-task-5 branch October 1, 2021 19:27
@github-actions github-actions bot locked and limited conversation to collaborators Oct 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants