Skip to content

Load MR Metadata when the MR Notes (Overview) app starts

What does this MR do?

For #300749 (closed)

  1. Adds a mutation and action to ingest MR Metadata (which comes from the diffs_metadata.json endpoint)
  2. Actually makes that network request in the app startup

It may be helpful to review this MR commit-by-commit, as each commit is atomic and quite small.

MR Description
!56575 (merged) This MR ingests the required endpoint into the MR Notes app.
We're here 👉🏻 This MR actually loads the diffs_metadata.json data and places it into the state for the MR Notes app
!57419 (merged) This MR switches the Diffs app to use the MR Notes app location to fill the placeholder data
!58136 (merged) This MR makes changes to enable getting the Diff file information into the Notes app on the Overview tab

Screenshots (strongly suggested)

N/A, no UI or UX changes in this MR.

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 Thomas Randolph

Merge request reports