From f2cc85201bf1a940b9c3066fbea3f608bd4b6ba2 Mon Sep 17 00:00:00 2001 From: Muawiya-contact Date: Tue, 5 May 2026 23:33:19 +0500 Subject: [PATCH 1/3] docs: update technical discrepancies for new contributors - Update Node.js version requirement from v16.16.0 to v20+ (aligns with GitHub Actions workflows and Docker images) - Update GitHub organization URLs from CrowdDotDev to linuxfoundation (reflects Linux Foundation acquisition in April 2024) - Update all deployment scripts, build files, and documentation links - Update test fixtures to use new organization namespace Fixes documentation inconsistencies that blocked new developers during setup and onboarding. Signed-off-by: Muawiya-contact --- CONTRIBUTING.md | 38 +- README.md | 6 +- .../integrations/webhooks/__tests__/events.ts | 4120 ++++++++--------- frontend/docs/custom-logos.md | 2 +- scripts/cli | 4 +- scripts/scaffold/kafka-connect/Dockerfile | 2 +- .../kafka-connect/build-docker-image.sh | 2 +- .../docker/Dockerfile.script_executor | 2 +- 8 files changed, 2090 insertions(+), 2086 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2775e6c3ff..42aa688935 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,8 @@ Contributions are what make the open-source community such an amazing place to l ## Ways to contribute -- Try the crowd.dev platform & API and give feedback by [creating new issues](https://github.com/CrowdDotDev/crowd.dev/issues/new/choose). -- Help with [open issues](https://github.com/CrowdDotDev/crowd.dev/issues). +- Try the crowd.dev platform & API and give feedback by [creating new issues](https://github.com/linuxfoundation/crowd.dev/issues/new/choose). +- Help with [open issues](https://github.com/linuxfoundation/crowd.dev/issues). - Add a new integration following our [framework](https://docs.crowd.dev/docs/integration-framework). - Help create tutorials and [blog](https://www.crowd.dev/blog) posts. - Improve [documentation](https://docs.crowd.dev/docs) by fixing incomplete or missing docs, bad wording, examples, or explanations. @@ -65,22 +65,20 @@ Any contributions you make are **greatly appreciated**. ā¤ļø - ## How to contribute to development We welcome any contribution to crowd.dev. Before you start with your first issue, please consider the following points: -- For your first contribution, we recommend taking a look at our ["good first issues" šŸ„‚](https://github.com/CrowdDotDev/crowd.dev/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue+%F0%9F%A5%82%22). -- Other issues that are well suited for contribution have the tag ["help wanted" šŸ™](https://github.com/CrowdDotDev/crowd.dev/labels/help%20wanted%20%F0%9F%99%8F). -- If you want to contribute to our codebase, you have to first [sign our Contributor License Agreement](https://cla-assistant.io/CrowdDotDev/crowd.dev). -- If you need help, you can reach us either via [Discord](http://crowd.dev/discord) or [Book a 15-min Contributor Onboarding Call](https://cal.com/team/CrowdDotDev/contributor-onboarding?duration=15). +- For your first contribution, we recommend taking a look at our ["good first issues" šŸ„‚](https://github.com/linuxfoundation/crowd.dev/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue+%F0%9F%A5%82%22). +- Other issues that are well suited for contribution have the tag ["help wanted" šŸ™](https://github.com/linuxfoundation/crowd.dev/labels/help%20wanted%20%F0%9F%99%8F). +- If you want to contribute to our codebase, you have to first [sign our Contributor License Agreement](https://cla-assistant.io/linuxfoundation/crowd.dev). +- If you need help, you can reach us either via [Discord](http://crowd.dev/discord) or [Book a 15-min Contributor Onboarding Call](https://cal.com/team/linuxfoundation/contributor-onboarding?duration=15). #### Requirements - Node v16.16.0 - Docker and docker-compose - #### Setup the project The project is a monorepo, meaning that it is a collection of multiple packages managed in the same repository. In the following steps, you'll learn how to get the project up and running for development purposes. @@ -99,6 +97,7 @@ cd scripts ``` For hot reloading, you can run: + ```shell cd scripts ./cli clean-start-dev @@ -110,25 +109,24 @@ For more information on development, you can Requirements -- [Node](https://nodejs.org/en) v16.16.0 +- [Node](https://nodejs.org/en) v20+ - [Docker](https://docs.docker.com/get-docker/) and [docker-compose](https://docs.docker.com/compose/install/) #### Getting started @@ -40,7 +40,7 @@ We currently support all our integrations for self-hosting. For each one of them 1. Get the mono repo from GitHub ```shell -git clone git@github.com:CrowdDotDev/crowd.dev.git +git clone git@github.com:linuxfoundation/crowd.dev.git ``` 2. Run the start script @@ -76,7 +76,7 @@ There are many ways you can contribute to crowd.dev! Here are a few options: - Create issues every time you feel something is missing or goes wrong - Upvote issues with šŸ‘ reaction so we know what's the demand for a particular issue to prioritize it within the roadmap -If you would like to contribute to the development of the project, please refer to our [Contributing guide](https://github.com/CrowdDotDev/crowd.dev/blob/main/CONTRIBUTING.md). +If you would like to contribute to the development of the project, please refer to our [Contributing guide](https://github.com/linuxfoundation/crowd.dev/blob/main/CONTRIBUTING.md). All contributions are highly appreciated. šŸ™ diff --git a/backend/src/serverless/integrations/webhooks/__tests__/events.ts b/backend/src/serverless/integrations/webhooks/__tests__/events.ts index 4d8c3a89f9..3bf7005fd4 100644 --- a/backend/src/serverless/integrations/webhooks/__tests__/events.ts +++ b/backend/src/serverless/integrations/webhooks/__tests__/events.ts @@ -212,13 +212,13 @@ export default class TestEvents { edited: { action: 'edited', issue: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267', - repository_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267', + repository_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', labels_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267/labels{/name}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267/comments', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267/events', - html_url: 'https://github.com/CrowdDotDev/crowd-postgres/issues/267', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267/labels{/name}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267/comments', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267/events', + html_url: 'https://github.com/linuxfoundation/crowd-postgres/issues/267', id: 1341717370, node_id: 'I_kwDOGsy6M85F9i3I', number: 267, @@ -257,7 +257,7 @@ export default class TestEvents { active_lock_reason: null, body: null, reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -268,7 +268,7 @@ export default class TestEvents { rocket: 0, eyes: 0, }, - timeline_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267/timeline', + timeline_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267/timeline', performed_via_github_app: null, state_reason: 'reopened', }, @@ -281,83 +281,83 @@ export default class TestEvents { id: 449624627, node_id: 'R_kgDOGsy6Mw', name: 'crowd-postgres', - full_name: 'CrowdDotDev/crowd-postgres', + full_name: 'linuxfoundation/crowd-postgres', private: true, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres', + html_url: 'https://github.com/linuxfoundation/crowd-postgres', description: 'temporary monorepo (until oss launch)', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/commits{/sha}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/commits{/sha}', git_commits_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/merges', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/deployments', created_at: '2022-01-19T09:22:07Z', updated_at: '2022-08-12T18:29:08Z', pushed_at: '2022-08-21T13:49:08Z', - git_url: 'git://github.com/CrowdDotDev/crowd-postgres.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd-postgres.git', - clone_url: 'https://github.com/CrowdDotDev/crowd-postgres.git', - svn_url: 'https://github.com/CrowdDotDev/crowd-postgres', + git_url: 'git://github.com/linuxfoundation/crowd-postgres.git', + ssh_url: 'git@github.com:linuxfoundation/crowd-postgres.git', + clone_url: 'https://github.com/linuxfoundation/crowd-postgres.git', + svn_url: 'https://github.com/linuxfoundation/crowd-postgres', homepage: '', size: 25880, stargazers_count: 1, @@ -391,16 +391,16 @@ export default class TestEvents { default_branch: 'main', }, organization: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', - url: 'https://api.github.com/orgs/CrowdDotDev', - repos_url: 'https://api.github.com/orgs/CrowdDotDev/repos', - events_url: 'https://api.github.com/orgs/CrowdDotDev/events', - hooks_url: 'https://api.github.com/orgs/CrowdDotDev/hooks', - issues_url: 'https://api.github.com/orgs/CrowdDotDev/issues', - members_url: 'https://api.github.com/orgs/CrowdDotDev/members{/member}', - public_members_url: 'https://api.github.com/orgs/CrowdDotDev/public_members{/member}', + url: 'https://api.github.com/orgs/linuxfoundation', + repos_url: 'https://api.github.com/orgs/linuxfoundation/repos', + events_url: 'https://api.github.com/orgs/linuxfoundation/events', + hooks_url: 'https://api.github.com/orgs/linuxfoundation/hooks', + issues_url: 'https://api.github.com/orgs/linuxfoundation/issues', + members_url: 'https://api.github.com/orgs/linuxfoundation/members{/member}', + public_members_url: 'https://api.github.com/orgs/linuxfoundation/public_members{/member}', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', description: '', }, @@ -878,26 +878,26 @@ export default class TestEvents { commit_id: '22db2e60206ee7445e457685367407f540553e50', submitted_at: '2023-05-10T14:15:24Z', state: 'approved', - html_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/843#pullrequestreview-1420752578', - pull_request_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/843', + html_url: 'https://github.com/linuxfoundation/crowd.dev/pull/843#pullrequestreview-1420752578', + pull_request_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/843', author_association: 'CONTRIBUTOR', _links: { html: { - href: 'https://github.com/CrowdDotDev/crowd.dev/pull/843#pullrequestreview-1420752578', + href: 'https://github.com/linuxfoundation/crowd.dev/pull/843#pullrequestreview-1420752578', }, pull_request: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/843', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/843', }, }, }, pull_request: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/843', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/843', id: 1344074031, node_id: 'PR_kwDOHksjGM5QHPEv', - html_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/843', - diff_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/843.diff', - patch_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/843.patch', - issue_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/843', + html_url: 'https://github.com/linuxfoundation/crowd.dev/pull/843', + diff_url: 'https://github.com/linuxfoundation/crowd.dev/pull/843.diff', + patch_url: 'https://github.com/linuxfoundation/crowd.dev/pull/843.patch', + issue_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/843', number: 843, state: 'open', locked: false, @@ -922,7 +922,7 @@ export default class TestEvents { type: 'User', site_admin: false, }, - body: '# Changes proposed āœļø\r\nBug: Due to this previous change ([PR](https://github.com/CrowdDotDev/crowd.dev/pull/823/files#diff-987f06572bad79c47ef62d518a7a4e419dda775d942d365da55dc5509acf5291R44)), the `activityType` and `platform` were being stored in lowerCase in all activities. However, in the settings object it remained with the original value. So currently there is an inconsistency between custom activity type keys in activities and settings.\r\nTo fix this I\'m lowerCasing custom activity type and platform keys on their creation and migrating the existing ones to lowerCase as well.\r\n\r\nExample of problem:\r\nTenant settings:\r\n```\r\n{\r\n "Conference": {\r\n "Registered to a conference": {\r\n "display": {\r\n "short": "Registered to a conference",\r\n "channel": "",\r\n "default": "Registered to a conference"\r\n },\r\n },\r\n },\r\n "other": {\r\n "This is a test": {\r\n "display": {\r\n "short": "This is a test",\r\n "channel": "",\r\n "default": "This is a test"\r\n },\r\n }\r\n }\r\n}\r\n```\r\nActivity payload:\r\n`platform` and `activityType` fields:\r\n```\r\nplatform: \'luma\',\r\nactivityType: \'registered to a conference\'\r\n\r\nor\r\n\r\nplatform: \'other\',\r\nactivityType: \'this is a test\'\r\n```\r\n\r\nWith these changes the activity payload should remain the same but the tenant settings should be fixed to:\r\n```\r\n{\r\n "conference": {\r\n "registered to a conference": {\r\n "display": {\r\n "short": "Registered to a conference",\r\n "channel": "",\r\n "default": "Registered to a conference"\r\n },\r\n },\r\n },\r\n "other": {\r\n "this is a test": {\r\n "display": {\r\n "short": "This is a test",\r\n "channel": "",\r\n "default": "This is a test"\r\n },\r\n }\r\n }\r\n}\r\n```\r\n\r\n### What\r\n\r\n### šŸ¤– Generated by Copilot at b11dfa1\r\n\r\nThe pull request standardizes the keys for custom activity types to use lowercase in the `settings` table and the `SettingsService` class. This avoids case sensitivity issues and improves data consistency across the application.\r\n​\r\n\r\n### šŸ¤– Generated by Copilot at b11dfa1\r\n\r\n> _`customActivityTypes`_\r\n> _Lowercase keys for all seasons_\r\n> _`typeKey` follows_\r\n\r\n### Why\r\n\r\n\r\n### How\r\n\r\n### šŸ¤– Generated by Copilot at b11dfa1\r\n\r\n* Standardize the keys for custom activity types to use lowercase in the database and the service layer ([link](https://github.com/CrowdDotDev/crowd.dev/pull/843/files?diff=unified&w=0#diff-a9626422cfa5c6888ed594d5114bffc0c4113699b7f39d1c4c456da8bd72c812L1-R13), [link](https://github.com/CrowdDotDev/crowd.dev/pull/843/files?diff=unified&w=0#diff-2908c7bb18ca4494942ee153161abc5555bdd9516fc2d225a406d785b5787711L24-R24))\r\n* Update the `customActivityTypes` column in the `settings` table using the SQL script `V1683627959__customActivityTypesKeys.sql` ([link](https://github.com/CrowdDotDev/crowd.dev/pull/843/files?diff=unified&w=0#diff-a9626422cfa5c6888ed594d5114bffc0c4113699b7f39d1c4c456da8bd72c812L1-R13))\r\n* Modify the `typeKey` variable in the `SettingsService` class to match the database format ([link](https://github.com/CrowdDotDev/crowd.dev/pull/843/files?diff=unified&w=0#diff-2908c7bb18ca4494942ee153161abc5555bdd9516fc2d225a406d785b5787711L24-R24))\r\n\r\n## Checklist āœ…\r\n- [x] Label appropriately with `Feature`, `Improvement`, or `Bug`.\r\n- [ ] Add screehshots to the PR description for relevant FE changes\r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)).\r\n- [ ] [Quality standards](https://github.com/CrowdDotDev/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met.\r\n', + body: '# Changes proposed āœļø\r\nBug: Due to this previous change ([PR](https://github.com/linuxfoundation/crowd.dev/pull/823/files#diff-987f06572bad79c47ef62d518a7a4e419dda775d942d365da55dc5509acf5291R44)), the `activityType` and `platform` were being stored in lowerCase in all activities. However, in the settings object it remained with the original value. So currently there is an inconsistency between custom activity type keys in activities and settings.\r\nTo fix this I\'m lowerCasing custom activity type and platform keys on their creation and migrating the existing ones to lowerCase as well.\r\n\r\nExample of problem:\r\nTenant settings:\r\n```\r\n{\r\n "Conference": {\r\n "Registered to a conference": {\r\n "display": {\r\n "short": "Registered to a conference",\r\n "channel": "",\r\n "default": "Registered to a conference"\r\n },\r\n },\r\n },\r\n "other": {\r\n "This is a test": {\r\n "display": {\r\n "short": "This is a test",\r\n "channel": "",\r\n "default": "This is a test"\r\n },\r\n }\r\n }\r\n}\r\n```\r\nActivity payload:\r\n`platform` and `activityType` fields:\r\n```\r\nplatform: \'luma\',\r\nactivityType: \'registered to a conference\'\r\n\r\nor\r\n\r\nplatform: \'other\',\r\nactivityType: \'this is a test\'\r\n```\r\n\r\nWith these changes the activity payload should remain the same but the tenant settings should be fixed to:\r\n```\r\n{\r\n "conference": {\r\n "registered to a conference": {\r\n "display": {\r\n "short": "Registered to a conference",\r\n "channel": "",\r\n "default": "Registered to a conference"\r\n },\r\n },\r\n },\r\n "other": {\r\n "this is a test": {\r\n "display": {\r\n "short": "This is a test",\r\n "channel": "",\r\n "default": "This is a test"\r\n },\r\n }\r\n }\r\n}\r\n```\r\n\r\n### What\r\n\r\n### šŸ¤– Generated by Copilot at b11dfa1\r\n\r\nThe pull request standardizes the keys for custom activity types to use lowercase in the `settings` table and the `SettingsService` class. This avoids case sensitivity issues and improves data consistency across the application.\r\n​\r\n\r\n### šŸ¤– Generated by Copilot at b11dfa1\r\n\r\n> _`customActivityTypes`_\r\n> _Lowercase keys for all seasons_\r\n> _`typeKey` follows_\r\n\r\n### Why\r\n\r\n\r\n### How\r\n\r\n### šŸ¤– Generated by Copilot at b11dfa1\r\n\r\n* Standardize the keys for custom activity types to use lowercase in the database and the service layer ([link](https://github.com/linuxfoundation/crowd.dev/pull/843/files?diff=unified&w=0#diff-a9626422cfa5c6888ed594d5114bffc0c4113699b7f39d1c4c456da8bd72c812L1-R13), [link](https://github.com/linuxfoundation/crowd.dev/pull/843/files?diff=unified&w=0#diff-2908c7bb18ca4494942ee153161abc5555bdd9516fc2d225a406d785b5787711L24-R24))\r\n* Update the `customActivityTypes` column in the `settings` table using the SQL script `V1683627959__customActivityTypesKeys.sql` ([link](https://github.com/linuxfoundation/crowd.dev/pull/843/files?diff=unified&w=0#diff-a9626422cfa5c6888ed594d5114bffc0c4113699b7f39d1c4c456da8bd72c812L1-R13))\r\n* Modify the `typeKey` variable in the `SettingsService` class to match the database format ([link](https://github.com/linuxfoundation/crowd.dev/pull/843/files?diff=unified&w=0#diff-2908c7bb18ca4494942ee153161abc5555bdd9516fc2d225a406d785b5787711L24-R24))\r\n\r\n## Checklist āœ…\r\n- [x] Label appropriately with `Feature`, `Improvement`, or `Bug`.\r\n- [ ] Add screehshots to the PR description for relevant FE changes\r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)).\r\n- [ ] [Quality standards](https://github.com/linuxfoundation/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met.\r\n', created_at: '2023-05-09T16:52:03Z', updated_at: '2023-05-10T14:15:25Z', closed_at: null, @@ -996,35 +996,35 @@ export default class TestEvents { labels: [], milestone: null, draft: false, - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/843/commits', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/843/commits', review_comments_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/843/comments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/843/comments', review_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/comments{/number}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/843/comments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/comments{/number}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/843/comments', statuses_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/22db2e60206ee7445e457685367407f540553e50', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/22db2e60206ee7445e457685367407f540553e50', head: { - label: 'CrowdDotDev:bug/activity-type-filter', + label: 'linuxfoundation:bug/activity-type-filter', ref: 'bug/activity-type-filter', sha: '22db2e60206ee7445e457685367407f540553e50', user: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, @@ -1032,83 +1032,83 @@ export default class TestEvents { id: 508240664, node_id: 'R_kgDOHksjGA', name: 'crowd.dev', - full_name: 'CrowdDotDev/crowd.dev', + full_name: 'linuxfoundation/crowd.dev', private: false, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd.dev', + html_url: 'https://github.com/linuxfoundation/crowd.dev', description: 'An open-source platform to centralize community, product, and customer data for DevTool companies.', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/commits{/sha}', - git_commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/commits{/sha}', + git_commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/merges', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/deployments', created_at: '2022-06-28T09:46:29Z', updated_at: '2023-05-10T07:55:10Z', pushed_at: '2023-05-10T13:25:16Z', - git_url: 'git://github.com/CrowdDotDev/crowd.dev.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd.dev.git', - clone_url: 'https://github.com/CrowdDotDev/crowd.dev.git', - svn_url: 'https://github.com/CrowdDotDev/crowd.dev', + git_url: 'git://github.com/linuxfoundation/crowd.dev.git', + ssh_url: 'git@github.com:linuxfoundation/crowd.dev.git', + clone_url: 'https://github.com/linuxfoundation/crowd.dev.git', + svn_url: 'https://github.com/linuxfoundation/crowd.dev', homepage: 'https://crowd.dev', size: 24469, stargazers_count: 535, @@ -1165,26 +1165,26 @@ export default class TestEvents { }, }, base: { - label: 'CrowdDotDev:main', + label: 'linuxfoundation:main', ref: 'main', sha: 'ceb9b6ed619cf09ddd4c5f6c41913d1e1a4607e7', user: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, @@ -1192,83 +1192,83 @@ export default class TestEvents { id: 508240664, node_id: 'R_kgDOHksjGA', name: 'crowd.dev', - full_name: 'CrowdDotDev/crowd.dev', + full_name: 'linuxfoundation/crowd.dev', private: false, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd.dev', + html_url: 'https://github.com/linuxfoundation/crowd.dev', description: 'An open-source platform to centralize community, product, and customer data for DevTool companies.', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/commits{/sha}', - git_commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/commits{/sha}', + git_commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/merges', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/deployments', created_at: '2022-06-28T09:46:29Z', updated_at: '2023-05-10T07:55:10Z', pushed_at: '2023-05-10T13:25:16Z', - git_url: 'git://github.com/CrowdDotDev/crowd.dev.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd.dev.git', - clone_url: 'https://github.com/CrowdDotDev/crowd.dev.git', - svn_url: 'https://github.com/CrowdDotDev/crowd.dev', + git_url: 'git://github.com/linuxfoundation/crowd.dev.git', + ssh_url: 'git@github.com:linuxfoundation/crowd.dev.git', + clone_url: 'https://github.com/linuxfoundation/crowd.dev.git', + svn_url: 'https://github.com/linuxfoundation/crowd.dev', homepage: 'https://crowd.dev', size: 24469, stargazers_count: 535, @@ -1326,28 +1326,28 @@ export default class TestEvents { }, _links: { self: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/843', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/843', }, html: { - href: 'https://github.com/CrowdDotDev/crowd.dev/pull/843', + href: 'https://github.com/linuxfoundation/crowd.dev/pull/843', }, issue: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/843', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/843', }, comments: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/843/comments', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/843/comments', }, review_comments: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/843/comments', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/843/comments', }, review_comment: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/comments{/number}', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/comments{/number}', }, commits: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/843/commits', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/843/commits', }, statuses: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/22db2e60206ee7445e457685367407f540553e50', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/22db2e60206ee7445e457685367407f540553e50', }, }, author_association: 'CONTRIBUTOR', @@ -1358,80 +1358,80 @@ export default class TestEvents { id: 508240664, node_id: 'R_kgDOHksjGA', name: 'crowd.dev', - full_name: 'CrowdDotDev/crowd.dev', + full_name: 'linuxfoundation/crowd.dev', private: false, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd.dev', + html_url: 'https://github.com/linuxfoundation/crowd.dev', description: 'An open-source platform to centralize community, product, and customer data for DevTool companies.', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/commits{/sha}', - git_commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/commits{/sha}', + git_commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contents/{+path}', - compare_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/merges', - archive_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls{/number}', - milestones_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contents/{+path}', + compare_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/merges', + archive_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls{/number}', + milestones_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/deployments', created_at: '2022-06-28T09:46:29Z', updated_at: '2023-05-10T07:55:10Z', pushed_at: '2023-05-10T13:25:16Z', - git_url: 'git://github.com/CrowdDotDev/crowd.dev.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd.dev.git', - clone_url: 'https://github.com/CrowdDotDev/crowd.dev.git', - svn_url: 'https://github.com/CrowdDotDev/crowd.dev', + git_url: 'git://github.com/linuxfoundation/crowd.dev.git', + ssh_url: 'git@github.com:linuxfoundation/crowd.dev.git', + clone_url: 'https://github.com/linuxfoundation/crowd.dev.git', + svn_url: 'https://github.com/linuxfoundation/crowd.dev', homepage: 'https://crowd.dev', size: 24469, stargazers_count: 535, @@ -1476,16 +1476,16 @@ export default class TestEvents { default_branch: 'main', }, organization: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', - url: 'https://api.github.com/orgs/CrowdDotDev', - repos_url: 'https://api.github.com/orgs/CrowdDotDev/repos', - events_url: 'https://api.github.com/orgs/CrowdDotDev/events', - hooks_url: 'https://api.github.com/orgs/CrowdDotDev/hooks', - issues_url: 'https://api.github.com/orgs/CrowdDotDev/issues', - members_url: 'https://api.github.com/orgs/CrowdDotDev/members{/member}', - public_members_url: 'https://api.github.com/orgs/CrowdDotDev/public_members{/member}', + url: 'https://api.github.com/orgs/linuxfoundation', + repos_url: 'https://api.github.com/orgs/linuxfoundation/repos', + events_url: 'https://api.github.com/orgs/linuxfoundation/events', + hooks_url: 'https://api.github.com/orgs/linuxfoundation/hooks', + issues_url: 'https://api.github.com/orgs/linuxfoundation/issues', + members_url: 'https://api.github.com/orgs/linuxfoundation/members{/member}', + public_members_url: 'https://api.github.com/orgs/linuxfoundation/public_members{/member}', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', description: 'Open-source community and data tools built to unlock community-led growth for developer tools.', @@ -1522,7 +1522,7 @@ export default class TestEvents { created: { action: 'created', comment: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/comments/1192271420', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/comments/1192271420', pull_request_review_id: 1424328394, id: 1192271420, node_id: 'PRRC_kwDOHksjGM5HEJ48', @@ -1554,22 +1554,22 @@ export default class TestEvents { body: "Shouldn't we only add this once we have everything ready? So that you can merge this PR without any blocker because it doesn't update anything in the UI?", created_at: '2023-05-12T11:57:03Z', updated_at: '2023-05-12T12:01:35Z', - html_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/853#discussion_r1192271420', - pull_request_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/853', + html_url: 'https://github.com/linuxfoundation/crowd.dev/pull/853#discussion_r1192271420', + pull_request_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/853', author_association: 'CONTRIBUTOR', _links: { self: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/comments/1192271420', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/comments/1192271420', }, html: { - href: 'https://github.com/CrowdDotDev/crowd.dev/pull/853#discussion_r1192271420', + href: 'https://github.com/linuxfoundation/crowd.dev/pull/853#discussion_r1192271420', }, pull_request: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/853', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/853', }, }, reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/comments/1192271420/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/comments/1192271420/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -1591,13 +1591,13 @@ export default class TestEvents { subject_type: 'line', }, pull_request: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/853', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/853', id: 1347649482, node_id: 'PR_kwDOHksjGM5QU3_K', - html_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/853', - diff_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/853.diff', - patch_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/853.patch', - issue_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/853', + html_url: 'https://github.com/linuxfoundation/crowd.dev/pull/853', + diff_url: 'https://github.com/linuxfoundation/crowd.dev/pull/853.diff', + patch_url: 'https://github.com/linuxfoundation/crowd.dev/pull/853.patch', + issue_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/853', number: 853, state: 'open', locked: false, @@ -1622,7 +1622,7 @@ export default class TestEvents { type: 'User', site_admin: false, }, - body: "# Changes proposed āœļø\r\n\r\n### What\r\n\n### šŸ¤– Generated by Copilot at 950f2ce\n\nThis pull request adds TypeScript support to the frontend and introduces a new `cr-filter` component to enable more flexible filtering options for the activity and member modules. It also updates some dependencies and adjusts the code accordingly. The pull request affects the following files: `frontend/.eslintrc.js`, `frontend/package.json`, `frontend/src/main.ts`, `frontend/src/modules/activity/pages/activity-list-page.vue`, and several files under `frontend/src/modules/activity/config/filters` and `frontend/src/modules/member/config/filters`.\r\n​\r\n\n### šŸ¤– Generated by Copilot at 950f2ce\n\n> _We're breaking the chains of the old code base_\n> _We're rising from the ashes with TypeScript and Vue_\n> _We're filtering the data with custom components_\n> _We're the masters of the frontend, we're the chosen few_\r\n\r\n### Why\r\n\r\n\r\n### How\r\n\n### šŸ¤– Generated by Copilot at 950f2ce\n\n* Added TypeScript support and linting rules to the project ([link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-093b2d5625f20b6d845fe73f1af12762fc64ba9d0b9d94b14e8aa287e2d2ed1dL11-R16), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-093b2d5625f20b6d845fe73f1af12762fc64ba9d0b9d94b14e8aa287e2d2ed1dL39-R47), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-093b2d5625f20b6d845fe73f1af12762fc64ba9d0b9d94b14e8aa287e2d2ed1dR71), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-093b2d5625f20b6d845fe73f1af12762fc64ba9d0b9d94b14e8aa287e2d2ed1dR80), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-da6498268e99511d9ba0df3c13e439d10556a812881c9d03955b2ef7c6c1c655R100), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-a235fca1f464b6af0fb049401b64264244eda9d624234c1fee162f6c663cee7bL3-R5), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-880807f0963877836924cebde24ebb161aefc0458ab92f7dadf867e12b7075b4L22-R22))\n* Updated `vue` and downgraded `webpack` dependencies to avoid compatibility issues ([link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-da6498268e99511d9ba0df3c13e439d10556a812881c9d03955b2ef7c6c1c655L62-R62), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-da6498268e99511d9ba0df3c13e439d10556a812881c9d03955b2ef7c6c1c655L71-R83))\n* Added custom filter components and configurations for the activity and member modules using the `cr-filter` component ([link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-f7e958bff5ca82a24a2bcc809b0d5868c76f6c7378c61dcb0b8bd287a646edd2R1-R23), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-cd8e780c8488cffad4194da57b9385504fa0d90b0b7084b6523dc9a05795a651R1-R22), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-69b2549353f117ee8aa475b258a2b7e5c4d1dabf070389e6fb0cc4515961bf2bR1-R23), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-a9caf8fef766c417b77c51900f046e8bbab2f34427bd53ac5a3ee24fa50febe8R1-R22), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-000975af376ec51052285dec3052d0d2b7b3b5bb5a32c937973df3719fab0af7R1-R21), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-eef270ab4e86feefead9e965f6749b81fabc04515ae0d016c9b617b49c67bfc4R1-R32), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-23ca53439be6cf4f27ec40bc2c06f04ea84246c16d275d2f87590ec836448089R1-R16), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-e2ef4c4cfd836c42d5d9305bfb8920729b1ac2076a16d0d9a1d431429732b038R1-R21), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-acaec04bcea58bbc89fb09cdcf9c13486baeb8031fbf36443bdf9a63194cee40R1-R35), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-3a3c6c5d10f2d009d72f8eba26e51c75b589b33911727ad0e566568b574e201aR1-R21), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-7bb1b7dc4c35d5e952e9185fe927581811c55dc23a9dc510d496abff0b41aeb1R1-R23), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-0ce6547bee0155186a048d673be3dafaab869e51b92902f7c48d524d07467c58L32-R32), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-0ce6547bee0155186a048d673be3dafaab869e51b92902f7c48d524d07467c58L67-R65), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-0ce6547bee0155186a048d673be3dafaab869e51b92902f7c48d524d07467c58R72-R73), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-0ce6547bee0155186a048d673be3dafaab869e51b92902f7c48d524d07467c58R79), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-0ce6547bee0155186a048d673be3dafaab869e51b92902f7c48d524d07467c58L85-R86), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-0ce6547bee0155186a048d673be3dafaab869e51b92902f7c48d524d07467c58R96), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-0b2256f166e26e7a5fe115419cf20ec23d7cea5aed42e3b7fc9cc00292678fedR1-R31), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-59768c401b689d0104e67273c59a560ab299fbcb88d3c52dc2b4cd3e42ed02ccR1-R23), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-f95205f0059ef9af70f69e3d1e744b7255e6892e74e4938b214149a612524223R1-R22))\n* Added type annotations and casts to avoid TypeScript errors in the `main.ts` file and the Hotjar script ([link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-a235fca1f464b6af0fb049401b64264244eda9d624234c1fee162f6c663cee7bL50-R56), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-a235fca1f464b6af0fb049401b64264244eda9d624234c1fee162f6c663cee7bL62-R64), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-a235fca1f464b6af0fb049401b64264244eda9d624234c1fee162f6c663cee7bL84-R87), [link](https://github.com/CrowdDotDev/crowd.dev/pull/853/files?diff=unified&w=0#diff-a235fca1f464b6af0fb049401b64264244eda9d624234c1fee162f6c663cee7bL94-R113))\r\n\r\n## Checklist āœ…\r\n- [x] Label appropriately with `Feature`, `Improvement`, or `Bug`.\r\n- [ ] Add screehshots to the PR description for relevant FE changes\r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)).\r\n- [ ] [Quality standards](https://github.com/CrowdDotDev/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met.\r\n", + body: "# Changes proposed āœļø\r\n\r\n### What\r\n\n### šŸ¤– Generated by Copilot at 950f2ce\n\nThis pull request adds TypeScript support to the frontend and introduces a new `cr-filter` component to enable more flexible filtering options for the activity and member modules. It also updates some dependencies and adjusts the code accordingly. The pull request affects the following files: `frontend/.eslintrc.js`, `frontend/package.json`, `frontend/src/main.ts`, `frontend/src/modules/activity/pages/activity-list-page.vue`, and several files under `frontend/src/modules/activity/config/filters` and `frontend/src/modules/member/config/filters`.\r\n​\r\n\n### šŸ¤– Generated by Copilot at 950f2ce\n\n> _We're breaking the chains of the old code base_\n> _We're rising from the ashes with TypeScript and Vue_\n> _We're filtering the data with custom components_\n> _We're the masters of the frontend, we're the chosen few_\r\n\r\n### Why\r\n\r\n\r\n### How\r\n\n### šŸ¤– Generated by Copilot at 950f2ce\n\n* Added TypeScript support and linting rules to the project ([link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-093b2d5625f20b6d845fe73f1af12762fc64ba9d0b9d94b14e8aa287e2d2ed1dL11-R16), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-093b2d5625f20b6d845fe73f1af12762fc64ba9d0b9d94b14e8aa287e2d2ed1dL39-R47), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-093b2d5625f20b6d845fe73f1af12762fc64ba9d0b9d94b14e8aa287e2d2ed1dR71), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-093b2d5625f20b6d845fe73f1af12762fc64ba9d0b9d94b14e8aa287e2d2ed1dR80), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-da6498268e99511d9ba0df3c13e439d10556a812881c9d03955b2ef7c6c1c655R100), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-a235fca1f464b6af0fb049401b64264244eda9d624234c1fee162f6c663cee7bL3-R5), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-880807f0963877836924cebde24ebb161aefc0458ab92f7dadf867e12b7075b4L22-R22))\n* Updated `vue` and downgraded `webpack` dependencies to avoid compatibility issues ([link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-da6498268e99511d9ba0df3c13e439d10556a812881c9d03955b2ef7c6c1c655L62-R62), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-da6498268e99511d9ba0df3c13e439d10556a812881c9d03955b2ef7c6c1c655L71-R83))\n* Added custom filter components and configurations for the activity and member modules using the `cr-filter` component ([link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-f7e958bff5ca82a24a2bcc809b0d5868c76f6c7378c61dcb0b8bd287a646edd2R1-R23), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-cd8e780c8488cffad4194da57b9385504fa0d90b0b7084b6523dc9a05795a651R1-R22), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-69b2549353f117ee8aa475b258a2b7e5c4d1dabf070389e6fb0cc4515961bf2bR1-R23), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-a9caf8fef766c417b77c51900f046e8bbab2f34427bd53ac5a3ee24fa50febe8R1-R22), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-000975af376ec51052285dec3052d0d2b7b3b5bb5a32c937973df3719fab0af7R1-R21), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-eef270ab4e86feefead9e965f6749b81fabc04515ae0d016c9b617b49c67bfc4R1-R32), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-23ca53439be6cf4f27ec40bc2c06f04ea84246c16d275d2f87590ec836448089R1-R16), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-e2ef4c4cfd836c42d5d9305bfb8920729b1ac2076a16d0d9a1d431429732b038R1-R21), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-acaec04bcea58bbc89fb09cdcf9c13486baeb8031fbf36443bdf9a63194cee40R1-R35), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-3a3c6c5d10f2d009d72f8eba26e51c75b589b33911727ad0e566568b574e201aR1-R21), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-7bb1b7dc4c35d5e952e9185fe927581811c55dc23a9dc510d496abff0b41aeb1R1-R23), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-0ce6547bee0155186a048d673be3dafaab869e51b92902f7c48d524d07467c58L32-R32), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-0ce6547bee0155186a048d673be3dafaab869e51b92902f7c48d524d07467c58L67-R65), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-0ce6547bee0155186a048d673be3dafaab869e51b92902f7c48d524d07467c58R72-R73), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-0ce6547bee0155186a048d673be3dafaab869e51b92902f7c48d524d07467c58R79), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-0ce6547bee0155186a048d673be3dafaab869e51b92902f7c48d524d07467c58L85-R86), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-0ce6547bee0155186a048d673be3dafaab869e51b92902f7c48d524d07467c58R96), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-0b2256f166e26e7a5fe115419cf20ec23d7cea5aed42e3b7fc9cc00292678fedR1-R31), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-59768c401b689d0104e67273c59a560ab299fbcb88d3c52dc2b4cd3e42ed02ccR1-R23), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-f95205f0059ef9af70f69e3d1e744b7255e6892e74e4938b214149a612524223R1-R22))\n* Added type annotations and casts to avoid TypeScript errors in the `main.ts` file and the Hotjar script ([link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-a235fca1f464b6af0fb049401b64264244eda9d624234c1fee162f6c663cee7bL50-R56), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-a235fca1f464b6af0fb049401b64264244eda9d624234c1fee162f6c663cee7bL62-R64), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-a235fca1f464b6af0fb049401b64264244eda9d624234c1fee162f6c663cee7bL84-R87), [link](https://github.com/linuxfoundation/crowd.dev/pull/853/files?diff=unified&w=0#diff-a235fca1f464b6af0fb049401b64264244eda9d624234c1fee162f6c663cee7bL94-R113))\r\n\r\n## Checklist āœ…\r\n- [x] Label appropriately with `Feature`, `Improvement`, or `Bug`.\r\n- [ ] Add screehshots to the PR description for relevant FE changes\r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)).\r\n- [ ] [Quality standards](https://github.com/linuxfoundation/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met.\r\n", created_at: '2023-05-11T19:54:58Z', updated_at: '2023-05-12T12:01:36Z', closed_at: null, @@ -1676,7 +1676,7 @@ export default class TestEvents { { id: 4771856507, node_id: 'LA_kwDOHksjGM8AAAABHGzAew', - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels/Feature', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels/Feature', name: 'Feature', color: 'BB87FC', default: false, @@ -1685,35 +1685,35 @@ export default class TestEvents { ], milestone: null, draft: false, - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/853/commits', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/853/commits', review_comments_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/853/comments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/853/comments', review_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/comments{/number}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/853/comments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/comments{/number}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/853/comments', statuses_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/97bd5109ff1eed738baa728cc03c91687be393bc', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/97bd5109ff1eed738baa728cc03c91687be393bc', head: { - label: 'CrowdDotDev:feature/filters-config', + label: 'linuxfoundation:feature/filters-config', ref: 'feature/filters-config', sha: '97bd5109ff1eed738baa728cc03c91687be393bc', user: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, @@ -1721,83 +1721,83 @@ export default class TestEvents { id: 508240664, node_id: 'R_kgDOHksjGA', name: 'crowd.dev', - full_name: 'CrowdDotDev/crowd.dev', + full_name: 'linuxfoundation/crowd.dev', private: false, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd.dev', + html_url: 'https://github.com/linuxfoundation/crowd.dev', description: 'An open-source platform to centralize community, product, and customer data for DevTool companies.', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/commits{/sha}', - git_commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/commits{/sha}', + git_commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/merges', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/deployments', created_at: '2022-06-28T09:46:29Z', updated_at: '2023-05-11T09:41:38Z', pushed_at: '2023-05-12T11:26:53Z', - git_url: 'git://github.com/CrowdDotDev/crowd.dev.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd.dev.git', - clone_url: 'https://github.com/CrowdDotDev/crowd.dev.git', - svn_url: 'https://github.com/CrowdDotDev/crowd.dev', + git_url: 'git://github.com/linuxfoundation/crowd.dev.git', + ssh_url: 'git@github.com:linuxfoundation/crowd.dev.git', + clone_url: 'https://github.com/linuxfoundation/crowd.dev.git', + svn_url: 'https://github.com/linuxfoundation/crowd.dev', homepage: 'https://crowd.dev', size: 24949, stargazers_count: 536, @@ -1854,26 +1854,26 @@ export default class TestEvents { }, }, base: { - label: 'CrowdDotDev:feature/filters', + label: 'linuxfoundation:feature/filters', ref: 'feature/filters', sha: '3d953d3fa7f92c9ccdaf2247e5af0ea4b877651b', user: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, @@ -1881,83 +1881,83 @@ export default class TestEvents { id: 508240664, node_id: 'R_kgDOHksjGA', name: 'crowd.dev', - full_name: 'CrowdDotDev/crowd.dev', + full_name: 'linuxfoundation/crowd.dev', private: false, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd.dev', + html_url: 'https://github.com/linuxfoundation/crowd.dev', description: 'An open-source platform to centralize community, product, and customer data for DevTool companies.', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/commits{/sha}', - git_commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/commits{/sha}', + git_commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/merges', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/deployments', created_at: '2022-06-28T09:46:29Z', updated_at: '2023-05-11T09:41:38Z', pushed_at: '2023-05-12T11:26:53Z', - git_url: 'git://github.com/CrowdDotDev/crowd.dev.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd.dev.git', - clone_url: 'https://github.com/CrowdDotDev/crowd.dev.git', - svn_url: 'https://github.com/CrowdDotDev/crowd.dev', + git_url: 'git://github.com/linuxfoundation/crowd.dev.git', + ssh_url: 'git@github.com:linuxfoundation/crowd.dev.git', + clone_url: 'https://github.com/linuxfoundation/crowd.dev.git', + svn_url: 'https://github.com/linuxfoundation/crowd.dev', homepage: 'https://crowd.dev', size: 24949, stargazers_count: 536, @@ -2015,28 +2015,28 @@ export default class TestEvents { }, _links: { self: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/853', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/853', }, html: { - href: 'https://github.com/CrowdDotDev/crowd.dev/pull/853', + href: 'https://github.com/linuxfoundation/crowd.dev/pull/853', }, issue: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/853', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/853', }, comments: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/853/comments', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/853/comments', }, review_comments: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/853/comments', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/853/comments', }, review_comment: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/comments{/number}', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/comments{/number}', }, commits: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/853/commits', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/853/commits', }, statuses: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/97bd5109ff1eed738baa728cc03c91687be393bc', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/97bd5109ff1eed738baa728cc03c91687be393bc', }, }, author_association: 'CONTRIBUTOR', @@ -2047,80 +2047,80 @@ export default class TestEvents { id: 508240664, node_id: 'R_kgDOHksjGA', name: 'crowd.dev', - full_name: 'CrowdDotDev/crowd.dev', + full_name: 'linuxfoundation/crowd.dev', private: false, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd.dev', + html_url: 'https://github.com/linuxfoundation/crowd.dev', description: 'An open-source platform to centralize community, product, and customer data for DevTool companies.', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/commits{/sha}', - git_commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/commits{/sha}', + git_commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contents/{+path}', - compare_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/merges', - archive_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls{/number}', - milestones_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contents/{+path}', + compare_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/merges', + archive_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls{/number}', + milestones_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/deployments', created_at: '2022-06-28T09:46:29Z', updated_at: '2023-05-11T09:41:38Z', pushed_at: '2023-05-12T11:26:53Z', - git_url: 'git://github.com/CrowdDotDev/crowd.dev.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd.dev.git', - clone_url: 'https://github.com/CrowdDotDev/crowd.dev.git', - svn_url: 'https://github.com/CrowdDotDev/crowd.dev', + git_url: 'git://github.com/linuxfoundation/crowd.dev.git', + ssh_url: 'git@github.com:linuxfoundation/crowd.dev.git', + clone_url: 'https://github.com/linuxfoundation/crowd.dev.git', + svn_url: 'https://github.com/linuxfoundation/crowd.dev', homepage: 'https://crowd.dev', size: 24949, stargazers_count: 536, @@ -2165,16 +2165,16 @@ export default class TestEvents { default_branch: 'main', }, organization: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', - url: 'https://api.github.com/orgs/CrowdDotDev', - repos_url: 'https://api.github.com/orgs/CrowdDotDev/repos', - events_url: 'https://api.github.com/orgs/CrowdDotDev/events', - hooks_url: 'https://api.github.com/orgs/CrowdDotDev/hooks', - issues_url: 'https://api.github.com/orgs/CrowdDotDev/issues', - members_url: 'https://api.github.com/orgs/CrowdDotDev/members{/member}', - public_members_url: 'https://api.github.com/orgs/CrowdDotDev/public_members{/member}', + url: 'https://api.github.com/orgs/linuxfoundation', + repos_url: 'https://api.github.com/orgs/linuxfoundation/repos', + events_url: 'https://api.github.com/orgs/linuxfoundation/events', + hooks_url: 'https://api.github.com/orgs/linuxfoundation/hooks', + issues_url: 'https://api.github.com/orgs/linuxfoundation/issues', + members_url: 'https://api.github.com/orgs/linuxfoundation/members{/member}', + public_members_url: 'https://api.github.com/orgs/linuxfoundation/public_members{/member}', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', description: 'Open-source community and data tools built to unlock community-led growth for developer tools.', @@ -2748,13 +2748,13 @@ export default class TestEvents { action: 'edited', number: 266, pull_request: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls/266', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls/266', id: 1028781659, node_id: 'PR_kwDOGsy6M840rLIb', - html_url: 'https://github.com/CrowdDotDev/crowd-postgres/pull/266', - diff_url: 'https://github.com/CrowdDotDev/crowd-postgres/pull/266.diff', - patch_url: 'https://github.com/CrowdDotDev/crowd-postgres/pull/266.patch', - issue_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266', + html_url: 'https://github.com/linuxfoundation/crowd-postgres/pull/266', + diff_url: 'https://github.com/linuxfoundation/crowd-postgres/pull/266.diff', + patch_url: 'https://github.com/linuxfoundation/crowd-postgres/pull/266.patch', + issue_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266', number: 266, state: 'open', locked: false, @@ -2779,7 +2779,7 @@ export default class TestEvents { type: 'User', site_admin: false, }, - body: "# Changes proposed āœļø\r\n- github integration moved from python to nodejs\r\n- new github endpoint: discussions for webhooks and iterator\r\n- issue comments, pr comments and discussion comments now processed as separate endpoints (edited)\r\n\r\n## Checklist āœ…\r\n- [x] Label appropriately with `type:feature šŸš€`, `type:enhancement ✨`, `type:bug šŸž`, or `type:documentation šŸ“œ`.\r\n- [ ] Tests are passing. \r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] Environment variables have been updated\r\n - [ ] Front-end: `frontend/.env.dist`\r\n - [ ] Backend: `backend/.env.dist`, `backend/.env.dist.staging`, `backend/.env.dist.staging`.\r\n - [ ] [Configuration docs](https://docs.crowd.dev/docs/configuration) have been updated.\r\n - [ ] Team members only: update environment variables in Password manager and update the team\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)). \r\n- [ ] [Quality standards](https://github.com/CrowdDotDev/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met. \r\n- [ ] All changes have been tested in a staging site. \r\n- [ ] All changes are working locally running crowd.dev's Docker local environment.", + body: "# Changes proposed āœļø\r\n- github integration moved from python to nodejs\r\n- new github endpoint: discussions for webhooks and iterator\r\n- issue comments, pr comments and discussion comments now processed as separate endpoints (edited)\r\n\r\n## Checklist āœ…\r\n- [x] Label appropriately with `type:feature šŸš€`, `type:enhancement ✨`, `type:bug šŸž`, or `type:documentation šŸ“œ`.\r\n- [ ] Tests are passing. \r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] Environment variables have been updated\r\n - [ ] Front-end: `frontend/.env.dist`\r\n - [ ] Backend: `backend/.env.dist`, `backend/.env.dist.staging`, `backend/.env.dist.staging`.\r\n - [ ] [Configuration docs](https://docs.crowd.dev/docs/configuration) have been updated.\r\n - [ ] Team members only: update environment variables in Password manager and update the team\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)). \r\n- [ ] [Quality standards](https://github.com/linuxfoundation/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met. \r\n- [ ] All changes have been tested in a staging site. \r\n- [ ] All changes are working locally running crowd.dev's Docker local environment.", created_at: '2022-08-17T12:35:00Z', updated_at: '2022-08-21T15:06:38Z', closed_at: null, @@ -2793,7 +2793,7 @@ export default class TestEvents { { id: 4374821209, node_id: 'LA_kwDOGsy6M88AAAABBMJ5WQ', - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels/type:enhancement%20%E2%9C%A8', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels/type:enhancement%20%E2%9C%A8', name: 'type:enhancement ✨', color: 'B57798', default: false, @@ -2802,7 +2802,7 @@ export default class TestEvents { { id: 4374821465, node_id: 'LA_kwDOGsy6M88AAAABBMJ6WQ', - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels/type:feature%20%F0%9F%9A%80', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels/type:feature%20%F0%9F%9A%80', name: 'type:feature šŸš€', color: 'A3DF2C', default: false, @@ -2811,35 +2811,35 @@ export default class TestEvents { ], milestone: null, draft: false, - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls/266/commits', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls/266/commits', review_comments_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls/266/comments', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls/266/comments', review_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls/comments{/number}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266/comments', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls/comments{/number}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266/comments', statuses_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/statuses/e7879626e65089f4ebbc0a1f36cdab54f54cef31', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/statuses/e7879626e65089f4ebbc0a1f36cdab54f54cef31', head: { - label: 'CrowdDotDev:feature/nodejs-github-integration', + label: 'linuxfoundation:feature/nodejs-github-integration', ref: 'feature/nodejs-github-integration', sha: 'e7879626e65089f4ebbc0a1f36cdab54f54cef31', user: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, @@ -2847,89 +2847,89 @@ export default class TestEvents { id: 449624627, node_id: 'R_kgDOGsy6Mw', name: 'crowd-postgres', - full_name: 'CrowdDotDev/crowd-postgres', + full_name: 'linuxfoundation/crowd-postgres', private: true, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres', + html_url: 'https://github.com/linuxfoundation/crowd-postgres', description: 'temporary monorepo (until oss launch)', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/events', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/events', assignees_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/assignees{/user}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/assignees{/user}', branches_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/stargazers', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/stargazers', contributors_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscribers', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscribers', subscription_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/commits{/sha}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/commits{/sha}', git_commits_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/commits{/sha}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/commits{/sha}', comments_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments{/number}', contents_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/merges', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/deployments', created_at: '2022-01-19T09:22:07Z', updated_at: '2022-08-12T18:29:08Z', pushed_at: '2022-08-21T13:49:08Z', - git_url: 'git://github.com/CrowdDotDev/crowd-postgres.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd-postgres.git', - clone_url: 'https://github.com/CrowdDotDev/crowd-postgres.git', - svn_url: 'https://github.com/CrowdDotDev/crowd-postgres', + git_url: 'git://github.com/linuxfoundation/crowd-postgres.git', + ssh_url: 'git@github.com:linuxfoundation/crowd-postgres.git', + clone_url: 'https://github.com/linuxfoundation/crowd-postgres.git', + svn_url: 'https://github.com/linuxfoundation/crowd-postgres', homepage: '', size: 25880, stargazers_count: 1, @@ -2975,26 +2975,26 @@ export default class TestEvents { }, }, base: { - label: 'CrowdDotDev:main', + label: 'linuxfoundation:main', ref: 'main', sha: '974da23a0edcb771de968cce75d2e8770a99e751', user: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, @@ -3002,89 +3002,89 @@ export default class TestEvents { id: 449624627, node_id: 'R_kgDOGsy6Mw', name: 'crowd-postgres', - full_name: 'CrowdDotDev/crowd-postgres', + full_name: 'linuxfoundation/crowd-postgres', private: true, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres', + html_url: 'https://github.com/linuxfoundation/crowd-postgres', description: 'temporary monorepo (until oss launch)', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/events', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/events', assignees_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/assignees{/user}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/assignees{/user}', branches_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/stargazers', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/stargazers', contributors_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscribers', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscribers', subscription_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/commits{/sha}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/commits{/sha}', git_commits_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/commits{/sha}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/commits{/sha}', comments_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments{/number}', contents_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/merges', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/deployments', created_at: '2022-01-19T09:22:07Z', updated_at: '2022-08-12T18:29:08Z', pushed_at: '2022-08-21T13:49:08Z', - git_url: 'git://github.com/CrowdDotDev/crowd-postgres.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd-postgres.git', - clone_url: 'https://github.com/CrowdDotDev/crowd-postgres.git', - svn_url: 'https://github.com/CrowdDotDev/crowd-postgres', + git_url: 'git://github.com/linuxfoundation/crowd-postgres.git', + ssh_url: 'git@github.com:linuxfoundation/crowd-postgres.git', + clone_url: 'https://github.com/linuxfoundation/crowd-postgres.git', + svn_url: 'https://github.com/linuxfoundation/crowd-postgres', homepage: '', size: 25880, stargazers_count: 1, @@ -3131,28 +3131,28 @@ export default class TestEvents { }, _links: { self: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls/266', + href: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls/266', }, html: { - href: 'https://github.com/CrowdDotDev/crowd-postgres/pull/266', + href: 'https://github.com/linuxfoundation/crowd-postgres/pull/266', }, issue: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266', + href: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266', }, comments: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266/comments', + href: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266/comments', }, review_comments: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls/266/comments', + href: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls/266/comments', }, review_comment: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls/comments{/number}', + href: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls/comments{/number}', }, commits: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls/266/commits', + href: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls/266/commits', }, statuses: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/statuses/e7879626e65089f4ebbc0a1f36cdab54f54cef31', + href: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/statuses/e7879626e65089f4ebbc0a1f36cdab54f54cef31', }, }, author_association: 'CONTRIBUTOR', @@ -3173,90 +3173,90 @@ export default class TestEvents { }, changes: { body: { - from: "# Changes proposed āœļø\r\n- github integration moved from python to nodejs\r\n- new github endpoint: discussions for webhooks and iterator\r\n- issue comments, pr comments and discussion comments now processed as separate endpoints\r\n \r\n## Checklist āœ…\r\n- [x] Label appropriately with `type:feature šŸš€`, `type:enhancement ✨`, `type:bug šŸž`, or `type:documentation šŸ“œ`.\r\n- [ ] Tests are passing. \r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] Environment variables have been updated\r\n - [ ] Front-end: `frontend/.env.dist`\r\n - [ ] Backend: `backend/.env.dist`, `backend/.env.dist.staging`, `backend/.env.dist.staging`.\r\n - [ ] [Configuration docs](https://docs.crowd.dev/docs/configuration) have been updated.\r\n - [ ] Team members only: update environment variables in Password manager and update the team\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)). \r\n- [ ] [Quality standards](https://github.com/CrowdDotDev/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met. \r\n- [ ] All changes have been tested in a staging site. \r\n- [ ] All changes are working locally running crowd.dev's Docker local environment.", + from: "# Changes proposed āœļø\r\n- github integration moved from python to nodejs\r\n- new github endpoint: discussions for webhooks and iterator\r\n- issue comments, pr comments and discussion comments now processed as separate endpoints\r\n \r\n## Checklist āœ…\r\n- [x] Label appropriately with `type:feature šŸš€`, `type:enhancement ✨`, `type:bug šŸž`, or `type:documentation šŸ“œ`.\r\n- [ ] Tests are passing. \r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] Environment variables have been updated\r\n - [ ] Front-end: `frontend/.env.dist`\r\n - [ ] Backend: `backend/.env.dist`, `backend/.env.dist.staging`, `backend/.env.dist.staging`.\r\n - [ ] [Configuration docs](https://docs.crowd.dev/docs/configuration) have been updated.\r\n - [ ] Team members only: update environment variables in Password manager and update the team\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)). \r\n- [ ] [Quality standards](https://github.com/linuxfoundation/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met. \r\n- [ ] All changes have been tested in a staging site. \r\n- [ ] All changes are working locally running crowd.dev's Docker local environment.", }, }, repository: { id: 449624627, node_id: 'R_kgDOGsy6Mw', name: 'crowd-postgres', - full_name: 'CrowdDotDev/crowd-postgres', + full_name: 'linuxfoundation/crowd-postgres', private: true, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres', + html_url: 'https://github.com/linuxfoundation/crowd-postgres', description: 'temporary monorepo (until oss launch)', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/commits{/sha}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/commits{/sha}', git_commits_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/merges', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/deployments', created_at: '2022-01-19T09:22:07Z', updated_at: '2022-08-12T18:29:08Z', pushed_at: '2022-08-21T13:49:08Z', - git_url: 'git://github.com/CrowdDotDev/crowd-postgres.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd-postgres.git', - clone_url: 'https://github.com/CrowdDotDev/crowd-postgres.git', - svn_url: 'https://github.com/CrowdDotDev/crowd-postgres', + git_url: 'git://github.com/linuxfoundation/crowd-postgres.git', + ssh_url: 'git@github.com:linuxfoundation/crowd-postgres.git', + clone_url: 'https://github.com/linuxfoundation/crowd-postgres.git', + svn_url: 'https://github.com/linuxfoundation/crowd-postgres', homepage: '', size: 25880, stargazers_count: 1, @@ -3290,16 +3290,16 @@ export default class TestEvents { default_branch: 'main', }, organization: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', - url: 'https://api.github.com/orgs/CrowdDotDev', - repos_url: 'https://api.github.com/orgs/CrowdDotDev/repos', - events_url: 'https://api.github.com/orgs/CrowdDotDev/events', - hooks_url: 'https://api.github.com/orgs/CrowdDotDev/hooks', - issues_url: 'https://api.github.com/orgs/CrowdDotDev/issues', - members_url: 'https://api.github.com/orgs/CrowdDotDev/members{/member}', - public_members_url: 'https://api.github.com/orgs/CrowdDotDev/public_members{/member}', + url: 'https://api.github.com/orgs/linuxfoundation', + repos_url: 'https://api.github.com/orgs/linuxfoundation/repos', + events_url: 'https://api.github.com/orgs/linuxfoundation/events', + hooks_url: 'https://api.github.com/orgs/linuxfoundation/hooks', + issues_url: 'https://api.github.com/orgs/linuxfoundation/issues', + members_url: 'https://api.github.com/orgs/linuxfoundation/members{/member}', + public_members_url: 'https://api.github.com/orgs/linuxfoundation/public_members{/member}', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', description: '', }, @@ -4394,13 +4394,13 @@ export default class TestEvents { action: 'assigned', number: 898, pull_request: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/898', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/898', id: 1362932082, node_id: 'PR_kwDOHksjGM5RPLFy', - html_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/898', - diff_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/898.diff', - patch_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/898.patch', - issue_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/898', + html_url: 'https://github.com/linuxfoundation/crowd.dev/pull/898', + diff_url: 'https://github.com/linuxfoundation/crowd.dev/pull/898.diff', + patch_url: 'https://github.com/linuxfoundation/crowd.dev/pull/898.patch', + issue_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/898', number: 898, state: 'open', locked: false, @@ -4425,7 +4425,7 @@ export default class TestEvents { type: 'User', site_admin: false, }, - body: '# Changes proposed āœļø\r\n\r\n### What\r\n\n### šŸ¤– Generated by Copilot at ff1b5de\n\nThis pull request improves the GitHub integration service by using the correct source identifier for pull request and issue activities, and by fetching and parsing the closed events of the issues. It modifies the `githubIntegrationService.ts` and the `issues.ts` files to implement these changes.\r\n​\r\n\n### šŸ¤– Generated by Copilot at ff1b5de\n\n> _`IssuesQuery` grows_\n> _Fetching timeline items now_\n> _Winter of closed bugs_\r\n\r\n### Why\r\n\r\n\r\n### How\r\n\n### šŸ¤– Generated by Copilot at ff1b5de\n\n* Modify the `sourceId` of the activities generated from pull request events to use the `sender.login` instead of the `user.login` of the pull request author, to reflect the user who performed the action ([link](https://github.com/CrowdDotDev/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30L909-R909), [link](https://github.com/CrowdDotDev/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30L919-R921), [link](https://github.com/CrowdDotDev/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30L937-R937))\n* Declare and assign four variables (`sourceId`, `sourceParentId`, `body`, and `title`) at the beginning of the `parseWebhook` method in `githubIntegrationService.ts`, to be used later for generating activities based on the issue events, to avoid repeating the same logic and to make the code more readable and consistent ([link](https://github.com/CrowdDotDev/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30R1424-R1427), [link](https://github.com/CrowdDotDev/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30R1436-R1439), [link](https://github.com/CrowdDotDev/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30R1446-R1451), [link](https://github.com/CrowdDotDev/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30L1459-R1474))\n* Modify the `parseWebhookMember` method call in `githubIntegrationService.ts`, to use the `sender.login` instead of the `issue.user.login`, to get the member information of the user who triggered the issue event, to match the logic of using the `sender.login` for the `sourceId` of the activity ([link](https://github.com/CrowdDotDev/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30L1449-R1459))\n* Add a call to the `parseIssueEvents` method in `githubIntegrationService.ts`, which is a new method that parses the timeline items of the issue and generates activities for each supported event type, such as `CLOSED_EVENT`, and concatenates the output array with the existing output array ([link](https://github.com/CrowdDotDev/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30R1514-R1522))\n* Add the implementation of the `parseIssueEvents` method in `githubIntegrationService.ts`, which iterates over the records of the timeline items, and uses a switch statement to handle different event types, and pushes a new activity object to the output array, with the appropriate properties and attributes based on the event type, and logs a warning message for any unsupported event type ([link](https://github.com/CrowdDotDev/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30R1528-R1572))\n* Add a new field to the `IssuesQuery` class in `issues.ts`, which is a GraphQL query that fetches the issues from the GitHub API, to get the information of the closed events of the issues, such as the actor and the created date, which are needed for generating the activities in the `parseIssueEvents` method, and uses a fragment to select the relevant fields of the actor ([link](https://github.com/CrowdDotDev/crowd.dev/pull/898/files?diff=unified&w=0#diff-75aae4f028e206f107d0ea6dd3e99f71271f27f46f4cb260b199ba9dfdc9340bR24-R35))\r\n\r\n## Checklist āœ…\r\n- [ ] Label appropriately with `Feature`, `Improvement`, or `Bug`.\r\n- [ ] Add screehshots to the PR description for relevant FE changes\r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)).\r\n- [ ] [Quality standards](https://github.com/CrowdDotDev/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met.\r\n', + body: '# Changes proposed āœļø\r\n\r\n### What\r\n\n### šŸ¤– Generated by Copilot at ff1b5de\n\nThis pull request improves the GitHub integration service by using the correct source identifier for pull request and issue activities, and by fetching and parsing the closed events of the issues. It modifies the `githubIntegrationService.ts` and the `issues.ts` files to implement these changes.\r\n​\r\n\n### šŸ¤– Generated by Copilot at ff1b5de\n\n> _`IssuesQuery` grows_\n> _Fetching timeline items now_\n> _Winter of closed bugs_\r\n\r\n### Why\r\n\r\n\r\n### How\r\n\n### šŸ¤– Generated by Copilot at ff1b5de\n\n* Modify the `sourceId` of the activities generated from pull request events to use the `sender.login` instead of the `user.login` of the pull request author, to reflect the user who performed the action ([link](https://github.com/linuxfoundation/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30L909-R909), [link](https://github.com/linuxfoundation/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30L919-R921), [link](https://github.com/linuxfoundation/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30L937-R937))\n* Declare and assign four variables (`sourceId`, `sourceParentId`, `body`, and `title`) at the beginning of the `parseWebhook` method in `githubIntegrationService.ts`, to be used later for generating activities based on the issue events, to avoid repeating the same logic and to make the code more readable and consistent ([link](https://github.com/linuxfoundation/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30R1424-R1427), [link](https://github.com/linuxfoundation/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30R1436-R1439), [link](https://github.com/linuxfoundation/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30R1446-R1451), [link](https://github.com/linuxfoundation/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30L1459-R1474))\n* Modify the `parseWebhookMember` method call in `githubIntegrationService.ts`, to use the `sender.login` instead of the `issue.user.login`, to get the member information of the user who triggered the issue event, to match the logic of using the `sender.login` for the `sourceId` of the activity ([link](https://github.com/linuxfoundation/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30L1449-R1459))\n* Add a call to the `parseIssueEvents` method in `githubIntegrationService.ts`, which is a new method that parses the timeline items of the issue and generates activities for each supported event type, such as `CLOSED_EVENT`, and concatenates the output array with the existing output array ([link](https://github.com/linuxfoundation/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30R1514-R1522))\n* Add the implementation of the `parseIssueEvents` method in `githubIntegrationService.ts`, which iterates over the records of the timeline items, and uses a switch statement to handle different event types, and pushes a new activity object to the output array, with the appropriate properties and attributes based on the event type, and logs a warning message for any unsupported event type ([link](https://github.com/linuxfoundation/crowd.dev/pull/898/files?diff=unified&w=0#diff-93f2daaa968f5bec5c40cd31fc27ac6422ea3dcbdabecf3ef80f3c16802d1c30R1528-R1572))\n* Add a new field to the `IssuesQuery` class in `issues.ts`, which is a GraphQL query that fetches the issues from the GitHub API, to get the information of the closed events of the issues, such as the actor and the created date, which are needed for generating the activities in the `parseIssueEvents` method, and uses a fragment to select the relevant fields of the actor ([link](https://github.com/linuxfoundation/crowd.dev/pull/898/files?diff=unified&w=0#diff-75aae4f028e206f107d0ea6dd3e99f71271f27f46f4cb260b199ba9dfdc9340bR24-R35))\r\n\r\n## Checklist āœ…\r\n- [ ] Label appropriately with `Feature`, `Improvement`, or `Bug`.\r\n- [ ] Add screehshots to the PR description for relevant FE changes\r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)).\r\n- [ ] [Quality standards](https://github.com/linuxfoundation/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met.\r\n', created_at: '2023-05-24T11:40:14Z', updated_at: '2023-05-24T13:11:07Z', closed_at: null, @@ -4498,35 +4498,35 @@ export default class TestEvents { labels: [], milestone: null, draft: true, - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/898/commits', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/898/commits', review_comments_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/898/comments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/898/comments', review_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/comments{/number}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/898/comments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/comments{/number}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/898/comments', statuses_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/ff1b5de3e7ad22bba4941484bd5723b561374f98', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/ff1b5de3e7ad22bba4941484bd5723b561374f98', head: { - label: 'CrowdDotDev:improvement/gh-integration-issues-closed', + label: 'linuxfoundation:improvement/gh-integration-issues-closed', ref: 'improvement/gh-integration-issues-closed', sha: 'ff1b5de3e7ad22bba4941484bd5723b561374f98', user: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, @@ -4534,83 +4534,83 @@ export default class TestEvents { id: 508240664, node_id: 'R_kgDOHksjGA', name: 'crowd.dev', - full_name: 'CrowdDotDev/crowd.dev', + full_name: 'linuxfoundation/crowd.dev', private: false, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd.dev', + html_url: 'https://github.com/linuxfoundation/crowd.dev', description: 'An open-source platform to centralize community, product, and customer data in one place', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/commits{/sha}', - git_commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/commits{/sha}', + git_commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/merges', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/deployments', created_at: '2022-06-28T09:46:29Z', updated_at: '2023-05-24T08:35:21Z', pushed_at: '2023-05-24T11:40:15Z', - git_url: 'git://github.com/CrowdDotDev/crowd.dev.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd.dev.git', - clone_url: 'https://github.com/CrowdDotDev/crowd.dev.git', - svn_url: 'https://github.com/CrowdDotDev/crowd.dev', + git_url: 'git://github.com/linuxfoundation/crowd.dev.git', + ssh_url: 'git@github.com:linuxfoundation/crowd.dev.git', + clone_url: 'https://github.com/linuxfoundation/crowd.dev.git', + svn_url: 'https://github.com/linuxfoundation/crowd.dev', homepage: 'https://crowd.dev', size: 25942, stargazers_count: 554, @@ -4675,26 +4675,26 @@ export default class TestEvents { }, }, base: { - label: 'CrowdDotDev:main', + label: 'linuxfoundation:main', ref: 'main', sha: '73d23c92e24621a5153d3c378deca3c8e6f050b7', user: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, @@ -4702,83 +4702,83 @@ export default class TestEvents { id: 508240664, node_id: 'R_kgDOHksjGA', name: 'crowd.dev', - full_name: 'CrowdDotDev/crowd.dev', + full_name: 'linuxfoundation/crowd.dev', private: false, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd.dev', + html_url: 'https://github.com/linuxfoundation/crowd.dev', description: 'An open-source platform to centralize community, product, and customer data in one place', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/commits{/sha}', - git_commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/commits{/sha}', + git_commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/merges', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/deployments', created_at: '2022-06-28T09:46:29Z', updated_at: '2023-05-24T08:35:21Z', pushed_at: '2023-05-24T11:40:15Z', - git_url: 'git://github.com/CrowdDotDev/crowd.dev.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd.dev.git', - clone_url: 'https://github.com/CrowdDotDev/crowd.dev.git', - svn_url: 'https://github.com/CrowdDotDev/crowd.dev', + git_url: 'git://github.com/linuxfoundation/crowd.dev.git', + ssh_url: 'git@github.com:linuxfoundation/crowd.dev.git', + clone_url: 'https://github.com/linuxfoundation/crowd.dev.git', + svn_url: 'https://github.com/linuxfoundation/crowd.dev', homepage: 'https://crowd.dev', size: 25942, stargazers_count: 554, @@ -4844,28 +4844,28 @@ export default class TestEvents { }, _links: { self: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/898', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/898', }, html: { - href: 'https://github.com/CrowdDotDev/crowd.dev/pull/898', + href: 'https://github.com/linuxfoundation/crowd.dev/pull/898', }, issue: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/898', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/898', }, comments: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/898/comments', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/898/comments', }, review_comments: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/898/comments', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/898/comments', }, review_comment: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/comments{/number}', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/comments{/number}', }, commits: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/898/commits', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/898/commits', }, statuses: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/ff1b5de3e7ad22bba4941484bd5723b561374f98', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/ff1b5de3e7ad22bba4941484bd5723b561374f98', }, }, author_association: 'CONTRIBUTOR', @@ -4908,80 +4908,80 @@ export default class TestEvents { id: 508240664, node_id: 'R_kgDOHksjGA', name: 'crowd.dev', - full_name: 'CrowdDotDev/crowd.dev', + full_name: 'linuxfoundation/crowd.dev', private: false, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd.dev', + html_url: 'https://github.com/linuxfoundation/crowd.dev', description: 'An open-source platform to centralize community, product, and customer data in one place', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/commits{/sha}', - git_commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/commits{/sha}', + git_commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contents/{+path}', - compare_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/merges', - archive_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls{/number}', - milestones_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contents/{+path}', + compare_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/merges', + archive_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls{/number}', + milestones_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/deployments', created_at: '2022-06-28T09:46:29Z', updated_at: '2023-05-24T08:35:21Z', pushed_at: '2023-05-24T11:40:15Z', - git_url: 'git://github.com/CrowdDotDev/crowd.dev.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd.dev.git', - clone_url: 'https://github.com/CrowdDotDev/crowd.dev.git', - svn_url: 'https://github.com/CrowdDotDev/crowd.dev', + git_url: 'git://github.com/linuxfoundation/crowd.dev.git', + ssh_url: 'git@github.com:linuxfoundation/crowd.dev.git', + clone_url: 'https://github.com/linuxfoundation/crowd.dev.git', + svn_url: 'https://github.com/linuxfoundation/crowd.dev', homepage: 'https://crowd.dev', size: 25942, stargazers_count: 554, @@ -5034,16 +5034,16 @@ export default class TestEvents { default_branch: 'main', }, organization: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', - url: 'https://api.github.com/orgs/CrowdDotDev', - repos_url: 'https://api.github.com/orgs/CrowdDotDev/repos', - events_url: 'https://api.github.com/orgs/CrowdDotDev/events', - hooks_url: 'https://api.github.com/orgs/CrowdDotDev/hooks', - issues_url: 'https://api.github.com/orgs/CrowdDotDev/issues', - members_url: 'https://api.github.com/orgs/CrowdDotDev/members{/member}', - public_members_url: 'https://api.github.com/orgs/CrowdDotDev/public_members{/member}', + url: 'https://api.github.com/orgs/linuxfoundation', + repos_url: 'https://api.github.com/orgs/linuxfoundation/repos', + events_url: 'https://api.github.com/orgs/linuxfoundation/events', + hooks_url: 'https://api.github.com/orgs/linuxfoundation/hooks', + issues_url: 'https://api.github.com/orgs/linuxfoundation/issues', + members_url: 'https://api.github.com/orgs/linuxfoundation/members{/member}', + public_members_url: 'https://api.github.com/orgs/linuxfoundation/public_members{/member}', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', description: 'Open-source community and data tools built to unlock community-led growth for developer tools.', @@ -5077,13 +5077,13 @@ export default class TestEvents { action: 'review_requested', number: 897, pull_request: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/897', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/897', id: 1362645865, node_id: 'PR_kwDOHksjGM5ROFNp', - html_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/897', - diff_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/897.diff', - patch_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/897.patch', - issue_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/897', + html_url: 'https://github.com/linuxfoundation/crowd.dev/pull/897', + diff_url: 'https://github.com/linuxfoundation/crowd.dev/pull/897.diff', + patch_url: 'https://github.com/linuxfoundation/crowd.dev/pull/897.patch', + issue_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/897', number: 897, state: 'open', locked: false, @@ -5108,7 +5108,7 @@ export default class TestEvents { type: 'User', site_admin: false, }, - body: '# Changes proposed āœļø\r\nimage\r\n\r\n\r\n### What\r\ncopilot:summary\r\n​\r\ncopilot:poem\r\n\r\n### Why\r\n\r\n\r\n### How\r\ncopilot:walkthrough\r\n\r\n## Checklist āœ…\r\n- [x] Label appropriately with `Feature`, `Improvement`, or `Bug`.\r\n- [ ] Add screehshots to the PR description for relevant FE changes\r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)).\r\n- [ ] [Quality standards](https://github.com/CrowdDotDev/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met.\r\n', + body: '# Changes proposed āœļø\r\nimage\r\n\r\n\r\n### What\r\ncopilot:summary\r\n​\r\ncopilot:poem\r\n\r\n### Why\r\n\r\n\r\n### How\r\ncopilot:walkthrough\r\n\r\n## Checklist āœ…\r\n- [x] Label appropriately with `Feature`, `Improvement`, or `Bug`.\r\n- [ ] Add screehshots to the PR description for relevant FE changes\r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)).\r\n- [ ] [Quality standards](https://github.com/linuxfoundation/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met.\r\n', created_at: '2023-05-24T08:36:33Z', updated_at: '2023-05-24T08:36:33Z', closed_at: null, @@ -5183,7 +5183,7 @@ export default class TestEvents { { id: 4771856507, node_id: 'LA_kwDOHksjGM8AAAABHGzAew', - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels/Feature', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels/Feature', name: 'Feature', color: 'BB87FC', default: false, @@ -5192,35 +5192,35 @@ export default class TestEvents { ], milestone: null, draft: false, - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/897/commits', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/897/commits', review_comments_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/897/comments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/897/comments', review_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/comments{/number}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/897/comments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/comments{/number}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/897/comments', statuses_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/bf1e4d306886ce988cbe085f7496127c360362a0', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/bf1e4d306886ce988cbe085f7496127c360362a0', head: { - label: 'CrowdDotDev:feature/boolean-base', + label: 'linuxfoundation:feature/boolean-base', ref: 'feature/boolean-base', sha: 'bf1e4d306886ce988cbe085f7496127c360362a0', user: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, @@ -5228,83 +5228,83 @@ export default class TestEvents { id: 508240664, node_id: 'R_kgDOHksjGA', name: 'crowd.dev', - full_name: 'CrowdDotDev/crowd.dev', + full_name: 'linuxfoundation/crowd.dev', private: false, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd.dev', + html_url: 'https://github.com/linuxfoundation/crowd.dev', description: 'An open-source platform to centralize community, product, and customer data in one place', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/commits{/sha}', - git_commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/commits{/sha}', + git_commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/merges', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/deployments', created_at: '2022-06-28T09:46:29Z', updated_at: '2023-05-24T08:35:21Z', pushed_at: '2023-05-24T08:36:33Z', - git_url: 'git://github.com/CrowdDotDev/crowd.dev.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd.dev.git', - clone_url: 'https://github.com/CrowdDotDev/crowd.dev.git', - svn_url: 'https://github.com/CrowdDotDev/crowd.dev', + git_url: 'git://github.com/linuxfoundation/crowd.dev.git', + ssh_url: 'git@github.com:linuxfoundation/crowd.dev.git', + clone_url: 'https://github.com/linuxfoundation/crowd.dev.git', + svn_url: 'https://github.com/linuxfoundation/crowd.dev', homepage: 'https://crowd.dev', size: 25886, stargazers_count: 554, @@ -5369,26 +5369,26 @@ export default class TestEvents { }, }, base: { - label: 'CrowdDotDev:feature/filters', + label: 'linuxfoundation:feature/filters', ref: 'feature/filters', sha: 'cdf5317cc76c0943a23827e4b06499c84d46fcbf', user: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, @@ -5396,83 +5396,83 @@ export default class TestEvents { id: 508240664, node_id: 'R_kgDOHksjGA', name: 'crowd.dev', - full_name: 'CrowdDotDev/crowd.dev', + full_name: 'linuxfoundation/crowd.dev', private: false, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd.dev', + html_url: 'https://github.com/linuxfoundation/crowd.dev', description: 'An open-source platform to centralize community, product, and customer data in one place', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/commits{/sha}', - git_commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/commits{/sha}', + git_commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/merges', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/deployments', created_at: '2022-06-28T09:46:29Z', updated_at: '2023-05-24T08:35:21Z', pushed_at: '2023-05-24T08:36:33Z', - git_url: 'git://github.com/CrowdDotDev/crowd.dev.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd.dev.git', - clone_url: 'https://github.com/CrowdDotDev/crowd.dev.git', - svn_url: 'https://github.com/CrowdDotDev/crowd.dev', + git_url: 'git://github.com/linuxfoundation/crowd.dev.git', + ssh_url: 'git@github.com:linuxfoundation/crowd.dev.git', + clone_url: 'https://github.com/linuxfoundation/crowd.dev.git', + svn_url: 'https://github.com/linuxfoundation/crowd.dev', homepage: 'https://crowd.dev', size: 25886, stargazers_count: 554, @@ -5538,28 +5538,28 @@ export default class TestEvents { }, _links: { self: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/897', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/897', }, html: { - href: 'https://github.com/CrowdDotDev/crowd.dev/pull/897', + href: 'https://github.com/linuxfoundation/crowd.dev/pull/897', }, issue: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/897', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/897', }, comments: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/897/comments', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/897/comments', }, review_comments: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/897/comments', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/897/comments', }, review_comment: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/comments{/number}', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/comments{/number}', }, commits: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/897/commits', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/897/commits', }, statuses: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/bf1e4d306886ce988cbe085f7496127c360362a0', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/bf1e4d306886ce988cbe085f7496127c360362a0', }, }, author_association: 'CONTRIBUTOR', @@ -5602,80 +5602,80 @@ export default class TestEvents { id: 508240664, node_id: 'R_kgDOHksjGA', name: 'crowd.dev', - full_name: 'CrowdDotDev/crowd.dev', + full_name: 'linuxfoundation/crowd.dev', private: false, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd.dev', + html_url: 'https://github.com/linuxfoundation/crowd.dev', description: 'An open-source platform to centralize community, product, and customer data in one place', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/commits{/sha}', - git_commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/commits{/sha}', + git_commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contents/{+path}', - compare_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/merges', - archive_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls{/number}', - milestones_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contents/{+path}', + compare_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/merges', + archive_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls{/number}', + milestones_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/deployments', created_at: '2022-06-28T09:46:29Z', updated_at: '2023-05-24T08:35:21Z', pushed_at: '2023-05-24T08:36:33Z', - git_url: 'git://github.com/CrowdDotDev/crowd.dev.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd.dev.git', - clone_url: 'https://github.com/CrowdDotDev/crowd.dev.git', - svn_url: 'https://github.com/CrowdDotDev/crowd.dev', + git_url: 'git://github.com/linuxfoundation/crowd.dev.git', + ssh_url: 'git@github.com:linuxfoundation/crowd.dev.git', + clone_url: 'https://github.com/linuxfoundation/crowd.dev.git', + svn_url: 'https://github.com/linuxfoundation/crowd.dev', homepage: 'https://crowd.dev', size: 25886, stargazers_count: 554, @@ -5728,16 +5728,16 @@ export default class TestEvents { default_branch: 'main', }, organization: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', - url: 'https://api.github.com/orgs/CrowdDotDev', - repos_url: 'https://api.github.com/orgs/CrowdDotDev/repos', - events_url: 'https://api.github.com/orgs/CrowdDotDev/events', - hooks_url: 'https://api.github.com/orgs/CrowdDotDev/hooks', - issues_url: 'https://api.github.com/orgs/CrowdDotDev/issues', - members_url: 'https://api.github.com/orgs/CrowdDotDev/members{/member}', - public_members_url: 'https://api.github.com/orgs/CrowdDotDev/public_members{/member}', + url: 'https://api.github.com/orgs/linuxfoundation', + repos_url: 'https://api.github.com/orgs/linuxfoundation/repos', + events_url: 'https://api.github.com/orgs/linuxfoundation/events', + hooks_url: 'https://api.github.com/orgs/linuxfoundation/hooks', + issues_url: 'https://api.github.com/orgs/linuxfoundation/issues', + members_url: 'https://api.github.com/orgs/linuxfoundation/members{/member}', + public_members_url: 'https://api.github.com/orgs/linuxfoundation/public_members{/member}', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', description: 'Open-source community and data tools built to unlock community-led growth for developer tools.', @@ -5771,13 +5771,13 @@ export default class TestEvents { action: 'merged', number: 896, pull_request: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/896', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/896', id: 1362439701, node_id: 'PR_kwDOHksjGM5RNS4V', - html_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/896', - diff_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/896.diff', - patch_url: 'https://github.com/CrowdDotDev/crowd.dev/pull/896.patch', - issue_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/896', + html_url: 'https://github.com/linuxfoundation/crowd.dev/pull/896', + diff_url: 'https://github.com/linuxfoundation/crowd.dev/pull/896.diff', + patch_url: 'https://github.com/linuxfoundation/crowd.dev/pull/896.patch', + issue_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/896', number: 896, state: 'merged', locked: false, @@ -5802,7 +5802,7 @@ export default class TestEvents { type: 'User', site_admin: false, }, - body: '# Changes proposed āœļø\r\nimage\r\n\r\n\r\n### What\r\n\n### šŸ¤– Generated by Copilot at a54ff06\n\nThis pull request adds the initial implementation of the HubSpot integration for the app, which allows users to book a custom plan consultation with CrowdDotDev. It adds a new `hubspot` module with its configuration and a custom connect component, and modifies the `integrations-config.js` and `integration-connect.vue` files to enable and render the integration.\r\n​\r\n\n### šŸ¤– Generated by Copilot at a54ff06\n\n> _We\'re building a bridge to the HubSpot realm_\n> _With a button of doom and a custom component_\n> _We\'re loading it dynamically with a conditional spell_\n> _We\'re adding it to the config, it\'s our final ascent_\r\n\r\n### Why\r\n\r\n\r\n### How\r\n\n### šŸ¤– Generated by Copilot at a54ff06\n\n* Add a new HubSpot integration that allows users to book a custom plan consultation with CrowdDotDev ([link](https://github.com/CrowdDotDev/crowd.dev/pull/896/files?diff=unified&w=0#diff-7078523d220bab5012a66ec2faabe0cef0ed4d714385e62a16ff802afd2cce41R1-R13), [link](https://github.com/CrowdDotDev/crowd.dev/pull/896/files?diff=unified&w=0#diff-de6ef036cf00503f519f1f15f641613fe22da0177f1e0b345e8aea6ac288a45eR1-R12), [link](https://github.com/CrowdDotDev/crowd.dev/pull/896/files?diff=unified&w=0#diff-16679253103a6ebf5da26212a4a7bd72a61d6ee8c5e53776f43ba5b8756cc10eR1-R3), [link](https://github.com/CrowdDotDev/crowd.dev/pull/896/files?diff=unified&w=0#diff-f07d5ed683ecfc23d0c65f6e2f467b3a7e5cf2aa76be9cb71d83f0994940b569R7), [link](https://github.com/CrowdDotDev/crowd.dev/pull/896/files?diff=unified&w=0#diff-f07d5ed683ecfc23d0c65f6e2f467b3a7e5cf2aa76be9cb71d83f0994940b569R33), [link](https://github.com/CrowdDotDev/crowd.dev/pull/896/files?diff=unified&w=0#diff-24fb48f9bdeccd0436bd8106f405e6a176e9ae94a8a44295c48ad4c6c6b6974cR35-R39))\r\n\r\n## Checklist āœ…\r\n- [x] Label appropriately with `Feature`, `Improvement`, or `Bug`.\r\n- [ ] Add screehshots to the PR description for relevant FE changes\r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)).\r\n- [ ] [Quality standards](https://github.com/CrowdDotDev/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met.\r\n', + body: '# Changes proposed āœļø\r\nimage\r\n\r\n\r\n### What\r\n\n### šŸ¤– Generated by Copilot at a54ff06\n\nThis pull request adds the initial implementation of the HubSpot integration for the app, which allows users to book a custom plan consultation with linuxfoundation. It adds a new `hubspot` module with its configuration and a custom connect component, and modifies the `integrations-config.js` and `integration-connect.vue` files to enable and render the integration.\r\n​\r\n\n### šŸ¤– Generated by Copilot at a54ff06\n\n> _We\'re building a bridge to the HubSpot realm_\n> _With a button of doom and a custom component_\n> _We\'re loading it dynamically with a conditional spell_\n> _We\'re adding it to the config, it\'s our final ascent_\r\n\r\n### Why\r\n\r\n\r\n### How\r\n\n### šŸ¤– Generated by Copilot at a54ff06\n\n* Add a new HubSpot integration that allows users to book a custom plan consultation with linuxfoundation ([link](https://github.com/linuxfoundation/crowd.dev/pull/896/files?diff=unified&w=0#diff-7078523d220bab5012a66ec2faabe0cef0ed4d714385e62a16ff802afd2cce41R1-R13), [link](https://github.com/linuxfoundation/crowd.dev/pull/896/files?diff=unified&w=0#diff-de6ef036cf00503f519f1f15f641613fe22da0177f1e0b345e8aea6ac288a45eR1-R12), [link](https://github.com/linuxfoundation/crowd.dev/pull/896/files?diff=unified&w=0#diff-16679253103a6ebf5da26212a4a7bd72a61d6ee8c5e53776f43ba5b8756cc10eR1-R3), [link](https://github.com/linuxfoundation/crowd.dev/pull/896/files?diff=unified&w=0#diff-f07d5ed683ecfc23d0c65f6e2f467b3a7e5cf2aa76be9cb71d83f0994940b569R7), [link](https://github.com/linuxfoundation/crowd.dev/pull/896/files?diff=unified&w=0#diff-f07d5ed683ecfc23d0c65f6e2f467b3a7e5cf2aa76be9cb71d83f0994940b569R33), [link](https://github.com/linuxfoundation/crowd.dev/pull/896/files?diff=unified&w=0#diff-24fb48f9bdeccd0436bd8106f405e6a176e9ae94a8a44295c48ad4c6c6b6974cR35-R39))\r\n\r\n## Checklist āœ…\r\n- [x] Label appropriately with `Feature`, `Improvement`, or `Bug`.\r\n- [ ] Add screehshots to the PR description for relevant FE changes\r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)).\r\n- [ ] [Quality standards](https://github.com/linuxfoundation/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met.\r\n', created_at: '2023-05-24T06:03:07Z', updated_at: '2023-05-24T08:37:07Z', closed_at: '2023-05-24T08:37:06Z', @@ -5856,7 +5856,7 @@ export default class TestEvents { { id: 4771856507, node_id: 'LA_kwDOHksjGM8AAAABHGzAew', - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels/Feature', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels/Feature', name: 'Feature', color: 'BB87FC', default: false, @@ -5865,35 +5865,35 @@ export default class TestEvents { ], milestone: null, draft: false, - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/896/commits', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/896/commits', review_comments_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/896/comments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/896/comments', review_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/comments{/number}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/896/comments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/comments{/number}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/896/comments', statuses_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/a54ff069ff46231c30406d2d88d5af16b57894ef', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/a54ff069ff46231c30406d2d88d5af16b57894ef', head: { - label: 'CrowdDotDev:feature/hubspot-book-call', + label: 'linuxfoundation:feature/hubspot-book-call', ref: 'feature/hubspot-book-call', sha: 'a54ff069ff46231c30406d2d88d5af16b57894ef', user: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, @@ -5901,83 +5901,83 @@ export default class TestEvents { id: 508240664, node_id: 'R_kgDOHksjGA', name: 'crowd.dev', - full_name: 'CrowdDotDev/crowd.dev', + full_name: 'linuxfoundation/crowd.dev', private: false, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd.dev', + html_url: 'https://github.com/linuxfoundation/crowd.dev', description: 'An open-source platform to centralize community, product, and customer data in one place', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/commits{/sha}', - git_commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/commits{/sha}', + git_commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/merges', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/deployments', created_at: '2022-06-28T09:46:29Z', updated_at: '2023-05-24T08:35:21Z', pushed_at: '2023-05-24T08:37:06Z', - git_url: 'git://github.com/CrowdDotDev/crowd.dev.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd.dev.git', - clone_url: 'https://github.com/CrowdDotDev/crowd.dev.git', - svn_url: 'https://github.com/CrowdDotDev/crowd.dev', + git_url: 'git://github.com/linuxfoundation/crowd.dev.git', + ssh_url: 'git@github.com:linuxfoundation/crowd.dev.git', + clone_url: 'https://github.com/linuxfoundation/crowd.dev.git', + svn_url: 'https://github.com/linuxfoundation/crowd.dev', homepage: 'https://crowd.dev', size: 25886, stargazers_count: 554, @@ -6042,26 +6042,26 @@ export default class TestEvents { }, }, base: { - label: 'CrowdDotDev:main', + label: 'linuxfoundation:main', ref: 'main', sha: 'a9493e2d08ae7b53625a32db59fc0cce0a9f2d01', user: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, @@ -6069,83 +6069,83 @@ export default class TestEvents { id: 508240664, node_id: 'R_kgDOHksjGA', name: 'crowd.dev', - full_name: 'CrowdDotDev/crowd.dev', + full_name: 'linuxfoundation/crowd.dev', private: false, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd.dev', + html_url: 'https://github.com/linuxfoundation/crowd.dev', description: 'An open-source platform to centralize community, product, and customer data in one place', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/commits{/sha}', - git_commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/commits{/sha}', + git_commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/merges', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/deployments', created_at: '2022-06-28T09:46:29Z', updated_at: '2023-05-24T08:35:21Z', pushed_at: '2023-05-24T08:37:06Z', - git_url: 'git://github.com/CrowdDotDev/crowd.dev.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd.dev.git', - clone_url: 'https://github.com/CrowdDotDev/crowd.dev.git', - svn_url: 'https://github.com/CrowdDotDev/crowd.dev', + git_url: 'git://github.com/linuxfoundation/crowd.dev.git', + ssh_url: 'git@github.com:linuxfoundation/crowd.dev.git', + clone_url: 'https://github.com/linuxfoundation/crowd.dev.git', + svn_url: 'https://github.com/linuxfoundation/crowd.dev', homepage: 'https://crowd.dev', size: 25886, stargazers_count: 554, @@ -6211,28 +6211,28 @@ export default class TestEvents { }, _links: { self: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/896', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/896', }, html: { - href: 'https://github.com/CrowdDotDev/crowd.dev/pull/896', + href: 'https://github.com/linuxfoundation/crowd.dev/pull/896', }, issue: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/896', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/896', }, comments: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/896/comments', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/896/comments', }, review_comments: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/896/comments', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/896/comments', }, review_comment: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/comments{/number}', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/comments{/number}', }, commits: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls/896/commits', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls/896/commits', }, statuses: { - href: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/a54ff069ff46231c30406d2d88d5af16b57894ef', + href: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/a54ff069ff46231c30406d2d88d5af16b57894ef', }, }, author_association: 'CONTRIBUTOR', @@ -6274,80 +6274,80 @@ export default class TestEvents { id: 508240664, node_id: 'R_kgDOHksjGA', name: 'crowd.dev', - full_name: 'CrowdDotDev/crowd.dev', + full_name: 'linuxfoundation/crowd.dev', private: false, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd.dev', + html_url: 'https://github.com/linuxfoundation/crowd.dev', description: 'An open-source platform to centralize community, product, and customer data in one place', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd.dev', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/commits{/sha}', - git_commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/commits{/sha}', + git_commits_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/contents/{+path}', - compare_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/merges', - archive_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/pulls{/number}', - milestones_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/contents/{+path}', + compare_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/merges', + archive_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/pulls{/number}', + milestones_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd.dev/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd.dev/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd.dev/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd.dev/deployments', created_at: '2022-06-28T09:46:29Z', updated_at: '2023-05-24T08:35:21Z', pushed_at: '2023-05-24T08:37:06Z', - git_url: 'git://github.com/CrowdDotDev/crowd.dev.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd.dev.git', - clone_url: 'https://github.com/CrowdDotDev/crowd.dev.git', - svn_url: 'https://github.com/CrowdDotDev/crowd.dev', + git_url: 'git://github.com/linuxfoundation/crowd.dev.git', + ssh_url: 'git@github.com:linuxfoundation/crowd.dev.git', + clone_url: 'https://github.com/linuxfoundation/crowd.dev.git', + svn_url: 'https://github.com/linuxfoundation/crowd.dev', homepage: 'https://crowd.dev', size: 25886, stargazers_count: 554, @@ -6400,16 +6400,16 @@ export default class TestEvents { default_branch: 'main', }, organization: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', - url: 'https://api.github.com/orgs/CrowdDotDev', - repos_url: 'https://api.github.com/orgs/CrowdDotDev/repos', - events_url: 'https://api.github.com/orgs/CrowdDotDev/events', - hooks_url: 'https://api.github.com/orgs/CrowdDotDev/hooks', - issues_url: 'https://api.github.com/orgs/CrowdDotDev/issues', - members_url: 'https://api.github.com/orgs/CrowdDotDev/members{/member}', - public_members_url: 'https://api.github.com/orgs/CrowdDotDev/public_members{/member}', + url: 'https://api.github.com/orgs/linuxfoundation', + repos_url: 'https://api.github.com/orgs/linuxfoundation/repos', + events_url: 'https://api.github.com/orgs/linuxfoundation/events', + hooks_url: 'https://api.github.com/orgs/linuxfoundation/hooks', + issues_url: 'https://api.github.com/orgs/linuxfoundation/issues', + members_url: 'https://api.github.com/orgs/linuxfoundation/members{/member}', + public_members_url: 'https://api.github.com/orgs/linuxfoundation/public_members{/member}', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', description: 'Open-source community and data tools built to unlock community-led growth for developer tools.', @@ -7029,14 +7029,14 @@ export default class TestEvents { created: { action: 'created', issue: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267', - repository_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267', + repository_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', labels_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267/labels{/name}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267/labels{/name}', comments_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267/comments', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267/events', - html_url: 'https://github.com/CrowdDotDev/crowd-postgres/issues/267', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267/comments', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267/events', + html_url: 'https://github.com/linuxfoundation/crowd-postgres/issues/267', id: 1341717370, node_id: 'I_kwDOGsy6M85P-Pt6', number: 267, @@ -7075,7 +7075,7 @@ export default class TestEvents { active_lock_reason: null, body: null, reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -7087,15 +7087,15 @@ export default class TestEvents { eyes: 0, }, timeline_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267/timeline', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267/timeline', performed_via_github_app: null, state_reason: 'reopened', }, comment: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments/1221555775', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments/1221555775', html_url: - 'https://github.com/CrowdDotDev/crowd-postgres/issues/267#issuecomment-1221555775', - issue_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267', + 'https://github.com/linuxfoundation/crowd-postgres/issues/267#issuecomment-1221555775', + issue_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267', id: 1221555775, node_id: 'IC_kwDOGsy6M85Iz3Y_', user: { @@ -7123,7 +7123,7 @@ export default class TestEvents { author_association: 'CONTRIBUTOR', body: 'A test comment', reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments/1221555775/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments/1221555775/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -7140,83 +7140,83 @@ export default class TestEvents { id: 449624627, node_id: 'R_kgDOGsy6Mw', name: 'crowd-postgres', - full_name: 'CrowdDotDev/crowd-postgres', + full_name: 'linuxfoundation/crowd-postgres', private: true, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres', + html_url: 'https://github.com/linuxfoundation/crowd-postgres', description: 'temporary monorepo (until oss launch)', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/commits{/sha}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/commits{/sha}', git_commits_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/merges', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/deployments', created_at: '2022-01-19T09:22:07Z', updated_at: '2022-08-12T18:29:08Z', pushed_at: '2022-08-21T13:49:08Z', - git_url: 'git://github.com/CrowdDotDev/crowd-postgres.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd-postgres.git', - clone_url: 'https://github.com/CrowdDotDev/crowd-postgres.git', - svn_url: 'https://github.com/CrowdDotDev/crowd-postgres', + git_url: 'git://github.com/linuxfoundation/crowd-postgres.git', + ssh_url: 'git@github.com:linuxfoundation/crowd-postgres.git', + clone_url: 'https://github.com/linuxfoundation/crowd-postgres.git', + svn_url: 'https://github.com/linuxfoundation/crowd-postgres', homepage: '', size: 25872, stargazers_count: 1, @@ -7250,16 +7250,16 @@ export default class TestEvents { default_branch: 'main', }, organization: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', - url: 'https://api.github.com/orgs/CrowdDotDev', - repos_url: 'https://api.github.com/orgs/CrowdDotDev/repos', - events_url: 'https://api.github.com/orgs/CrowdDotDev/events', - hooks_url: 'https://api.github.com/orgs/CrowdDotDev/hooks', - issues_url: 'https://api.github.com/orgs/CrowdDotDev/issues', - members_url: 'https://api.github.com/orgs/CrowdDotDev/members{/member}', - public_members_url: 'https://api.github.com/orgs/CrowdDotDev/public_members{/member}', + url: 'https://api.github.com/orgs/linuxfoundation', + repos_url: 'https://api.github.com/orgs/linuxfoundation/repos', + events_url: 'https://api.github.com/orgs/linuxfoundation/events', + hooks_url: 'https://api.github.com/orgs/linuxfoundation/hooks', + issues_url: 'https://api.github.com/orgs/linuxfoundation/issues', + members_url: 'https://api.github.com/orgs/linuxfoundation/members{/member}', + public_members_url: 'https://api.github.com/orgs/linuxfoundation/public_members{/member}', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', description: '', }, @@ -7296,14 +7296,14 @@ export default class TestEvents { }, }, issue: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267', - repository_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267', + repository_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', labels_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267/labels{/name}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267/labels{/name}', comments_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267/comments', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267/events', - html_url: 'https://github.com/CrowdDotDev/crowd-postgres/issues/267', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267/comments', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267/events', + html_url: 'https://github.com/linuxfoundation/crowd-postgres/issues/267', id: 1341717370, node_id: 'I_kwDOGsy6M85P-Pt6', number: 267, @@ -7342,7 +7342,7 @@ export default class TestEvents { active_lock_reason: null, body: null, reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -7354,15 +7354,15 @@ export default class TestEvents { eyes: 0, }, timeline_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267/timeline', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267/timeline', performed_via_github_app: null, state_reason: 'reopened', }, comment: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments/1221555775', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments/1221555775', html_url: - 'https://github.com/CrowdDotDev/crowd-postgres/issues/267#issuecomment-1221555775', - issue_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/267', + 'https://github.com/linuxfoundation/crowd-postgres/issues/267#issuecomment-1221555775', + issue_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/267', id: 1221555775, node_id: 'IC_kwDOGsy6M85Iz3Y_', user: { @@ -7390,7 +7390,7 @@ export default class TestEvents { author_association: 'CONTRIBUTOR', body: 'A test comment (EDITED)', reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments/1221555775/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments/1221555775/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -7407,83 +7407,83 @@ export default class TestEvents { id: 449624627, node_id: 'R_kgDOGsy6Mw', name: 'crowd-postgres', - full_name: 'CrowdDotDev/crowd-postgres', + full_name: 'linuxfoundation/crowd-postgres', private: true, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres', + html_url: 'https://github.com/linuxfoundation/crowd-postgres', description: 'temporary monorepo (until oss launch)', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/commits{/sha}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/commits{/sha}', git_commits_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/merges', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/deployments', created_at: '2022-01-19T09:22:07Z', updated_at: '2022-08-12T18:29:08Z', pushed_at: '2022-08-21T13:49:08Z', - git_url: 'git://github.com/CrowdDotDev/crowd-postgres.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd-postgres.git', - clone_url: 'https://github.com/CrowdDotDev/crowd-postgres.git', - svn_url: 'https://github.com/CrowdDotDev/crowd-postgres', + git_url: 'git://github.com/linuxfoundation/crowd-postgres.git', + ssh_url: 'git@github.com:linuxfoundation/crowd-postgres.git', + clone_url: 'https://github.com/linuxfoundation/crowd-postgres.git', + svn_url: 'https://github.com/linuxfoundation/crowd-postgres', homepage: '', size: 25872, stargazers_count: 1, @@ -7517,16 +7517,16 @@ export default class TestEvents { default_branch: 'main', }, organization: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', - url: 'https://api.github.com/orgs/CrowdDotDev', - repos_url: 'https://api.github.com/orgs/CrowdDotDev/repos', - events_url: 'https://api.github.com/orgs/CrowdDotDev/events', - hooks_url: 'https://api.github.com/orgs/CrowdDotDev/hooks', - issues_url: 'https://api.github.com/orgs/CrowdDotDev/issues', - members_url: 'https://api.github.com/orgs/CrowdDotDev/members{/member}', - public_members_url: 'https://api.github.com/orgs/CrowdDotDev/public_members{/member}', + url: 'https://api.github.com/orgs/linuxfoundation', + repos_url: 'https://api.github.com/orgs/linuxfoundation/repos', + events_url: 'https://api.github.com/orgs/linuxfoundation/events', + hooks_url: 'https://api.github.com/orgs/linuxfoundation/hooks', + issues_url: 'https://api.github.com/orgs/linuxfoundation/issues', + members_url: 'https://api.github.com/orgs/linuxfoundation/members{/member}', + public_members_url: 'https://api.github.com/orgs/linuxfoundation/public_members{/member}', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', description: '', }, @@ -7560,14 +7560,14 @@ export default class TestEvents { created: { action: 'created', issue: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266', - repository_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266', + repository_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', labels_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266/labels{/name}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266/labels{/name}', comments_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266/comments', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266/events', - html_url: 'https://github.com/CrowdDotDev/crowd-postgres/pull/266', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266/comments', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266/events', + html_url: 'https://github.com/linuxfoundation/crowd-postgres/pull/266', id: 1341697727, node_id: 'PR_kwDOGsy6M849UfZb', number: 266, @@ -7596,7 +7596,7 @@ export default class TestEvents { { id: 4374821209, node_id: 'LA_kwDOGsy6M88AAAABBMJ5WQ', - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels/type:enhancement%20%E2%9C%A8', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels/type:enhancement%20%E2%9C%A8', name: 'type:enhancement ✨', color: 'B57798', default: false, @@ -7605,7 +7605,7 @@ export default class TestEvents { { id: 4374821465, node_id: 'LA_kwDOGsy6M88AAAABBMJ6WQ', - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels/type:feature%20%F0%9F%9A%80', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels/type:feature%20%F0%9F%9A%80', name: 'type:feature šŸš€', color: 'A3DF2C', default: false, @@ -7625,15 +7625,15 @@ export default class TestEvents { active_lock_reason: null, draft: false, pull_request: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls/266', - html_url: 'https://github.com/CrowdDotDev/crowd-postgres/pull/266', - diff_url: 'https://github.com/CrowdDotDev/crowd-postgres/pull/266.diff', - patch_url: 'https://github.com/CrowdDotDev/crowd-postgres/pull/266.patch', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls/266', + html_url: 'https://github.com/linuxfoundation/crowd-postgres/pull/266', + diff_url: 'https://github.com/linuxfoundation/crowd-postgres/pull/266.diff', + patch_url: 'https://github.com/linuxfoundation/crowd-postgres/pull/266.patch', merged_at: null, }, - body: "# Changes proposed āœļø\r\n- github integration moved from python to nodejs\r\n- new github endpoint: discussions for webhooks and iterator\r\n- issue comments, pr comments and discussion comments now processed as separate endpoints\r\n \r\n## Checklist āœ…\r\n- [x] Label appropriately with `type:feature šŸš€`, `type:enhancement ✨`, `type:bug šŸž`, or `type:documentation šŸ“œ`.\r\n- [ ] Tests are passing. \r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] Environment variables have been updated\r\n - [ ] Front-end: `frontend/.env.dist`\r\n - [ ] Backend: `backend/.env.dist`, `backend/.env.dist.staging`, `backend/.env.dist.staging`.\r\n - [ ] [Configuration docs](https://docs.crowd.dev/docs/configuration) have been updated.\r\n - [ ] Team members only: update environment variables in Password manager and update the team\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)). \r\n- [ ] [Quality standards](https://github.com/CrowdDotDev/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met. \r\n- [ ] All changes have been tested in a staging site. \r\n- [ ] All changes are working locally running crowd.dev's Docker local environment.", + body: "# Changes proposed āœļø\r\n- github integration moved from python to nodejs\r\n- new github endpoint: discussions for webhooks and iterator\r\n- issue comments, pr comments and discussion comments now processed as separate endpoints\r\n \r\n## Checklist āœ…\r\n- [x] Label appropriately with `type:feature šŸš€`, `type:enhancement ✨`, `type:bug šŸž`, or `type:documentation šŸ“œ`.\r\n- [ ] Tests are passing. \r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] Environment variables have been updated\r\n - [ ] Front-end: `frontend/.env.dist`\r\n - [ ] Backend: `backend/.env.dist`, `backend/.env.dist.staging`, `backend/.env.dist.staging`.\r\n - [ ] [Configuration docs](https://docs.crowd.dev/docs/configuration) have been updated.\r\n - [ ] Team members only: update environment variables in Password manager and update the team\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)). \r\n- [ ] [Quality standards](https://github.com/linuxfoundation/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met. \r\n- [ ] All changes have been tested in a staging site. \r\n- [ ] All changes are working locally running crowd.dev's Docker local environment.", reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -7645,15 +7645,15 @@ export default class TestEvents { eyes: 0, }, timeline_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266/timeline', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266/timeline', performed_via_github_app: null, state_reason: null, }, comment: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments/1221557738', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments/1221557738', html_url: - 'https://github.com/CrowdDotDev/crowd-postgres/pull/266#issuecomment-1221557738', - issue_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266', + 'https://github.com/linuxfoundation/crowd-postgres/pull/266#issuecomment-1221557738', + issue_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266', id: 1221557738, node_id: 'IC_kwDOGsy6M85Iz33q', user: { @@ -7681,7 +7681,7 @@ export default class TestEvents { author_association: 'CONTRIBUTOR', body: 'a test pr comment', reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments/1221557738/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments/1221557738/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -7698,83 +7698,83 @@ export default class TestEvents { id: 449624627, node_id: 'R_kgDOGsy6Mw', name: 'crowd-postgres', - full_name: 'CrowdDotDev/crowd-postgres', + full_name: 'linuxfoundation/crowd-postgres', private: true, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres', + html_url: 'https://github.com/linuxfoundation/crowd-postgres', description: 'temporary monorepo (until oss launch)', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/commits{/sha}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/commits{/sha}', git_commits_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/merges', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/deployments', created_at: '2022-01-19T09:22:07Z', updated_at: '2022-08-12T18:29:08Z', pushed_at: '2022-08-21T13:49:08Z', - git_url: 'git://github.com/CrowdDotDev/crowd-postgres.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd-postgres.git', - clone_url: 'https://github.com/CrowdDotDev/crowd-postgres.git', - svn_url: 'https://github.com/CrowdDotDev/crowd-postgres', + git_url: 'git://github.com/linuxfoundation/crowd-postgres.git', + ssh_url: 'git@github.com:linuxfoundation/crowd-postgres.git', + clone_url: 'https://github.com/linuxfoundation/crowd-postgres.git', + svn_url: 'https://github.com/linuxfoundation/crowd-postgres', homepage: '', size: 25872, stargazers_count: 1, @@ -7808,16 +7808,16 @@ export default class TestEvents { default_branch: 'main', }, organization: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', - url: 'https://api.github.com/orgs/CrowdDotDev', - repos_url: 'https://api.github.com/orgs/CrowdDotDev/repos', - events_url: 'https://api.github.com/orgs/CrowdDotDev/events', - hooks_url: 'https://api.github.com/orgs/CrowdDotDev/hooks', - issues_url: 'https://api.github.com/orgs/CrowdDotDev/issues', - members_url: 'https://api.github.com/orgs/CrowdDotDev/members{/member}', - public_members_url: 'https://api.github.com/orgs/CrowdDotDev/public_members{/member}', + url: 'https://api.github.com/orgs/linuxfoundation', + repos_url: 'https://api.github.com/orgs/linuxfoundation/repos', + events_url: 'https://api.github.com/orgs/linuxfoundation/events', + hooks_url: 'https://api.github.com/orgs/linuxfoundation/hooks', + issues_url: 'https://api.github.com/orgs/linuxfoundation/issues', + members_url: 'https://api.github.com/orgs/linuxfoundation/members{/member}', + public_members_url: 'https://api.github.com/orgs/linuxfoundation/public_members{/member}', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', description: '', }, @@ -7854,14 +7854,14 @@ export default class TestEvents { }, }, issue: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266', - repository_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266', + repository_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', labels_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266/labels{/name}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266/labels{/name}', comments_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266/comments', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266/events', - html_url: 'https://github.com/CrowdDotDev/crowd-postgres/pull/266', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266/comments', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266/events', + html_url: 'https://github.com/linuxfoundation/crowd-postgres/pull/266', id: 1341697727, node_id: 'PR_kwDOGsy6M849UfZb', number: 266, @@ -7890,7 +7890,7 @@ export default class TestEvents { { id: 4374821209, node_id: 'LA_kwDOGsy6M88AAAABBMJ5WQ', - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels/type:enhancement%20%E2%9C%A8', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels/type:enhancement%20%E2%9C%A8', name: 'type:enhancement ✨', color: 'B57798', default: false, @@ -7899,7 +7899,7 @@ export default class TestEvents { { id: 4374821465, node_id: 'LA_kwDOGsy6M88AAAABBMJ6WQ', - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels/type:feature%20%F0%9F%9A%80', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels/type:feature%20%F0%9F%9A%80', name: 'type:feature šŸš€', color: 'A3DF2C', default: false, @@ -7919,15 +7919,15 @@ export default class TestEvents { active_lock_reason: null, draft: false, pull_request: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls/266', - html_url: 'https://github.com/CrowdDotDev/crowd-postgres/pull/266', - diff_url: 'https://github.com/CrowdDotDev/crowd-postgres/pull/266.diff', - patch_url: 'https://github.com/CrowdDotDev/crowd-postgres/pull/266.patch', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls/266', + html_url: 'https://github.com/linuxfoundation/crowd-postgres/pull/266', + diff_url: 'https://github.com/linuxfoundation/crowd-postgres/pull/266.diff', + patch_url: 'https://github.com/linuxfoundation/crowd-postgres/pull/266.patch', merged_at: null, }, - body: "# Changes proposed āœļø\r\n- github integration moved from python to nodejs\r\n- new github endpoint: discussions for webhooks and iterator\r\n- issue comments, pr comments and discussion comments now processed as separate endpoints\r\n \r\n## Checklist āœ…\r\n- [x] Label appropriately with `type:feature šŸš€`, `type:enhancement ✨`, `type:bug šŸž`, or `type:documentation šŸ“œ`.\r\n- [ ] Tests are passing. \r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] Environment variables have been updated\r\n - [ ] Front-end: `frontend/.env.dist`\r\n - [ ] Backend: `backend/.env.dist`, `backend/.env.dist.staging`, `backend/.env.dist.staging`.\r\n - [ ] [Configuration docs](https://docs.crowd.dev/docs/configuration) have been updated.\r\n - [ ] Team members only: update environment variables in Password manager and update the team\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)). \r\n- [ ] [Quality standards](https://github.com/CrowdDotDev/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met. \r\n- [ ] All changes have been tested in a staging site. \r\n- [ ] All changes are working locally running crowd.dev's Docker local environment.", + body: "# Changes proposed āœļø\r\n- github integration moved from python to nodejs\r\n- new github endpoint: discussions for webhooks and iterator\r\n- issue comments, pr comments and discussion comments now processed as separate endpoints\r\n \r\n## Checklist āœ…\r\n- [x] Label appropriately with `type:feature šŸš€`, `type:enhancement ✨`, `type:bug šŸž`, or `type:documentation šŸ“œ`.\r\n- [ ] Tests are passing. \r\n- [ ] New backend functionality has been unit-tested.\r\n- [ ] Environment variables have been updated\r\n - [ ] Front-end: `frontend/.env.dist`\r\n - [ ] Backend: `backend/.env.dist`, `backend/.env.dist.staging`, `backend/.env.dist.staging`.\r\n - [ ] [Configuration docs](https://docs.crowd.dev/docs/configuration) have been updated.\r\n - [ ] Team members only: update environment variables in Password manager and update the team\r\n- [ ] API documentation has been updated (if necessary) (see [docs on API documentation](https://docs.crowd.dev/docs/updating-api-documentation)). \r\n- [ ] [Quality standards](https://github.com/linuxfoundation/crowd-github-test-public/blob/main/CONTRIBUTING.md#quality-standards) are met. \r\n- [ ] All changes have been tested in a staging site. \r\n- [ ] All changes are working locally running crowd.dev's Docker local environment.", reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -7939,15 +7939,15 @@ export default class TestEvents { eyes: 0, }, timeline_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266/timeline', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266/timeline', performed_via_github_app: null, state_reason: null, }, comment: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments/1221557738', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments/1221557738', html_url: - 'https://github.com/CrowdDotDev/crowd-postgres/pull/266#issuecomment-1221557738', - issue_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/266', + 'https://github.com/linuxfoundation/crowd-postgres/pull/266#issuecomment-1221557738', + issue_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/266', id: 1221557738, node_id: 'IC_kwDOGsy6M85Iz33q', user: { @@ -7975,7 +7975,7 @@ export default class TestEvents { author_association: 'CONTRIBUTOR', body: 'a test pr comment (EDITED)', reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments/1221557738/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments/1221557738/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -7992,83 +7992,83 @@ export default class TestEvents { id: 449624627, node_id: 'R_kgDOGsy6Mw', name: 'crowd-postgres', - full_name: 'CrowdDotDev/crowd-postgres', + full_name: 'linuxfoundation/crowd-postgres', private: true, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres', + html_url: 'https://github.com/linuxfoundation/crowd-postgres', description: 'temporary monorepo (until oss launch)', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/commits{/sha}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/commits{/sha}', git_commits_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/merges', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/deployments', created_at: '2022-01-19T09:22:07Z', updated_at: '2022-08-12T18:29:08Z', pushed_at: '2022-08-21T13:49:08Z', - git_url: 'git://github.com/CrowdDotDev/crowd-postgres.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd-postgres.git', - clone_url: 'https://github.com/CrowdDotDev/crowd-postgres.git', - svn_url: 'https://github.com/CrowdDotDev/crowd-postgres', + git_url: 'git://github.com/linuxfoundation/crowd-postgres.git', + ssh_url: 'git@github.com:linuxfoundation/crowd-postgres.git', + clone_url: 'https://github.com/linuxfoundation/crowd-postgres.git', + svn_url: 'https://github.com/linuxfoundation/crowd-postgres', homepage: '', size: 25872, stargazers_count: 1, @@ -8102,16 +8102,16 @@ export default class TestEvents { default_branch: 'main', }, organization: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', - url: 'https://api.github.com/orgs/CrowdDotDev', - repos_url: 'https://api.github.com/orgs/CrowdDotDev/repos', - events_url: 'https://api.github.com/orgs/CrowdDotDev/events', - hooks_url: 'https://api.github.com/orgs/CrowdDotDev/hooks', - issues_url: 'https://api.github.com/orgs/CrowdDotDev/issues', - members_url: 'https://api.github.com/orgs/CrowdDotDev/members{/member}', - public_members_url: 'https://api.github.com/orgs/CrowdDotDev/public_members{/member}', + url: 'https://api.github.com/orgs/linuxfoundation', + repos_url: 'https://api.github.com/orgs/linuxfoundation/repos', + events_url: 'https://api.github.com/orgs/linuxfoundation/events', + hooks_url: 'https://api.github.com/orgs/linuxfoundation/hooks', + issues_url: 'https://api.github.com/orgs/linuxfoundation/issues', + members_url: 'https://api.github.com/orgs/linuxfoundation/members{/member}', + public_members_url: 'https://api.github.com/orgs/linuxfoundation/public_members{/member}', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', description: '', }, @@ -9231,7 +9231,7 @@ export default class TestEvents { created: { action: 'created', discussion: { - repository_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', + repository_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', category: { id: 37972861, node_id: 'DIC_kwDOGsy6M84CQ2t9', @@ -9247,7 +9247,7 @@ export default class TestEvents { answer_html_url: null, answer_chosen_at: null, answer_chosen_by: null, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres/discussions/270', + html_url: 'https://github.com/linuxfoundation/crowd-postgres/discussions/270', id: 4315208, node_id: 'D_kwDOGsy6M84AQdhI', number: 270, @@ -9281,7 +9281,7 @@ export default class TestEvents { active_lock_reason: null, body: 'asdasd', reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/discussions/270/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/discussions/270/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -9293,89 +9293,89 @@ export default class TestEvents { eyes: 0, }, timeline_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/discussions/270/timeline', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/discussions/270/timeline', }, repository: { id: 449624627, node_id: 'R_kgDOGsy6Mw', name: 'crowd-postgres', - full_name: 'CrowdDotDev/crowd-postgres', + full_name: 'linuxfoundation/crowd-postgres', private: true, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres', + html_url: 'https://github.com/linuxfoundation/crowd-postgres', description: 'temporary monorepo (until oss launch)', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/commits{/sha}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/commits{/sha}', git_commits_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/merges', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/deployments', created_at: '2022-01-19T09:22:07Z', updated_at: '2022-08-12T18:29:08Z', pushed_at: '2022-08-18T16:02:43Z', - git_url: 'git://github.com/CrowdDotDev/crowd-postgres.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd-postgres.git', - clone_url: 'https://github.com/CrowdDotDev/crowd-postgres.git', - svn_url: 'https://github.com/CrowdDotDev/crowd-postgres', + git_url: 'git://github.com/linuxfoundation/crowd-postgres.git', + ssh_url: 'git@github.com:linuxfoundation/crowd-postgres.git', + clone_url: 'https://github.com/linuxfoundation/crowd-postgres.git', + svn_url: 'https://github.com/linuxfoundation/crowd-postgres', homepage: '', size: 24891, stargazers_count: 1, @@ -9409,16 +9409,16 @@ export default class TestEvents { default_branch: 'main', }, organization: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', - url: 'https://api.github.com/orgs/CrowdDotDev', - repos_url: 'https://api.github.com/orgs/CrowdDotDev/repos', - events_url: 'https://api.github.com/orgs/CrowdDotDev/events', - hooks_url: 'https://api.github.com/orgs/CrowdDotDev/hooks', - issues_url: 'https://api.github.com/orgs/CrowdDotDev/issues', - members_url: 'https://api.github.com/orgs/CrowdDotDev/members{/member}', - public_members_url: 'https://api.github.com/orgs/CrowdDotDev/public_members{/member}', + url: 'https://api.github.com/orgs/linuxfoundation', + repos_url: 'https://api.github.com/orgs/linuxfoundation/repos', + events_url: 'https://api.github.com/orgs/linuxfoundation/events', + hooks_url: 'https://api.github.com/orgs/linuxfoundation/hooks', + issues_url: 'https://api.github.com/orgs/linuxfoundation/issues', + members_url: 'https://api.github.com/orgs/linuxfoundation/members{/member}', + public_members_url: 'https://api.github.com/orgs/linuxfoundation/public_members{/member}', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', description: '', }, @@ -9453,10 +9453,10 @@ export default class TestEvents { id: 3424357, node_id: 'DC_kwDOGsy6M84ANEBl', html_url: - 'https://github.com/CrowdDotDev/crowd-postgres/discussions/270#discussioncomment-3424357', + 'https://github.com/linuxfoundation/crowd-postgres/discussions/270#discussioncomment-3424357', parent_id: null, child_comment_count: 1, - repository_url: 'CrowdDotDev/crowd-postgres', + repository_url: 'linuxfoundation/crowd-postgres', discussion_id: 4315208, author_association: 'CONTRIBUTOR', user: { @@ -9483,7 +9483,7 @@ export default class TestEvents { updated_at: '2022-08-19T07:14:13Z', body: 'answer to a question - EDITED', reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments/3424357/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments/3424357/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -9496,7 +9496,7 @@ export default class TestEvents { }, }, discussion: { - repository_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', + repository_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', category: { id: 37972861, node_id: 'DIC_kwDOGsy6M84CQ2t9', @@ -9510,7 +9510,7 @@ export default class TestEvents { is_answerable: true, }, answer_html_url: - 'https://github.com/CrowdDotDev/crowd-postgres/discussions/270#discussioncomment-3424357', + 'https://github.com/linuxfoundation/crowd-postgres/discussions/270#discussioncomment-3424357', answer_chosen_at: '2022-08-18T18:41:39.000+02:00', answer_chosen_by: { login: 'anilb0stanci', @@ -9532,7 +9532,7 @@ export default class TestEvents { type: 'User', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres/discussions/270', + html_url: 'https://github.com/linuxfoundation/crowd-postgres/discussions/270', id: 4315208, node_id: 'D_kwDOGsy6M84AQdhI', number: 270, @@ -9566,7 +9566,7 @@ export default class TestEvents { active_lock_reason: null, body: 'asdasd', reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/discussions/270/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/discussions/270/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -9578,7 +9578,7 @@ export default class TestEvents { eyes: 0, }, timeline_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/discussions/270/timeline', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/discussions/270/timeline', }, changes: { body: { @@ -9589,83 +9589,83 @@ export default class TestEvents { id: 449624627, node_id: 'R_kgDOGsy6Mw', name: 'crowd-postgres', - full_name: 'CrowdDotDev/crowd-postgres', + full_name: 'linuxfoundation/crowd-postgres', private: true, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres', + html_url: 'https://github.com/linuxfoundation/crowd-postgres', description: 'temporary monorepo (until oss launch)', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/commits{/sha}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/commits{/sha}', git_commits_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/merges', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/deployments', created_at: '2022-01-19T09:22:07Z', updated_at: '2022-08-12T18:29:08Z', pushed_at: '2022-08-19T06:50:13Z', - git_url: 'git://github.com/CrowdDotDev/crowd-postgres.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd-postgres.git', - clone_url: 'https://github.com/CrowdDotDev/crowd-postgres.git', - svn_url: 'https://github.com/CrowdDotDev/crowd-postgres', + git_url: 'git://github.com/linuxfoundation/crowd-postgres.git', + ssh_url: 'git@github.com:linuxfoundation/crowd-postgres.git', + clone_url: 'https://github.com/linuxfoundation/crowd-postgres.git', + svn_url: 'https://github.com/linuxfoundation/crowd-postgres', homepage: '', size: 25359, stargazers_count: 1, @@ -9699,16 +9699,16 @@ export default class TestEvents { default_branch: 'main', }, organization: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', - url: 'https://api.github.com/orgs/CrowdDotDev', - repos_url: 'https://api.github.com/orgs/CrowdDotDev/repos', - events_url: 'https://api.github.com/orgs/CrowdDotDev/events', - hooks_url: 'https://api.github.com/orgs/CrowdDotDev/hooks', - issues_url: 'https://api.github.com/orgs/CrowdDotDev/issues', - members_url: 'https://api.github.com/orgs/CrowdDotDev/members{/member}', - public_members_url: 'https://api.github.com/orgs/CrowdDotDev/public_members{/member}', + url: 'https://api.github.com/orgs/linuxfoundation', + repos_url: 'https://api.github.com/orgs/linuxfoundation/repos', + events_url: 'https://api.github.com/orgs/linuxfoundation/events', + hooks_url: 'https://api.github.com/orgs/linuxfoundation/hooks', + issues_url: 'https://api.github.com/orgs/linuxfoundation/issues', + members_url: 'https://api.github.com/orgs/linuxfoundation/members{/member}', + public_members_url: 'https://api.github.com/orgs/linuxfoundation/public_members{/member}', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', description: '', }, @@ -9740,7 +9740,7 @@ export default class TestEvents { answered: { action: 'answered', discussion: { - repository_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', + repository_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', category: { id: 37972861, node_id: 'DIC_kwDOGsy6M84CQ2t9', @@ -9754,7 +9754,7 @@ export default class TestEvents { is_answerable: true, }, answer_html_url: - 'https://github.com/CrowdDotDev/crowd-postgres/discussions/270#discussioncomment-3424357', + 'https://github.com/linuxfoundation/crowd-postgres/discussions/270#discussioncomment-3424357', answer_chosen_at: '2022-08-18T18:41:39.000+02:00', answer_chosen_by: { login: 'anilb0stanci', @@ -9776,7 +9776,7 @@ export default class TestEvents { type: 'User', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres/discussions/270', + html_url: 'https://github.com/linuxfoundation/crowd-postgres/discussions/270', id: 4315208, node_id: 'D_kwDOGsy6M84AQdhI', number: 270, @@ -9810,7 +9810,7 @@ export default class TestEvents { active_lock_reason: null, body: 'asdasd', reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/discussions/270/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/discussions/270/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -9822,16 +9822,16 @@ export default class TestEvents { eyes: 0, }, timeline_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/discussions/270/timeline', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/discussions/270/timeline', }, answer: { id: 3424357, node_id: 'DC_kwDOGsy6M84ANEBl', html_url: - 'https://github.com/CrowdDotDev/crowd-postgres/discussions/270#discussioncomment-3424357', + 'https://github.com/linuxfoundation/crowd-postgres/discussions/270#discussioncomment-3424357', parent_id: null, child_comment_count: 1, - repository_url: 'CrowdDotDev/crowd-postgres', + repository_url: 'linuxfoundation/crowd-postgres', discussion_id: 4315208, author_association: 'CONTRIBUTOR', user: { @@ -9858,7 +9858,7 @@ export default class TestEvents { updated_at: '2022-08-18T16:06:05Z', body: 'answer to a question', reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments/3424357/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments/3424357/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -9874,83 +9874,83 @@ export default class TestEvents { id: 449624627, node_id: 'R_kgDOGsy6Mw', name: 'crowd-postgres', - full_name: 'CrowdDotDev/crowd-postgres', + full_name: 'linuxfoundation/crowd-postgres', private: true, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres', + html_url: 'https://github.com/linuxfoundation/crowd-postgres', description: 'temporary monorepo (until oss launch)', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/commits{/sha}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/commits{/sha}', git_commits_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/merges', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/deployments', created_at: '2022-01-19T09:22:07Z', updated_at: '2022-08-12T18:29:08Z', pushed_at: '2022-08-18T16:26:28Z', - git_url: 'git://github.com/CrowdDotDev/crowd-postgres.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd-postgres.git', - clone_url: 'https://github.com/CrowdDotDev/crowd-postgres.git', - svn_url: 'https://github.com/CrowdDotDev/crowd-postgres', + git_url: 'git://github.com/linuxfoundation/crowd-postgres.git', + ssh_url: 'git@github.com:linuxfoundation/crowd-postgres.git', + clone_url: 'https://github.com/linuxfoundation/crowd-postgres.git', + svn_url: 'https://github.com/linuxfoundation/crowd-postgres', homepage: '', size: 24891, stargazers_count: 1, @@ -9984,16 +9984,16 @@ export default class TestEvents { default_branch: 'main', }, organization: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', - url: 'https://api.github.com/orgs/CrowdDotDev', - repos_url: 'https://api.github.com/orgs/CrowdDotDev/repos', - events_url: 'https://api.github.com/orgs/CrowdDotDev/events', - hooks_url: 'https://api.github.com/orgs/CrowdDotDev/hooks', - issues_url: 'https://api.github.com/orgs/CrowdDotDev/issues', - members_url: 'https://api.github.com/orgs/CrowdDotDev/members{/member}', - public_members_url: 'https://api.github.com/orgs/CrowdDotDev/public_members{/member}', + url: 'https://api.github.com/orgs/linuxfoundation', + repos_url: 'https://api.github.com/orgs/linuxfoundation/repos', + events_url: 'https://api.github.com/orgs/linuxfoundation/events', + hooks_url: 'https://api.github.com/orgs/linuxfoundation/hooks', + issues_url: 'https://api.github.com/orgs/linuxfoundation/issues', + members_url: 'https://api.github.com/orgs/linuxfoundation/members{/member}', + public_members_url: 'https://api.github.com/orgs/linuxfoundation/public_members{/member}', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', description: '', }, @@ -10032,10 +10032,10 @@ export default class TestEvents { id: 3424532, node_id: 'DC_kwDOGsy6M84ANEEU', html_url: - 'https://github.com/CrowdDotDev/crowd-postgres/discussions/270#discussioncomment-3424532', + 'https://github.com/linuxfoundation/crowd-postgres/discussions/270#discussioncomment-3424532', parent_id: 3424357, child_comment_count: 0, - repository_url: 'CrowdDotDev/crowd-postgres', + repository_url: 'linuxfoundation/crowd-postgres', discussion_id: 4315208, author_association: 'CONTRIBUTOR', user: { @@ -10062,7 +10062,7 @@ export default class TestEvents { updated_at: '2022-08-18T16:26:10Z', body: 'a reply\r\n', reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments/3424532/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments/3424532/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -10075,7 +10075,7 @@ export default class TestEvents { }, }, discussion: { - repository_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', + repository_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', category: { id: 37972861, node_id: 'DIC_kwDOGsy6M84CQ2t9', @@ -10091,7 +10091,7 @@ export default class TestEvents { answer_html_url: null, answer_chosen_at: null, answer_chosen_by: null, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres/discussions/270', + html_url: 'https://github.com/linuxfoundation/crowd-postgres/discussions/270', id: 4315208, node_id: 'D_kwDOGsy6M84AQdhI', number: 270, @@ -10125,7 +10125,7 @@ export default class TestEvents { active_lock_reason: null, body: 'asdasd', reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/discussions/270/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/discussions/270/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -10137,89 +10137,89 @@ export default class TestEvents { eyes: 0, }, timeline_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/discussions/270/timeline', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/discussions/270/timeline', }, repository: { id: 449624627, node_id: 'R_kgDOGsy6Mw', name: 'crowd-postgres', - full_name: 'CrowdDotDev/crowd-postgres', + full_name: 'linuxfoundation/crowd-postgres', private: true, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres', + html_url: 'https://github.com/linuxfoundation/crowd-postgres', description: 'temporary monorepo (until oss launch)', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/commits{/sha}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/commits{/sha}', git_commits_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/merges', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/deployments', created_at: '2022-01-19T09:22:07Z', updated_at: '2022-08-12T18:29:08Z', pushed_at: '2022-08-18T16:24:41Z', - git_url: 'git://github.com/CrowdDotDev/crowd-postgres.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd-postgres.git', - clone_url: 'https://github.com/CrowdDotDev/crowd-postgres.git', - svn_url: 'https://github.com/CrowdDotDev/crowd-postgres', + git_url: 'git://github.com/linuxfoundation/crowd-postgres.git', + ssh_url: 'git@github.com:linuxfoundation/crowd-postgres.git', + clone_url: 'https://github.com/linuxfoundation/crowd-postgres.git', + svn_url: 'https://github.com/linuxfoundation/crowd-postgres', homepage: '', size: 24891, stargazers_count: 1, @@ -10253,16 +10253,16 @@ export default class TestEvents { default_branch: 'main', }, organization: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', - url: 'https://api.github.com/orgs/CrowdDotDev', - repos_url: 'https://api.github.com/orgs/CrowdDotDev/repos', - events_url: 'https://api.github.com/orgs/CrowdDotDev/events', - hooks_url: 'https://api.github.com/orgs/CrowdDotDev/hooks', - issues_url: 'https://api.github.com/orgs/CrowdDotDev/issues', - members_url: 'https://api.github.com/orgs/CrowdDotDev/members{/member}', - public_members_url: 'https://api.github.com/orgs/CrowdDotDev/public_members{/member}', + url: 'https://api.github.com/orgs/linuxfoundation', + repos_url: 'https://api.github.com/orgs/linuxfoundation/repos', + events_url: 'https://api.github.com/orgs/linuxfoundation/events', + hooks_url: 'https://api.github.com/orgs/linuxfoundation/hooks', + issues_url: 'https://api.github.com/orgs/linuxfoundation/issues', + members_url: 'https://api.github.com/orgs/linuxfoundation/members{/member}', + public_members_url: 'https://api.github.com/orgs/linuxfoundation/public_members{/member}', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', description: '', }, @@ -10297,10 +10297,10 @@ export default class TestEvents { id: 3424357, node_id: 'DC_kwDOGsy6M84ANEEU', html_url: - 'https://github.com/CrowdDotDev/crowd-postgres/discussions/270#discussioncomment-3424357', + 'https://github.com/linuxfoundation/crowd-postgres/discussions/270#discussioncomment-3424357', parent_id: null, child_comment_count: 1, - repository_url: 'CrowdDotDev/crowd-postgres', + repository_url: 'linuxfoundation/crowd-postgres', discussion_id: 4315208, author_association: 'CONTRIBUTOR', user: { @@ -10327,7 +10327,7 @@ export default class TestEvents { updated_at: '2022-08-19T07:14:13Z', body: 'answer to a question - EDITED', reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments/3424357/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments/3424357/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -10340,7 +10340,7 @@ export default class TestEvents { }, }, discussion: { - repository_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', + repository_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', category: { id: 37972861, node_id: 'DIC_kwDOGsy6M84CQ2t9', @@ -10354,7 +10354,7 @@ export default class TestEvents { is_answerable: true, }, answer_html_url: - 'https://github.com/CrowdDotDev/crowd-postgres/discussions/270#discussioncomment-3424357', + 'https://github.com/linuxfoundation/crowd-postgres/discussions/270#discussioncomment-3424357', answer_chosen_at: '2022-08-18T18:41:39.000+02:00', answer_chosen_by: { login: 'anilb0stanci', @@ -10376,7 +10376,7 @@ export default class TestEvents { type: 'User', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres/discussions/270', + html_url: 'https://github.com/linuxfoundation/crowd-postgres/discussions/270', id: 4315208, node_id: 'D_kwDOGsy6M84AQdhI', number: 270, @@ -10410,7 +10410,7 @@ export default class TestEvents { active_lock_reason: null, body: 'asdasd', reactions: { - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/discussions/270/reactions', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/discussions/270/reactions', total_count: 0, '+1': 0, '-1': 0, @@ -10422,7 +10422,7 @@ export default class TestEvents { eyes: 0, }, timeline_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/discussions/270/timeline', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/discussions/270/timeline', }, changes: { body: { @@ -10433,83 +10433,83 @@ export default class TestEvents { id: 449624627, node_id: 'R_kgDOGsy6Mw', name: 'crowd-postgres', - full_name: 'CrowdDotDev/crowd-postgres', + full_name: 'linuxfoundation/crowd-postgres', private: true, owner: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', gravatar_id: '', - url: 'https://api.github.com/users/CrowdDotDev', - html_url: 'https://github.com/CrowdDotDev', - followers_url: 'https://api.github.com/users/CrowdDotDev/followers', - following_url: 'https://api.github.com/users/CrowdDotDev/following{/other_user}', - gists_url: 'https://api.github.com/users/CrowdDotDev/gists{/gist_id}', - starred_url: 'https://api.github.com/users/CrowdDotDev/starred{/owner}{/repo}', - subscriptions_url: 'https://api.github.com/users/CrowdDotDev/subscriptions', - organizations_url: 'https://api.github.com/users/CrowdDotDev/orgs', - repos_url: 'https://api.github.com/users/CrowdDotDev/repos', - events_url: 'https://api.github.com/users/CrowdDotDev/events{/privacy}', - received_events_url: 'https://api.github.com/users/CrowdDotDev/received_events', + url: 'https://api.github.com/users/linuxfoundation', + html_url: 'https://github.com/linuxfoundation', + followers_url: 'https://api.github.com/users/linuxfoundation/followers', + following_url: 'https://api.github.com/users/linuxfoundation/following{/other_user}', + gists_url: 'https://api.github.com/users/linuxfoundation/gists{/gist_id}', + starred_url: 'https://api.github.com/users/linuxfoundation/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/linuxfoundation/subscriptions', + organizations_url: 'https://api.github.com/users/linuxfoundation/orgs', + repos_url: 'https://api.github.com/users/linuxfoundation/repos', + events_url: 'https://api.github.com/users/linuxfoundation/events{/privacy}', + received_events_url: 'https://api.github.com/users/linuxfoundation/received_events', type: 'Organization', site_admin: false, }, - html_url: 'https://github.com/CrowdDotDev/crowd-postgres', + html_url: 'https://github.com/linuxfoundation/crowd-postgres', description: 'temporary monorepo (until oss launch)', fork: false, - url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres', - forks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/forks', - keys_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/keys{/key_id}', + url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres', + forks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/forks', + keys_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/keys{/key_id}', collaborators_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/collaborators{/collaborator}', - teams_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/teams', - hooks_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/hooks', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/collaborators{/collaborator}', + teams_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/teams', + hooks_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/hooks', issue_events_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/events{/number}', - events_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/events', - assignees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/assignees{/user}', - branches_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/branches{/branch}', - tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/tags', - blobs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/blobs{/sha}', - git_tags_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/tags{/sha}', - git_refs_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/refs{/sha}', - trees_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/trees{/sha}', - statuses_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/statuses/{sha}', - languages_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/languages', - stargazers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/stargazers', - contributors_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contributors', - subscribers_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscribers', - subscription_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/subscription', - commits_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/commits{/sha}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/events{/number}', + events_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/events', + assignees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/assignees{/user}', + branches_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/branches{/branch}', + tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/tags', + blobs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/blobs{/sha}', + git_tags_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/tags{/sha}', + git_refs_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/refs{/sha}', + trees_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/trees{/sha}', + statuses_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/statuses/{sha}', + languages_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/languages', + stargazers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/stargazers', + contributors_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contributors', + subscribers_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscribers', + subscription_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/subscription', + commits_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/commits{/sha}', git_commits_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/git/commits{/sha}', - comments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/comments{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/git/commits{/sha}', + comments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/comments{/number}', issue_comment_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues/comments{/number}', - contents_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/contents/{+path}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues/comments{/number}', + contents_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/contents/{+path}', compare_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/compare/{base}...{head}', - merges_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/merges', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/compare/{base}...{head}', + merges_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/merges', archive_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/{archive_format}{/ref}', - downloads_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/downloads', - issues_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/issues{/number}', - pulls_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/pulls{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/{archive_format}{/ref}', + downloads_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/downloads', + issues_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/issues{/number}', + pulls_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/pulls{/number}', milestones_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/milestones{/number}', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/milestones{/number}', notifications_url: - 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/notifications{?since,all,participating}', - labels_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/labels{/name}', - releases_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/releases{/id}', - deployments_url: 'https://api.github.com/repos/CrowdDotDev/crowd-postgres/deployments', + 'https://api.github.com/repos/linuxfoundation/crowd-postgres/notifications{?since,all,participating}', + labels_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/labels{/name}', + releases_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/releases{/id}', + deployments_url: 'https://api.github.com/repos/linuxfoundation/crowd-postgres/deployments', created_at: '2022-01-19T09:22:07Z', updated_at: '2022-08-12T18:29:08Z', pushed_at: '2022-08-19T06:50:13Z', - git_url: 'git://github.com/CrowdDotDev/crowd-postgres.git', - ssh_url: 'git@github.com:CrowdDotDev/crowd-postgres.git', - clone_url: 'https://github.com/CrowdDotDev/crowd-postgres.git', - svn_url: 'https://github.com/CrowdDotDev/crowd-postgres', + git_url: 'git://github.com/linuxfoundation/crowd-postgres.git', + ssh_url: 'git@github.com:linuxfoundation/crowd-postgres.git', + clone_url: 'https://github.com/linuxfoundation/crowd-postgres.git', + svn_url: 'https://github.com/linuxfoundation/crowd-postgres', homepage: '', size: 25359, stargazers_count: 1, @@ -10543,16 +10543,16 @@ export default class TestEvents { default_branch: 'main', }, organization: { - login: 'CrowdDotDev', + login: 'linuxfoundation', id: 85551972, node_id: 'MDEyOk9yZ2FuaXphdGlvbjg1NTUxOTcy', - url: 'https://api.github.com/orgs/CrowdDotDev', - repos_url: 'https://api.github.com/orgs/CrowdDotDev/repos', - events_url: 'https://api.github.com/orgs/CrowdDotDev/events', - hooks_url: 'https://api.github.com/orgs/CrowdDotDev/hooks', - issues_url: 'https://api.github.com/orgs/CrowdDotDev/issues', - members_url: 'https://api.github.com/orgs/CrowdDotDev/members{/member}', - public_members_url: 'https://api.github.com/orgs/CrowdDotDev/public_members{/member}', + url: 'https://api.github.com/orgs/linuxfoundation', + repos_url: 'https://api.github.com/orgs/linuxfoundation/repos', + events_url: 'https://api.github.com/orgs/linuxfoundation/events', + hooks_url: 'https://api.github.com/orgs/linuxfoundation/hooks', + issues_url: 'https://api.github.com/orgs/linuxfoundation/issues', + members_url: 'https://api.github.com/orgs/linuxfoundation/members{/member}', + public_members_url: 'https://api.github.com/orgs/linuxfoundation/public_members{/member}', avatar_url: 'https://avatars.githubusercontent.com/u/85551972?v=4', description: '', }, diff --git a/frontend/docs/custom-logos.md b/frontend/docs/custom-logos.md index b4afe0f3b5..fd4e33e275 100644 --- a/frontend/docs/custom-logos.md +++ b/frontend/docs/custom-logos.md @@ -70,7 +70,7 @@ The following steps provide a possible approach to add custom logos to custom pl ## Contributing -- [Guidelines](https://github.com/CrowdDotDev/crowd.dev/blob/main/CONTRIBUTING.md) +- [Guidelines](https://github.com/linuxfoundation/crowd.dev/blob/main/CONTRIBUTING.md) - Open a Pull Request to `crowd-linux` branch. Requires at least 1 approval before merging. ## Testing diff --git a/scripts/cli b/scripts/cli index 493cfdae87..41559c5044 100755 --- a/scripts/cli +++ b/scripts/cli @@ -250,7 +250,7 @@ function select_services() { } function deploy_staging() { - REPOSITORY="CrowdDotDev/crowd.dev" + REPOSITORY="linuxfoundation/crowd.dev" WORKFLOW_FILE="lf-staging-deploy.yaml" CURRENT_BRANCH=$(git branch --show-current) SERVICES="$( @@ -262,7 +262,7 @@ function deploy_staging() { } function deploy_production() { - REPOSITORY="CrowdDotDev/crowd.dev" + REPOSITORY="linuxfoundation/crowd.dev" WORKFLOW_FILE="lf-production-deploy.yaml" CURRENT_BRANCH=$(git branch --show-current) SERVICES="$( diff --git a/scripts/scaffold/kafka-connect/Dockerfile b/scripts/scaffold/kafka-connect/Dockerfile index df224178c7..cf4b6a617f 100644 --- a/scripts/scaffold/kafka-connect/Dockerfile +++ b/scripts/scaffold/kafka-connect/Dockerfile @@ -11,7 +11,7 @@ RUN confluent-hub install confluentinc/kafka-connect-jdbc:10.8.4 --no-prompt # ----------------------------------------------------------------------------- # Tinybird Append Schema SMT # Download from: -# https://github.com/CrowdDotDev/tinybird-append-schema-smt/releases +# https://github.com/linuxfoundation/tinybird-append-schema-smt/releases # ----------------------------------------------------------------------------- COPY tmp/custom-plugins/tinybird-append-schema-SMT/tinybird-append-schema-SMT-1.0.8.jar /usr/share/java/tinybird-append-schema-SMT/tinybird-append-schema-SMT-1.0.8.jar diff --git a/scripts/scaffold/kafka-connect/build-docker-image.sh b/scripts/scaffold/kafka-connect/build-docker-image.sh index 81a791c1b8..a21e5d0c6f 100755 --- a/scripts/scaffold/kafka-connect/build-docker-image.sh +++ b/scripts/scaffold/kafka-connect/build-docker-image.sh @@ -35,7 +35,7 @@ function download_kafka_connect_http() { -z "$(ls -A "${base_dir}/tmp/custom-plugins/tinybird-append-schema-SMT" 2>/dev/null)" ]]; then echo "Downloading tinybird-append-schema-SMT" - wget -q "https://github.com/CrowdDotDev/tinybird-append-schema-smt/releases/download/1.0.8/tinybird-append-schema-SMT-1.0.8.zip" -O "${base_dir}/tmp/custom-plugins/tinybird-append-schema-SMT.zip" + wget -q "https://github.com/linuxfoundation/tinybird-append-schema-smt/releases/download/1.0.8/tinybird-append-schema-SMT-1.0.8.zip" -O "${base_dir}/tmp/custom-plugins/tinybird-append-schema-SMT.zip" unzip -q "${base_dir}/tmp/custom-plugins/tinybird-append-schema-SMT.zip" -d "${base_dir}/tmp/custom-plugins/tinybird-append-schema-SMT" rm "${base_dir}/tmp/custom-plugins/tinybird-append-schema-SMT.zip" diff --git a/scripts/services/docker/Dockerfile.script_executor b/scripts/services/docker/Dockerfile.script_executor index 57e5a887c1..752e20ef14 100644 --- a/scripts/services/docker/Dockerfile.script_executor +++ b/scripts/services/docker/Dockerfile.script_executor @@ -4,6 +4,6 @@ RUN npm install -g corepack@latest && corepack enable pnpm && corepack prepare p WORKDIR /usr/crowd/app -RUN apk add --no-cache nano git python3 py3-pip make build-base && rm -rf /var/cache/apk/* && git clone https://github.com/CrowdDotDev/crowd.dev.git && cd crowd.dev && pnpm i --frozen-lockfile +RUN apk add --no-cache nano git python3 py3-pip make build-base && rm -rf /var/cache/apk/* && git clone https://github.com/linuxfoundation/crowd.dev.git && cd crowd.dev && pnpm i --frozen-lockfile WORKDIR /usr/crowd/app/crowd.dev \ No newline at end of file From 8d9dadc26e2d3d539636d0929e0b22006fa1b0af Mon Sep 17 00:00:00 2001 From: Muawiya-contact Date: Wed, 6 May 2026 05:56:07 +0500 Subject: [PATCH 2/3] docs: address PR review feedback for contributing and deploy workflows Signed-off-by: Muawiya-contact --- CONTRIBUTING.md | 8 ++++---- scripts/cli | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42aa688935..3ebed58231 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,11 +72,11 @@ We welcome any contribution to crowd.dev. Before you start with your first issue - For your first contribution, we recommend taking a look at our ["good first issues" šŸ„‚](https://github.com/linuxfoundation/crowd.dev/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue+%F0%9F%A5%82%22). - Other issues that are well suited for contribution have the tag ["help wanted" šŸ™](https://github.com/linuxfoundation/crowd.dev/labels/help%20wanted%20%F0%9F%99%8F). - If you want to contribute to our codebase, you have to first [sign our Contributor License Agreement](https://cla-assistant.io/linuxfoundation/crowd.dev). -- If you need help, you can reach us either via [Discord](http://crowd.dev/discord) or [Book a 15-min Contributor Onboarding Call](https://cal.com/team/linuxfoundation/contributor-onboarding?duration=15). +- If you need help, you can reach us either via [Discord](http://crowd.dev/discord) or [Book a 15-min Contributor Onboarding Call](https://cal.com/team/CrowdDotDev/contributor-onboarding?duration=15). #### Requirements -- Node v16.16.0 +- Node v20+ - Docker and docker-compose #### Setup the project @@ -86,7 +86,7 @@ The project is a monorepo, meaning that it is a collection of multiple packages 1. Get the mono repo from GitHub ```shell -git clone git@github.com:CrowdDotDev/crowd.dev.git +git clone git@github.com:linuxfoundation/crowd.dev.git ``` 2. Run the start script: @@ -198,4 +198,4 @@ The Linux Foundation provides guidelines and best practices for using AI in deve ## Need help? šŸ›Ÿ -If you need help with any sort of contribution, please feel free to reach out on [Discord](https://go.crowd.dev/discord) or book a [contributor onboarding call](https://cal.com/team/linuxfoundation/contributor-onboarding?duration=15). +If you need help with any sort of contribution, please feel free to reach out on [Discord](https://go.crowd.dev/discord) or book a [contributor onboarding call](https://cal.com/team/CrowdDotDev/contributor-onboarding?duration=15). diff --git a/scripts/cli b/scripts/cli index 41559c5044..4fd6e17e9c 100755 --- a/scripts/cli +++ b/scripts/cli @@ -251,7 +251,7 @@ function select_services() { function deploy_staging() { REPOSITORY="linuxfoundation/crowd.dev" - WORKFLOW_FILE="lf-staging-deploy.yaml" + WORKFLOW_FILE="lf-oracle-staging-deploy.yaml" CURRENT_BRANCH=$(git branch --show-current) SERVICES="$( IFS=" " @@ -263,7 +263,7 @@ function deploy_staging() { function deploy_production() { REPOSITORY="linuxfoundation/crowd.dev" - WORKFLOW_FILE="lf-production-deploy.yaml" + WORKFLOW_FILE="lf-oracle-production-deploy.yaml" CURRENT_BRANCH=$(git branch --show-current) SERVICES="$( IFS=" " From 9f2428990bad7dc585d4dfda32abef135b0d2c54 Mon Sep 17 00:00:00 2001 From: Muawiya-contact Date: Wed, 6 May 2026 06:12:34 +0500 Subject: [PATCH 3/3] Add TODO Discord link. Signed-off-by: Muawiya-contact --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ebed58231..c9b98b361b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,6 +72,7 @@ We welcome any contribution to crowd.dev. Before you start with your first issue - For your first contribution, we recommend taking a look at our ["good first issues" šŸ„‚](https://github.com/linuxfoundation/crowd.dev/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue+%F0%9F%A5%82%22). - Other issues that are well suited for contribution have the tag ["help wanted" šŸ™](https://github.com/linuxfoundation/crowd.dev/labels/help%20wanted%20%F0%9F%99%8F). - If you want to contribute to our codebase, you have to first [sign our Contributor License Agreement](https://cla-assistant.io/linuxfoundation/crowd.dev). + - If you need help, you can reach us either via [Discord](http://crowd.dev/discord) or [Book a 15-min Contributor Onboarding Call](https://cal.com/team/CrowdDotDev/contributor-onboarding?duration=15). #### Requirements