-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Changed logic search projects in gitlab adapter #18529
Conversation
Codecov Report
@@ Coverage Diff @@
## main #18529 +/- ##
=======================================
Coverage 67.37% 67.38%
=======================================
Files 984 984
Lines 107029 107027 -2
Branches 2670 2670
=======================================
+ Hits 72116 72117 +1
+ Misses 31031 31030 -1
+ Partials 3882 3880 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@lxShaDoWxl Thanks for your help, the changes look good to me, but let's hold for the verification from user. |
@lxShaDoWxl The CI UTTEST failed, please fix it. |
Signed-off-by: lxShaDoWxl <[email protected]>
Signed-off-by: lxShaDoWxl <[email protected]>
Signed-off-by: lxShaDoWxl <[email protected]> (cherry picked from commit 7328062)
Signed-off-by: lxShaDoWxl <[email protected]>
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.
lgtm
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.
lgtm
* fix(gitlab): change logic search projects usage search_namespaces Signed-off-by: lxShaDoWxl <[email protected]> * tests(gitlab): remove old data and actualization test Signed-off-by: lxShaDoWxl <[email protected]> * refactor(gitlab): added debug log Signed-off-by: lxShaDoWxl <[email protected]> (cherry picked from commit 7328062) * lint(gitlab): fix import order Signed-off-by: lxShaDoWxl <[email protected]> --------- Signed-off-by: lxShaDoWxl <[email protected]> Signed-off-by: Wilfred Almeida <[email protected]>
* fix(gitlab): change logic search projects usage search_namespaces Signed-off-by: lxShaDoWxl <[email protected]> * tests(gitlab): remove old data and actualization test Signed-off-by: lxShaDoWxl <[email protected]> * refactor(gitlab): added debug log Signed-off-by: lxShaDoWxl <[email protected]> (cherry picked from commit 7328062) * lint(gitlab): fix import order Signed-off-by: lxShaDoWxl <[email protected]> --------- Signed-off-by: lxShaDoWxl <[email protected]>
Comprehensive Summary of your change
Changed logic search projects in gitlab adapter for correction search projects
Issue being fixed
Fixes #18284