{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":261292212,"defaultBranch":"master","name":"Crescendo","ownerLogin":"PowerShell","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-05-04T20:47:33.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11524380?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1690088183.0","currentOid":""},"activityList":{"items":[{"before":"91f173987802ce6f91562f8dedd7991aee4c161e","after":"08a8ac33a19b5bb6c22980c67fee346492942231","ref":"refs/heads/master","pushedAt":"2023-09-06T17:26:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JamesWTruher","name":"James Truher [MSFT]","path":"/JamesWTruher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10214008?s=80&v=4"},"commit":{"message":"Remove Prerelease tag for 1.1 GA. (#207)","shortMessageHtmlLink":"Remove Prerelease tag for 1.1 GA. (#207)"}},{"before":"eee45847a1830a63f25f8f4dc7136d7e1b4f2c4f","after":"91f173987802ce6f91562f8dedd7991aee4c161e","ref":"refs/heads/master","pushedAt":"2023-08-04T17:06:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JamesWTruher","name":"James Truher [MSFT]","path":"/JamesWTruher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10214008?s=80&v=4"},"commit":{"message":"update version to RC1. (#206)","shortMessageHtmlLink":"update version to RC1. (#206)"}},{"before":"3bfce78f2f9377c7675c48cc94dd23bba9afb0c0","after":null,"ref":"refs/heads/buildfix02","pushedAt":"2023-07-23T04:56:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JamesWTruher","name":"James Truher [MSFT]","path":"/JamesWTruher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10214008?s=80&v=4"}},{"before":"54890e095dc0b6b65dd9939cf981619fae216435","after":"eee45847a1830a63f25f8f4dc7136d7e1b4f2c4f","ref":"refs/heads/master","pushedAt":"2023-07-23T04:54:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JamesWTruher","name":"James Truher [MSFT]","path":"/JamesWTruher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10214008?s=80&v=4"},"commit":{"message":"use proper demand when running TSA upload. (#205)\n\n* use proper demand when running TSA upload.\r\n\r\n* Change test for export-crescendocommand.\r\n\r\nThe fields in the configuration can switch position because they are generated from a hashtable.","shortMessageHtmlLink":"use proper demand when running TSA upload. (#205)"}},{"before":"46686d39eecd8afdd2a051ec3e19d11016b1fe89","after":"3bfce78f2f9377c7675c48cc94dd23bba9afb0c0","ref":"refs/heads/buildfix02","pushedAt":"2023-07-23T04:35:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JamesWTruher","name":"James Truher [MSFT]","path":"/JamesWTruher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10214008?s=80&v=4"},"commit":{"message":"Change test for export-crescendocommand.\n\nThe fields in the configuration can switch position because they are generated from a hashtable.","shortMessageHtmlLink":"Change test for export-crescendocommand."}},{"before":null,"after":"46686d39eecd8afdd2a051ec3e19d11016b1fe89","ref":"refs/heads/buildfix02","pushedAt":"2023-07-20T21:19:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JamesWTruher","name":"James Truher [MSFT]","path":"/JamesWTruher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10214008?s=80&v=4"},"commit":{"message":"use proper demand when running TSA upload.","shortMessageHtmlLink":"use proper demand when running TSA upload."}},{"before":"93a8f70cef3b51c837c3c0963090724e9d38c6d1","after":"54890e095dc0b6b65dd9939cf981619fae216435","ref":"refs/heads/master","pushedAt":"2023-07-17T22:00:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JamesWTruher","name":"James Truher [MSFT]","path":"/JamesWTruher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10214008?s=80&v=4"},"commit":{"message":"Fixup serialization when calling ExportConfigurationFile. (#204)\n\nIt wasn't using the new format for multiple commands.\r\nAdd validation for the exported configurations will work with Export-CrescendoModule.\r\nFix up other tests affected by this change.","shortMessageHtmlLink":"Fixup serialization when calling ExportConfigurationFile. (#204)"}},{"before":"6b763f23ded89f999da6af87d22c940035ddd70e","after":"93a8f70cef3b51c837c3c0963090724e9d38c6d1","ref":"refs/heads/master","pushedAt":"2023-07-07T16:56:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JamesWTruher","name":"James Truher [MSFT]","path":"/JamesWTruher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10214008?s=80&v=4"},"commit":{"message":"updates for preview 2 (#203)\n\n* Fix description messages in schema.\r\n\r\nUpdate some required elements when the handler is a bypass.\r\n\r\n* Add 'ExcludeAsArgument property to parameter.\r\n\r\nThis allows a parameter to _not_ be passed to the native app.\r\nThe variable is still available in the proxy which means it can be used in the output handler.\r\nFix tests affected by the new property.\r\nFix mishandling of some parameter transforms.\r\nFix some descriptions in the schema.\r\nMove ErrorQueue into the proxy rather than a module global, which should provide better isolation.\r\n\r\n* Add new sample and adjust function names for the new samples.\r\n\r\nfix up test for new sample.\r\nadd SupportsShouldProcess for ls proxy.\r\n\r\n* remove extraneous space at end of line.\r\n\r\n* Add test for new parameter property ExcludeAsArgument.\r\n\r\n* Add path to EchoTool.","shortMessageHtmlLink":"updates for preview 2 (#203)"}},{"before":"89f53db6572bdaa97c1d77a306f22f2cb68b86da","after":"6b763f23ded89f999da6af87d22c940035ddd70e","ref":"refs/heads/master","pushedAt":"2023-04-12T17:05:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JamesWTruher","name":"James Truher [MSFT]","path":"/JamesWTruher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10214008?s=80&v=4"},"commit":{"message":"Edit readme to reflect 1.1.0 additions (#190)\n\nCo-authored-by: Jason.Helmick ","shortMessageHtmlLink":"Edit readme to reflect 1.1.0 additions (#190)"}},{"before":"af11a10708e25dbe65f50a7ac850a01909b39557","after":"89f53db6572bdaa97c1d77a306f22f2cb68b86da","ref":"refs/heads/master","pushedAt":"2023-04-05T23:06:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JamesWTruher","name":"James Truher [MSFT]","path":"/JamesWTruher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10214008?s=80&v=4"},"commit":{"message":"Fix formatting of a couple of functions. (#189)\n\n* Fix formatting of a couple of functions.\r\n\r\nFix tests for argument transform.\r\nAdd TODO for fixing serialization to multiple files.\r\n\r\n* Update to use ubuntu-20.04 in ci.","shortMessageHtmlLink":"Fix formatting of a couple of functions. (#189)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADetCADAA","startCursor":null,"endCursor":null}},"title":"Activity ยท PowerShell/Crescendo"}