Skip to content

Fix project-level VSA license check

Adam Hegyi requested to merge 387162-fix-vsa-license-check into master

What does this MR do and why?

This MR fixes the license check for the project-level VSA on SaaS. This was noticed when I was testing #387162 (closed) on PRD. It worked locally (self-managed).

The following query returns nil (it should return data)

query projectLevelQuery {
  project(fullPath: "gitlab-org/gitlab") {
    flowMetrics {
      leadTime(from:"2023-01-01", to:"2023-01-29") {
        value
        title
      }
    }
  }
}

MR acceptance checklist

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

Related to #387162 (closed)

Merge request reports

Loading