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

Avoid repeating GraphQL query when two GitHub providers share token and scope #11

Closed
javiertuya opened this issue Feb 18, 2024 · 1 comment
Assignees
Labels
Done Finished, but waiting for a final validation or release enhancement New feature or request

Comments

@javiertuya
Copy link
Owner

Given two providers X, Y, if Y has the same token and scope than X, the GraphQL queries are the same. Avoid execute this query for Y and do not display info in the branches view. Note that statuses must be displayed in the other views.

@javiertuya javiertuya added the enhancement New feature or request label Feb 18, 2024
@javiertuya javiertuya added the ToDo To be started in the short term label Apr 1, 2024
@javiertuya javiertuya self-assigned this Apr 1, 2024
@javiertuya javiertuya added Done Finished, but waiting for a final validation or release and removed ToDo To be started in the short term labels Apr 9, 2024
@javiertuya
Copy link
Owner Author

Added a config parameter to specify a surrogate user in a repo. Statuses will come from the provider that match host and this user.

javiertuya added a commit that referenced this issue Apr 9, 2024
javiertuya added a commit that referenced this issue Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done Finished, but waiting for a final validation or release enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant