Skip to content

Add organizations support to PushRules

What does this MR do and why?

Contributes to #429132 (closed)

Problem

We need to convert the one global PushRule to organization scope.

Solution

  • Add a new field organization_id to push_rules table.
  • Set a default oganization id for global push rule
  • Update application code to set organization for global push rules

Merge request reports