{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":54234233,"defaultBranch":"master","name":"PowerShellForGitHub","ownerLogin":"microsoft","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-03-18T22:05:41.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6154722?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1687547143.677669","currentOid":""},"activityList":{"items":[{"before":"356350b22f47acf55e72380442c630e6c9591fbc","after":"fd4fa65f23ca30f18f85312a85348e660c287a9c","ref":"refs/heads/master","pushedAt":"2023-11-21T01:32:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HowardWolosky","name":"Howard Wolosky","path":"/HowardWolosky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22158599?s=80&v=4"},"commit":{"message":"Update module to 0.17.0 (#424)","shortMessageHtmlLink":"Update module to 0.17.0 (#424)"}},{"before":"9ec863b14277a524aa8f2931b742bb3dfed10d5a","after":"356350b22f47acf55e72380442c630e6c9591fbc","ref":"refs/heads/master","pushedAt":"2023-11-21T00:36:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HowardWolosky","name":"Howard Wolosky","path":"/HowardWolosky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22158599?s=80&v=4"},"commit":{"message":"Replace `BinaryFormatter` with `PSSerializer` (#415)\n\nReplace `BinaryFormatter` with `PSSerializer`\r\n\r\nSince the former has been removed from PowerShell 7.4 (because it was removed from .NET 7) and the latter can accomplish the same thing.\r\n\r\nThe default depth is 1, so we need to specify. Best I could find was that the prior implementation defaulted to a depth of 64, so we're going with that.","shortMessageHtmlLink":"Replace BinaryFormatter with PSSerializer (#415)"}},{"before":"482fe2331732a24ed779b140c3f38c8a156271e1","after":"9ec863b14277a524aa8f2931b742bb3dfed10d5a","ref":"refs/heads/master","pushedAt":"2023-08-29T17:21:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HowardWolosky","name":"Howard Wolosky","path":"/HowardWolosky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22158599?s=80&v=4"},"commit":{"message":"Add support for codespaces (#407)\n\nAdds initial support for GitHub Codespaces.\r\n\r\n#### References\r\nEndpoints ~~excluded~~ below will be added in subsequent PRs\r\n\r\n**[Codespaces/codespaces](https://docs.github.com/en/rest/codespaces/codespaces)**\r\n- [x] [List codespaces in a repository for the authenticated user](https://docs.github.com/en/rest/codespaces/codespaces?apiVersion=2022-11-28#list-codespaces-in-a-repository-for-the-authenticated-user)\r\n- [x] [Create a codespace in a repository](https://docs.github.com/en/rest/codespaces/codespaces?apiVersion=2022-11-28#create-a-codespace-in-a-repository)\r\n~~[List devcontainer configurations in a repository for the authenticated user](https://docs.github.com/en/rest/codespaces/codespaces?apiVersion=2022-11-28#list-devcontainer-configurations-in-a-repository-for-the-authenticated-user)~~\r\n~~[Get default attributes for a codespace](https://docs.github.com/en/rest/codespaces/codespaces?apiVersion=2022-11-28#get-default-attributes-for-a-codespace)~~\r\n- [x] [Create a codespace from a pull request](https://docs.github.com/en/rest/codespaces/codespaces?apiVersion=2022-11-28#create-a-codespace-from-a-pull-request)\r\n- [x] [List codespaces for the authenticated user](https://docs.github.com/en/rest/codespaces/codespaces?apiVersion=2022-11-28#list-codespaces-for-the-authenticated-user)\r\n- [x] [Create a codespace for the authenticated user](https://docs.github.com/en/rest/codespaces/codespaces?apiVersion=2022-11-28#create-a-codespace-for-the-authenticated-user)\r\n- [x] [Get a codespace for the authenticated user](https://docs.github.com/en/rest/codespaces/codespaces?apiVersion=2022-11-28#get-a-codespace-for-the-authenticated-user)\r\n~~[Update a codespace for the authenticated user](https://docs.github.com/en/rest/codespaces/codespaces?apiVersion=2022-11-28#update-a-codespace-for-the-authenticated-user)~~\r\n- [x] [Delete a codespace for the authenticated user](https://docs.github.com/en/rest/codespaces/codespaces?apiVersion=2022-11-28#delete-a-codespace-for-the-authenticated-user)\r\n~~[Export a codespace for the authenticated user](https://docs.github.com/en/rest/codespaces/codespaces?apiVersion=2022-11-28#export-a-codespace-for-the-authenticated-user)~~\r\n~~[Get details about a codespace export](https://docs.github.com/en/rest/codespaces/codespaces?apiVersion=2022-11-28#get-details-about-a-codespace-export)~~\r\n~~[Create a repository from an unpublished codespace](https://docs.github.com/en/rest/codespaces/codespaces?apiVersion=2022-11-28#create-a-repository-from-an-unpublished-codespace)~~\r\n- [x] [Start a codespace for the authenticated user](https://docs.github.com/en/rest/codespaces/codespaces?apiVersion=2022-11-28#start-a-codespace-for-the-authenticated-user)\r\n- [x] [Stop a codespace for the authenticated user](https://docs.github.com/en/rest/codespaces/codespaces?apiVersion=2022-11-28#stop-a-codespace-for-the-authenticated-user)\r\n\r\n**[Codespaces/organizations](https://docs.github.com/en/rest/codespaces/organizations)**\r\n- [x] [List codespaces for the organization](https://docs.github.com/en/rest/codespaces/organizations?apiVersion=2022-11-28#list-codespaces-for-the-organization)\r\n~~[Manage access control for organization codespaces](https://docs.github.com/en/rest/codespaces/organizations?apiVersion=2022-11-28#manage-access-control-for-organization-codespaces)~~\r\n~~[Add users to Codespaces billing for an organization](https://docs.github.com/en/rest/codespaces/organizations?apiVersion=2022-11-28#add-users-to-codespaces-billing-for-an-organization)~~\r\n~~[Removes users from Codespaces billing for an organization](https://docs.github.com/en/rest/codespaces/organizations?apiVersion=2022-11-28#removes-users-from-codespaces-billing-for-an-organization)~~\r\n- [x] [List codespaces for a user in organization](https://docs.github.com/en/rest/codespaces/organizations?apiVersion=2022-11-28#list-codespaces-for-a-user-in-organization)\r\n- [x] [Delete a codespace from the organization](https://docs.github.com/en/rest/codespaces/organizations?apiVersion=2022-11-28#delete-a-codespace-from-the-organization)\r\n~~[Stop a codespace for an organization user](https://docs.github.com/en/rest/codespaces/organizations?apiVersion=2022-11-28#stop-a-codespace-for-an-organization-user)~~","shortMessageHtmlLink":"Add support for codespaces (#407)"}},{"before":"2233b86601bae63413e55a51932d3449cfca90df","after":"482fe2331732a24ed779b140c3f38c8a156271e1","ref":"refs/heads/master","pushedAt":"2023-08-22T17:41:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HowardWolosky","name":"Howard Wolosky","path":"/HowardWolosky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22158599?s=80&v=4"},"commit":{"message":"Remove static analysis warning for using a module alias being referenced in a test (#414)\n\nI generally don't like aliases being used (neither does PSScriptAnalyzer), but in this case, `New-GitHubDeploymentEnvironment` was writting to be able to behave as `Set-GitHubDeploymentEnvironment` as well, and we should be testing it the way that a user would likely be calling it.","shortMessageHtmlLink":"Remove static analysis warning for using a module alias being referen…"}},{"before":"0b7cc150f28471b80fbdef7b263db6626260f9cb","after":null,"ref":"refs/heads/onboarding-prIssueManagement","pushedAt":"2023-06-23T19:05:43.677Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"HowardWolosky","name":"Howard Wolosky","path":"/HowardWolosky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22158599?s=80&v=4"}},{"before":"6f94a9b0a37ee466c2fb457299c78de1bd371f95","after":"2233b86601bae63413e55a51932d3449cfca90df","ref":"refs/heads/master","pushedAt":"2023-06-23T19:05:38.417Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HowardWolosky","name":"Howard Wolosky","path":"/HowardWolosky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22158599?s=80&v=4"},"commit":{"message":"Onboarding to GitOps.ResourceManagement (#408)\n\n* Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement\r\n\r\n* Deleting fabricbot.json\r\n\r\n---------\r\n\r\nCo-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Onboarding to GitOps.ResourceManagement (#408)"}},{"before":"bf77f8c773dfce78779ec8254d99e8e99e1a297c","after":"0b7cc150f28471b80fbdef7b263db6626260f9cb","ref":"refs/heads/onboarding-prIssueManagement","pushedAt":"2023-06-15T12:11:39.270Z","pushType":"push","commitsCount":1,"pusher":{"login":"microsoft-github-policy-service[bot]","name":null,"path":"/apps/microsoft-github-policy-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/95686?s=80&v=4"},"commit":{"message":"Deleting fabricbot.json","shortMessageHtmlLink":"Deleting fabricbot.json"}},{"before":"6f94a9b0a37ee466c2fb457299c78de1bd371f95","after":"bf77f8c773dfce78779ec8254d99e8e99e1a297c","ref":"refs/heads/onboarding-prIssueManagement","pushedAt":"2023-06-15T12:11:38.761Z","pushType":"push","commitsCount":1,"pusher":{"login":"microsoft-github-policy-service[bot]","name":null,"path":"/apps/microsoft-github-policy-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/95686?s=80&v=4"},"commit":{"message":"Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement","shortMessageHtmlLink":"Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagemen…"}},{"before":null,"after":"6f94a9b0a37ee466c2fb457299c78de1bd371f95","ref":"refs/heads/onboarding-prIssueManagement","pushedAt":"2023-06-15T12:11:37.949Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"microsoft-github-policy-service[bot]","name":null,"path":"/apps/microsoft-github-policy-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/95686?s=80&v=4"},"commit":{"message":"New/Set-GitHubRepository: Add Support for Merge Commit Title and Message Options (#385)\n\nAdds merge commit message and title parameters to the `New-GitHubRepository` and `Set-GitHubRepository` functions.\r\n\r\nFixes #384\r\n\r\n#### References\r\n\r\n- https://docs.github.com/en/rest/repos/repos#create-an-organization-repository\r\n- https://docs.github.com/en/rest/repos/repos#update-a-repository","shortMessageHtmlLink":"New/Set-GitHubRepository: Add Support for Merge Commit Title and Mess…"}},{"before":"dd844e5e4a2224e092c8d247f889f6ebabda1767","after":"6f94a9b0a37ee466c2fb457299c78de1bd371f95","ref":"refs/heads/master","pushedAt":"2023-05-02T01:12:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HowardWolosky","name":"Howard Wolosky","path":"/HowardWolosky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22158599?s=80&v=4"},"commit":{"message":"New/Set-GitHubRepository: Add Support for Merge Commit Title and Message Options (#385)\n\nAdds merge commit message and title parameters to the `New-GitHubRepository` and `Set-GitHubRepository` functions.\r\n\r\nFixes #384\r\n\r\n#### References\r\n\r\n- https://docs.github.com/en/rest/repos/repos#create-an-organization-repository\r\n- https://docs.github.com/en/rest/repos/repos#update-a-repository","shortMessageHtmlLink":"New/Set-GitHubRepository: Add Support for Merge Commit Title and Mess…"}},{"before":"43d5392642cce2ec3d45fbbb1066f7b2efc3b8c4","after":"dd844e5e4a2224e092c8d247f889f6ebabda1767","ref":"refs/heads/master","pushedAt":"2023-04-30T18:33:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HowardWolosky","name":"Howard Wolosky","path":"/HowardWolosky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22158599?s=80&v=4"},"commit":{"message":"API Coverage: Add Support for Deployment Environments (#395)\n\nAdds the following new cmdlets for managing GitHub Deployment Environments:\r\n\r\n- `New-GitHubDeploymentEnvironment`\r\n- `Get-GitHubDeploymentEnvironment`\r\n- `Set-GitHubDeploymentEnvironment`\r\n- `Remove-GitHubDeploymentEnvironment`\r\n\r\nFixes #394\r\n\r\n#### References\r\n\r\n- [Deployment Environments](https://docs.github.com/en/rest/deployments/environments)","shortMessageHtmlLink":"API Coverage: Add Support for Deployment Environments (#395)"}},{"before":"d5094a0fc87122b07e4a2ad08fefe172493108e5","after":"43d5392642cce2ec3d45fbbb1066f7b2efc3b8c4","ref":"refs/heads/master","pushedAt":"2023-04-29T18:54:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HowardWolosky","name":"Howard Wolosky","path":"/HowardWolosky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22158599?s=80&v=4"},"commit":{"message":"Set-GitHubRepository: Add Support for 'Secret Scanning' Option (#391)\n\nAdds the `SecretScanning` parameter to the `Set-GitHubRepository` function.\r\n\r\n> The parameter was implemented using the `Enabled, Disabled` parameter validate set rather than a switch to mirror the pattern used by the GitHub API.\r\n\r\nFixes #390\r\n\r\n#### References\r\n\r\n- https://docs.github.com/en/rest/repos/repos#update-a-repository","shortMessageHtmlLink":"Set-GitHubRepository: Add Support for 'Secret Scanning' Option (#391)"}},{"before":"516be0b4cafafb334bca5951c057af0885e6976f","after":"d5094a0fc87122b07e4a2ad08fefe172493108e5","ref":"refs/heads/master","pushedAt":"2023-04-21T00:20:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HowardWolosky","name":"Howard Wolosky","path":"/HowardWolosky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22158599?s=80&v=4"},"commit":{"message":"Remove has_wiki check (#404)\n\nRemove the `has_wiki` property check from the private repositories unit tests as Wikis are no longer supported on the GitHub free tier.\r\n\r\nFixes #403","shortMessageHtmlLink":"Remove has_wiki check (#404)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADs8-iDgA","startCursor":null,"endCursor":null}},"title":"Activity · microsoft/PowerShellForGitHub"}