Skip to content

Add scope to exclude project namespaces

Jan Provaznik requested to merge jp-projectns-scope into master

What does this MR do and why?

There will be multiple places where we will need to exclude project namespaces (see #341823 (comment 697264917)) so let's add a scope for it so we can work independently on addressing these places.

DB query

https://console.postgres.ai/gitlab/gitlab-production-tunnel-pg12/sessions/6813/commands/24073

select count(*) from namespaces where type IS DISTINCT FROM 'Project';

Time: 3.438 s
  - planning: 0.288 ms
  - execution: 3.438 s
    - I/O read: 0.000 ms
    - I/O write: 0.000 ms

Shared buffers:
  - hits: 10594684 (~80.80 GiB) from the buffer pool
  - reads: 0 from the OS file cache, including disk I/O
  - dirtied: 0
  - writes: 0

This is with warm cache.

#341823 (closed)

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Jan Provaznik

Merge request reports