Skip to content

Commit

Permalink
gitlab: remove redundant project lookup
Browse files Browse the repository at this point in the history
The GitLab API request accepts the name of the project passed as normal
string/name (properly scaped) as well as the ID of the project, so it isn't
required for lab to lookup for the project ID when the name of it is known.

This project remove all the FindProject() calls from the internal gitlab
code, decreasing by one the number of API calls made for a single command.

Signed-off-by: Bruno Meneguele <[email protected]>
  • Loading branch information
bmeneg committed Oct 28, 2021
1 parent 2a6cc47 commit b1b8d73
Showing 1 changed file with 84 additions and 199 deletions.
Loading

0 comments on commit b1b8d73

Please sign in to comment.