Skip to content

ES Migration add permission data to notes documents (2nd attempt)

What does this MR do?

Related to #300351 (closed)

Resubmit the Elasticsearch migration (it was only run in staging) that was reverted: !55102 (merged)

The issue which caused the revert will be fixed in: !55111 (merged)

The Elasticsearch migration backfills project permissions for Note documents.

Changes from previous MR

  • Specifically target the searchable Note types (Issue, MergeRequest, Snippet, and Commit). This will ensure:
    • only searchable note types are modified
    • reduce time taken for the migration since we are processing less documents
  • fix a spec issue with how notes were being created and update spec to verify only the searchable note types affect the completed? method

Screenshots (strongly suggested)

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 Terri Chu

Merge request reports

Loading