1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00
Files
quay/web/cypress/fixtures/gitlab-build-trigger-namespaces.json
Brandon Caton 03b7fec211 ui: implementing github and gitlab build triggers (PROJQUAY-6585) (#2614)
Adds the creation of GitHub and GitLab build triggers.
2024-01-25 13:00:51 -05:00

29 lines
618 B
JSON

{
"namespaces": [
{
"personal": true,
"id": "gitlabuser1",
"title": "User 1",
"avatar_url": "https://secure.gravatar.com/avatar/",
"url": "https://gitlab.com/gitlabuser1",
"score": 0
},
{
"personal": true,
"id": "gitlabgroup2",
"title": "Group 2",
"avatar_url": null,
"url": "https://gitlab.com/groups/gitlabgroup2",
"score": 50
},
{
"personal": true,
"id": "gitlabgroup3",
"title": "Group 3",
"avatar_url": null,
"url": "https://gitlab.com/groups/gitlabgroup3",
"score": 100
}
]
}