Revert SAML filtering on projects GraphQL requests

What does this MR do and why?

In !179111 (merged), !179650 (merged) and !179651 (merged) we implemented a filter on the project related GraphQL resolvers to try and fix a pagination bug related to SAML. There have been some reports in https://gitlab.com/gitlab-com/request-for-help/-/issues/2303#note_2331265161 of issues with these GraphQL resolvers that appear to be related to these changes. SAML projects are being filtered out when using a PAT for authentication when they should not be. To mitigate this problem we are going to disable the filter responsible for this functionality and look into it further. I left a note on #514406 (comment 2331352874) about this being reverted and needing to look into it further.

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

Edited by Peter Hegman

Merge request reports

Loading