witrin's picture
Upload folder using huggingface_hub (part 2)
6ab90c0 verified
Raw
History Blame Contribute Delete
45.6 kB
{"time": "2024-06-20T15:59:32+00:00", "type": "commit", "payload": {"sha": "4074f3a55e57d970cbe8898bde35730d29f7a4e3", "node_id": "C_kwDOKNhT9doAKDQwNzRmM2E1NWU1N2Q5NzBjYmU4ODk4YmRlMzU3MzBkMjlmN2E0ZTM", "commit": {"author": {"name": "Daniel Neilson", "email": "53624638+ddneilson@users.noreply.github.com", "date": "2024-06-20T15:59:32Z"}, "committer": {"name": "Daniel Neilson", "email": "53624638+ddneilson@users.noreply.github.com", "date": "2024-06-20T15:59:32Z"}, "message": "feat: add merge_job_parameter_definitions to public api\n\nSummary:\nThe merge_job_parameter_definitions function can be used to test Job\nParameter compatibility between a Job Template and a set of Environment\nTemplates. It is currently a private function, but is useful to\nconsumers of this library. So, we move it to the public API.\n\nSigned-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>", "tree": {"sha": "55dde4b2060c78222aed5eb4faf81ba366bb8eb3", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees/55dde4b2060c78222aed5eb4faf81ba366bb8eb3"}, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/4074f3a55e57d970cbe8898bde35730d29f7a4e3", "comment_count": 0, "verification": {"verified": false, "reason": "unsigned", "signature": null, "payload": null, "verified_at": null}}, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/4074f3a55e57d970cbe8898bde35730d29f7a4e3", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/4074f3a55e57d970cbe8898bde35730d29f7a4e3", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/4074f3a55e57d970cbe8898bde35730d29f7a4e3/comments", "author": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "committer": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "parents": [{"sha": "12f9e9a2a29c174f106ca13f5a459d960e1097fb", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/12f9e9a2a29c174f106ca13f5a459d960e1097fb", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/12f9e9a2a29c174f106ca13f5a459d960e1097fb"}], "stats": {"total": 2, "additions": 2, "deletions": 0}, "files": [{"sha": "4a34e493b88139340262f667cca4f615d8a37b77", "filename": "src/openjd/model/__init__.py", "status": "modified", "additions": 2, "deletions": 0, "changes": 2, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/4074f3a55e57d970cbe8898bde35730d29f7a4e3/src%2Fopenjd%2Fmodel%2F__init__.py", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/4074f3a55e57d970cbe8898bde35730d29f7a4e3/src%2Fopenjd%2Fmodel%2F__init__.py", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/src%2Fopenjd%2Fmodel%2F__init__.py?ref=4074f3a55e57d970cbe8898bde35730d29f7a4e3", "patch": "@@ -10,6 +10,7 @@\n TokenError,\n UnsupportedSchema,\n )\n+from ._merge_job_parameter import merge_job_parameter_definitions\n from ._range_expr import IntRangeExpr\n from ._parse import (\n DocumentType,\n@@ -52,6 +53,7 @@\n \"decode_environment_template\",\n \"decode_job_template\",\n \"document_string_to_object\",\n+ \"merge_job_parameter_definitions\",\n \"model_to_object\",\n \"parse_model\",\n \"preprocess_job_parameters\","}]}}
{"time": "2024-06-20T15:59:32+00:00", "type": "timeline:committed", "payload": {"sha": "4074f3a55e57d970cbe8898bde35730d29f7a4e3", "node_id": "C_kwDOKNhT9doAKDQwNzRmM2E1NWU1N2Q5NzBjYmU4ODk4YmRlMzU3MzBkMjlmN2E0ZTM", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/4074f3a55e57d970cbe8898bde35730d29f7a4e3", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/4074f3a55e57d970cbe8898bde35730d29f7a4e3", "author": {"name": "Daniel Neilson", "email": "53624638+ddneilson@users.noreply.github.com", "date": "2024-06-20T15:59:32Z"}, "committer": {"name": "Daniel Neilson", "email": "53624638+ddneilson@users.noreply.github.com", "date": "2024-06-20T15:59:32Z"}, "tree": {"sha": "55dde4b2060c78222aed5eb4faf81ba366bb8eb3", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees/55dde4b2060c78222aed5eb4faf81ba366bb8eb3"}, "message": "feat: add merge_job_parameter_definitions to public api\n\nSummary:\nThe merge_job_parameter_definitions function can be used to test Job\nParameter compatibility between a Job Template and a set of Environment\nTemplates. It is currently a private function, but is useful to\nconsumers of this library. So, we move it to the public API.\n\nSigned-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>", "parents": [{"sha": "12f9e9a2a29c174f106ca13f5a459d960e1097fb", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/12f9e9a2a29c174f106ca13f5a459d960e1097fb", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/12f9e9a2a29c174f106ca13f5a459d960e1097fb"}], "verification": {"verified": false, "reason": "unsigned", "signature": null, "payload": null, "verified_at": null}, "event": "committed"}}
{"time": "2024-06-20T16:02:15+00:00", "type": "pr", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/126", "id": 1930930162, "node_id": "PR_kwDOKNhT9c5zF6fy", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/126", "diff_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/126.diff", "patch_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/126.patch", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/126", "number": 126, "state": "closed", "locked": false, "title": "feat: add merge_job_parameter_definitions to public api", "user": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "\r\n### What was the problem/requirement? (What/Why)\r\n\r\nThe merge_job_parameter_definitions function can be used to test Job Parameter compatibility between a Job Template and a set of Environment Templates. It is currently a private function, but is useful to consumers of this library.\r\n\r\n### What was the solution? (How)\r\n\r\n So, we move it to the public API.\r\n\r\n### What is the impact of this change?\r\n\r\nMore functionality available in the public API.\r\n\r\n### How was this change tested?\r\n\r\nN/A\r\n\r\n### Was this change documented?\r\n\r\nYes, the function has a docstring.\r\n\r\n### Is this a breaking change?\r\n\r\nNo.\r\n\r\n----\r\n\r\n*By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.*", "created_at": "2024-06-20T16:02:15Z", "updated_at": "2024-10-28T18:14:15Z", "closed_at": "2024-06-21T19:23:30Z", "merged_at": "2024-06-21T19:23:30Z", "merge_commit_sha": "c2c4fae39494313a2eb67fd6cb5d2080f2b14b94", "assignees": [], "requested_reviewers": [], "requested_teams": [], "labels": [], "milestone": null, "draft": false, "commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/126/commits", "review_comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/126/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/126/comments", "statuses_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/4074f3a55e57d970cbe8898bde35730d29f7a4e3", "head": {"label": "ddneilson:merge_job_param_public_api", "ref": "merge_job_param_public_api", "sha": "4074f3a55e57d970cbe8898bde35730d29f7a4e3", "user": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "repo": {"id": 757262049, "node_id": "R_kgDOLSLm4Q", "name": "openjd-model-for-python", "full_name": "ddneilson/openjd-model-for-python", "private": false, "owner": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "html_url": "https://github.com/ddneilson/openjd-model-for-python", "description": "Provides a Python implementation of the data model for Open Job Description's template schemas.", "fork": true, "url": "https://api.github.com/repos/ddneilson/openjd-model-for-python", "forks_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/forks", "keys_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/teams", "hooks_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/hooks", "issue_events_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/issues/events{/number}", "events_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/events", "assignees_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/assignees{/user}", "branches_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/branches{/branch}", "tags_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/tags", "blobs_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/git/refs{/sha}", "trees_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/statuses/{sha}", "languages_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/languages", "stargazers_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/stargazers", "contributors_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/contributors", "subscribers_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/subscribers", "subscription_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/subscription", "commits_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/commits{/sha}", "git_commits_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/git/commits{/sha}", "comments_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/comments{/number}", "issue_comment_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/issues/comments{/number}", "contents_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/contents/{+path}", "compare_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/merges", "archive_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/downloads", "issues_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/issues{/number}", "pulls_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/pulls{/number}", "milestones_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/milestones{/number}", "notifications_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/labels{/name}", "releases_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/releases{/id}", "deployments_url": "https://api.github.com/repos/ddneilson/openjd-model-for-python/deployments", "created_at": "2024-02-14T05:58:02Z", "updated_at": "2024-10-28T19:14:38Z", "pushed_at": "2024-10-28T19:29:10Z", "git_url": "git://github.com/ddneilson/openjd-model-for-python.git", "ssh_url": "git@github.com:ddneilson/openjd-model-for-python.git", "clone_url": "https://github.com/ddneilson/openjd-model-for-python.git", "svn_url": "https://github.com/ddneilson/openjd-model-for-python", "homepage": "https://github.com/OpenJobDescription/openjd-specifications/wiki", "size": 370, "stargazers_count": 0, "watchers_count": 0, "language": "Python", "has_issues": false, "has_projects": true, "has_downloads": true, "has_wiki": false, "has_pages": false, "has_discussions": false, "forks_count": 0, "mirror_url": null, "archived": false, "disabled": false, "open_issues_count": 0, "license": {"key": "apache-2.0", "name": "Apache License 2.0", "spdx_id": "Apache-2.0", "url": "https://api.github.com/licenses/apache-2.0", "node_id": "MDc6TGljZW5zZTI="}, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, "has_pull_requests": true, "pull_request_creation_policy": "all", "topics": [], "visibility": "public", "forks": 0, "open_issues": 0, "watchers": 0, "default_branch": "mainline"}}, "base": {"label": "OpenJobDescription:mainline", "ref": "mainline", "sha": "12f9e9a2a29c174f106ca13f5a459d960e1097fb", "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/126"}, "html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/126"}, "issue": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/126"}, "comments": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/126/comments"}, "review_comments": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/126/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/126/commits"}, "statuses": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/4074f3a55e57d970cbe8898bde35730d29f7a4e3"}}, "author_association": "CONTRIBUTOR", "auto_merge": {"enabled_by": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "merge_method": "squash", "commit_title": "feat: add merge_job_parameter_definitions to public api (#126)", "commit_message": "Summary:\r\nThe merge_job_parameter_definitions function can be used to test Job\r\nParameter compatibility between a Job Template and a set of Environment\r\nTemplates. It is currently a private function, but is useful to\r\nconsumers of this library. So, we move it to the public API.\r\n\r\nSigned-off-by: Daniel Neilson <53624638+ddneilson@users.noreply.github.com>"}, "assignee": null, "active_lock_reason": null, "merged": true, "mergeable": null, "rebaseable": null, "mergeable_state": "unknown", "merged_by": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "comments": 0, "review_comments": 0, "maintainer_can_modify": false, "commits": 1, "additions": 2, "deletions": 0, "changed_files": 1}}
{"time": "2024-06-20T16:02:15+00:00", "type": "timeline:review_requested", "payload": {"id": 13231471076, "node_id": "RRE_lADOKNhT9c6M891tzwAAAAMUqDnk", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/13231471076", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "review_requested", "commit_id": null, "commit_url": null, "created_at": "2024-06-20T16:02:15Z", "review_requester": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "requested_team": {"name": "Developers", "id": 8513209, "node_id": "T_kwDOCH2m8s4Agea5", "slug": "developers", "description": "", "privacy": "closed", "notification_setting": "notifications_enabled", "url": "https://api.github.com/organizations/142452466/team/8513209", "html_url": "https://github.com/orgs/OpenJobDescription/teams/developers", "members_url": "https://api.github.com/organizations/142452466/team/8513209/members{/member}", "repositories_url": "https://api.github.com/organizations/142452466/team/8513209/repos", "type": "organization", "organization_id": 142452466, "permission": "push", "permissions": {"admin": false, "maintain": false, "push": true, "triage": true, "pull": true}, "parent": null}, "performed_via_github_app": null}}
{"time": "2024-06-20T16:07:30+00:00", "type": "timeline:auto_squash_enabled", "payload": {"id": 13231532692, "node_id": "ASEE_lADOKNhT9c6M891tzwAAAAMUqSqU", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/13231532692", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "auto_squash_enabled", "commit_id": null, "commit_url": null, "created_at": "2024-06-20T16:07:30Z", "performed_via_github_app": null}}
{"time": "2024-06-20T16:29:43+00:00", "type": "review", "payload": {"id": 2130886412, "node_id": "PRR_kwDOKNhT9c5_Ar8M", "user": {"login": "crowecawcaw", "id": 6042774, "node_id": "MDQ6VXNlcjYwNDI3NzQ=", "avatar_url": "https://avatars.githubusercontent.com/u/6042774?u=50ab37d0974dbd4881f58d1639ecc4e32c612840&v=4", "gravatar_id": "", "url": "https://api.github.com/users/crowecawcaw", "html_url": "https://github.com/crowecawcaw", "followers_url": "https://api.github.com/users/crowecawcaw/followers", "following_url": "https://api.github.com/users/crowecawcaw/following{/other_user}", "gists_url": "https://api.github.com/users/crowecawcaw/gists{/gist_id}", "starred_url": "https://api.github.com/users/crowecawcaw/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/crowecawcaw/subscriptions", "organizations_url": "https://api.github.com/users/crowecawcaw/orgs", "repos_url": "https://api.github.com/users/crowecawcaw/repos", "events_url": "https://api.github.com/users/crowecawcaw/events{/privacy}", "received_events_url": "https://api.github.com/users/crowecawcaw/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/126#pullrequestreview-2130886412", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/126", "author_association": "CONTRIBUTOR", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/126#pullrequestreview-2130886412"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/126"}}, "submitted_at": "2024-06-20T16:29:43Z", "commit_id": "4074f3a55e57d970cbe8898bde35730d29f7a4e3"}}
{"time": "2024-06-20T16:29:43+00:00", "type": "timeline:reviewed", "payload": {"id": 2130886412, "node_id": "PRR_kwDOKNhT9c5_Ar8M", "user": {"login": "crowecawcaw", "id": 6042774, "node_id": "MDQ6VXNlcjYwNDI3NzQ=", "avatar_url": "https://avatars.githubusercontent.com/u/6042774?v=4", "gravatar_id": "", "url": "https://api.github.com/users/crowecawcaw", "html_url": "https://github.com/crowecawcaw", "followers_url": "https://api.github.com/users/crowecawcaw/followers", "following_url": "https://api.github.com/users/crowecawcaw/following{/other_user}", "gists_url": "https://api.github.com/users/crowecawcaw/gists{/gist_id}", "starred_url": "https://api.github.com/users/crowecawcaw/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/crowecawcaw/subscriptions", "organizations_url": "https://api.github.com/users/crowecawcaw/orgs", "repos_url": "https://api.github.com/users/crowecawcaw/repos", "events_url": "https://api.github.com/users/crowecawcaw/events{/privacy}", "received_events_url": "https://api.github.com/users/crowecawcaw/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "4074f3a55e57d970cbe8898bde35730d29f7a4e3", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/126#pullrequestreview-2130886412", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/126", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/126#pullrequestreview-2130886412"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/126"}}, "submitted_at": "2024-06-20T16:29:43Z", "updated_at": "2024-06-20T16:29:43Z", "author_association": "CONTRIBUTOR", "event": "reviewed"}}
{"time": "2024-06-21T19:23:28+00:00", "type": "review", "payload": {"id": 2133292440, "node_id": "PRR_kwDOKNhT9c5_J3WY", "user": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?u=55d045112a37685c157f68dd38f783356f6735d6&v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/126#pullrequestreview-2133292440", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/126", "author_association": "CONTRIBUTOR", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/126#pullrequestreview-2133292440"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/126"}}, "submitted_at": "2024-06-21T19:23:28Z", "commit_id": "4074f3a55e57d970cbe8898bde35730d29f7a4e3"}}
{"time": "2024-06-21T19:23:28+00:00", "type": "timeline:reviewed", "payload": {"id": 2133292440, "node_id": "PRR_kwDOKNhT9c5_J3WY", "user": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "4074f3a55e57d970cbe8898bde35730d29f7a4e3", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/126#pullrequestreview-2133292440", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/126", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/126#pullrequestreview-2133292440"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/126"}}, "submitted_at": "2024-06-21T19:23:28Z", "updated_at": "2024-06-21T19:23:28Z", "author_association": "CONTRIBUTOR", "event": "reviewed"}}
{"time": "2024-06-21T19:23:30+00:00", "type": "timeline:merged", "payload": {"id": 13246357567, "node_id": "ME_lADOKNhT9c6M891tzwAAAAMVi2A_", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/13246357567", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "merged", "commit_id": "c2c4fae39494313a2eb67fd6cb5d2080f2b14b94", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/c2c4fae39494313a2eb67fd6cb5d2080f2b14b94", "created_at": "2024-06-21T19:23:30Z", "performed_via_github_app": null}}
{"time": "2024-06-21T19:23:30+00:00", "type": "timeline:closed", "payload": {"id": 13246357585, "node_id": "CE_lADOKNhT9c6M891tzwAAAAMVi2BR", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/13246357585", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "closed", "commit_id": null, "commit_url": null, "created_at": "2024-06-21T19:23:30Z", "state_reason": null, "performed_via_github_app": null}}
{"time": "2024-10-28T18:14:15+00:00", "type": "timeline:head_ref_deleted", "payload": {"id": 14967346552, "node_id": "HRDE_lADOKNhT9c6M891tzwAAAAN8H5V4", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/14967346552", "actor": {"login": "ddneilson", "id": 53624638, "node_id": "MDQ6VXNlcjUzNjI0NjM4", "avatar_url": "https://avatars.githubusercontent.com/u/53624638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddneilson", "html_url": "https://github.com/ddneilson", "followers_url": "https://api.github.com/users/ddneilson/followers", "following_url": "https://api.github.com/users/ddneilson/following{/other_user}", "gists_url": "https://api.github.com/users/ddneilson/gists{/gist_id}", "starred_url": "https://api.github.com/users/ddneilson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ddneilson/subscriptions", "organizations_url": "https://api.github.com/users/ddneilson/orgs", "repos_url": "https://api.github.com/users/ddneilson/repos", "events_url": "https://api.github.com/users/ddneilson/events{/privacy}", "received_events_url": "https://api.github.com/users/ddneilson/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "head_ref_deleted", "commit_id": null, "commit_url": null, "created_at": "2024-10-28T18:14:15Z", "performed_via_github_app": null}}