mappjzc opened a new pull request, #4411:
URL: https://github.com/apache/incubator-devlake/pull/4411
### Summary
Add name for child
fix project id error
`curl --location --request GET
'devlake:8080/plugins/gitlab/connections/6/remote-scopes?groupId=4064756&pageToken='`
```json
{
"children": [{
"type": "scope",
"parentId": "4064756",
"id": "16773509",
"name": "Persper Licenses",
"data": {
"connectionId": 0,
"gitlabId": 16773509,
"name": "Persper Licenses",
"description": "Persper Foundation Licenses",
"defaultBranch": "master",
"pathWithNamespace": "persper/licenses",
"webUrl": "https://gitlab.com/persper/licenses",
"creatorId": 0,
"visibility": "public",
"openIssuesCount": 0,
"starCount": 0,
"forkedFromProjectId": 0,
"forkedFromProjectWebUrl": "",
"httpUrlToRepo":
"https://gitlab.com/persper/licenses.git",
"createdDate": "2020-02-08T09:08:43.397Z",
"updatedDate": "2020-02-09T11:44:14.913Z"
}
}, {
"type": "scope",
"parentId": "4064756",
"id": "11441826",
"name": "Open Data End",
"data": {
"connectionId": 0,
"gitlabId": 11441826,
"name": "Open Data End",
"description": "The Open Data End (ODE) is a new system
structure to power the next generation of the Web, where user data and social
networks are uder users' control and made independent of product providers.",
"defaultBranch": "master",
"pathWithNamespace": "persper/open-data-end",
"webUrl": "https://gitlab.com/persper/open-data-end",
"creatorId": 0,
"visibility": "public",
"openIssuesCount": 0,
"starCount": 0,
"forkedFromProjectId": 0,
"forkedFromProjectWebUrl": "",
"httpUrlToRepo":
"https://gitlab.com/persper/open-data-end.git",
"createdDate": "2019-03-22T05:36:23.311Z",
"updatedDate": "2019-03-22T05:36:23.311Z"
}
}, {
"type": "scope",
"parentId": "4064756",
"id": "11196910",
"name": "Survey System",
"data": {
"connectionId": 0,
"gitlabId": 11196910,
"name": "Survey System",
"description": "Survey system for comparing commit
pairs",
"defaultBranch": "master",
"pathWithNamespace": "persper/survey-system",
"webUrl": "https://gitlab.com/persper/survey-system",
"creatorId": 0,
"visibility": "public",
"openIssuesCount": 0,
"starCount": 0,
"forkedFromProjectId": 0,
"forkedFromProjectWebUrl": "",
"httpUrlToRepo":
"https://gitlab.com/persper/survey-system.git",
"createdDate": "2019-03-07T09:04:05.775Z",
"updatedDate": "2019-03-07T09:04:05.775Z"
}
}, {
"type": "scope",
"parentId": "4064756",
"id": "11196596",
"name": "Apartment",
"data": {
"connectionId": 0,
"gitlabId": 11196596,
"name": "Apartment",
"description": "",
"defaultBranch": "development",
"pathWithNamespace": "persper/apartment",
"webUrl": "https://gitlab.com/persper/apartment",
"creatorId": 0,
"visibility": "public",
"openIssuesCount": 0,
"starCount": 0,
"forkedFromProjectId": 0,
"forkedFromProjectWebUrl": "",
"httpUrlToRepo":
"https://gitlab.com/persper/apartment.git",
"createdDate": "2019-03-07T08:53:39.227Z",
"updatedDate": "2019-04-11T11:44:25.234Z"
}
}, {
"type": "scope",
"parentId": "4064756",
"id": "10008723",
"name": "Code Analytics",
"data": {
"connectionId": 0,
"gitlabId": 10008723,
"name": "Code Analytics",
"description": "Persper's code contribution analytics
framework",
"defaultBranch": "develop",
"pathWithNamespace": "persper/code-analytics",
"webUrl": "https://gitlab.com/persper/code-analytics",
"creatorId": 0,
"visibility": "private",
"openIssuesCount": 15,
"starCount": 5,
"forkedFromProjectId": 0,
"forkedFromProjectWebUrl": "",
"httpUrlToRepo":
"https://gitlab.com/persper/code-analytics.git",
"createdDate": "2018-12-19T22:27:47.687Z",
"updatedDate": "2020-06-10T15:30:33.068Z"
}
}, {
"type": "scope",
"parentId": "4064756",
"id": "9650021",
"name": "Drepo GitLab Development Kit",
"data": {
"connectionId": 0,
"gitlabId": 9650021,
"name": "Drepo GitLab Development Kit",
"description": "Get started with GitLab Rails
development",
"defaultBranch": "master",
"pathWithNamespace":
"persper/drepo-gitlab-development-kit",
"webUrl":
"https://gitlab.com/persper/drepo-gitlab-development-kit",
"creatorId": 0,
"visibility": "public",
"openIssuesCount": 0,
"starCount": 0,
"forkedFromProjectId": 74823,
"forkedFromProjectWebUrl":
"https://gitlab.com/gitlab-org/gitlab-development-kit",
"httpUrlToRepo":
"https://gitlab.com/persper/drepo-gitlab-development-kit.git",
"createdDate": "2018-11-28T02:20:27.554Z",
"updatedDate": "2018-11-28T07:30:53.401Z"
}
}, {
"type": "scope",
"parentId": "4064756",
"id": "9482209",
"name": "Decentralized GitLab",
"data": {
"connectionId": 0,
"gitlabId": 9482209,
"name": "Decentralized GitLab",
"description": "Website:
https://drepo.io\r\nIntroduction: https://medium.com/p/80edd708b80b",
"defaultBranch": "master",
"pathWithNamespace": "persper/gitlab-ce",
"webUrl": "https://gitlab.com/persper/gitlab-ce",
"creatorId": 0,
"visibility": "public",
"openIssuesCount": 0,
"starCount": 0,
"forkedFromProjectId": 13083,
"forkedFromProjectWebUrl":
"https://gitlab.com/gitlab-org/gitlab-foss",
"httpUrlToRepo":
"https://gitlab.com/persper/gitlab-ce.git",
"createdDate": "2018-11-19T03:55:02.194Z",
"updatedDate": "2019-07-14T12:28:07.896Z"
}
}],
"nextPageToken": ""
}
```
### Screenshots

--
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]