File size: 107,066 Bytes
6ab90c0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {"time": "2024-04-29T15:32:43+00:00", "type": "pr", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109", "id": 1846005893, "node_id": "PR_kwDOKNhT9c5uB9CF", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109", "diff_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109.diff", "patch_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109.patch", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/109", "number": 109, "state": "closed", "locked": false, "title": "chore(deps): update pytest-xdist requirement from ==3.5.* to ==3.6.*", "user": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst\">pytest-xdist's changelog</a>.</em></p>\n<blockquote>\n<h1>pytest-xdist 3.6.1 (2024-04-28)</h1>\n<h2>Bug Fixes</h2>\n<ul>\n<li><code>[#1071](https://github.com/pytest-dev/pytest-xdist/issues/1071) <https://github.com/pytest-dev/pytest-xdist/issues/1071></code>_: Add backward compatibility for deadlock issue with the <code>execnet</code> new <code>main_thread_only</code> "execmodel" triggered when pytest-cov accesses rinfo.</li>\n</ul>\n<h1>pytest-xdist 3.6.0 (2024-04-19)</h1>\n<p>This release was YANKED due to a regression fixed in 3.6.1.</p>\n<h2>Features</h2>\n<ul>\n<li><code>[#1027](https://github.com/pytest-dev/pytest-xdist/issues/1027) <https://github.com/pytest-dev/pytest-xdist/pull/1027></code>_:<code>pytest-xdist</code> workers now always execute the tests in the main thread.\nPreviously some tests might end up executing in a separate thread other than <code>main</code> in the workers, due to some internal <code>execnet`` details. This can cause problems specially with async frameworks where the event loop is running in the ``main`` thread (for example </code><a href=\"https://redirect.github.com/pytest-dev/pytest-xdist/issues/620\">#620</a> <a href=\"https://redirect.github.com/pytest-dev/pytest-xdist/issues/620\">pytest-dev/pytest-xdist#620</a>`__).</li>\n</ul>\n<h2>Bug Fixes</h2>\n<ul>\n<li>\n<p><code>[#1024](https://github.com/pytest-dev/pytest-xdist/issues/1024) <https://github.com/pytest-dev/pytest-xdist/issues/1024></code>_: Added proper handling of <code>shouldstop</code> (such as set by <code>--max-fail</code>) and <code>shouldfail</code> conditions in workers.\nPreviously, a worker might have continued executing further tests before the controller could terminate the session.</p>\n</li>\n<li>\n<p><code>[#1028](https://github.com/pytest-dev/pytest-xdist/issues/1028) <https://github.com/pytest-dev/pytest-xdist/issues/1028></code>_: Fixed compatibility issue between <code>looponfail</code> and editable installs.</p>\n</li>\n<li>\n<p><code>[#620](https://github.com/pytest-dev/pytest-xdist/issues/620) <https://github.com/pytest-dev/pytest-xdist/issues/620></code>_: Use the new <code>main_thread_only</code> <code>execnet</code> "execmodel" so that code which expects to only run in the main thread will now work as expected.</p>\n</li>\n<li>\n<p><code>[#937](https://github.com/pytest-dev/pytest-xdist/issues/937) <https://github.com/pytest-dev/pytest-xdist/issues/937></code>_: Fixed a bug where plugin would raise an incompatibility error with <code>--pdb</code> despite using <code>-n0</code>.</p>\n</li>\n</ul>\n<h2>Removals</h2>\n<ul>\n<li>\n<p><code>[#1053](https://github.com/pytest-dev/pytest-xdist/issues/1053) <https://github.com/pytest-dev/pytest-xdist/issues/1053></code>_: Dropped support for Python 3.7.</p>\n</li>\n<li>\n<p><code>[#1057](https://github.com/pytest-dev/pytest-xdist/issues/1057) <https://github.com/pytest-dev/pytest-xdist/issues/1057></code>_: pytest>=7.0.0 is now required.</p>\n<p>execnet>=2.1.0 is now required.</p>\n</li>\n</ul>\n<h2>Trivial Changes</h2>\n<ul>\n<li>\n<p><code>[#1020](https://github.com/pytest-dev/pytest-xdist/issues/1020) <https://github.com/pytest-dev/pytest-xdist/issues/1020></code>_: pytest-xdist's <code>setup.py</code> file is removed.</p>\n<p>If you relied on this file, e.g. to install pytest using <code>setup.py install</code>,\nplease see <code>Why you shouldn't invoke setup.py directly <https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html#summary></code>_ for alternatives.</p>\n</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/pytest-dev/pytest-xdist/commit/4dd2978031eaf7017c84a1cc77667379a2b11c64\"><code>4dd2978</code></a> Release 3.6.1</li>\n<li><a href=\"https://github.com/pytest-dev/pytest-xdist/commit/b397288b7ed40ac8c55a173566bb881e0adcb546\"><code>b397288</code></a> Merge pull request <a href=\"https://redirect.github.com/pytest-dev/pytest-xdist/issues/1072\">#1072</a> from zmedico/gateway-cache-rinfo</li>\n<li><a href=\"https://github.com/pytest-dev/pytest-xdist/commit/12b3cce0ce4f4cffcc35c0e8369759b71b32c0cc\"><code>12b3cce</code></a> Cache execnet gateway rinfo during WorkerController setup</li>\n<li><a href=\"https://github.com/pytest-dev/pytest-xdist/commit/c93a106b3ad466e22d19d814394de0422adf4dca\"><code>c93a106</code></a> build(deps): bump hynek/build-and-inspect-python-package (<a href=\"https://redirect.github.com/pytest-dev/pytest-xdist/issues/1066\">#1066</a>)</li>\n<li><a href=\"https://github.com/pytest-dev/pytest-xdist/commit/52e202263827775ad6bcf18a216000aec4412911\"><code>52e2022</code></a> [pre-commit.ci] pre-commit autoupdate (<a href=\"https://redirect.github.com/pytest-dev/pytest-xdist/issues/1073\">#1073</a>)</li>\n<li><a href=\"https://github.com/pytest-dev/pytest-xdist/commit/699f939b5cc2d61df9f622d0449a590be216ee7a\"><code>699f939</code></a> Merge pull request <a href=\"https://redirect.github.com/pytest-dev/pytest-xdist/issues/1070\">#1070</a> from pytest-dev/release-3.6.0</li>\n<li><a href=\"https://github.com/pytest-dev/pytest-xdist/commit/80bc0b8e5be6e256c8f49791e08abd5fa2d2d3a2\"><code>80bc0b8</code></a> Release 3.6.0</li>\n<li><a href=\"https://github.com/pytest-dev/pytest-xdist/commit/20e3ac774e8fa34b25665ef183b94c9879f98cd1\"><code>20e3ac7</code></a> Use execnet main_thread_only execmodel (<a href=\"https://redirect.github.com/pytest-dev/pytest-xdist/issues/1027\">#1027</a>)</li>\n<li><a href=\"https://github.com/pytest-dev/pytest-xdist/commit/0a4238f6da367a9133882d8810a3b556837cb5ae\"><code>0a4238f</code></a> Merge pull request <a href=\"https://redirect.github.com/pytest-dev/pytest-xdist/issues/1067\">#1067</a> from pytest-dev/pre-commit-ci-update-config</li>\n<li><a href=\"https://github.com/pytest-dev/pytest-xdist/commit/068627994f91068fb27269be421385c7cd3ab201\"><code>0686279</code></a> [pre-commit.ci] pre-commit autoupdate</li>\n<li>Additional commits viewable in <a href=\"https://github.com/pytest-dev/pytest-xdist/compare/v3.5.0...v3.6.1\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>", "created_at": "2024-04-29T15:32:43Z", "updated_at": "2024-05-28T18:36:14Z", "closed_at": "2024-05-28T18:36:05Z", "merged_at": "2024-05-28T18:36:05Z", "merge_commit_sha": "8a776f98428654b3503a0daf3f548ea0affa5aee", "assignees": [], "requested_reviewers": [], "requested_teams": [], "labels": [{"id": 5927009393, "node_id": "LA_kwDOKNhT9c8AAAABYUb8cQ", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/labels/dependencies", "name": "dependencies", "color": "0366d6", "default": false, "description": "Pull requests that update a dependency file"}, {"id": 5927030280, "node_id": "LA_kwDOKNhT9c8AAAABYUdOCA", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/labels/python", "name": "python", "color": "2b67c6", "default": false, "description": "Pull requests that update Python code"}], "milestone": null, "draft": false, "commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109/commits", "review_comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109/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/109/comments", "statuses_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "head": {"label": "OpenJobDescription:dependabot/pip/pytest-xdist-eq-3.6.star", "ref": "dependabot/pip/pytest-xdist-eq-3.6.star", "sha": "20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "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"}}, "base": {"label": "OpenJobDescription:mainline", "ref": "mainline", "sha": "e2a531d0ee50c814e307a62f82054831f0358edd", "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/109"}, "html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109"}, "issue": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/109"}, "comments": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/109/comments"}, "review_comments": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109/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/109/commits"}, "statuses": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/20ac9724cadc0aa2881d41862d6b01f1a20b2c89"}}, "author_association": "CONTRIBUTOR", "auto_merge": null, "assignee": null, "active_lock_reason": null, "merged": true, "mergeable": null, "rebaseable": null, "mergeable_state": "unknown", "merged_by": {"login": "amarsjac", "id": 131478790, "node_id": "U_kgDOB9Y1Bg", "avatar_url": "https://avatars.githubusercontent.com/u/131478790?v=4", "gravatar_id": "", "url": "https://api.github.com/users/amarsjac", "html_url": "https://github.com/amarsjac", "followers_url": "https://api.github.com/users/amarsjac/followers", "following_url": "https://api.github.com/users/amarsjac/following{/other_user}", "gists_url": "https://api.github.com/users/amarsjac/gists{/gist_id}", "starred_url": "https://api.github.com/users/amarsjac/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/amarsjac/subscriptions", "organizations_url": "https://api.github.com/users/amarsjac/orgs", "repos_url": "https://api.github.com/users/amarsjac/repos", "events_url": "https://api.github.com/users/amarsjac/events{/privacy}", "received_events_url": "https://api.github.com/users/amarsjac/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "comments": 3, "review_comments": 0, "maintainer_can_modify": false, "commits": 1, "additions": 1, "deletions": 1, "changed_files": 1}}
{"time": "2024-04-29T15:32:43+00:00", "type": "timeline:review_requested", "payload": {"id": 12645090334, "node_id": "RRE_lADOKNhT9c6HQ4-UzwAAAALxtMQe", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12645090334", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "review_requested", "commit_id": null, "commit_url": null, "created_at": "2024-04-29T15:32:43Z", "review_requester": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "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-04-29T15:32:44+00:00", "type": "timeline:labeled", "payload": {"id": 12645090345, "node_id": "LE_lADOKNhT9c6HQ4-UzwAAAALxtMQp", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12645090345", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "labeled", "commit_id": null, "commit_url": null, "created_at": "2024-04-29T15:32:44Z", "label": {"name": "dependencies", "color": "0366d6"}, "performed_via_github_app": null}}
{"time": "2024-04-29T15:32:44+00:00", "type": "timeline:labeled", "payload": {"id": 12645090352, "node_id": "LE_lADOKNhT9c6HQ4-UzwAAAALxtMQw", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12645090352", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "labeled", "commit_id": null, "commit_url": null, "created_at": "2024-04-29T15:32:44Z", "label": {"name": "python", "color": "2b67c6"}, "performed_via_github_app": null}}
{"time": "2024-04-29T15:32:58+00:00", "type": "review", "payload": {"id": 2028858503, "node_id": "PRR_kwDOKNhT9c547eyH", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2028858503", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109", "author_association": "NONE", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2028858503"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109"}}, "submitted_at": "2024-04-29T15:32:58Z", "commit_id": "20ac9724cadc0aa2881d41862d6b01f1a20b2c89"}}
{"time": "2024-04-29T15:32:58+00:00", "type": "timeline:reviewed", "payload": {"id": 2028858503, "node_id": "PRR_kwDOKNhT9c547eyH", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2028858503", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2028858503"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109"}}, "submitted_at": "2024-04-29T15:32:58Z", "updated_at": "2024-05-28T18:29:07Z", "author_association": "NONE", "event": "reviewed"}}
{"time": "2024-05-27T16:22:34+00:00", "type": "comment", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2133796475", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#issuecomment-2133796475", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/109", "id": 2133796475, "node_id": "IC_kwDOKNhT9c5_LyZ7", "user": {"login": "amarsjac", "id": 131478790, "node_id": "U_kgDOB9Y1Bg", "avatar_url": "https://avatars.githubusercontent.com/u/131478790?v=4", "gravatar_id": "", "url": "https://api.github.com/users/amarsjac", "html_url": "https://github.com/amarsjac", "followers_url": "https://api.github.com/users/amarsjac/followers", "following_url": "https://api.github.com/users/amarsjac/following{/other_user}", "gists_url": "https://api.github.com/users/amarsjac/gists{/gist_id}", "starred_url": "https://api.github.com/users/amarsjac/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/amarsjac/subscriptions", "organizations_url": "https://api.github.com/users/amarsjac/orgs", "repos_url": "https://api.github.com/users/amarsjac/repos", "events_url": "https://api.github.com/users/amarsjac/events{/privacy}", "received_events_url": "https://api.github.com/users/amarsjac/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "created_at": "2024-05-27T16:22:34Z", "updated_at": "2024-05-27T16:22:34Z", "author_association": "CONTRIBUTOR", "body": "@dependabot rebase", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2133796475/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": null, "pin": null}}
{"time": "2024-05-27T16:22:34+00:00", "type": "timeline:commented", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2133796475", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#issuecomment-2133796475", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/109", "id": 2133796475, "node_id": "IC_kwDOKNhT9c5_LyZ7", "user": {"login": "amarsjac", "id": 131478790, "node_id": "U_kgDOB9Y1Bg", "avatar_url": "https://avatars.githubusercontent.com/u/131478790?v=4", "gravatar_id": "", "url": "https://api.github.com/users/amarsjac", "html_url": "https://github.com/amarsjac", "followers_url": "https://api.github.com/users/amarsjac/followers", "following_url": "https://api.github.com/users/amarsjac/following{/other_user}", "gists_url": "https://api.github.com/users/amarsjac/gists{/gist_id}", "starred_url": "https://api.github.com/users/amarsjac/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/amarsjac/subscriptions", "organizations_url": "https://api.github.com/users/amarsjac/orgs", "repos_url": "https://api.github.com/users/amarsjac/repos", "events_url": "https://api.github.com/users/amarsjac/events{/privacy}", "received_events_url": "https://api.github.com/users/amarsjac/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "created_at": "2024-05-27T16:22:34Z", "updated_at": "2024-05-27T16:22:34Z", "body": "@dependabot rebase", "author_association": "CONTRIBUTOR", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2133796475/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "performed_via_github_app": null, "event": "commented", "actor": {"login": "amarsjac", "id": 131478790, "node_id": "U_kgDOB9Y1Bg", "avatar_url": "https://avatars.githubusercontent.com/u/131478790?v=4", "gravatar_id": "", "url": "https://api.github.com/users/amarsjac", "html_url": "https://github.com/amarsjac", "followers_url": "https://api.github.com/users/amarsjac/followers", "following_url": "https://api.github.com/users/amarsjac/following{/other_user}", "gists_url": "https://api.github.com/users/amarsjac/gists{/gist_id}", "starred_url": "https://api.github.com/users/amarsjac/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/amarsjac/subscriptions", "organizations_url": "https://api.github.com/users/amarsjac/orgs", "repos_url": "https://api.github.com/users/amarsjac/repos", "events_url": "https://api.github.com/users/amarsjac/events{/privacy}", "received_events_url": "https://api.github.com/users/amarsjac/received_events", "type": "User", "user_view_type": "public", "site_admin": false}}}
{"time": "2024-05-27T16:22:35+00:00", "type": "timeline:mentioned", "payload": {"id": 12947995387, "node_id": "MEE_lADOKNhT9c6HQ4-UzwAAAAMDwrr7", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12947995387", "actor": {"login": "dependabot", "id": 27347476, "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MzQ3NDc2", "avatar_url": "https://avatars.githubusercontent.com/u/27347476?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot", "html_url": "https://github.com/dependabot", "followers_url": "https://api.github.com/users/dependabot/followers", "following_url": "https://api.github.com/users/dependabot/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot/subscriptions", "organizations_url": "https://api.github.com/users/dependabot/orgs", "repos_url": "https://api.github.com/users/dependabot/repos", "events_url": "https://api.github.com/users/dependabot/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "event": "mentioned", "commit_id": null, "commit_url": null, "created_at": "2024-05-27T16:22:35Z", "performed_via_github_app": null}}
{"time": "2024-05-27T16:22:37+00:00", "type": "comment", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2133796531", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#issuecomment-2133796531", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/109", "id": 2133796531, "node_id": "IC_kwDOKNhT9c5_Lyaz", "user": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "created_at": "2024-05-27T16:22:37Z", "updated_at": "2024-05-27T16:22:37Z", "author_association": "CONTRIBUTOR", "body": "Looks like this PR is already up-to-date with mainline! If you'd still like to recreate it from scratch, overwriting any edits, you can request `@dependabot recreate`.", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2133796531/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": 29110, "slug": "dependabot", "node_id": "MDM6QXBwMjkxMTA=", "owner": {"login": "github", "id": 9919, "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=", "avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github", "html_url": "https://github.com/github", "followers_url": "https://api.github.com/users/github/followers", "following_url": "https://api.github.com/users/github/following{/other_user}", "gists_url": "https://api.github.com/users/github/gists{/gist_id}", "starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github/subscriptions", "organizations_url": "https://api.github.com/users/github/orgs", "repos_url": "https://api.github.com/users/github/repos", "events_url": "https://api.github.com/users/github/events{/privacy}", "received_events_url": "https://api.github.com/users/github/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "name": "Dependabot", "description": "GitHub Dependabot", "external_url": "https://dependabot-api.githubapp.com", "html_url": "https://github.com/apps/dependabot", "created_at": "2019-04-16T22:34:25Z", "updated_at": "2026-04-27T17:22:53Z", "permissions": {"actions": "write", "checks": "write", "contents": "write", "issues": "write", "members": "read", "metadata": "read", "packages": "read", "pull_requests": "write", "statuses": "read", "vulnerability_alerts": "read", "workflows": "write"}, "events": ["check_suite", "issues", "issue_comment", "label", "pull_request", "pull_request_review", "pull_request_review_comment", "repository"]}, "pin": null}}
{"time": "2024-05-27T16:22:37+00:00", "type": "timeline:commented", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2133796531", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#issuecomment-2133796531", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/109", "id": 2133796531, "node_id": "IC_kwDOKNhT9c5_Lyaz", "user": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "created_at": "2024-05-27T16:22:37Z", "updated_at": "2024-05-27T16:22:37Z", "body": "Looks like this PR is already up-to-date with mainline! If you'd still like to recreate it from scratch, overwriting any edits, you can request `@dependabot recreate`.", "author_association": "CONTRIBUTOR", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2133796531/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": 29110, "client_id": "Iv1.4f9a6346434f815e", "slug": "dependabot", "node_id": "MDM6QXBwMjkxMTA=", "owner": {"login": "github", "id": 9919, "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=", "avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github", "html_url": "https://github.com/github", "followers_url": "https://api.github.com/users/github/followers", "following_url": "https://api.github.com/users/github/following{/other_user}", "gists_url": "https://api.github.com/users/github/gists{/gist_id}", "starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github/subscriptions", "organizations_url": "https://api.github.com/users/github/orgs", "repos_url": "https://api.github.com/users/github/repos", "events_url": "https://api.github.com/users/github/events{/privacy}", "received_events_url": "https://api.github.com/users/github/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "name": "Dependabot", "description": "GitHub Dependabot", "external_url": "https://dependabot-api.githubapp.com", "html_url": "https://github.com/apps/dependabot", "created_at": "2019-04-16T22:34:25Z", "updated_at": "2026-04-27T17:22:53Z", "permissions": {"actions": "write", "checks": "write", "contents": "write", "issues": "write", "members": "read", "metadata": "read", "packages": "read", "pull_requests": "write", "statuses": "read", "vulnerability_alerts": "read", "workflows": "write"}, "events": ["check_suite", "issues", "issue_comment", "label", "pull_request", "pull_request_review", "pull_request_review_comment", "repository"]}, "event": "commented", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}}}
{"time": "2024-05-28T18:17:58+00:00", "type": "timeline:head_ref_force_pushed", "payload": {"id": 12961600551, "node_id": "HRFPE_lADOKNhT9c6HQ4-UzwAAAAMEklQn", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12961600551", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "head_ref_force_pushed", "commit_id": "d1255c4de5cbc78f3a29110354174a8cd9e7364f", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/d1255c4de5cbc78f3a29110354174a8cd9e7364f", "created_at": "2024-05-28T18:17:58Z", "performed_via_github_app": null}}
{"time": "2024-05-28T18:18:13+00:00", "type": "review", "payload": {"id": 2083571602, "node_id": "PRR_kwDOKNhT9c58MMeS", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2083571602", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109", "author_association": "NONE", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2083571602"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109"}}, "submitted_at": "2024-05-28T18:18:13Z", "commit_id": "20ac9724cadc0aa2881d41862d6b01f1a20b2c89"}}
{"time": "2024-05-28T18:18:13+00:00", "type": "timeline:reviewed", "payload": {"id": 2083571602, "node_id": "PRR_kwDOKNhT9c58MMeS", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2083571602", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2083571602"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109"}}, "submitted_at": "2024-05-28T18:18:13Z", "updated_at": "2024-05-28T18:29:08Z", "author_association": "NONE", "event": "reviewed"}}
{"time": "2024-05-28T18:21:43+00:00", "type": "timeline:head_ref_force_pushed", "payload": {"id": 12961636380, "node_id": "HRFPE_lADOKNhT9c6HQ4-UzwAAAAMEkuAc", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12961636380", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "head_ref_force_pushed", "commit_id": "d655ee621945edc254c56bd6178412ccfeda7a64", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/d655ee621945edc254c56bd6178412ccfeda7a64", "created_at": "2024-05-28T18:21:43Z", "performed_via_github_app": null}}
{"time": "2024-05-28T18:21:55+00:00", "type": "review", "payload": {"id": 2083578240, "node_id": "PRR_kwDOKNhT9c58MOGA", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2083578240", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109", "author_association": "NONE", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2083578240"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109"}}, "submitted_at": "2024-05-28T18:21:55Z", "commit_id": "20ac9724cadc0aa2881d41862d6b01f1a20b2c89"}}
{"time": "2024-05-28T18:21:55+00:00", "type": "timeline:reviewed", "payload": {"id": 2083578240, "node_id": "PRR_kwDOKNhT9c58MOGA", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2083578240", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2083578240"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109"}}, "submitted_at": "2024-05-28T18:21:55Z", "updated_at": "2024-05-28T18:29:08Z", "author_association": "NONE", "event": "reviewed"}}
{"time": "2024-05-28T18:29:06+00:00", "type": "commit", "payload": {"sha": "20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "node_id": "C_kwDOKNhT9doAKDIwYWM5NzI0Y2FkYzBhYTI4ODFkNDE4NjJkNmIwMWYxYTIwYjJjODk", "commit": {"author": {"name": "dependabot[bot]", "email": "49699333+dependabot[bot]@users.noreply.github.com", "date": "2024-05-28T18:29:06Z"}, "committer": {"name": "GitHub", "email": "noreply@github.com", "date": "2024-05-28T18:29:06Z"}, "message": "chore(deps): update pytest-xdist requirement from ==3.5.* to ==3.6.*\n\nUpdates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version.\n- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)\n- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)\n- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.5.0...v3.6.1)\n\n---\nupdated-dependencies:\n- dependency-name: pytest-xdist\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>", "tree": {"sha": "7f0ccc1c808373563f2d3fff13e3fcbabdffe090", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees/7f0ccc1c808373563f2d3fff13e3fcbabdffe090"}, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "comment_count": 0, "verification": {"verified": true, "reason": "valid", "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJmViJyCRC1aQ7uu5UhlAAA4fMQAD/ssxQtO65+UFu1YREMkMux\nd3dw3A6ydlUXInNlJSkEGpm8KuqDvEWU3wyvjAQ18kgY53bE9atb9RJN+Lo3aFU5\n2jqtQYco8R/XBL+V7yHEpLWP+MSjkygHRFBJAQ2u0jWV/nmxkcd7XIR/hYrKyd1i\nLDAHldZFoRGFwfnKyRIpzxezaTLRMehg35XouNKce4kCQo1Ia/ZQZwf3xNkFIpnL\nhGgzNa8XdU8lfJHph+633ccukQ1hOceZwoEvLxWp52TH1ZGpNN8mTuRfstTpM65p\nANKd8fNLEOu+7S8QoRDP/MnSrWYDCB2qf5YOGdnpIRTevfCAVkb8PseTRqcgNRch\nP3+A9ZpJgA4S+p/3hLcwjf3S3hMoel7BL+Dy5aAaCaFNXCF2UBMCrMA84wm//eKE\nuBJa9K4HKaBh5PV8DSC9an+q9l+W7Z3Ww7YP7w0IdZi1YE3rg2OKF07PxVLy2tiu\nfS0hrvZbqxI4FBFpKhRV7YfS+1mg6G1O948vYPEHAAo7pj9g47EnrVO1O9WtoaVR\nyFP0t3GHMkcCntvlNBEawKIka/1n1Kzc+arvEuHLNhivWSwa9KfICigiPZnRLcGj\n/qYctECVc8c+XICSjmTc0t0xgr5zX0ENFEq98nvxOmbj+7EIHsTc2znhVFLERnCU\ncBe5i8d+ZjRgYA/zkyXh\n=AyuU\n-----END PGP SIGNATURE-----\n", "payload": "tree 7f0ccc1c808373563f2d3fff13e3fcbabdffe090\nparent e2a531d0ee50c814e307a62f82054831f0358edd\nauthor dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 1716920946 +0000\ncommitter GitHub <noreply@github.com> 1716920946 +0000\n\nchore(deps): update pytest-xdist requirement from ==3.5.* to ==3.6.*\n\nUpdates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version.\n- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)\n- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)\n- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.5.0...v3.6.1)\n\n---\nupdated-dependencies:\n- dependency-name: pytest-xdist\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>", "verified_at": "2024-11-30T23:19:24Z"}}, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/20ac9724cadc0aa2881d41862d6b01f1a20b2c89/comments", "author": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "committer": {"login": "web-flow", "id": 19864447, "node_id": "MDQ6VXNlcjE5ODY0NDQ3", "avatar_url": "https://avatars.githubusercontent.com/u/19864447?v=4", "gravatar_id": "", "url": "https://api.github.com/users/web-flow", "html_url": "https://github.com/web-flow", "followers_url": "https://api.github.com/users/web-flow/followers", "following_url": "https://api.github.com/users/web-flow/following{/other_user}", "gists_url": "https://api.github.com/users/web-flow/gists{/gist_id}", "starred_url": "https://api.github.com/users/web-flow/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/web-flow/subscriptions", "organizations_url": "https://api.github.com/users/web-flow/orgs", "repos_url": "https://api.github.com/users/web-flow/repos", "events_url": "https://api.github.com/users/web-flow/events{/privacy}", "received_events_url": "https://api.github.com/users/web-flow/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "parents": [{"sha": "e2a531d0ee50c814e307a62f82054831f0358edd", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/e2a531d0ee50c814e307a62f82054831f0358edd", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/e2a531d0ee50c814e307a62f82054831f0358edd"}], "stats": {"total": 2, "additions": 1, "deletions": 1}, "files": [{"sha": "1b86bb3900840cf28dd47c5daf7146992d08e46b", "filename": "requirements-testing.txt", "status": "modified", "additions": 1, "deletions": 1, "changes": 2, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/20ac9724cadc0aa2881d41862d6b01f1a20b2c89/requirements-testing.txt", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/20ac9724cadc0aa2881d41862d6b01f1a20b2c89/requirements-testing.txt", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/requirements-testing.txt?ref=20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "patch": "@@ -2,7 +2,7 @@ coverage[toml] == 7.*\n pytest == 8.1.*\n pytest-cov == 5.0.*\n pytest-timeout == 2.3.*\n-pytest-xdist == 3.5.*\n+pytest-xdist == 3.6.*\n types-PyYAML ~= 6.0\n black == 24.*\n ruff == 0.4.*"}]}}
{"time": "2024-05-28T18:29:06+00:00", "type": "timeline:committed", "payload": {"sha": "20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "node_id": "C_kwDOKNhT9doAKDIwYWM5NzI0Y2FkYzBhYTI4ODFkNDE4NjJkNmIwMWYxYTIwYjJjODk", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "author": {"name": "dependabot[bot]", "email": "49699333+dependabot[bot]@users.noreply.github.com", "date": "2024-05-28T18:29:06Z"}, "committer": {"name": "GitHub", "email": "noreply@github.com", "date": "2024-05-28T18:29:06Z"}, "tree": {"sha": "7f0ccc1c808373563f2d3fff13e3fcbabdffe090", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees/7f0ccc1c808373563f2d3fff13e3fcbabdffe090"}, "message": "chore(deps): update pytest-xdist requirement from ==3.5.* to ==3.6.*\n\nUpdates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version.\n- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)\n- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)\n- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.5.0...v3.6.1)\n\n---\nupdated-dependencies:\n- dependency-name: pytest-xdist\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>", "parents": [{"sha": "e2a531d0ee50c814e307a62f82054831f0358edd", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/e2a531d0ee50c814e307a62f82054831f0358edd", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/e2a531d0ee50c814e307a62f82054831f0358edd"}], "verification": {"verified": true, "reason": "valid", "signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJmViJyCRC1aQ7uu5UhlAAA4fMQAD/ssxQtO65+UFu1YREMkMux\nd3dw3A6ydlUXInNlJSkEGpm8KuqDvEWU3wyvjAQ18kgY53bE9atb9RJN+Lo3aFU5\n2jqtQYco8R/XBL+V7yHEpLWP+MSjkygHRFBJAQ2u0jWV/nmxkcd7XIR/hYrKyd1i\nLDAHldZFoRGFwfnKyRIpzxezaTLRMehg35XouNKce4kCQo1Ia/ZQZwf3xNkFIpnL\nhGgzNa8XdU8lfJHph+633ccukQ1hOceZwoEvLxWp52TH1ZGpNN8mTuRfstTpM65p\nANKd8fNLEOu+7S8QoRDP/MnSrWYDCB2qf5YOGdnpIRTevfCAVkb8PseTRqcgNRch\nP3+A9ZpJgA4S+p/3hLcwjf3S3hMoel7BL+Dy5aAaCaFNXCF2UBMCrMA84wm//eKE\nuBJa9K4HKaBh5PV8DSC9an+q9l+W7Z3Ww7YP7w0IdZi1YE3rg2OKF07PxVLy2tiu\nfS0hrvZbqxI4FBFpKhRV7YfS+1mg6G1O948vYPEHAAo7pj9g47EnrVO1O9WtoaVR\nyFP0t3GHMkcCntvlNBEawKIka/1n1Kzc+arvEuHLNhivWSwa9KfICigiPZnRLcGj\n/qYctECVc8c+XICSjmTc0t0xgr5zX0ENFEq98nvxOmbj+7EIHsTc2znhVFLERnCU\ncBe5i8d+ZjRgYA/zkyXh\n=AyuU\n-----END PGP SIGNATURE-----\n", "payload": "tree 7f0ccc1c808373563f2d3fff13e3fcbabdffe090\nparent e2a531d0ee50c814e307a62f82054831f0358edd\nauthor dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 1716920946 +0000\ncommitter GitHub <noreply@github.com> 1716920946 +0000\n\nchore(deps): update pytest-xdist requirement from ==3.5.* to ==3.6.*\n\nUpdates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version.\n- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)\n- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)\n- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.5.0...v3.6.1)\n\n---\nupdated-dependencies:\n- dependency-name: pytest-xdist\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>", "verified_at": "2024-11-30T23:19:24Z"}, "event": "committed"}}
{"time": "2024-05-28T18:29:08+00:00", "type": "timeline:head_ref_force_pushed", "payload": {"id": 12961712407, "node_id": "HRFPE_lADOKNhT9c6HQ4-UzwAAAAMElAkX", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12961712407", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "head_ref_force_pushed", "commit_id": "20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "created_at": "2024-05-28T18:29:08Z", "performed_via_github_app": null}}
{"time": "2024-05-28T18:29:23+00:00", "type": "review", "payload": {"id": 2083591501, "node_id": "PRR_kwDOKNhT9c58MRVN", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2083591501", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109", "author_association": "NONE", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2083591501"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109"}}, "submitted_at": "2024-05-28T18:29:23Z", "commit_id": "20ac9724cadc0aa2881d41862d6b01f1a20b2c89"}}
{"time": "2024-05-28T18:29:23+00:00", "type": "timeline:reviewed", "payload": {"id": 2083591501, "node_id": "PRR_kwDOKNhT9c58MRVN", "user": {"login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2083591501", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2083591501"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109"}}, "submitted_at": "2024-05-28T18:29:23Z", "updated_at": "2024-05-28T18:29:23Z", "author_association": "NONE", "event": "reviewed"}}
{"time": "2024-05-28T18:29:26+00:00", "type": "comment", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2135873584", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#issuecomment-2135873584", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/109", "id": 2135873584, "node_id": "IC_kwDOKNhT9c5_Ttgw", "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-05-28T18:29:26Z", "updated_at": "2024-05-28T18:29:26Z", "author_association": "NONE", "body": "## [](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=109) **Quality Gate passed** \nIssues \n [0 New issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=109&resolved=false&sinceLeakPeriod=true) \n [0 Accepted issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=109&resolutions=WONTFIX)\n\nMeasures \n [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=OpenJobDescription_openjd-model-for-python&pullRequest=109&resolved=false&sinceLeakPeriod=true) \n No data about Coverage \n No data about Duplication \n \n[See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=109)\n\n", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2135873584/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-05-28T18:29:26+00:00", "type": "timeline:commented", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2135873584", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#issuecomment-2135873584", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/109", "id": 2135873584, "node_id": "IC_kwDOKNhT9c5_Ttgw", "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-05-28T18:29:26Z", "updated_at": "2024-05-28T18:29:26Z", "body": "## [](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=109) **Quality Gate passed** \nIssues \n [0 New issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=109&resolved=false&sinceLeakPeriod=true) \n [0 Accepted issues](https://sonarcloud.io/project/issues?id=OpenJobDescription_openjd-model-for-python&pullRequest=109&resolutions=WONTFIX)\n\nMeasures \n [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=OpenJobDescription_openjd-model-for-python&pullRequest=109&resolved=false&sinceLeakPeriod=true) \n No data about Coverage \n No data about Duplication \n \n[See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=OpenJobDescription_openjd-model-for-python&pullRequest=109)\n\n", "author_association": "NONE", "reactions": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments/2135873584/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-05-28T18:35:56+00:00", "type": "review", "payload": {"id": 2083602633, "node_id": "PRR_kwDOKNhT9c58MUDJ", "user": {"login": "amarsjac", "id": 131478790, "node_id": "U_kgDOB9Y1Bg", "avatar_url": "https://avatars.githubusercontent.com/u/131478790?v=4", "gravatar_id": "", "url": "https://api.github.com/users/amarsjac", "html_url": "https://github.com/amarsjac", "followers_url": "https://api.github.com/users/amarsjac/followers", "following_url": "https://api.github.com/users/amarsjac/following{/other_user}", "gists_url": "https://api.github.com/users/amarsjac/gists{/gist_id}", "starred_url": "https://api.github.com/users/amarsjac/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/amarsjac/subscriptions", "organizations_url": "https://api.github.com/users/amarsjac/orgs", "repos_url": "https://api.github.com/users/amarsjac/repos", "events_url": "https://api.github.com/users/amarsjac/events{/privacy}", "received_events_url": "https://api.github.com/users/amarsjac/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/109#pullrequestreview-2083602633", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109", "author_association": "CONTRIBUTOR", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2083602633"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109"}}, "submitted_at": "2024-05-28T18:35:56Z", "commit_id": "20ac9724cadc0aa2881d41862d6b01f1a20b2c89"}}
{"time": "2024-05-28T18:35:56+00:00", "type": "timeline:reviewed", "payload": {"id": 2083602633, "node_id": "PRR_kwDOKNhT9c58MUDJ", "user": {"login": "amarsjac", "id": 131478790, "node_id": "U_kgDOB9Y1Bg", "avatar_url": "https://avatars.githubusercontent.com/u/131478790?v=4", "gravatar_id": "", "url": "https://api.github.com/users/amarsjac", "html_url": "https://github.com/amarsjac", "followers_url": "https://api.github.com/users/amarsjac/followers", "following_url": "https://api.github.com/users/amarsjac/following{/other_user}", "gists_url": "https://api.github.com/users/amarsjac/gists{/gist_id}", "starred_url": "https://api.github.com/users/amarsjac/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/amarsjac/subscriptions", "organizations_url": "https://api.github.com/users/amarsjac/orgs", "repos_url": "https://api.github.com/users/amarsjac/repos", "events_url": "https://api.github.com/users/amarsjac/events{/privacy}", "received_events_url": "https://api.github.com/users/amarsjac/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "20ac9724cadc0aa2881d41862d6b01f1a20b2c89", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2083602633", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/109#pullrequestreview-2083602633"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/109"}}, "submitted_at": "2024-05-28T18:35:56Z", "updated_at": "2024-05-28T18:35:56Z", "author_association": "CONTRIBUTOR", "event": "reviewed"}}
{"time": "2024-05-28T18:36:05+00:00", "type": "timeline:merged", "payload": {"id": 12961782665, "node_id": "ME_lADOKNhT9c6HQ4-UzwAAAAMElRuJ", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12961782665", "actor": {"login": "amarsjac", "id": 131478790, "node_id": "U_kgDOB9Y1Bg", "avatar_url": "https://avatars.githubusercontent.com/u/131478790?v=4", "gravatar_id": "", "url": "https://api.github.com/users/amarsjac", "html_url": "https://github.com/amarsjac", "followers_url": "https://api.github.com/users/amarsjac/followers", "following_url": "https://api.github.com/users/amarsjac/following{/other_user}", "gists_url": "https://api.github.com/users/amarsjac/gists{/gist_id}", "starred_url": "https://api.github.com/users/amarsjac/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/amarsjac/subscriptions", "organizations_url": "https://api.github.com/users/amarsjac/orgs", "repos_url": "https://api.github.com/users/amarsjac/repos", "events_url": "https://api.github.com/users/amarsjac/events{/privacy}", "received_events_url": "https://api.github.com/users/amarsjac/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "merged", "commit_id": "8a776f98428654b3503a0daf3f548ea0affa5aee", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/8a776f98428654b3503a0daf3f548ea0affa5aee", "created_at": "2024-05-28T18:36:05Z", "performed_via_github_app": null}}
{"time": "2024-05-28T18:36:05+00:00", "type": "timeline:closed", "payload": {"id": 12961782685, "node_id": "CE_lADOKNhT9c6HQ4-UzwAAAAMElRud", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12961782685", "actor": {"login": "amarsjac", "id": 131478790, "node_id": "U_kgDOB9Y1Bg", "avatar_url": "https://avatars.githubusercontent.com/u/131478790?v=4", "gravatar_id": "", "url": "https://api.github.com/users/amarsjac", "html_url": "https://github.com/amarsjac", "followers_url": "https://api.github.com/users/amarsjac/followers", "following_url": "https://api.github.com/users/amarsjac/following{/other_user}", "gists_url": "https://api.github.com/users/amarsjac/gists{/gist_id}", "starred_url": "https://api.github.com/users/amarsjac/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/amarsjac/subscriptions", "organizations_url": "https://api.github.com/users/amarsjac/orgs", "repos_url": "https://api.github.com/users/amarsjac/repos", "events_url": "https://api.github.com/users/amarsjac/events{/privacy}", "received_events_url": "https://api.github.com/users/amarsjac/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "closed", "commit_id": null, "commit_url": null, "created_at": "2024-05-28T18:36:05Z", "state_reason": null, "performed_via_github_app": null}}
{"time": "2024-05-28T18:36:14+00:00", "type": "timeline:head_ref_deleted", "payload": {"id": 12961784401, "node_id": "HRDE_lADOKNhT9c6HQ4-UzwAAAAMElSJR", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12961784401", "actor": {"login": "dependabot[bot]", "id": 49699333, "node_id": "MDM6Qm90NDk2OTkzMzM=", "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dependabot%5Bbot%5D", "html_url": "https://github.com/apps/dependabot", "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers", "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos", "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false}, "event": "head_ref_deleted", "commit_id": null, "commit_url": null, "created_at": "2024-05-28T18:36:14Z", "performed_via_github_app": null}}
|