| {"time": "2024-10-28T19:12:22+00:00", "type": "commit", "payload": {"sha": "f6588229914482f96197de101dcf054b8713de40", "node_id": "C_kwDOKNhT9doAKGY2NTg4MjI5OTE0NDgyZjk2MTk3ZGUxMDFkY2YwNTRiODcxM2RlNDA", "commit": {"author": {"name": "Daniel Neilson", "email": "53624638+ddneilson@users.noreply.github.com", "date": "2024-10-28T19:12:22Z"}, "committer": {"name": "Daniel Neilson", "email": "53624638+ddneilson@users.noreply.github.com", "date": "2024-10-28T19:15:05Z"}, "message": "chore(deps): update to python-semantic-release 9.12\n\nSummary:\n Updates to the latest python-semantic-release. There's a difference between 9.8 and 9.12 in the specific\nkeys used for bugs & features in the parsed data that we use to generate the CHANGELOG.md file, so the\nchangelog template file needed to be updated as well.\n\nSigned-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>", "tree": {"sha": "5f275f42ea35f8d68424dce271a9b7359b39b648", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees/5f275f42ea35f8d68424dce271a9b7359b39b648"}, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/f6588229914482f96197de101dcf054b8713de40", "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/f6588229914482f96197de101dcf054b8713de40", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/f6588229914482f96197de101dcf054b8713de40", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/f6588229914482f96197de101dcf054b8713de40/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": "c359496b6485da9cf2793eb9105fe5012e0292cb", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/c359496b6485da9cf2793eb9105fe5012e0292cb", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/c359496b6485da9cf2793eb9105fe5012e0292cb"}], "stats": {"total": 10, "additions": 5, "deletions": 5}, "files": [{"sha": "2fe5bc0da516c01a9c718dd312da0d8f066af3df", "filename": ".semantic_release/CHANGELOG.md.j2", "status": "modified", "additions": 4, "deletions": 4, "changes": 8, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/f6588229914482f96197de101dcf054b8713de40/.semantic_release%2FCHANGELOG.md.j2", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/f6588229914482f96197de101dcf054b8713de40/.semantic_release%2FCHANGELOG.md.j2", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/.semantic_release%2FCHANGELOG.md.j2?ref=f6588229914482f96197de101dcf054b8713de40", "patch": "@@ -8,16 +8,16 @@\n {% endfor %}\n {% endif %}\n \n- {% if \"feature\" in release[\"elements\"] %}\n+ {% if \"features\" in release[\"elements\"] %}\n ### Features\n- {% for commit in release[\"elements\"][\"feature\"] %}\n+ {% for commit in release[\"elements\"][\"features\"] %}\n * {% if commit.scope %}**{{ commit.scope }}**: {% endif %}{{ commit.commit.summary[commit.commit.summary.find(\": \")+1:].strip() }} ([`{{ commit.short_hash }}`]({{ commit.commit.hexsha | commit_hash_url }}))\n {% endfor %}\n {% endif %}\n \n- {% if \"fix\" in release[\"elements\"] %}\n+ {% if \"bug fixes\" in release[\"elements\"] %}\n ### Bug Fixes\n- {% for commit in release[\"elements\"][\"fix\"] %}\n+ {% for commit in release[\"elements\"][\"bug fixes\"] %}\n * {% if commit.scope %}**{{ commit.scope }}**: {% endif %}{{ commit.commit.summary[commit.commit.summary.find(\":\")+1:].strip() }} ([`{{ commit.short_hash }}`]({{ commit.commit.hexsha | commit_hash_url }}))\n {% endfor %}\n {% endif %}"}, {"sha": "55f73d991db93629ecc715a135385b48641c45ec", "filename": "requirements-release.txt", "status": "modified", "additions": 1, "deletions": 1, "changes": 2, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/f6588229914482f96197de101dcf054b8713de40/requirements-release.txt", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/f6588229914482f96197de101dcf054b8713de40/requirements-release.txt", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/requirements-release.txt?ref=f6588229914482f96197de101dcf054b8713de40", "patch": "@@ -1 +1 @@\n-python-semantic-release == 9.8.*\n\\ No newline at end of file\n+python-semantic-release == 9.12.*\n\\ No newline at end of file"}]}} |
| {"time": "2024-10-28T19:12:22+00:00", "type": "timeline:committed", "payload": {"sha": "f6588229914482f96197de101dcf054b8713de40", "node_id": "C_kwDOKNhT9doAKGY2NTg4MjI5OTE0NDgyZjk2MTk3ZGUxMDFkY2YwNTRiODcxM2RlNDA", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/f6588229914482f96197de101dcf054b8713de40", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/f6588229914482f96197de101dcf054b8713de40", "author": {"name": "Daniel Neilson", "email": "53624638+ddneilson@users.noreply.github.com", "date": "2024-10-28T19:12:22Z"}, "committer": {"name": "Daniel Neilson", "email": "53624638+ddneilson@users.noreply.github.com", "date": "2024-10-28T19:15:05Z"}, "tree": {"sha": "5f275f42ea35f8d68424dce271a9b7359b39b648", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees/5f275f42ea35f8d68424dce271a9b7359b39b648"}, "message": "chore(deps): update to python-semantic-release 9.12\n\nSummary:\n Updates to the latest python-semantic-release. There's a difference between 9.8 and 9.12 in the specific\nkeys used for bugs & features in the parsed data that we use to generate the CHANGELOG.md file, so the\nchangelog template file needed to be updated as well.\n\nSigned-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>", "parents": [{"sha": "c359496b6485da9cf2793eb9105fe5012e0292cb", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/c359496b6485da9cf2793eb9105fe5012e0292cb", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/c359496b6485da9cf2793eb9105fe5012e0292cb"}], "verification": {"verified": false, "reason": "unsigned", "signature": null, "payload": null, "verified_at": null}, "event": "committed"}} |
| {"time": "2024-10-28T19:16:58+00:00", "type": "pr", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/149", "id": 2149957886, "node_id": "PR_kwDOKNhT9c6AJcD-", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/149", "diff_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/149.diff", "patch_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/149.patch", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/149", "number": 149, "state": "closed", "locked": false, "title": "chore(deps): update to python-semantic-release 9.12", "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": "Fixes: None\r\n\r\n### What was the problem/requirement? (What/Why)\r\n\r\n Updates to the latest python-semantic-release. \r\n\r\n### What was the solution? (How)\r\n\r\nThere's a difference between 9.8 and 9.12 in the specific keys used for bugs & features in the parsed data that we use to generate the CHANGELOG.md file, so the changelog template file needed to be updated as well.\r\n\r\n### What is the impact of this change?\r\n\r\nUpdated dependencies\r\n\r\n### How was this change tested?\r\n\r\nI ran `hatch run release:bump` locally after pulling in all upstream tags, and then compared the resulting CHANGELOG files. \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\r\n\r\n### Does this change impact security?\r\n\r\nNo\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-10-28T19:16:58Z", "updated_at": "2024-10-28T19:29:10Z", "closed_at": "2024-10-28T19:24:42Z", "merged_at": "2024-10-28T19:24:42Z", "merge_commit_sha": "6013c987766b8e0a6837ec814f5322433062c182", "assignees": [], "requested_reviewers": [], "requested_teams": [], "labels": [], "milestone": null, "draft": false, "commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/149/commits", "review_comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/149/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/149/comments", "statuses_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/f6588229914482f96197de101dcf054b8713de40", "head": {"label": "ddneilson:update_python_semantic_release", "ref": "update_python_semantic_release", "sha": "f6588229914482f96197de101dcf054b8713de40", "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": "c359496b6485da9cf2793eb9105fe5012e0292cb", "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/149"}, "html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/149"}, "issue": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/149"}, "comments": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/149/comments"}, "review_comments": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/149/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/149/commits"}, "statuses": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/f6588229914482f96197de101dcf054b8713de40"}}, "author_association": "CONTRIBUTOR", "auto_merge": {"enabled_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}, "merge_method": "squash", "commit_title": "chore(deps): update to python-semantic-release 9.12 (#149)", "commit_message": "Summary:\r\n Updates to the latest python-semantic-release. There's a difference between 9.8 and 9.12 in the specific\r\nkeys used for bugs & features in the parsed data that we use to generate the CHANGELOG.md file, so the\r\nchangelog template file needed to be updated as well.\r\n\r\nSigned-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>"}, "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": 5, "deletions": 5, "changed_files": 2}} |
| {"time": "2024-10-28T19:17:17+00:00", "type": "comment", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442426066", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/149#issuecomment-2442426066", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/149", "id": 2442426066, "node_id": "IC_kwDOKNhT9c6RlHbS", "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-10-28T19:17:17Z", "updated_at": "2024-10-28T19:17:17Z", "author_association": "NONE", "body": "## [](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=149) **Quality Gate passed** \nIssues \n [0 New issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=149&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) \n [0 Accepted issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=149&issueStatuses=ACCEPTED)\n\nMeasures \n [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=OpenJobDescription_openjd-model-for-python&pullRequest=149&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) \n [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=OpenJobDescription_openjd-model-for-python&pullRequest=149&metric=new_coverage&view=list) \n [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=OpenJobDescription_openjd-model-for-python&pullRequest=149&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=149)\n\n", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442426066/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-10-28T19:17:17+00:00", "type": "timeline:commented", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442426066", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/149#issuecomment-2442426066", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/149", "id": 2442426066, "node_id": "IC_kwDOKNhT9c6RlHbS", "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-10-28T19:17:17Z", "updated_at": "2024-10-28T19:17:17Z", "body": "## [](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=149) **Quality Gate passed** \nIssues \n [0 New issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=149&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) \n [0 Accepted issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=149&issueStatuses=ACCEPTED)\n\nMeasures \n [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=OpenJobDescription_openjd-model-for-python&pullRequest=149&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) \n [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=OpenJobDescription_openjd-model-for-python&pullRequest=149&metric=new_coverage&view=list) \n [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=OpenJobDescription_openjd-model-for-python&pullRequest=149&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=149)\n\n", "author_association": "NONE", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2442426066/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-10-28T19:19:27+00:00", "type": "timeline:ready_for_review", "payload": {"id": 14968274460, "node_id": "RFRE_lADOKNhT9c6cH7LjzwAAAAN8Lb4c", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14968274460", "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": "ready_for_review", "commit_id": null, "commit_url": null, "created_at": "2024-10-28T19:19:27Z", "performed_via_github_app": null}} |
| {"time": "2024-10-28T19:19:27+00:00", "type": "timeline:review_requested", "payload": {"id": 14968274517, "node_id": "RRE_lADOKNhT9c6cH7LjzwAAAAN8Lb5V", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14968274517", "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-10-28T19:19:27Z", "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-10-28T19:19:57+00:00", "type": "timeline:auto_squash_enabled", "payload": {"id": 14968282849, "node_id": "ASEE_lADOKNhT9c6cH7LjzwAAAAN8Ld7h", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14968282849", "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-10-28T19:19:57Z", "performed_via_github_app": null}} |
| {"time": "2024-10-28T19:23:37+00:00", "type": "review", "payload": {"id": 2400010855, "node_id": "PRR_kwDOKNhT9c6PDUJn", "user": {"login": "epmog", "id": 60796713, "node_id": "MDQ6VXNlcjYwNzk2NzEz", "avatar_url": "https://avatars.githubusercontent.com/u/60796713?u=da1e6664ca6b5c8aa46fce383c27df4aaf87a893&v=4", "gravatar_id": "", "url": "https://api.github.com/users/epmog", "html_url": "https://github.com/epmog", "followers_url": "https://api.github.com/users/epmog/followers", "following_url": "https://api.github.com/users/epmog/following{/other_user}", "gists_url": "https://api.github.com/users/epmog/gists{/gist_id}", "starred_url": "https://api.github.com/users/epmog/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/epmog/subscriptions", "organizations_url": "https://api.github.com/users/epmog/orgs", "repos_url": "https://api.github.com/users/epmog/repos", "events_url": "https://api.github.com/users/epmog/events{/privacy}", "received_events_url": "https://api.github.com/users/epmog/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/149#pullrequestreview-2400010855", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/149", "author_association": "CONTRIBUTOR", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/149#pullrequestreview-2400010855"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/149"}}, "submitted_at": "2024-10-28T19:23:37Z", "commit_id": "f6588229914482f96197de101dcf054b8713de40"}} |
| {"time": "2024-10-28T19:23:37+00:00", "type": "timeline:reviewed", "payload": {"id": 2400010855, "node_id": "PRR_kwDOKNhT9c6PDUJn", "user": {"login": "epmog", "id": 60796713, "node_id": "MDQ6VXNlcjYwNzk2NzEz", "avatar_url": "https://avatars.githubusercontent.com/u/60796713?v=4", "gravatar_id": "", "url": "https://api.github.com/users/epmog", "html_url": "https://github.com/epmog", "followers_url": "https://api.github.com/users/epmog/followers", "following_url": "https://api.github.com/users/epmog/following{/other_user}", "gists_url": "https://api.github.com/users/epmog/gists{/gist_id}", "starred_url": "https://api.github.com/users/epmog/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/epmog/subscriptions", "organizations_url": "https://api.github.com/users/epmog/orgs", "repos_url": "https://api.github.com/users/epmog/repos", "events_url": "https://api.github.com/users/epmog/events{/privacy}", "received_events_url": "https://api.github.com/users/epmog/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": null, "commit_id": "f6588229914482f96197de101dcf054b8713de40", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/149#pullrequestreview-2400010855", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/149", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/149#pullrequestreview-2400010855"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/149"}}, "submitted_at": "2024-10-28T19:23:37Z", "updated_at": "2024-10-28T19:23:37Z", "author_association": "CONTRIBUTOR", "event": "reviewed"}} |
| {"time": "2024-10-28T19:24:41+00:00", "type": "review", "payload": {"id": 2400013446, "node_id": "PRR_kwDOKNhT9c6PDUyG", "user": {"login": "jusiskin", "id": 56369778, "node_id": "MDQ6VXNlcjU2MzY5Nzc4", "avatar_url": "https://avatars.githubusercontent.com/u/56369778?u=ebb89bdbff90a04caac6d1dcd6bfc31647593e82&v=4", "gravatar_id": "", "url": "https://api.github.com/users/jusiskin", "html_url": "https://github.com/jusiskin", "followers_url": "https://api.github.com/users/jusiskin/followers", "following_url": "https://api.github.com/users/jusiskin/following{/other_user}", "gists_url": "https://api.github.com/users/jusiskin/gists{/gist_id}", "starred_url": "https://api.github.com/users/jusiskin/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jusiskin/subscriptions", "organizations_url": "https://api.github.com/users/jusiskin/orgs", "repos_url": "https://api.github.com/users/jusiskin/repos", "events_url": "https://api.github.com/users/jusiskin/events{/privacy}", "received_events_url": "https://api.github.com/users/jusiskin/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/149#pullrequestreview-2400013446", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/149", "author_association": "CONTRIBUTOR", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/149#pullrequestreview-2400013446"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/149"}}, "submitted_at": "2024-10-28T19:24:41Z", "commit_id": "f6588229914482f96197de101dcf054b8713de40"}} |
| {"time": "2024-10-28T19:24:41+00:00", "type": "timeline:reviewed", "payload": {"id": 2400013446, "node_id": "PRR_kwDOKNhT9c6PDUyG", "user": {"login": "jusiskin", "id": 56369778, "node_id": "MDQ6VXNlcjU2MzY5Nzc4", "avatar_url": "https://avatars.githubusercontent.com/u/56369778?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jusiskin", "html_url": "https://github.com/jusiskin", "followers_url": "https://api.github.com/users/jusiskin/followers", "following_url": "https://api.github.com/users/jusiskin/following{/other_user}", "gists_url": "https://api.github.com/users/jusiskin/gists{/gist_id}", "starred_url": "https://api.github.com/users/jusiskin/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jusiskin/subscriptions", "organizations_url": "https://api.github.com/users/jusiskin/orgs", "repos_url": "https://api.github.com/users/jusiskin/repos", "events_url": "https://api.github.com/users/jusiskin/events{/privacy}", "received_events_url": "https://api.github.com/users/jusiskin/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": null, "commit_id": "f6588229914482f96197de101dcf054b8713de40", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/149#pullrequestreview-2400013446", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/149", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/149#pullrequestreview-2400013446"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/149"}}, "submitted_at": "2024-10-28T19:24:41Z", "updated_at": "2024-10-28T19:24:41Z", "author_association": "CONTRIBUTOR", "event": "reviewed"}} |
| {"time": "2024-10-28T19:24:42+00:00", "type": "timeline:merged", "payload": {"id": 14968349847, "node_id": "ME_lADOKNhT9c6cH7LjzwAAAAN8LuSX", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14968349847", "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": "6013c987766b8e0a6837ec814f5322433062c182", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/6013c987766b8e0a6837ec814f5322433062c182", "created_at": "2024-10-28T19:24:42Z", "performed_via_github_app": null}} |
| {"time": "2024-10-28T19:24:43+00:00", "type": "review", "payload": {"id": 2400013684, "node_id": "PRR_kwDOKNhT9c6PDU10", "user": {"login": "lucaseck", "id": 117225985, "node_id": "U_kgDOBvy6AQ", "avatar_url": "https://avatars.githubusercontent.com/u/117225985?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lucaseck", "html_url": "https://github.com/lucaseck", "followers_url": "https://api.github.com/users/lucaseck/followers", "following_url": "https://api.github.com/users/lucaseck/following{/other_user}", "gists_url": "https://api.github.com/users/lucaseck/gists{/gist_id}", "starred_url": "https://api.github.com/users/lucaseck/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/lucaseck/subscriptions", "organizations_url": "https://api.github.com/users/lucaseck/orgs", "repos_url": "https://api.github.com/users/lucaseck/repos", "events_url": "https://api.github.com/users/lucaseck/events{/privacy}", "received_events_url": "https://api.github.com/users/lucaseck/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/149#pullrequestreview-2400013684", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/149", "author_association": "CONTRIBUTOR", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/149#pullrequestreview-2400013684"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/149"}}, "submitted_at": "2024-10-28T19:24:43Z", "commit_id": "f6588229914482f96197de101dcf054b8713de40"}} |
| {"time": "2024-10-28T19:24:43+00:00", "type": "timeline:closed", "payload": {"id": 14968349973, "node_id": "CE_lADOKNhT9c6cH7LjzwAAAAN8LuUV", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14968349973", "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-10-28T19:24:43Z", "state_reason": null, "performed_via_github_app": null}} |
| {"time": "2024-10-28T19:24:43+00:00", "type": "timeline:reviewed", "payload": {"id": 2400013684, "node_id": "PRR_kwDOKNhT9c6PDU10", "user": {"login": "lucaseck", "id": 117225985, "node_id": "U_kgDOBvy6AQ", "avatar_url": "https://avatars.githubusercontent.com/u/117225985?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lucaseck", "html_url": "https://github.com/lucaseck", "followers_url": "https://api.github.com/users/lucaseck/followers", "following_url": "https://api.github.com/users/lucaseck/following{/other_user}", "gists_url": "https://api.github.com/users/lucaseck/gists{/gist_id}", "starred_url": "https://api.github.com/users/lucaseck/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/lucaseck/subscriptions", "organizations_url": "https://api.github.com/users/lucaseck/orgs", "repos_url": "https://api.github.com/users/lucaseck/repos", "events_url": "https://api.github.com/users/lucaseck/events{/privacy}", "received_events_url": "https://api.github.com/users/lucaseck/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": null, "commit_id": "f6588229914482f96197de101dcf054b8713de40", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/149#pullrequestreview-2400013684", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/149", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/149#pullrequestreview-2400013684"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/149"}}, "submitted_at": "2024-10-28T19:24:43Z", "updated_at": "2024-10-28T19:24:43Z", "author_association": "CONTRIBUTOR", "event": "reviewed"}} |
| {"time": "2024-10-28T19:29:10+00:00", "type": "timeline:head_ref_deleted", "payload": {"id": 14968405339, "node_id": "HRDE_lADOKNhT9c6cH7LjzwAAAAN8L71b", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14968405339", "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-10-28T19:29:10Z", "performed_via_github_app": null}} |
|
|