Skip to content

Update project statistics after certain snippet events

What does this MR do?

This MR implements the following:

  • When a snippet git operation is performed, we update the snippet statistics
    • After this, we also update the project statistics to update the snippets_size.
  • When a snippet is deleted, we update the snippet statistics
    • After this, we also update the project statistics to update the snippets_size.

Refs #223715 (closed) and #223701 (closed)

Does this MR meet the acceptance criteria?

Conformity

Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading