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

Bugfix: network mapper returns duplicate intents on old service-intents endpoint #84

Merged
merged 1 commit into from
Mar 23, 2023

Conversation

amitlicht
Copy link
Contributor

Description

When querying the old serviceIntents graphql endpoint, the network mapper may return some duplicate intents. This happens because the intents store may store different intent types over the same edge (which is OK), but the serviceIntents endpoint ignores intent types, and so it should deduplicate similar client+server pairs.

@amitlicht amitlicht marked this pull request as ready for review March 23, 2023 09:50
@amitlicht amitlicht requested a review from omris94 March 23, 2023 09:50
@amitlicht amitlicht merged commit 773a99b into main Mar 23, 2023
@amitlicht amitlicht deleted the amitlicht/dedup_service_intents branch March 23, 2023 10:18
@github-actions github-actions bot locked and limited conversation to collaborators Mar 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants