• 
      

    Allow webhooks with multiple or no events

    Review Request #8042 — Created March 9, 2016 and submitted

    Information

    Review Board
    release-2.5.x

    Reviewers

    The event parsing code for webhook events incorrectly assumed there would
    be spaces when there weren't. The parsing code has been updated to fix
    this issue. Also, it will no return an empty list instead of a list
    containing an empty string when no events are specified.

    Additionally, the WebHookTarget model has been updated to allow for no
    events to be specified.

    Unit tests have been added to cover the new behaviour and ensure it does
    not regress.

    Ran unit tests.

    reviewbot
    1. Tool: Pyflakes
      Processed Files:
          reviewboard/notifications/models.py
          reviewboard/webapi/tests/test_webhook.py
          reviewboard/webapi/resources/webhook.py
      
      
      
      Tool: PEP8 Style Checker
      Processed Files:
          reviewboard/notifications/models.py
          reviewboard/webapi/tests/test_webhook.py
          reviewboard/webapi/resources/webhook.py
      
      
    2. 
        
    brennie
    david
    1. Ship It!
    2. 
        
    brennie
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.5.x (797e24a)