mirror of
https://github.com/servo/servo.git
synced 2025-09-21 04:10:11 +01:00
Reorganize Servo's WPT Python scripts
This change moves all of Servo's WPT Python support scripts into one directory as they were previously scattered throughout the directory structure. This should allow more code reuse and make it easier to understand how everything fits together. The changes: - `tests/wpt/update` → `python/wpt/importer` - `etc/ci/upstream-wpt-changes/wptupstreamer` → `python/wpt/exporter` - `etc/ci/upstream-wpt-changes/test.py` → `python/wpt/test.py` - `etc/ci/upstream-wpt-changes/tests` → `python/wpt/tests` - `tests/wpt/servowpt.py` → - `python/wpt/update.py` - `python/wpt/run.py` - `tests/wpt/manifestupdate.py` → `python/wpt/manifestupdate.py` This change also removes - The ability to run the `update-wpt` and `test-wpt` commands without using `mach`. These didn't work very well, because it was difficult to get all of the wptrunner and mach dependencies installed outside of the Python virtualenv. It's simpler if they are always run through `mach`. - The old WPT change upstreaming script that was no longer used.
This commit is contained in:
parent
9acb9cc5cf
commit
e2cf3e8d1a
52 changed files with 237 additions and 888 deletions
514
python/wpt/tests/edited.json
Normal file
514
python/wpt/tests/edited.json
Normal file
|
@ -0,0 +1,514 @@
|
|||
{
|
||||
"action": "edited",
|
||||
"changes": {
|
||||
"body": {
|
||||
"from": "Original body<!-- Please describe your changes on the following line: -->\r\n\r\n\r\n---\r\n<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->\r\n- [ ] `./mach build -d` does not report any errors\r\n- [ ] `./mach test-tidy` does not report any errors\r\n- [ ] These changes fix #___ (GitHub issue number if applicable)\r\n\r\n<!-- Either: -->\r\n- [ ] There are tests for these changes OR\r\n- [ ] These changes do not require tests because ___\r\n\r\n<!-- Also, please make sure that \"Allow edits from maintainers\" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->\r\n\r\n<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->\r\n"
|
||||
},
|
||||
"title": {
|
||||
"from": "Original bad title"
|
||||
}
|
||||
},
|
||||
"number": 19620,
|
||||
"pull_request": {
|
||||
"_links": {
|
||||
"comments": {
|
||||
"href": "https://api.github.com/repos/servo/servo/issues/19620/comments"
|
||||
},
|
||||
"commits": {
|
||||
"href": "https://api.github.com/repos/servo/servo/pulls/19620/commits"
|
||||
},
|
||||
"html": {
|
||||
"href": "https://github.com/servo/servo/pull/19620"
|
||||
},
|
||||
"issue": {
|
||||
"href": "https://api.github.com/repos/servo/servo/issues/19620"
|
||||
},
|
||||
"review_comment": {
|
||||
"href": "https://api.github.com/repos/servo/servo/pulls/comments{/number}"
|
||||
},
|
||||
"review_comments": {
|
||||
"href": "https://api.github.com/repos/servo/servo/pulls/19620/comments"
|
||||
},
|
||||
"self": {
|
||||
"href": "https://api.github.com/repos/servo/servo/pulls/19620"
|
||||
},
|
||||
"statuses": {
|
||||
"href": "https://api.github.com/repos/servo/servo/statuses/28ce5e1e33563e9dc2fe7bc342d313b38147df23"
|
||||
}
|
||||
},
|
||||
"active_lock_reason": null,
|
||||
"additions": 13,
|
||||
"assignee": null,
|
||||
"assignees": [],
|
||||
"author_association": "OWNER",
|
||||
"auto_merge": null,
|
||||
"base": {
|
||||
"label": "mrobinson:master",
|
||||
"ref": "master",
|
||||
"repo": {
|
||||
"allow_auto_merge": false,
|
||||
"allow_forking": true,
|
||||
"allow_merge_commit": true,
|
||||
"allow_rebase_merge": true,
|
||||
"allow_squash_merge": true,
|
||||
"allow_update_branch": false,
|
||||
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
|
||||
"archived": false,
|
||||
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
|
||||
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
|
||||
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
|
||||
"clone_url": "https://github.com/servo/servo.git",
|
||||
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
|
||||
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
|
||||
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
|
||||
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
|
||||
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
|
||||
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
|
||||
"created_at": "2014-03-31T16:17:52Z",
|
||||
"default_branch": "master",
|
||||
"delete_branch_on_merge": false,
|
||||
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
|
||||
"description": "The Servo Browser Engine",
|
||||
"disabled": false,
|
||||
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
|
||||
"events_url": "https://api.github.com/repos/servo/servo/events",
|
||||
"fork": true,
|
||||
"forks": 0,
|
||||
"forks_count": 0,
|
||||
"forks_url": "https://api.github.com/repos/servo/servo/forks",
|
||||
"full_name": "servo/servo",
|
||||
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
|
||||
"git_url": "git://github.com/servo/servo.git",
|
||||
"has_discussions": false,
|
||||
"has_downloads": true,
|
||||
"has_issues": false,
|
||||
"has_pages": false,
|
||||
"has_projects": true,
|
||||
"has_wiki": true,
|
||||
"homepage": "",
|
||||
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
|
||||
"html_url": "https://github.com/servo/servo",
|
||||
"id": 18299566,
|
||||
"is_template": false,
|
||||
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
|
||||
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
|
||||
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
|
||||
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
|
||||
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
|
||||
"language": null,
|
||||
"languages_url": "https://api.github.com/repos/servo/servo/languages",
|
||||
"license": {
|
||||
"key": "mpl-2.0",
|
||||
"name": "Mozilla Public License 2.0",
|
||||
"node_id": "MDc6TGljZW5zZTE0",
|
||||
"spdx_id": "MPL-2.0",
|
||||
"url": "https://api.github.com/licenses/mpl-2.0"
|
||||
},
|
||||
"merge_commit_message": "PR_TITLE",
|
||||
"merge_commit_title": "MERGE_MESSAGE",
|
||||
"merges_url": "https://api.github.com/repos/servo/servo/merges",
|
||||
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
|
||||
"mirror_url": null,
|
||||
"name": "servo",
|
||||
"node_id": "MDEwOlJlcG9zaXRvcnkxODI5OTU2Ng==",
|
||||
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
|
||||
"open_issues": 2,
|
||||
"open_issues_count": 2,
|
||||
"owner": {
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/13536?v=4",
|
||||
"events_url": "https://api.github.com/users/mrobinson/events{/privacy}",
|
||||
"followers_url": "https://api.github.com/users/mrobinson/followers",
|
||||
"following_url": "https://api.github.com/users/mrobinson/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/mrobinson/gists{/gist_id}",
|
||||
"gravatar_id": "",
|
||||
"html_url": "https://github.com/mrobinson",
|
||||
"id": 13536,
|
||||
"login": "mrobinson",
|
||||
"node_id": "MDQ6VXNlcjEzNTM2",
|
||||
"organizations_url": "https://api.github.com/users/mrobinson/orgs",
|
||||
"received_events_url": "https://api.github.com/users/mrobinson/received_events",
|
||||
"repos_url": "https://api.github.com/users/mrobinson/repos",
|
||||
"site_admin": false,
|
||||
"starred_url": "https://api.github.com/users/mrobinson/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/mrobinson/subscriptions",
|
||||
"type": "User",
|
||||
"url": "https://api.github.com/users/mrobinson"
|
||||
},
|
||||
"private": false,
|
||||
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
|
||||
"pushed_at": "2023-01-09T08:10:35Z",
|
||||
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
|
||||
"size": 928531,
|
||||
"squash_merge_commit_message": "COMMIT_MESSAGES",
|
||||
"squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
|
||||
"ssh_url": "git@github.com:servo/servo.git",
|
||||
"stargazers_count": 0,
|
||||
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
|
||||
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
|
||||
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
|
||||
"svn_url": "https://github.com/servo/servo",
|
||||
"tags_url": "https://api.github.com/repos/servo/servo/tags",
|
||||
"teams_url": "https://api.github.com/repos/servo/servo/teams",
|
||||
"topics": [],
|
||||
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
|
||||
"updated_at": "2023-01-02T14:06:01Z",
|
||||
"url": "https://api.github.com/repos/servo/servo",
|
||||
"use_squash_pr_title_as_default": false,
|
||||
"visibility": "public",
|
||||
"watchers": 0,
|
||||
"watchers_count": 0,
|
||||
"web_commit_signoff_required": false
|
||||
},
|
||||
"sha": "35b45a8a0b6741679439de56613f3588e5cc5887",
|
||||
"user": {
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/13536?v=4",
|
||||
"events_url": "https://api.github.com/users/mrobinson/events{/privacy}",
|
||||
"followers_url": "https://api.github.com/users/mrobinson/followers",
|
||||
"following_url": "https://api.github.com/users/mrobinson/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/mrobinson/gists{/gist_id}",
|
||||
"gravatar_id": "",
|
||||
"html_url": "https://github.com/mrobinson",
|
||||
"id": 13536,
|
||||
"login": "mrobinson",
|
||||
"node_id": "MDQ6VXNlcjEzNTM2",
|
||||
"organizations_url": "https://api.github.com/users/mrobinson/orgs",
|
||||
"received_events_url": "https://api.github.com/users/mrobinson/received_events",
|
||||
"repos_url": "https://api.github.com/users/mrobinson/repos",
|
||||
"site_admin": false,
|
||||
"starred_url": "https://api.github.com/users/mrobinson/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/mrobinson/subscriptions",
|
||||
"type": "User",
|
||||
"url": "https://api.github.com/users/mrobinson"
|
||||
}
|
||||
},
|
||||
"body": "Reference #3 servo/servo#3<!-- Please describe your changes on the following line: -->\r\n\r\n\r\n---\r\n<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->\r\n- [ ] `./mach build -d` does not report any errors\r\n- [ ] `./mach test-tidy` does not report any errors\r\n- [ ] These changes fix #___ (GitHub issue number if applicable)\r\n\r\n<!-- Either: -->\r\n- [ ] There are tests for these changes OR\r\n- [ ] These changes do not require tests because ___\r\n\r\n<!-- Also, please make sure that \"Allow edits from maintainers\" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->\r\n\r\n<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->\r\n",
|
||||
"changed_files": 2,
|
||||
"closed_at": null,
|
||||
"comments": 1,
|
||||
"comments_url": "https://api.github.com/repos/servo/servo/issues/19620/comments",
|
||||
"commits": 2,
|
||||
"commits_url": "https://api.github.com/repos/servo/servo/pulls/19620/commits",
|
||||
"created_at": "2023-01-09T08:10:35Z",
|
||||
"deletions": 8,
|
||||
"diff_url": "https://github.com/servo/servo/pull/19620.diff",
|
||||
"draft": false,
|
||||
"head": {
|
||||
"label": "mrobinson:more-work",
|
||||
"ref": "more-work",
|
||||
"repo": {
|
||||
"allow_auto_merge": false,
|
||||
"allow_forking": true,
|
||||
"allow_merge_commit": true,
|
||||
"allow_rebase_merge": true,
|
||||
"allow_squash_merge": true,
|
||||
"allow_update_branch": false,
|
||||
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
|
||||
"archived": false,
|
||||
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
|
||||
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
|
||||
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
|
||||
"clone_url": "https://github.com/servo/servo.git",
|
||||
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
|
||||
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
|
||||
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
|
||||
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
|
||||
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
|
||||
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
|
||||
"created_at": "2014-03-31T16:17:52Z",
|
||||
"default_branch": "master",
|
||||
"delete_branch_on_merge": false,
|
||||
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
|
||||
"description": "The Servo Browser Engine",
|
||||
"disabled": false,
|
||||
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
|
||||
"events_url": "https://api.github.com/repos/servo/servo/events",
|
||||
"fork": true,
|
||||
"forks": 0,
|
||||
"forks_count": 0,
|
||||
"forks_url": "https://api.github.com/repos/servo/servo/forks",
|
||||
"full_name": "servo/servo",
|
||||
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
|
||||
"git_url": "git://github.com/servo/servo.git",
|
||||
"has_discussions": false,
|
||||
"has_downloads": true,
|
||||
"has_issues": false,
|
||||
"has_pages": false,
|
||||
"has_projects": true,
|
||||
"has_wiki": true,
|
||||
"homepage": "",
|
||||
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
|
||||
"html_url": "https://github.com/servo/servo",
|
||||
"id": 18299566,
|
||||
"is_template": false,
|
||||
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
|
||||
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
|
||||
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
|
||||
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
|
||||
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
|
||||
"language": null,
|
||||
"languages_url": "https://api.github.com/repos/servo/servo/languages",
|
||||
"license": {
|
||||
"key": "mpl-2.0",
|
||||
"name": "Mozilla Public License 2.0",
|
||||
"node_id": "MDc6TGljZW5zZTE0",
|
||||
"spdx_id": "MPL-2.0",
|
||||
"url": "https://api.github.com/licenses/mpl-2.0"
|
||||
},
|
||||
"merge_commit_message": "PR_TITLE",
|
||||
"merge_commit_title": "MERGE_MESSAGE",
|
||||
"merges_url": "https://api.github.com/repos/servo/servo/merges",
|
||||
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
|
||||
"mirror_url": null,
|
||||
"name": "servo",
|
||||
"node_id": "MDEwOlJlcG9zaXRvcnkxODI5OTU2Ng==",
|
||||
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
|
||||
"open_issues": 2,
|
||||
"open_issues_count": 2,
|
||||
"owner": {
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/13536?v=4",
|
||||
"events_url": "https://api.github.com/users/mrobinson/events{/privacy}",
|
||||
"followers_url": "https://api.github.com/users/mrobinson/followers",
|
||||
"following_url": "https://api.github.com/users/mrobinson/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/mrobinson/gists{/gist_id}",
|
||||
"gravatar_id": "",
|
||||
"html_url": "https://github.com/mrobinson",
|
||||
"id": 13536,
|
||||
"login": "mrobinson",
|
||||
"node_id": "MDQ6VXNlcjEzNTM2",
|
||||
"organizations_url": "https://api.github.com/users/mrobinson/orgs",
|
||||
"received_events_url": "https://api.github.com/users/mrobinson/received_events",
|
||||
"repos_url": "https://api.github.com/users/mrobinson/repos",
|
||||
"site_admin": false,
|
||||
"starred_url": "https://api.github.com/users/mrobinson/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/mrobinson/subscriptions",
|
||||
"type": "User",
|
||||
"url": "https://api.github.com/users/mrobinson"
|
||||
},
|
||||
"private": false,
|
||||
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
|
||||
"pushed_at": "2023-01-09T08:10:35Z",
|
||||
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
|
||||
"size": 928531,
|
||||
"squash_merge_commit_message": "COMMIT_MESSAGES",
|
||||
"squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
|
||||
"ssh_url": "git@github.com:servo/servo.git",
|
||||
"stargazers_count": 0,
|
||||
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
|
||||
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
|
||||
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
|
||||
"svn_url": "https://github.com/servo/servo",
|
||||
"tags_url": "https://api.github.com/repos/servo/servo/tags",
|
||||
"teams_url": "https://api.github.com/repos/servo/servo/teams",
|
||||
"topics": [],
|
||||
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
|
||||
"updated_at": "2023-01-02T14:06:01Z",
|
||||
"url": "https://api.github.com/repos/servo/servo",
|
||||
"use_squash_pr_title_as_default": false,
|
||||
"visibility": "public",
|
||||
"watchers": 0,
|
||||
"watchers_count": 0,
|
||||
"web_commit_signoff_required": false
|
||||
},
|
||||
"sha": "28ce5e1e33563e9dc2fe7bc342d313b38147df23",
|
||||
"user": {
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/13536?v=4",
|
||||
"events_url": "https://api.github.com/users/mrobinson/events{/privacy}",
|
||||
"followers_url": "https://api.github.com/users/mrobinson/followers",
|
||||
"following_url": "https://api.github.com/users/mrobinson/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/mrobinson/gists{/gist_id}",
|
||||
"gravatar_id": "",
|
||||
"html_url": "https://github.com/mrobinson",
|
||||
"id": 13536,
|
||||
"login": "mrobinson",
|
||||
"node_id": "MDQ6VXNlcjEzNTM2",
|
||||
"organizations_url": "https://api.github.com/users/mrobinson/orgs",
|
||||
"received_events_url": "https://api.github.com/users/mrobinson/received_events",
|
||||
"repos_url": "https://api.github.com/users/mrobinson/repos",
|
||||
"site_admin": false,
|
||||
"starred_url": "https://api.github.com/users/mrobinson/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/mrobinson/subscriptions",
|
||||
"type": "User",
|
||||
"url": "https://api.github.com/users/mrobinson"
|
||||
}
|
||||
},
|
||||
"html_url": "https://github.com/servo/servo/pull/19620",
|
||||
"id": 1190367516,
|
||||
"issue_url": "https://api.github.com/repos/servo/servo/issues/19620",
|
||||
"labels": [],
|
||||
"locked": false,
|
||||
"maintainer_can_modify": false,
|
||||
"merge_commit_sha": "a5a2e2e745d1b3aaf8544cc7c6eddc519ff9f8f7",
|
||||
"mergeable": true,
|
||||
"mergeable_state": "clean",
|
||||
"merged": false,
|
||||
"merged_at": null,
|
||||
"merged_by": null,
|
||||
"milestone": null,
|
||||
"node_id": "PR_kwDOARc6rs5G85Ec",
|
||||
"number": 19620,
|
||||
"patch_url": "https://github.com/servo/servo/pull/19620.patch",
|
||||
"rebaseable": true,
|
||||
"requested_reviewers": [],
|
||||
"requested_teams": [],
|
||||
"review_comment_url": "https://api.github.com/repos/servo/servo/pulls/comments{/number}",
|
||||
"review_comments": 0,
|
||||
"review_comments_url": "https://api.github.com/repos/servo/servo/pulls/19620/comments",
|
||||
"state": "open",
|
||||
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/28ce5e1e33563e9dc2fe7bc342d313b38147df23",
|
||||
"title": "A cool new title",
|
||||
"updated_at": "2023-01-09T08:16:53Z",
|
||||
"url": "https://api.github.com/repos/servo/servo/pulls/19620",
|
||||
"user": {
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/13536?v=4",
|
||||
"events_url": "https://api.github.com/users/mrobinson/events{/privacy}",
|
||||
"followers_url": "https://api.github.com/users/mrobinson/followers",
|
||||
"following_url": "https://api.github.com/users/mrobinson/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/mrobinson/gists{/gist_id}",
|
||||
"gravatar_id": "",
|
||||
"html_url": "https://github.com/mrobinson",
|
||||
"id": 13536,
|
||||
"login": "mrobinson",
|
||||
"node_id": "MDQ6VXNlcjEzNTM2",
|
||||
"organizations_url": "https://api.github.com/users/mrobinson/orgs",
|
||||
"received_events_url": "https://api.github.com/users/mrobinson/received_events",
|
||||
"repos_url": "https://api.github.com/users/mrobinson/repos",
|
||||
"site_admin": false,
|
||||
"starred_url": "https://api.github.com/users/mrobinson/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/mrobinson/subscriptions",
|
||||
"type": "User",
|
||||
"url": "https://api.github.com/users/mrobinson"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"allow_forking": true,
|
||||
"archive_url": "https://api.github.com/repos/servo/servo/{archive_format}{/ref}",
|
||||
"archived": false,
|
||||
"assignees_url": "https://api.github.com/repos/servo/servo/assignees{/user}",
|
||||
"blobs_url": "https://api.github.com/repos/servo/servo/git/blobs{/sha}",
|
||||
"branches_url": "https://api.github.com/repos/servo/servo/branches{/branch}",
|
||||
"clone_url": "https://github.com/servo/servo.git",
|
||||
"collaborators_url": "https://api.github.com/repos/servo/servo/collaborators{/collaborator}",
|
||||
"comments_url": "https://api.github.com/repos/servo/servo/comments{/number}",
|
||||
"commits_url": "https://api.github.com/repos/servo/servo/commits{/sha}",
|
||||
"compare_url": "https://api.github.com/repos/servo/servo/compare/{base}...{head}",
|
||||
"contents_url": "https://api.github.com/repos/servo/servo/contents/{+path}",
|
||||
"contributors_url": "https://api.github.com/repos/servo/servo/contributors",
|
||||
"created_at": "2014-03-31T16:17:52Z",
|
||||
"default_branch": "master",
|
||||
"deployments_url": "https://api.github.com/repos/servo/servo/deployments",
|
||||
"description": "The Servo Browser Engine",
|
||||
"disabled": false,
|
||||
"downloads_url": "https://api.github.com/repos/servo/servo/downloads",
|
||||
"events_url": "https://api.github.com/repos/servo/servo/events",
|
||||
"fork": true,
|
||||
"forks": 0,
|
||||
"forks_count": 0,
|
||||
"forks_url": "https://api.github.com/repos/servo/servo/forks",
|
||||
"full_name": "servo/servo",
|
||||
"git_commits_url": "https://api.github.com/repos/servo/servo/git/commits{/sha}",
|
||||
"git_refs_url": "https://api.github.com/repos/servo/servo/git/refs{/sha}",
|
||||
"git_tags_url": "https://api.github.com/repos/servo/servo/git/tags{/sha}",
|
||||
"git_url": "git://github.com/servo/servo.git",
|
||||
"has_discussions": false,
|
||||
"has_downloads": true,
|
||||
"has_issues": false,
|
||||
"has_pages": false,
|
||||
"has_projects": true,
|
||||
"has_wiki": true,
|
||||
"homepage": "",
|
||||
"hooks_url": "https://api.github.com/repos/servo/servo/hooks",
|
||||
"html_url": "https://github.com/servo/servo",
|
||||
"id": 18299566,
|
||||
"is_template": false,
|
||||
"issue_comment_url": "https://api.github.com/repos/servo/servo/issues/comments{/number}",
|
||||
"issue_events_url": "https://api.github.com/repos/servo/servo/issues/events{/number}",
|
||||
"issues_url": "https://api.github.com/repos/servo/servo/issues{/number}",
|
||||
"keys_url": "https://api.github.com/repos/servo/servo/keys{/key_id}",
|
||||
"labels_url": "https://api.github.com/repos/servo/servo/labels{/name}",
|
||||
"language": null,
|
||||
"languages_url": "https://api.github.com/repos/servo/servo/languages",
|
||||
"license": {
|
||||
"key": "mpl-2.0",
|
||||
"name": "Mozilla Public License 2.0",
|
||||
"node_id": "MDc6TGljZW5zZTE0",
|
||||
"spdx_id": "MPL-2.0",
|
||||
"url": "https://api.github.com/licenses/mpl-2.0"
|
||||
},
|
||||
"merges_url": "https://api.github.com/repos/servo/servo/merges",
|
||||
"milestones_url": "https://api.github.com/repos/servo/servo/milestones{/number}",
|
||||
"mirror_url": null,
|
||||
"name": "servo",
|
||||
"node_id": "MDEwOlJlcG9zaXRvcnkxODI5OTU2Ng==",
|
||||
"notifications_url": "https://api.github.com/repos/servo/servo/notifications{?since,all,participating}",
|
||||
"open_issues": 2,
|
||||
"open_issues_count": 2,
|
||||
"owner": {
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/13536?v=4",
|
||||
"events_url": "https://api.github.com/users/mrobinson/events{/privacy}",
|
||||
"followers_url": "https://api.github.com/users/mrobinson/followers",
|
||||
"following_url": "https://api.github.com/users/mrobinson/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/mrobinson/gists{/gist_id}",
|
||||
"gravatar_id": "",
|
||||
"html_url": "https://github.com/mrobinson",
|
||||
"id": 13536,
|
||||
"login": "mrobinson",
|
||||
"node_id": "MDQ6VXNlcjEzNTM2",
|
||||
"organizations_url": "https://api.github.com/users/mrobinson/orgs",
|
||||
"received_events_url": "https://api.github.com/users/mrobinson/received_events",
|
||||
"repos_url": "https://api.github.com/users/mrobinson/repos",
|
||||
"site_admin": false,
|
||||
"starred_url": "https://api.github.com/users/mrobinson/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/mrobinson/subscriptions",
|
||||
"type": "User",
|
||||
"url": "https://api.github.com/users/mrobinson"
|
||||
},
|
||||
"private": false,
|
||||
"pulls_url": "https://api.github.com/repos/servo/servo/pulls{/number}",
|
||||
"pushed_at": "2023-01-09T08:10:35Z",
|
||||
"releases_url": "https://api.github.com/repos/servo/servo/releases{/id}",
|
||||
"size": 928531,
|
||||
"ssh_url": "git@github.com:servo/servo.git",
|
||||
"stargazers_count": 0,
|
||||
"stargazers_url": "https://api.github.com/repos/servo/servo/stargazers",
|
||||
"statuses_url": "https://api.github.com/repos/servo/servo/statuses/{sha}",
|
||||
"subscribers_url": "https://api.github.com/repos/servo/servo/subscribers",
|
||||
"subscription_url": "https://api.github.com/repos/servo/servo/subscription",
|
||||
"svn_url": "https://github.com/servo/servo",
|
||||
"tags_url": "https://api.github.com/repos/servo/servo/tags",
|
||||
"teams_url": "https://api.github.com/repos/servo/servo/teams",
|
||||
"topics": [],
|
||||
"trees_url": "https://api.github.com/repos/servo/servo/git/trees{/sha}",
|
||||
"updated_at": "2023-01-02T14:06:01Z",
|
||||
"url": "https://api.github.com/repos/servo/servo",
|
||||
"visibility": "public",
|
||||
"watchers": 0,
|
||||
"watchers_count": 0,
|
||||
"web_commit_signoff_required": false
|
||||
},
|
||||
"sender": {
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/13536?v=4",
|
||||
"events_url": "https://api.github.com/users/mrobinson/events{/privacy}",
|
||||
"followers_url": "https://api.github.com/users/mrobinson/followers",
|
||||
"following_url": "https://api.github.com/users/mrobinson/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/mrobinson/gists{/gist_id}",
|
||||
"gravatar_id": "",
|
||||
"html_url": "https://github.com/mrobinson",
|
||||
"id": 13536,
|
||||
"login": "mrobinson",
|
||||
"node_id": "MDQ6VXNlcjEzNTM2",
|
||||
"organizations_url": "https://api.github.com/users/mrobinson/orgs",
|
||||
"received_events_url": "https://api.github.com/users/mrobinson/received_events",
|
||||
"repos_url": "https://api.github.com/users/mrobinson/repos",
|
||||
"site_admin": false,
|
||||
"starred_url": "https://api.github.com/users/mrobinson/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/mrobinson/subscriptions",
|
||||
"type": "User",
|
||||
"url": "https://api.github.com/users/mrobinson"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue