Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W webhook
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Salsa
  • webhook
  • Merge requests
  • !2

Ignore specified namespaces when bug is closed or tagged as pending

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Nicholas Guriev requested to merge mymedia/webhook:master into master Feb 03, 2018
  • Overview 12
  • Commits 3
  • Pipelines 0
  • Changes 4

The new skip_push? method can check that one pushes into WIP branches (or any other defined in URL parameters), and if so, the web-hook ignores such updates.

To specify your own prefixes of ignored branches, use URL like this:

https://webhook.salsa.debian.org/tagpending/PACKAGE?ignored-namespaces=example,abc,test

It allows to ignore updates in the following branches: example[/_-].*, abc[/_-].*, test[/_-].* (or exact matches: example, abc or test). Default value is wip.


Also I've modified author's email of automatic notifications to publisher's one. This is useful when you apply patches of other people.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master