We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Because of fetchAll not returning all the projects.
fetchAll
Possible related: GitLabPHP/Client#319
The text was updated successfully, but these errors were encountered:
The dirty workaround if the wanted project is not on the list:
@@ -65,6 +66,7 @@ final class ReportCommand extends Command $io->progressAdvance(); } $io->progressFinish(); + $selectedProject = ['id' => 74]; if (null === $selectedProject) { $io->error("No project found with path {$projectPath}");
Sorry, something went wrong.
No branches or pull requests
Because of
fetchAll
not returning all the projects.Possible related: GitLabPHP/Client#319
The text was updated successfully, but these errors were encountered: