Skip to content

Update injected props

Savas Vedova requested to merge 300753-use-inject-instead-of-props into master

What does this MR do?

This MR updates the props passed down and uses provide/inject instead. The reason for this change is because with the upcoming GraphQL migration of the pipeline view, we'll need these props down in the component tree and we don't want to pass around dependency injections.

Screenshots (strongly suggested)

There are no visual changes but here's the screenshot that shows that nothing is broken:

image

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

Related to #300753 (closed)

Merge request reports