Skip to content

Save a comment through graphql

Savas Vedova requested to merge 228743-use-graphql-to-save-a-history-note into master

What does this MR do?

This commit replaces the REST calls for saving a history comment. It changes nothing on the user side, the behaviour is still the same.

Screenshots or Screencasts (strongly suggested)

saving-a-note

How to setup and validate locally (strongly suggested)

  1. Clone https://gitlab.com/gitlab-examples/security/security-reports/
  2. Run the pipeline by going into Your project > CI/CD > Pipelines
  3. Click on run pipeline for master branch
  4. Go to Security & Compliance > Vulnerability Report > Click on a Vulnerability
  5. Change the state, it will generate a history entry
  6. Add a note
  7. Delete the note

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 #228743 (closed)

Merge request reports