-
Notifications
You must be signed in to change notification settings - Fork 735
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jonathan Leitschuh <[email protected]>
- Loading branch information
1 parent
ccf6031
commit 1cdbc17
Showing
31 changed files
with
819 additions
and
379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,33 +9,46 @@ | |
"issues_url": "https://api.github.com/orgs/hub4j-test-org/issues", | ||
"members_url": "https://api.github.com/orgs/hub4j-test-org/members{/member}", | ||
"public_members_url": "https://api.github.com/orgs/hub4j-test-org/public_members{/member}", | ||
"avatar_url": "https://avatars3.githubusercontent.com/u/7544739?v=4", | ||
"description": null, | ||
"avatar_url": "https://avatars.githubusercontent.com/u/7544739?v=4", | ||
"description": "Hub4j Test Org Description (this could be null or blank too)", | ||
"name": "Hub4j Test Org Name (this could be null or blank too)", | ||
"company": null, | ||
"blog": "https://hub4j.url.io/could/be/null", | ||
"location": "Hub4j Test Org Location (this could be null or blank too)", | ||
"email": "[email protected]", | ||
"twitter_username": null, | ||
"is_verified": false, | ||
"has_organization_projects": true, | ||
"has_repository_projects": true, | ||
"public_repos": 9, | ||
"public_repos": 20, | ||
"public_gists": 0, | ||
"followers": 0, | ||
"following": 0, | ||
"html_url": "https://github.com/hub4j-test-org", | ||
"created_at": "2014-05-10T19:39:11Z", | ||
"updated_at": "2015-04-20T00:42:30Z", | ||
"updated_at": "2020-06-04T05:56:10Z", | ||
"type": "Organization", | ||
"total_private_repos": 0, | ||
"owned_private_repos": 0, | ||
"total_private_repos": 2, | ||
"owned_private_repos": 2, | ||
"private_gists": 0, | ||
"disk_usage": 132, | ||
"disk_usage": 11979, | ||
"collaborators": 0, | ||
"billing_email": "[email protected]", | ||
"default_repository_permission": "none", | ||
"members_can_create_repositories": false, | ||
"two_factor_requirement_enabled": false, | ||
"members_allowed_repository_creation_type": "none", | ||
"members_can_create_public_repositories": false, | ||
"members_can_create_private_repositories": false, | ||
"members_can_create_internal_repositories": false, | ||
"members_can_create_pages": true, | ||
"members_can_create_public_pages": true, | ||
"members_can_create_private_pages": true, | ||
"plan": { | ||
"name": "free", | ||
"space": 976562499, | ||
"private_repos": 0, | ||
"filled_seats": 4, | ||
"seats": 0 | ||
"private_repos": 10000, | ||
"filled_seats": 29, | ||
"seats": 3 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"id": 212868194, | ||
"node_id": "MDEwOlJlcG9zaXRvcnkyMTI4NjgxOTQ=", | ||
"id": 415990154, | ||
"node_id": "R_kgDOGMuBig", | ||
"name": "repo-for-project-card", | ||
"full_name": "hub4j-test-org/repo-for-project-card", | ||
"private": false, | ||
"owner": { | ||
"login": "hub4j-test-org", | ||
"id": 7544739, | ||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjc1NDQ3Mzk=", | ||
"avatar_url": "https://avatars3.githubusercontent.com/u/7544739?v=4", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/7544739?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/hub4j-test-org", | ||
"html_url": "https://github.com/hub4j-test-org", | ||
|
@@ -64,9 +64,9 @@ | |
"labels_url": "https://api.github.com/repos/hub4j-test-org/repo-for-project-card/labels{/name}", | ||
"releases_url": "https://api.github.com/repos/hub4j-test-org/repo-for-project-card/releases{/id}", | ||
"deployments_url": "https://api.github.com/repos/hub4j-test-org/repo-for-project-card/deployments", | ||
"created_at": "2019-10-04T17:25:12Z", | ||
"updated_at": "2019-10-04T17:25:12Z", | ||
"pushed_at": "2019-10-04T17:25:13Z", | ||
"created_at": "2021-10-11T15:43:39Z", | ||
"updated_at": "2021-10-11T15:43:39Z", | ||
"pushed_at": "2021-10-11T15:43:39Z", | ||
"git_url": "git://github.com/hub4j-test-org/repo-for-project-card.git", | ||
"ssh_url": "[email protected]:hub4j-test-org/repo-for-project-card.git", | ||
"clone_url": "https://github.com/hub4j-test-org/repo-for-project-card.git", | ||
|
@@ -87,23 +87,31 @@ | |
"disabled": false, | ||
"open_issues_count": 0, | ||
"license": null, | ||
"allow_forking": true, | ||
"is_template": false, | ||
"topics": [], | ||
"visibility": "public", | ||
"forks": 0, | ||
"open_issues": 0, | ||
"watchers": 0, | ||
"default_branch": "main", | ||
"permissions": { | ||
"admin": true, | ||
"maintain": true, | ||
"push": true, | ||
"triage": true, | ||
"pull": true | ||
}, | ||
"allow_squash_merge": true, | ||
"allow_merge_commit": true, | ||
"allow_rebase_merge": true, | ||
"allow_auto_merge": false, | ||
"delete_branch_on_merge": false, | ||
"organization": { | ||
"login": "hub4j-test-org", | ||
"id": 7544739, | ||
"node_id": "MDEyOk9yZ2FuaXphdGlvbjc1NDQ3Mzk=", | ||
"avatar_url": "https://avatars3.githubusercontent.com/u/7544739?v=4", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/7544739?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/hub4j-test-org", | ||
"html_url": "https://github.com/hub4j-test-org", | ||
|
@@ -120,5 +128,5 @@ | |
"site_admin": false | ||
}, | ||
"network_count": 0, | ||
"subscribers_count": 2 | ||
"subscribers_count": 0 | ||
} |
10 changes: 10 additions & 0 deletions
10
...ProjectCardTest/wiremock/testCreateCardFromIssue/__files/projects_13495086_columns-4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"url": "https://api.github.com/projects/columns/16361848", | ||
"project_url": "https://api.github.com/projects/13495086", | ||
"cards_url": "https://api.github.com/projects/columns/16361848/cards", | ||
"id": 16361848, | ||
"node_id": "PC_lAPOAHMfo84AzesuzgD5qXg", | ||
"name": "column-one", | ||
"created_at": "2021-10-11T15:43:38Z", | ||
"updated_at": "2021-10-11T15:43:38Z" | ||
} |
10 changes: 0 additions & 10 deletions
10
...HProjectCardTest/wiremock/testCreateCardFromIssue/__files/projects_3312449_columns-4.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.