Remove field-based filtering of integration configurations.

Review Request #8370 — Created Aug. 30, 2016 and submitted

Information

Review Board
release-3.0.x
ba18791...

Reviewers

The Integration.get_configs() in Djblets allows for filtering of
configurations based on fields on the configuration model. Review Board
adopted this as well, but we don't actually want to expose this.
Instead, callers should be operating based on the contents of the
configuration's settings, which must be done manually anyway.

This cleans up the documentation for this method, and removes the custom
filtering.

Tested that the Slack integration still worked.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/integrations/base.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/integrations/base.py
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (0cc6ba1)
Loading...