• Sashi's avatar
    Fix duplicated tag deletion activity and events · 0e606ca2
    Sashi authored
    When deleting a release tag, this is what happens:
    - Tags::DestroyService calls repository.rm_tag and calls project hooks and executes events. Call to rm_tag invokes Gitaly UserDeleteTagRequest
    - Gitaly posts back to /internal/post_receive API which invokes PostReceive worker
    - PostReceive worker invokes TagHooksService which calls the same hooks/services again
    0e606ca2
sk-fix-tag-deletion-duplicate-events.yml 118 Bytes