Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Allow to intercept adding issue in IssueBuffer #7530

Merged
merged 4 commits into from Jan 31, 2022

Commits on Jan 30, 2022

  1. [FEATURE] Allow to intercept adding issue in IssueBuffer

    This change introduces new `BeforeAddIssueEvent` which is invoked
    from `IssueBuffer::add`, which allows to collect and intercept code
    issue in a generic way.
    
    Resolves: vimeo#7528
    ohader committed Jan 30, 2022
    Copy the full SHA
    e3602bb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ff07a8d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Update src/Psalm/Plugin/EventHandler/Event/BeforeAddIssueEvent.php

    Co-authored-by: Bruce Weirdan <weirdan@gmail.com>
    ohader and weirdan committed Jan 31, 2022
    Copy the full SHA
    995ecd0 View commit details
    Browse the repository at this point in the history
  2. Update src/Psalm/Plugin/EventHandler/BeforeAddIssueInterface.php

    Co-authored-by: Bruce Weirdan <weirdan@gmail.com>
    ohader and weirdan committed Jan 31, 2022
    Copy the full SHA
    ffafccc View commit details
    Browse the repository at this point in the history