aubertaa commented on issue #4934:
URL: 
https://github.com/apache/incubator-devlake/issues/4934#issuecomment-1514206132

   hi @mintsweet ,
   here is the recording, selection this specific project 
'service-masterproxy-shaper' always shows the error. (selecting the parent 
also, as shown on the recording).
   
   ![error selecting 
scope](https://user-images.githubusercontent.com/14087776/232986922-fc8a379c-47a7-420b-8ada-2fa48e2871d4.gif)
   
   Here is part of the payload gotten when browsing projects through devlake ui 
(first project is selectable without issue, second is not):
   
   from `api/plugins/gitlab/connections/1/remote-scopes`
   ```
   {
       "children": [{
               "type": "scope",
               "parentId": "3589",
               "id": "2345",
               "name": "service-request-manager",
               "data": {
                   "connectionId": 0,
                   "gitlabId": 2345,
                   "name": "service-request-manager",
                   "description": "Service gérant le statut des requêtes apiv3",
                   "defaultBranch": "develop",
                   "pathWithNamespace": 
"AnalyticsAPI/microservices/api/service-request-manager",
                   "webUrl": "XXXXX",
                   "creatorId": 0,
                   "visibility": "internal",
                   "openIssuesCount": 0,
                   "starCount": 0,
                   "forkedFromProjectId": 0,
                   "forkedFromProjectWebUrl": "",
                   "httpUrlToRepo": "XXXXX",
                   "createdDate": "2019-06-12T15:41:16.532Z",
                   "updatedDate": "2023-04-18T07:53:17.091Z"
               }
           },
                {
               "type": "scope",
               "parentId": "3589",
               "id": "450",
               "name": "service-masterproxy-shaper",
               "data": {
                   "connectionId": 0,
                   "gitlabId": 450,
                   "name": "service-masterproxy-shaper",
                   "description": "",
                   "defaultBranch": "develop",
                   "pathWithNamespace": 
"AnalyticsAPI/microservices/api/service-masterproxy-shaper",
                   "webUrl": "XXXXX",
                   "creatorId": 0,
                   "visibility": "internal",
                   "openIssuesCount": 0,
                   "starCount": 0,
                   "forkedFromProjectId": 0,
                   "forkedFromProjectWebUrl": "",
                   "httpUrlToRepo": "XXXXX",
                   "createdDate": "2016-12-09T10:03:48.527Z",
                   "updatedDate": "2023-04-18T07:53:04.473Z"
               }
           },
       ],
       "nextPageToken": ""
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to