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

Flaky behaviour getting statuses on gitlab.com #17

Closed
javiertuya opened this issue Feb 23, 2024 · 1 comment
Closed

Flaky behaviour getting statuses on gitlab.com #17

javiertuya opened this issue Feb 23, 2024 · 1 comment
Assignees
Labels
bug Something isn't working Done Finished, but waiting for a final validation or release

Comments

@javiertuya
Copy link
Owner

javiertuya commented Feb 23, 2024

Getting statuses cause intermittent exceptions when accesing fields from the GraphQL response, eg. when accesing the repository field at the projects query. It seems that the graphql response does not always guarantees the structure of the node content. Note that this does not appear when querying an on-premises instance.

@javiertuya javiertuya added the ToDo To be started in the short term label Feb 23, 2024
@javiertuya javiertuya self-assigned this Feb 23, 2024
@javiertuya javiertuya changed the title Flaky bewhaviour getting statuses on gitlab.com Flaky behaviour getting statuses on gitlab.com Feb 23, 2024
@javiertuya javiertuya added bug Something isn't working Doing Currently working on it and removed ToDo To be started in the short term labels Feb 23, 2024
@javiertuya
Copy link
Owner Author

Protected gitlab adapters against null iterations in graphql node items. Still remaining:

  • Intermittent faults when getting the labels for all projects due tu insufficient permissions (keep console log, but remove the error message in the ui)
  • Sometimes, the ordering of branches adds older grups before today, this is apparently caused by empty dates of the branches without MRs, issue Missing attributes in a GitLab Merge Request without branch in pipelines #3, and will be fixed there.

@javiertuya javiertuya added Done Finished, but waiting for a final validation or release and removed Doing Currently working on it labels Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Done Finished, but waiting for a final validation or release
Projects
None yet
Development

No branches or pull requests

1 participant