File size: 64,985 Bytes
6ab90c0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {"time": "2024-08-14T16:26:08+00:00", "type": "commit", "payload": {"sha": "022d095dd97c8cc662140c8d363211a296369d23", "node_id": "C_kwDOKNhT9doAKDAyMmQwOTVkZDk3YzhjYzY2MjE0MGM4ZDM2MzIxMWEyOTYzNjlkMjM", "commit": {"author": {"name": "Daniel Neilson", "email": "53624638+ddneilson@users.noreply.github.com", "date": "2024-08-14T16:26:08Z"}, "committer": {"name": "Daniel Neilson", "email": "53624638+ddneilson@users.noreply.github.com", "date": "2024-08-14T16:29:35Z"}, "message": "fix: format string errors no longer embed the entire format string\n\nProblem:\n\nFormat strings can be very large (e.g. when they are the 'data' element of an embedded file).\nThe FormatStringError that we report currently embeds the entire format string into the error\nmessage. That's unnecessary since our validation errors are already pointing the user directly\nat the template element that is producing the error.\n\nSolution:\n\nThis removes the format string data from the error message.\n\nSigned-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>", "tree": {"sha": "62ac9d2690af10adb9cf57ad61dcc7b2ebe7bc7d", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees/62ac9d2690af10adb9cf57ad61dcc7b2ebe7bc7d"}, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/022d095dd97c8cc662140c8d363211a296369d23", "comment_count": 0, "verification": {"verified": false, "reason": "unsigned", "signature": null, "payload": null, "verified_at": null}}, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/022d095dd97c8cc662140c8d363211a296369d23", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/022d095dd97c8cc662140c8d363211a296369d23", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/022d095dd97c8cc662140c8d363211a296369d23/comments", "author": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "committer": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "parents": [{"sha": "8640bdef417660f5e14fe2529e7a10d4ffd8063e", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/8640bdef417660f5e14fe2529e7a10d4ffd8063e", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/8640bdef417660f5e14fe2529e7a10d4ffd8063e"}], "stats": {"total": 5, "additions": 2, "deletions": 3}, "files": [{"sha": "1b25e20e3118a8eb90e6f6be2f6882146e61a97d", "filename": "hatch.toml", "status": "modified", "additions": 1, "deletions": 1, "changes": 2, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/022d095dd97c8cc662140c8d363211a296369d23/hatch.toml", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/022d095dd97c8cc662140c8d363211a296369d23/hatch.toml", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/hatch.toml?ref=022d095dd97c8cc662140c8d363211a296369d23", "patch": "@@ -8,7 +8,7 @@ sync = \"pip install -r requirements-testing.txt\"\n test = \"pytest --cov-config pyproject.toml {args:test}\"\n typing = \"mypy {args:src test}\"\n style = [\n- \"ruff {args:src test}\",\n+ \"ruff check {args:src test}\",\n \"black --check --diff {args:src test}\",\n ]\n fmt = ["}, {"sha": "20dd1a23267046bef7b40e71a1a1a7a40e956cdc", "filename": "src/openjd/model/_format_strings/_format_string.py", "status": "modified", "additions": 1, "deletions": 2, "changes": 3, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/022d095dd97c8cc662140c8d363211a296369d23/src%2Fopenjd%2Fmodel%2F_format_strings%2F_format_string.py", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/022d095dd97c8cc662140c8d363211a296369d23/src%2Fopenjd%2Fmodel%2F_format_strings%2F_format_string.py", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/src%2Fopenjd%2Fmodel%2F_format_strings%2F_format_string.py?ref=022d095dd97c8cc662140c8d363211a296369d23", "patch": "@@ -26,8 +26,7 @@ def __init__(self, *, string: str, start: int, end: int, expr: str = \"\", details\n expression = f\"Expression: {expr}. \" if expr else \"\"\n reason = f\"Reason: {details}.\" if details else \"\"\n msg = (\n- f\"Failed to parse interpolation expression in {string} \"\n- f\"at [{start}, {end}]. \"\n+ f\"Failed to parse interpolation expression at [{start}, {end}]. \"\n f\"{expression}\"\n f\"{reason}\"\n )"}]}}
{"time": "2024-08-14T16:26:08+00:00", "type": "timeline:committed", "payload": {"sha": "022d095dd97c8cc662140c8d363211a296369d23", "node_id": "C_kwDOKNhT9doAKDAyMmQwOTVkZDk3YzhjYzY2MjE0MGM4ZDM2MzIxMWEyOTYzNjlkMjM", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/022d095dd97c8cc662140c8d363211a296369d23", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/022d095dd97c8cc662140c8d363211a296369d23", "author": {"name": "Daniel Neilson", "email": "53624638+ddneilson@users.noreply.github.com", "date": "2024-08-14T16:26:08Z"}, "committer": {"name": "Daniel Neilson", "email": "53624638+ddneilson@users.noreply.github.com", "date": "2024-08-14T16:29:35Z"}, "tree": {"sha": "62ac9d2690af10adb9cf57ad61dcc7b2ebe7bc7d", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees/62ac9d2690af10adb9cf57ad61dcc7b2ebe7bc7d"}, "message": "fix: format string errors no longer embed the entire format string\n\nProblem:\n\nFormat strings can be very large (e.g. when they are the 'data' element of an embedded file).\nThe FormatStringError that we report currently embeds the entire format string into the error\nmessage. That's unnecessary since our validation errors are already pointing the user directly\nat the template element that is producing the error.\n\nSolution:\n\nThis removes the format string data from the error message.\n\nSigned-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>", "parents": [{"sha": "8640bdef417660f5e14fe2529e7a10d4ffd8063e", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/8640bdef417660f5e14fe2529e7a10d4ffd8063e", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/8640bdef417660f5e14fe2529e7a10d4ffd8063e"}], "verification": {"verified": false, "reason": "unsigned", "signature": null, "payload": null, "verified_at": null}, "event": "committed"}}
{"time": "2024-08-14T16:31:00+00:00", "type": "pr", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/135", "id": 2019693756, "node_id": "PR_kwDOKNhT9c54YhS8", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/135", "diff_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/135.diff", "patch_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/135.patch", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/135", "number": 135, "state": "closed", "locked": false, "title": "fix: format string errors no longer embed the entire format string", "user": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "### What was the problem/requirement? (What/Why)\r\n\r\nFormat strings can be very large (e.g. when they are the 'data' element of an embedded file). The FormatStringError that we report currently embeds the entire format string into the error message. That's unnecessary since our validation errors are already pointing the user directly at the template element that is producing the error.\r\n\r\n### What was the solution? (How)\r\n\r\nThis removes the format string data from the error message.\r\n\r\n### What is the impact of this change?\r\n\r\nEasier to read/understand format string error messages.\r\n\r\n### How was this change tested?\r\n\r\nJust running the unit tests.\r\n\r\n### Was this change documented?\r\n\r\nN/A\r\n\r\n### Is this a breaking change?\r\n\r\nNo, the contents of an error string is not a contract.\r\n\r\n----\r\n\r\n*By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.*", "created_at": "2024-08-14T16:31:00Z", "updated_at": "2024-08-14T17:00:40Z", "closed_at": "2024-08-14T17:00:00Z", "merged_at": "2024-08-14T16:59:59Z", "merge_commit_sha": "5872f7c6b301fc8f2bcc76412d7964fcf970fca3", "assignees": [], "requested_reviewers": [], "requested_teams": [], "labels": [], "milestone": null, "draft": false, "commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/135/commits", "review_comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/135/comments", "review_comment_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/comments{/number}", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/135/comments", "statuses_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/022d095dd97c8cc662140c8d363211a296369d23", "head": {"label": "ddneilson:reduce_error_verbosity", "ref": "reduce_error_verbosity", "sha": "022d095dd97c8cc662140c8d363211a296369d23", "user": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "repo": {"id": 757262049, "node_id": "R_kgDOLSLm4Q", "name": "openjd-model-for-python", "full_name": "ddneilson/openjd-model-for-python", "private": false, "owner": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "html_url": "https://github.com/ddneilson/openjd-model-for-python", "description": "Provides a Python implementation of the data model for Open Job Description's template schemas.", "fork": true, "url": "https://api.github.com/repos/ddneilson/openjd-model-for-python", "forks_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/forks", "keys_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/teams", "hooks_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/hooks", "issue_events_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/issues/events{/number}", "events_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/events", "assignees_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/assignees{/user}", "branches_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/branches{/branch}", "tags_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/tags", "blobs_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/git/refs{/sha}", "trees_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/statuses/{sha}", "languages_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/languages", "stargazers_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/stargazers", "contributors_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/contributors", "subscribers_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/subscribers", "subscription_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/subscription", "commits_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/commits{/sha}", "git_commits_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/git/commits{/sha}", "comments_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/comments{/number}", "issue_comment_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/issues/comments{/number}", "contents_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/contents/{+path}", "compare_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/merges", "archive_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/downloads", "issues_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/issues{/number}", "pulls_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/pulls{/number}", "milestones_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/milestones{/number}", "notifications_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/labels{/name}", "releases_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/releases{/id}", "deployments_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/deployments", "created_at": "2024-02-14T05:58:02Z", "updated_at": "2024-10-28T19:14:38Z", "pushed_at": "2024-10-28T19:29:10Z", "git_url": "git://github.com/ddneilson/openjd-model-for-python.git", "ssh_url": "git@github.com:ddneilson/openjd-model-for-python.git", "clone_url": "https://github.com/ddneilson/openjd-model-for-python.git", "svn_url": "https://github.com/ddneilson/openjd-model-for-python", "homepage": "https://github.com/OpenJobDescription/openjd-specifications/wiki", "size": 370, "stargazers_count": 0, "watchers_count": 0, "language": "Python", "has_issues": false, "has_projects": true, "has_downloads": true, "has_wiki": false, "has_pages": false, "has_discussions": false, "forks_count": 0, "mirror_url": null, "archived": false, "disabled": false, "open_issues_count": 0, "license": {"key": "apache-2.0", "name": "Apache License 2.0", "spdx_id": "Apache-2.0", "url": "https://api.github.com/licenses/apache-2.0", "node_id": "MDc6TGljZW5zZTI="}, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, "has_pull_requests": true, "pull_request_creation_policy": "all", "topics": [], "visibility": "public", "forks": 0, "open_issues": 0, "watchers": 0, "default_branch": "mainline"}}, "base": {"label": "OpenJobDescription:mainline", "ref": "mainline", "sha": "8640bdef417660f5e14fe2529e7a10d4ffd8063e", "user": {"login": "OpenJobDescription", "id": 142452466, "node_id": "O_kgDOCH2m8g", "avatar_url": "https://avatars.githubusercontent.com/u/142452466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OpenJobDescription", "html_url": "https://github.com/OpenJobDescription", "followers_url": "https://api.github.com/users/OpenJobDescription/followers", "following_url": "https://api.github.com/users/OpenJobDescription/following{/other_user}", "gists_url": "https://api.github.com/users/OpenJobDescription/gists{/gist_id}", "starred_url": "https://api.github.com/users/OpenJobDescription/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/OpenJobDescription/subscriptions", "organizations_url": "https://api.github.com/users/OpenJobDescription/orgs", "repos_url": "https://api.github.com/users/OpenJobDescription/repos", "events_url": "https://api.github.com/users/OpenJobDescription/events{/privacy}", "received_events_url": "https://api.github.com/users/OpenJobDescription/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "repo": {"id": 685265909, "node_id": "R_kgDOKNhT9Q", "name": "openjd-model-for-python", "full_name": "OpenJobDescription/openjd-model-for-python", "private": false, "owner": {"login": "OpenJobDescription", "id": 142452466, "node_id": "O_kgDOCH2m8g", "avatar_url": "https://avatars.githubusercontent.com/u/142452466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OpenJobDescription", "html_url": "https://github.com/OpenJobDescription", "followers_url": "https://api.github.com/users/OpenJobDescription/followers", "following_url": "https://api.github.com/users/OpenJobDescription/following{/other_user}", "gists_url": "https://api.github.com/users/OpenJobDescription/gists{/gist_id}", "starred_url": "https://api.github.com/users/OpenJobDescription/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/OpenJobDescription/subscriptions", "organizations_url": "https://api.github.com/users/OpenJobDescription/orgs", "repos_url": "https://api.github.com/users/OpenJobDescription/repos", "events_url": "https://api.github.com/users/OpenJobDescription/events{/privacy}", "received_events_url": "https://api.github.com/users/OpenJobDescription/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python", "description": "Provides a Python implementation of the data model for Open Job Description's template schemas.", "fork": false, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python", "forks_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/forks", "keys_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/teams", "hooks_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/hooks", "issue_events_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events{/number}", "events_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/events", "assignees_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/assignees{/user}", "branches_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/branches{/branch}", "tags_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/tags", "blobs_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/refs{/sha}", "trees_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/{sha}", "languages_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/languages", "stargazers_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/stargazers", "contributors_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contributors", "subscribers_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/subscribers", "subscription_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/subscription", "commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits{/sha}", "git_commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits{/sha}", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/comments{/number}", "issue_comment_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments{/number}", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/{+path}", "compare_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/merges", "archive_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/downloads", "issues_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues{/number}", "pulls_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls{/number}", "milestones_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/milestones{/number}", "notifications_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/labels{/name}", "releases_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/releases{/id}", "deployments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/deployments", "created_at": "2023-08-30T21:28:48Z", "updated_at": "2026-05-19T19:09:34Z", "pushed_at": "2026-05-19T19:09:34Z", "git_url": "git://github.com/OpenJobDescription/openjd-model-for-python.git", "ssh_url": "git@github.com:OpenJobDescription/openjd-model-for-python.git", "clone_url": "https://github.com/OpenJobDescription/openjd-model-for-python.git", "svn_url": "https://github.com/OpenJobDescription/openjd-model-for-python", "homepage": "https://github.com/OpenJobDescription/openjd-specifications/wiki", "size": 488, "stargazers_count": 12, "watchers_count": 12, "language": "Python", "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": false, "has_pages": false, "has_discussions": false, "forks_count": 20, "mirror_url": null, "archived": false, "disabled": false, "open_issues_count": 9, "license": {"key": "apache-2.0", "name": "Apache License 2.0", "spdx_id": "Apache-2.0", "url": "https://api.github.com/licenses/apache-2.0", "node_id": "MDc6TGljZW5zZTI="}, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, "has_pull_requests": true, "pull_request_creation_policy": "all", "topics": [], "visibility": "public", "forks": 20, "open_issues": 9, "watchers": 12, "default_branch": "mainline"}}, "_links": {"self": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/135"}, "html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/135"}, "issue": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/135"}, "comments": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/135/comments"}, "review_comments": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/135/comments"}, "review_comment": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/comments{/number}"}, "commits": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/135/commits"}, "statuses": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/022d095dd97c8cc662140c8d363211a296369d23"}}, "author_association": "CONTRIBUTOR", "auto_merge": null, "assignee": null, "active_lock_reason": null, "merged": true, "mergeable": null, "rebaseable": null, "mergeable_state": "unknown", "merged_by": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "comments": 1, "review_comments": 0, "maintainer_can_modify": false, "commits": 1, "additions": 2, "deletions": 3, "changed_files": 2}}
{"time": "2024-08-14T16:31:01+00:00", "type": "timeline:review_requested", "payload": {"id": 13883459552, "node_id": "RRE_lADOKNhT9c6TALP9zwAAAAM7hMfg", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/13883459552", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "review_requested", "commit_id": null, "commit_url": null, "created_at": "2024-08-14T16:31:01Z", "review_requester": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "requested_team": {"name": "Developers", "id": 8513209, "node_id": "T_kwDOCH2m8s4Agea5", "slug": "developers", "description": "", "privacy": "closed", "notification_setting": "notifications_enabled", "url": "https://api.github.com/organizations/142452466/team/8513209", "html_url": "https://github.com/orgs/OpenJobDescription/teams/developers", "members_url": "https://api.github.com/organizations/142452466/team/8513209/members{/member}", "repositories_url": "https://api.github.com/organizations/142452466/team/8513209/repos", "type": "organization", "organization_id": 142452466, "permission": "push", "permissions": {"admin": false, "maintain": false, "push": true, "triage": true, "pull": true}, "parent": null}, "performed_via_github_app": null}}
{"time": "2024-08-14T16:31:32+00:00", "type": "comment", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2289253149", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/135#issuecomment-2289253149", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/135", "id": 2289253149, "node_id": "IC_kwDOKNhT9c6Iczsd", "user": {"login": "sonarqubecloud[bot]", "id": 39514782, "node_id": "MDM6Qm90Mzk1MTQ3ODI=", "avatar_url": "https://avatars.githubusercontent.com/in/12526?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D", "html_url": "https://github.com/apps/sonarqubecloud", "followers_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/followers", "following_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/repos", "events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "created_at": "2024-08-14T16:31:32Z", "updated_at": "2024-08-14T16:31:32Z", "author_association": "NONE", "body": "## [](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=135) **Quality Gate passed** \nIssues \n [0 New issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=135&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) \n [0 Accepted issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=135&issueStatuses=ACCEPTED)\n\nMeasures \n [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=OpenJobDescription_openjd-model-for-python&pullRequest=135&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) \n [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=OpenJobDescription_openjd-model-for-python&pullRequest=135&metric=new_coverage&view=list) \n [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=OpenJobDescription_openjd-model-for-python&pullRequest=135&metric=new_duplicated_lines_density&view=list) \n \n[See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=135)\n\n", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2289253149/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": {"id": 12526, "slug": "sonarqubecloud", "node_id": "MDM6QXBwMTI1MjY=", "owner": {"login": "SonarSource", "id": 545988, "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NTk4OA==", "avatar_url": "https://avatars.githubusercontent.com/u/545988?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SonarSource", "html_url": "https://github.com/SonarSource", "followers_url": "https://api.github.com/users/SonarSource/followers", "following_url": "https://api.github.com/users/SonarSource/following{/other_user}", "gists_url": "https://api.github.com/users/SonarSource/gists{/gist_id}", "starred_url": "https://api.github.com/users/SonarSource/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SonarSource/subscriptions", "organizations_url": "https://api.github.com/users/SonarSource/orgs", "repos_url": "https://api.github.com/users/SonarSource/repos", "events_url": "https://api.github.com/users/SonarSource/events{/privacy}", "received_events_url": "https://api.github.com/users/SonarSource/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "name": "SonarQubeCloud", "description": "\r\nSonarQube Cloud (formerly SonarCloud) is a SaaS code analysis tool designed to detect coding issues in 30+ languages, frameworks, and IaC platforms. Your code is checked against an extensive set of rules that cover many attributes of code, such as maintainability, reliability, and security issues, on each merge/pull request.\r\n\r\nFor those requiring US-based hosting, [SonarQube Cloud US](https://sonarqube.us/) offers the perfect alternative. If you need data residency outside the US or within the EU, [SonarQube Cloud](https://sonarcloud.io/) with this GitHub app is the ideal solution.\r\n\r\nSonarQube Cloud integrates seamlessly into your GitHub workflow and provides clear guidance for resolving any code quality and security issues detected. The majority of popular languages can be analyzed automatically; no configuration is required!\r\n\r\nWith [SonarQube Cloud](https://sonarcloud.io/github), you get:\r\n\r\n- Fast, precise static analysis and feedback on your code\r\n \r\n- Support for popular languages, frameworks, and IaC tools\r\n \r\n- Free analysis for open-source projects and private projects up to max 50k LoC\r\n \r\n- Automatic analysis of pull requests and branches with results reported inline\r\n \r\n- IDE Support with [SonarQube for IDE](https://www.sonarsource.com/products/sonarlint/) integration\r\n \r\n- Quality Gate (added as a GitHub check) acting at two different levels - first, preventing you from merging pull requests that contain issues - and later, helping you to release only clean, safe code\r\n \r\n- Sign up for SonarQube free tier and begin scanning your private and public repositories\r\n \r\n\r\nA [GitHub Action](https://github.com/marketplace/actions/sonarcloud-scan) is available in the marketplace to make it easy for you (for projects where automatic analysis isn't available). SonarQube Cloud also integrates smoothly with Jenkins, CircleCI, TravisCI, CirrusCI, and many other tools.\r\n\r\nA free tier is available that allows you to explore the benefits of SonarQube Cloud using your public and private repositories. We also provide a no-commitment, [14-day trial](https://www.sonarsource.com/products/sonarcloud/signup/) of SonarQube Cloud Team for unlimited team members, up to 1.9M LoC, AI CodeFix recommendations, and more. No need to speak with a sales rep or request a license key - get automatic code analysis results on your private projects in minutes! Want to see more examples of SonarCloud in action? You can [explore current Open Source projects in SonarCloud](https://sonarcloud.io/explore/projects?sort=-analysis_date) that are using the [Clean as You Code](https://www.sonarsource.com/solutions/our-unique-approach/) methodology.\r\n\r\nWhat are you waiting for? SonarQube Cloud helps you consistently deliver cleaner, secure software that future developers will appreciate and your users will love. Start writing Clean Code. [Now](https://www.sonarsource.com/products/sonarcloud/signup/)!", "external_url": "https://sonarcloud.io", "html_url": "https://github.com/apps/sonarqubecloud", "created_at": "2018-05-22T07:36:37Z", "updated_at": "2026-03-03T08:54:32Z", "permissions": {"checks": "write", "contents": "read", "emails": "read", "members": "read", "metadata": "read", "organization_copilot_seat_management": "read", "pull_requests": "write", "security_events": "write", "statuses": "write"}, "events": ["code_scanning_alert", "organization", "pull_request", "push", "repository"]}, "pin": null}}
{"time": "2024-08-14T16:31:32+00:00", "type": "timeline:commented", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2289253149", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/135#issuecomment-2289253149", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/135", "id": 2289253149, "node_id": "IC_kwDOKNhT9c6Iczsd", "user": {"login": "sonarqubecloud[bot]", "id": 39514782, "node_id": "MDM6Qm90Mzk1MTQ3ODI=", "avatar_url": "https://avatars.githubusercontent.com/in/12526?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D", "html_url": "https://github.com/apps/sonarqubecloud", "followers_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/followers", "following_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/repos", "events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "created_at": "2024-08-14T16:31:32Z", "updated_at": "2024-08-14T16:31:32Z", "body": "## [](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=135) **Quality Gate passed** \nIssues \n [0 New issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=135&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) \n [0 Accepted issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=135&issueStatuses=ACCEPTED)\n\nMeasures \n [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=OpenJobDescription_openjd-model-for-python&pullRequest=135&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) \n [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=OpenJobDescription_openjd-model-for-python&pullRequest=135&metric=new_coverage&view=list) \n [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=OpenJobDescription_openjd-model-for-python&pullRequest=135&metric=new_duplicated_lines_density&view=list) \n \n[See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=135)\n\n", "author_association": "NONE", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2289253149/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": {"id": 12526, "client_id": "Iv1.dc610988574d1724", "slug": "sonarqubecloud", "node_id": "MDM6QXBwMTI1MjY=", "owner": {"login": "SonarSource", "id": 545988, "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NTk4OA==", "avatar_url": "https://avatars.githubusercontent.com/u/545988?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SonarSource", "html_url": "https://github.com/SonarSource", "followers_url": "https://api.github.com/users/SonarSource/followers", "following_url": "https://api.github.com/users/SonarSource/following{/other_user}", "gists_url": "https://api.github.com/users/SonarSource/gists{/gist_id}", "starred_url": "https://api.github.com/users/SonarSource/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SonarSource/subscriptions", "organizations_url": "https://api.github.com/users/SonarSource/orgs", "repos_url": "https://api.github.com/users/SonarSource/repos", "events_url": "https://api.github.com/users/SonarSource/events{/privacy}", "received_events_url": "https://api.github.com/users/SonarSource/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "name": "SonarQubeCloud", "description": "\r\nSonarQube Cloud (formerly SonarCloud) is a SaaS code analysis tool designed to detect coding issues in 30+ languages, frameworks, and IaC platforms. Your code is checked against an extensive set of rules that cover many attributes of code, such as maintainability, reliability, and security issues, on each merge/pull request.\r\n\r\nFor those requiring US-based hosting, [SonarQube Cloud US](https://sonarqube.us/) offers the perfect alternative. If you need data residency outside the US or within the EU, [SonarQube Cloud](https://sonarcloud.io/) with this GitHub app is the ideal solution.\r\n\r\nSonarQube Cloud integrates seamlessly into your GitHub workflow and provides clear guidance for resolving any code quality and security issues detected. The majority of popular languages can be analyzed automatically; no configuration is required!\r\n\r\nWith [SonarQube Cloud](https://sonarcloud.io/github), you get:\r\n\r\n- Fast, precise static analysis and feedback on your code\r\n \r\n- Support for popular languages, frameworks, and IaC tools\r\n \r\n- Free analysis for open-source projects and private projects up to max 50k LoC\r\n \r\n- Automatic analysis of pull requests and branches with results reported inline\r\n \r\n- IDE Support with [SonarQube for IDE](https://www.sonarsource.com/products/sonarlint/) integration\r\n \r\n- Quality Gate (added as a GitHub check) acting at two different levels - first, preventing you from merging pull requests that contain issues - and later, helping you to release only clean, safe code\r\n \r\n- Sign up for SonarQube free tier and begin scanning your private and public repositories\r\n \r\n\r\nA [GitHub Action](https://github.com/marketplace/actions/sonarcloud-scan) is available in the marketplace to make it easy for you (for projects where automatic analysis isn't available). SonarQube Cloud also integrates smoothly with Jenkins, CircleCI, TravisCI, CirrusCI, and many other tools.\r\n\r\nA free tier is available that allows you to explore the benefits of SonarQube Cloud using your public and private repositories. We also provide a no-commitment, [14-day trial](https://www.sonarsource.com/products/sonarcloud/signup/) of SonarQube Cloud Team for unlimited team members, up to 1.9M LoC, AI CodeFix recommendations, and more. No need to speak with a sales rep or request a license key - get automatic code analysis results on your private projects in minutes! Want to see more examples of SonarCloud in action? You can [explore current Open Source projects in SonarCloud](https://sonarcloud.io/explore/projects?sort=-analysis_date) that are using the [Clean as You Code](https://www.sonarsource.com/solutions/our-unique-approach/) methodology.\r\n\r\nWhat are you waiting for? SonarQube Cloud helps you consistently deliver cleaner, secure software that future developers will appreciate and your users will love. Start writing Clean Code. [Now](https://www.sonarsource.com/products/sonarcloud/signup/)!", "external_url": "https://sonarcloud.io", "html_url": "https://github.com/apps/sonarqubecloud", "created_at": "2018-05-22T07:36:37Z", "updated_at": "2026-03-03T08:54:32Z", "permissions": {"checks": "write", "contents": "read", "emails": "read", "members": "read", "metadata": "read", "organization_copilot_seat_management": "read", "pull_requests": "write", "security_events": "write", "statuses": "write"}, "events": ["code_scanning_alert", "organization", "pull_request", "push", "repository"]}, "event": "commented", "actor": {"login": "sonarqubecloud[bot]", "id": 39514782, "node_id": "MDM6Qm90Mzk1MTQ3ODI=", "avatar_url": "https://avatars.githubusercontent.com/in/12526?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D", "html_url": "https://github.com/apps/sonarqubecloud", "followers_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/followers", "following_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/repos", "events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/sonarqubecloud%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}}}
{"time": "2024-08-14T16:31:50+00:00", "type": "timeline:auto_squash_enabled", "payload": {"id": 13883468581, "node_id": "ASEE_lADOKNhT9c6TALP9zwAAAAM7hOsl", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/13883468581", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "auto_squash_enabled", "commit_id": null, "commit_url": null, "created_at": "2024-08-14T16:31:50Z", "performed_via_github_app": null}}
{"time": "2024-08-14T16:51:00+00:00", "type": "review", "payload": {"id": 2238717542, "node_id": "PRR_kwDOKNhT9c6FcB5m", "user": {"login": "edwards-aws", "id": 133044276, "node_id": "U_kgDOB-4YNA", "avatar_url": "https://avatars.githubusercontent.com/u/133044276?u=dd6e0c2ed079c86590ccd6dd062649a8de6a1ad8&v=4", "gravatar_id": "", "url": "https://api.github.com/users/edwards-aws", "html_url": "https://github.com/edwards-aws", "followers_url": "https://api.github.com/users/edwards-aws/followers", "following_url": "https://api.github.com/users/edwards-aws/following{/other_user}", "gists_url": "https://api.github.com/users/edwards-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/edwards-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/edwards-aws/subscriptions", "organizations_url": "https://api.github.com/users/edwards-aws/orgs", "repos_url": "https://api.github.com/users/edwards-aws/repos", "events_url": "https://api.github.com/users/edwards-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/edwards-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/135#pullrequestreview-2238717542", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/135", "author_association": "NONE", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/135#pullrequestreview-2238717542"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/135"}}, "submitted_at": "2024-08-14T16:51:00Z", "commit_id": "022d095dd97c8cc662140c8d363211a296369d23"}}
{"time": "2024-08-14T16:51:00+00:00", "type": "timeline:reviewed", "payload": {"id": 2238717542, "node_id": "PRR_kwDOKNhT9c6FcB5m", "user": {"login": "edwards-aws", "id": 133044276, "node_id": "U_kgDOB-4YNA", "avatar_url": "https://avatars.githubusercontent.com/u/133044276?v=4", "gravatar_id": "", "url": "https://api.github.com/users/edwards-aws", "html_url": "https://github.com/edwards-aws", "followers_url": "https://api.github.com/users/edwards-aws/followers", "following_url": "https://api.github.com/users/edwards-aws/following{/other_user}", "gists_url": "https://api.github.com/users/edwards-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/edwards-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/edwards-aws/subscriptions", "organizations_url": "https://api.github.com/users/edwards-aws/orgs", "repos_url": "https://api.github.com/users/edwards-aws/repos", "events_url": "https://api.github.com/users/edwards-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/edwards-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": null, "commit_id": "022d095dd97c8cc662140c8d363211a296369d23", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/135#pullrequestreview-2238717542", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/135", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/135#pullrequestreview-2238717542"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/135"}}, "submitted_at": "2024-08-14T16:51:00Z", "updated_at": "2024-08-14T16:51:00Z", "author_association": "NONE", "event": "reviewed"}}
{"time": "2024-08-14T16:51:23+00:00", "type": "review", "payload": {"id": 2238718226, "node_id": "PRR_kwDOKNhT9c6FcCES", "user": {"login": "leongdl", "id": 116610336, "node_id": "U_kgDOBvNVIA", "avatar_url": "https://avatars.githubusercontent.com/u/116610336?u=6f60d03acf5b5edb83896ec8952570dcfe983b19&v=4", "gravatar_id": "", "url": "https://api.github.com/users/leongdl", "html_url": "https://github.com/leongdl", "followers_url": "https://api.github.com/users/leongdl/followers", "following_url": "https://api.github.com/users/leongdl/following{/other_user}", "gists_url": "https://api.github.com/users/leongdl/gists{/gist_id}", "starred_url": "https://api.github.com/users/leongdl/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/leongdl/subscriptions", "organizations_url": "https://api.github.com/users/leongdl/orgs", "repos_url": "https://api.github.com/users/leongdl/repos", "events_url": "https://api.github.com/users/leongdl/events{/privacy}", "received_events_url": "https://api.github.com/users/leongdl/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/135#pullrequestreview-2238718226", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/135", "author_association": "NONE", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/135#pullrequestreview-2238718226"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/135"}}, "submitted_at": "2024-08-14T16:51:23Z", "commit_id": "022d095dd97c8cc662140c8d363211a296369d23"}}
{"time": "2024-08-14T16:51:23+00:00", "type": "timeline:reviewed", "payload": {"id": 2238718226, "node_id": "PRR_kwDOKNhT9c6FcCES", "user": {"login": "leongdl", "id": 116610336, "node_id": "U_kgDOBvNVIA", "avatar_url": "https://avatars.githubusercontent.com/u/116610336?v=4", "gravatar_id": "", "url": "https://api.github.com/users/leongdl", "html_url": "https://github.com/leongdl", "followers_url": "https://api.github.com/users/leongdl/followers", "following_url": "https://api.github.com/users/leongdl/following{/other_user}", "gists_url": "https://api.github.com/users/leongdl/gists{/gist_id}", "starred_url": "https://api.github.com/users/leongdl/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/leongdl/subscriptions", "organizations_url": "https://api.github.com/users/leongdl/orgs", "repos_url": "https://api.github.com/users/leongdl/repos", "events_url": "https://api.github.com/users/leongdl/events{/privacy}", "received_events_url": "https://api.github.com/users/leongdl/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": null, "commit_id": "022d095dd97c8cc662140c8d363211a296369d23", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/135#pullrequestreview-2238718226", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/135", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/135#pullrequestreview-2238718226"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/135"}}, "submitted_at": "2024-08-14T16:51:23Z", "updated_at": "2024-08-14T16:51:23Z", "author_association": "NONE", "event": "reviewed"}}
{"time": "2024-08-14T16:59:53+00:00", "type": "timeline:auto_merge_disabled", "payload": {"id": 13883820912, "node_id": "AMDE_lADOKNhT9c6TALP9zwAAAAM7iktw", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/13883820912", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "auto_merge_disabled", "commit_id": null, "commit_url": null, "created_at": "2024-08-14T16:59:53Z", "performed_via_github_app": null}}
{"time": "2024-08-14T16:59:59+00:00", "type": "timeline:merged", "payload": {"id": 13883821951, "node_id": "ME_lADOKNhT9c6TALP9zwAAAAM7ik9_", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/13883821951", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "merged", "commit_id": "5872f7c6b301fc8f2bcc76412d7964fcf970fca3", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/5872f7c6b301fc8f2bcc76412d7964fcf970fca3", "created_at": "2024-08-14T16:59:59Z", "performed_via_github_app": null}}
{"time": "2024-08-14T17:00:00+00:00", "type": "timeline:closed", "payload": {"id": 13883821967, "node_id": "CE_lADOKNhT9c6TALP9zwAAAAM7ik-P", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/13883821967", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "closed", "commit_id": null, "commit_url": null, "created_at": "2024-08-14T17:00:00Z", "state_reason": null, "performed_via_github_app": null}}
{"time": "2024-08-14T17:00:40+00:00", "type": "timeline:head_ref_deleted", "payload": {"id": 13883829555, "node_id": "HRDE_lADOKNhT9c6TALP9zwAAAAM7im0z", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/13883829555", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "head_ref_deleted", "commit_id": null, "commit_url": null, "created_at": "2024-08-14T17:00:40Z", "performed_via_github_app": null}}
|