Skip to content

Commit

Permalink
fix(org): add repos paging (#434)
Browse files Browse the repository at this point in the history
* fix(org): add repos paging

* fix: merge issue

Co-authored-by: David Vader <[email protected]>
  • Loading branch information
wass3r and plyr4 authored Aug 13, 2021
1 parent 8e336f4 commit eac3df9
Show file tree
Hide file tree
Showing 17 changed files with 848 additions and 146 deletions.
222 changes: 222 additions & 0 deletions cypress/fixtures/repositories_10a.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,222 @@
[
{
"id": 0,
"user_id": 15,
"org": "vela",
"name": "bjajzltmfr",
"full_name": "vela/bjajzltmfr",
"link": "",
"clone": "",
"branch": "master",
"timeout": 30,
"counter": 0,
"visibility": "public",
"private": false,
"trusted": true,
"active": true,
"allow_pull": false,
"allow_push": true,
"allow_deploy": false,
"allow_tag": false,
"allow_comment": false,
"pipeline_type": "yaml"
},
{
"id": 1,
"user_id": 74,
"org": "vela",
"name": "epcuczo",
"full_name": "vela/epcuczo",
"link": "",
"clone": "",
"branch": "master",
"timeout": 30,
"counter": 0,
"visibility": "public",
"private": false,
"trusted": true,
"active": true,
"allow_pull": false,
"allow_push": true,
"allow_deploy": false,
"allow_tag": false,
"allow_comment": false,
"pipeline_type": "yaml"
},
{
"id": 2,
"user_id": 27,
"org": "vela",
"name": "pncrdovo",
"full_name": "vela/pncrdovo",
"link": "",
"clone": "",
"branch": "master",
"timeout": 30,
"counter": 0,
"visibility": "public",
"private": false,
"trusted": true,
"active": true,
"allow_pull": false,
"allow_push": true,
"allow_deploy": false,
"allow_tag": false,
"allow_comment": false,
"pipeline_type": "yaml"
},
{
"id": 3,
"user_id": 20,
"org": "vela",
"name": "sfhshmiwwyk",
"full_name": "vela/sfhshmiwwyk",
"link": "",
"clone": "",
"branch": "master",
"timeout": 30,
"counter": 0,
"visibility": "public",
"private": false,
"trusted": true,
"active": true,
"allow_pull": false,
"allow_push": true,
"allow_deploy": false,
"allow_tag": false,
"allow_comment": false,
"pipeline_type": "yaml"
},
{
"id": 4,
"user_id": 66,
"org": "vela",
"name": "fvxrjqwqr",
"full_name": "vela/fvxrjqwqr",
"link": "",
"clone": "",
"branch": "master",
"timeout": 30,
"counter": 0,
"visibility": "public",
"private": false,
"trusted": true,
"active": true,
"allow_pull": false,
"allow_push": true,
"allow_deploy": false,
"allow_tag": false,
"allow_comment": false,
"pipeline_type": "yaml"
},
{
"id": 5,
"user_id": 93,
"org": "vela",
"name": "uamaip",
"full_name": "vela/uamaip",
"link": "",
"clone": "",
"branch": "master",
"timeout": 30,
"counter": 0,
"visibility": "public",
"private": false,
"trusted": true,
"active": true,
"allow_pull": false,
"allow_push": true,
"allow_deploy": false,
"allow_tag": false,
"allow_comment": false,
"pipeline_type": "yaml"
},
{
"id": 6,
"user_id": 7,
"org": "vela",
"name": "yaumkvhd",
"full_name": "vela/yaumkvhd",
"link": "",
"clone": "",
"branch": "master",
"timeout": 30,
"counter": 0,
"visibility": "public",
"private": false,
"trusted": true,
"active": true,
"allow_pull": false,
"allow_push": true,
"allow_deploy": false,
"allow_tag": false,
"allow_comment": false,
"pipeline_type": "yaml"
},
{
"id": 7,
"user_id": 87,
"org": "vela",
"name": "isxkgjbves",
"full_name": "vela/isxkgjbves",
"link": "",
"clone": "",
"branch": "master",
"timeout": 30,
"counter": 0,
"visibility": "public",
"private": false,
"trusted": true,
"active": true,
"allow_pull": false,
"allow_push": true,
"allow_deploy": false,
"allow_tag": false,
"allow_comment": false,
"pipeline_type": "yaml"
},
{
"id": 8,
"user_id": 36,
"org": "vela",
"name": "qwunbamrun",
"full_name": "vela/qwunbamrun",
"link": "",
"clone": "",
"branch": "master",
"timeout": 30,
"counter": 0,
"visibility": "public",
"private": false,
"trusted": true,
"active": true,
"allow_pull": false,
"allow_push": true,
"allow_deploy": false,
"allow_tag": false,
"allow_comment": false,
"pipeline_type": "yaml"
},
{
"id": 9,
"user_id": 10,
"org": "vela",
"name": "atclrzel",
"full_name": "vela/atclrzel",
"link": "",
"clone": "",
"branch": "master",
"timeout": 30,
"counter": 0,
"visibility": "public",
"private": false,
"trusted": true,
"active": true,
"allow_pull": false,
"allow_push": true,
"allow_deploy": false,
"allow_tag": false,
"allow_comment": false,
"pipeline_type": "yaml"
}
]
Loading

0 comments on commit eac3df9

Please sign in to comment.