Skip to content

Update lint query with connections

Frédéric Caplette requested to merge change-lint-query-to-use-connections into master

What does this MR do?

Update lint query with connections and let editor handle unwrapping. We are reverting the lint query back to using connections so that we can have more flexibility and coherence on the FE. We also let apollo handle the unwrapping of the nodes so that all children components can know their data is already in the right format. No need for changelog, this is behind a disabled feature flag.

Screenshots (strongly suggested)

No visual changes

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
Edited by Frédéric Caplette

Merge request reports