-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Allow setting search scope to both orgs and repositories #561
Allow setting search scope to both orgs and repositories #561
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #561 +/- ##
==========================================
+ Coverage 75.73% 81.04% +5.31%
==========================================
Files 18 18
Lines 3219 3620 +401
==========================================
+ Hits 2438 2934 +496
+ Misses 781 686 -95 ☔ View full report in Codecov by Sentry. |
…raphQL requests, fixing and adjusting tests. In tests there was a need to change order of test calls: first should go repos, then commits, as get_repos_names was moved to tests for commits (from releases).
…lling data from repos (when org is a user), change name of get_repos_individual to get_repos_from_repos, fix pulling releases when empty.
…bility to pull non-text files, fix pagination when pulling GitLab files from org, some changes in style. In case of pagination NULL values were assinged to hasNextPage and endCursor. In case of removing possibility to pull content of non-text files - it seemed superfluous, made code very complex with custom methods for GitLab nota bene new REST method only for pulling content of non-text files (!). Pulling content should not end in pulling no content.
…it was printing only the parent group.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work Maciej! It looks really good :)
Closes #400