-
Notifications
You must be signed in to change notification settings - Fork 45
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
"gerrit-repo-list" entity missing on GET & POST Gerrit endpoint for "https://mockapi.gerrit.dev.itx.linuxfoundation.org/" #4395
Comments
- Resolved fetching repo list for https://mockapi.gerrit.dev.itx.linuxfoundation.org instance Signed-off-by: Harold Wanyama <hwanyama@contractor.linuxfoundation.org>
@thakurveerendras kindly reverify this change |
Tested on the dev site & found that it is working fine for the GET endpoint but still failing for the POST call
|
@thakurveerendras kindly reverify the Add gerrit flow |
@nickmango with mock Gerrit server, it is still reproducible for POST endpoint |
so due to the production release planned for today will revert these updates for now |
- Updated response to include gerrit repo instances Signed-off-by: Harold Wanyama <hwanyama@contractor.linuxfoundation.org>
- Resolved repo list in the test case Signed-off-by: Harold Wanyama <hwanyama@contractor.linuxfoundation.org>
@thakurveerendras kindly review |
@thakurveerendras is this working as expected and can we release this "Gerrit authorization API"? Once this is released then we will fix pending records mentioned here and build logic which uses this API. |
Hi @mlehotskylf , @nickmango |
Summary
"gerrit-repo-list" entity missing on GET & POST Gerrit endpoint for "https://mockapi.gerrit.dev.itx.linuxfoundation.org/"
Issue:
"gerrit-repo-list" not listed due to that Gerrit connection failed on PCC
Background
Link: https://api-gw.dev.platform.linuxfoundation.org/cla-service/v4/api-docs#tag/gerrits/operation/ListGerrits
GET Endpoint:
{{baseUrl}}cla-service/v4/cla-group/{{cla_group_id}}/project/{{project_sfid}}/gerrits
POST Endpoint
{{baseUrl}}cla-service/v4/cla-group/{{cla_group_id}}/project/{{project_sfid}}/gerrits
Expected behavior
Screenshots
The text was updated successfully, but these errors were encountered: