Skip to content

Remove unused Namespace#all_pipelines

Dylan Griffith requested to merge remove-unused-namespace-all-pipelines into master

What does this MR do?

It just removes an unused method and it's test.

Digging a little I can see that this method was added and used in !8107 (diffs) in the Group#latest_vulnerabilities method. It took a bit of tracking down since this code seemed to move around a bunch of times but as best I can tell the usages of this method were removed in a915b9c7 .

This is related to some work where we are looking into moving some tables to a separate logical database !62092 (closed). This query may be a little tricky to do if we move ci_pipelines to a separate logical database.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Dylan Griffith

Merge request reports