Skip to content

[CLOUD-23] db: add new column `external_service_repos.org_id`

Administrator requested to merge jc/CLOUD-23-external-service-repo-org-id into main

Created by: unknwon

For small orgs EA, we need to be able to filter down repositories to the ones that:

  1. the user has access to, and
  2. have been added to the organization that the user is a member of.

To support 2, we need to store many-to-many relationships for repository and organization (similar to repository and user) for organization code host connection.


Jira:

Merge request reports

Loading