Skip to content

Replace AJAX calls with GraphQL

What does this MR do?

Replace AJAX calls with GraphQL

  • replace get all, get added, add, and remove AJAX calls with GraphQL queries/mutation
  • remove unnecessary props
  • update pagination to match GraphQL usage
  • remove old pageInfo utils
  • update tests

Screenshots

Steps

  1. Navigate to instance security dashboard
  2. Navigate to the project manager on there
  • Expected: The previously added projects appear
  1. Remove some projects
  • Expected: The projects are removed
  1. Search for some projects
  • Expected: The projects can be searched
  1. Add some projects
  • Expected: The projects are added in the section below the search
  1. Navigate back to the security dashboard
  • Expected: The vulnerabilities that appear are updated

GraphQL_edit_projects_720p

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #214583 (closed)

Edited by Alexander Turinske

Merge request reports