{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":33283220,"defaultBranch":"master","name":"platyPS","ownerLogin":"PowerShell","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-04-02T01:47:32.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11524380?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1649705311.313211","currentOid":""},"activityList":{"items":[{"before":"16e0c6cb4a9abcf703cdba58bbdd8b141fc3d005","after":"01e14dbf74f043e3170756f81e6a500b4c465501","ref":"refs/heads/v2","pushedAt":"2024-05-02T20:36:22.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":"Changes needed for the OSP preview - set 1 (#632)\n\n* Rename file for new-markdownhelp.\r\n\r\nRemove New-YamlHelp.\r\n\r\n* Remove Get-MarkdownMetadata command.\r\n\r\nThis is replaced with Import-MarkdownCommandHelp and then inspecting the metadata property.\r\n\r\n* add protection from module autoloading to the tests.\r\n\r\n* cp2\r\n\r\n* Remove new-yamlhelp tests.\r\n\r\n* Add more tests for export-yamlcommandhelp.\r\n\r\nProvide a way to preserve the key order in the test function import-commandyaml.\r\nFix the yaml writer to not trim white space at the beginning of example descriptions.\r\n\r\n* Fix case of get-date.yml to Get-Date.yml.\r\n\r\n* Change the way that we save examples.\r\n\r\nChange the test to adjust the content appropriate for the platform.\r\n\r\n* Change the way we read examples.\r\n\r\nAdd default metadata for module file.\r\n\r\n* Move up to version 15 of YamlDotNet.\r\n\r\n* Be sure to trim line ends when reading.\r\n\r\n* Remove carriage returns when reading file.\r\n\r\n* Fixes needed for metadata changes.\r\n\r\nadd ability to run a single test file.\r\nAdd literal path to import-yamlcommandhelp.\r\nRemove from Maml parameter set from new-markdowncommandhelp.\r\nRemove excludedontshow parameter.\r\nFix logic in syntax parameter reader to not delete too many closing '>'.\r\nAdd ToString implementation to SyntaxItem (without line wrapping).","shortMessageHtmlLink":"Changes needed for the OSP preview - set 1 (#632)"}},{"before":"ed7ddd19c10ff38aabb51f2776b1cae4a2595043","after":"16e0c6cb4a9abcf703cdba58bbdd8b141fc3d005","ref":"refs/heads/v2","pushedAt":"2024-04-26T16:38:16.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":"change the model for input/output to a simpler class (#631)\n\n* cp1\r\n\r\n* Simplify InputOutput class and make Inputs and Outputs a simple list of the new type.","shortMessageHtmlLink":"change the model for input/output to a simpler class (#631)"}},{"before":"51c8945a7e2e2ee97611815443691c71a52855f0","after":"ed7ddd19c10ff38aabb51f2776b1cae4a2595043","ref":"refs/heads/v2","pushedAt":"2024-04-24T19:47: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":"implement the module file reader (#630)\n\n* changes needed for new cmdlets\r\n\r\nfix up one of the md files to ensure we get good tests.\r\nensure we can order the parameters if desired.\r\n\r\n* new cmdlet and modulefile reader.\r\n\r\n* cp2\r\n\r\n* add compare command.\r\n\r\n* Fix up diagnostic messages.\r\n\r\nSome of them were wrong.\r\nAdded more diagnostics.\r\n\r\n* add encoding changes for better usability.\r\n\r\nimprove compare-commandhelp to include object.property.property for better clarity.","shortMessageHtmlLink":"implement the module file reader (#630)"}},{"before":"ec8c0b59c0c63f6b6e604b50d360ececaad1b524","after":"51c8945a7e2e2ee97611815443691c71a52855f0","ref":"refs/heads/v2","pushedAt":"2024-04-23T22:47:20.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":"change the name of the module (#629)\n\n* Remove some cmdlets.\r\n\r\nChange to version 1.0.0.\r\n\r\n* Change module name.\r\n\r\nAnd update the version.\r\n\r\n* Changes needed for name change.\r\n\r\n* Updates needed for name change in build scripts.\r\n\r\n* Module name changes in ci scripts.\r\n\r\n* Fix test to use proper name.","shortMessageHtmlLink":"change the name of the module (#629)"}},{"before":"f8fcfb14dbcddbf9b9f11a555f8971bc1379fe93","after":"ec8c0b59c0c63f6b6e604b50d360ececaad1b524","ref":"refs/heads/v2","pushedAt":"2024-04-08T22:00:36.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 to new schema. (#628)\n\n* Update to new schema.\r\n\r\nThis provides more information for parameters based on their parameter set.\r\nAlso added a number of tests.\r\nChanged the way that we serialize the yaml blocks for parameters to use YamlDotNet to do the serialization rather than hand crafting it.\r\n\r\n* Remove some behaviors for MAML.\r\n\r\nThis is due to MAML does not have the capabilities of the new schema, so we need to simplify that when converting to MAML.\r\nAdd some explanitory comments for same.\r\n\r\n* remove temp code used to collect location of the markdig and yamldotnet assemblies.","shortMessageHtmlLink":"Update to new schema. (#628)"}},{"before":"ce8d4cf89d02ab92615f771a18a8c858da5cc10b","after":"f8fcfb14dbcddbf9b9f11a555f8971bc1379fe93","ref":"refs/heads/v2","pushedAt":"2024-03-21T22:48:58.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 Syntax. (#626)\n\nAdding a syntax parser and writer.\r\nThe output for syntax is now correct.\r\nUpdate New-MarkdownHelp so it emits an adapted fileinfo object.","shortMessageHtmlLink":"Updates for Syntax. (#626)"}},{"before":"1a43e836368c385e95c6bb12d37a4d52db57a01d","after":"ce8d4cf89d02ab92615f771a18a8c858da5cc10b","ref":"refs/heads/v2","pushedAt":"2024-03-15T17:48:17.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":"committing platyPS v2 sources to mscodehub. **BYPASS_SECRET_SCANNING**","shortMessageHtmlLink":"committing platyPS v2 sources to mscodehub. **BYPASS_SECRET_SCANNING**"}},{"before":"84f01ba179eb202c5a2b70fab3ad0c892a14ace5","after":"1a43e836368c385e95c6bb12d37a4d52db57a01d","ref":"refs/heads/v2","pushedAt":"2024-03-06T23:17:01.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":"add diagnostics for markdown parsing (#624)\n\n* Add parsing diagnostics plumbing.\r\n\r\nAdd test-MarkdownCommandHelp cmdlet.\r\n\r\n* Add initial tests for Test-MarkdownCommandHelp.\r\n\r\n* Start adding diagnostics.\r\n\r\n* Copy pdb to module directory when building debug configuration.\r\n\r\nThis improves the debugging experience.\r\n\r\n* Add diagnostics for parsing sections.\r\n\r\nAdd tests for diagnostics.","shortMessageHtmlLink":"add diagnostics for markdown parsing (#624)"}},{"before":"b34c0d3eb879ea99e4760738e7cf81d9e0d9ae04","after":"84f01ba179eb202c5a2b70fab3ad0c892a14ace5","ref":"refs/heads/v2","pushedAt":"2024-03-01T01:47:26.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":"Add Export-MamlCommandHelp (#623)\n\n* Fix to markdown parser to add properties and syntaxes correctly.\r\n\r\nUse the CommandHelp methods for adding rather than just calling add on the collection.\r\nFix tests due to bug fixes in the powershell-docs repo.\r\nFix typo in the transform code.\r\n\r\n* Fix parser for pipeline input.\r\n\r\n* Emit an ETS populated fileinfo object.\r\n\r\n* Add MAML writer to project.\r\n\r\nAdd Export-MamlCommandHelp which uses the MAML writer.\r\nAdd tests for Export-MamlCommandHelp\r\n\r\n* Remove carrage return from expected string.\r\n\r\n* Fix case of assets to pass on linux.\r\n\r\nuse [environment]::newline rather than `r`n\r\n\r\n* Also adjust the observed description text.\r\n\r\n* Mark the content comparison test as pending until I can find a reliable way to compare strings cross platform.","shortMessageHtmlLink":"Add Export-MamlCommandHelp (#623)"}},{"before":"a5c4e03c241c97368083d9d81beb488014b4713a","after":"2d1dd34fa5c73d0f022ab49af65cae74ccf27d8e","ref":"refs/heads/master","pushedAt":"2024-02-21T14:44:17.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sdwheeler","name":"Sean Wheeler","path":"/sdwheeler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19415881?s=80&v=4"},"commit":{"message":"Merge pull request #622 from JamesWTruher/v2schemaUpdate01\n\nChange v2 schema for parameter.","shortMessageHtmlLink":"Merge pull request #622 from JamesWTruher/v2schemaUpdate01"}},{"before":"a12b22081073557b8aebccb636ae3649f7208b9a","after":"b34c0d3eb879ea99e4760738e7cf81d9e0d9ae04","ref":"refs/heads/v2","pushedAt":"2024-02-20T23:20:35.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":"make CommandHelp public (#621)\n\n* checkpoint fixes needed for markdown/yaml roundtrips\r\n\r\n* Change CommandHelp from internal to public.\r\n\r\nAdd additional tests for converting markdown to yaml (and test tools).\r\n\r\nAdd shouldprocess support to export-yamlhelp.\r\nAdd Import-MamlHelp command.\r\n\r\n* Add copyright statements.\r\n\r\n* Add debugging for dll import troubleshooting.\r\n\r\n* Change way that module base location is determined.","shortMessageHtmlLink":"make CommandHelp public (#621)"}},{"before":"95f79e3ca89930558acff3a60a2a798309ed906e","after":"a12b22081073557b8aebccb636ae3649f7208b9a","ref":"refs/heads/v2","pushedAt":"2024-02-14T18:20:37.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":"Add IEquatable to commandhelp object model (#620)\n\n* Implement IEquatable for CommandHelp and sub-types.\r\n\r\nAlso add a bunch of tests.\r\n\r\n* Add additional tests for equality.\r\n\r\n* Fix case to match file.\r\n\r\nImprove the description of a couple tests.\r\n\r\n* Address PR #620 feedback.\r\n\r\nAdd LiteralPath parameter to Import-MarkdownCommandHelp.\r\nFix up some whitespace issues.\r\nFix failing tests on ubuntu due to case sensitive file system.\r\n\r\n* Fix string comparison to use currentculture.\r\n\r\nIn some cases, the comparison ignores case (parameter names),\r\nHowever, comparison against text fields is case sensitive to capture changes in capitalization.\r\nAdd additional comments.","shortMessageHtmlLink":"Add IEquatable to commandhelp object model (#620)"}},{"before":"da5e6891935671b0ebe891de1775494b56c7e13c","after":"95f79e3ca89930558acff3a60a2a798309ed906e","ref":"refs/heads/v2","pushedAt":"2024-02-08T20:10:27.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":"Major refactoring of the v2 project (#616)\n\n* Initial refactor\r\n\r\n* Move commands to Command directory.\r\n\r\n* Major refactor.\r\n\r\nAdd initial mark down converter (still in progress).Add many tests (yamlhelp tests are all pending).\r\n\r\n* Major refactor.\r\n\r\nAlso add test assets for tests which are coming.\r\nAdd tests for paragraph formatter.\r\nAdd Markdown reader for CommandHelp.\r\n\r\n* Move some files around to reduce clutter in base directory.\r\n\r\n* Move resource files back.\r\n\r\n* Fix test failures on windows.\r\n\r\nAlso mark an addition test in NewYamlHelp as pending.\r\n\r\n* Address feedback from Aditya.\r\n\r\n* change helpuris for cmdlets to be an empty string\r\n\r\n* address last feedback comments.\r\n\r\n* Remove get-yamlmetadata command as it is not needed.","shortMessageHtmlLink":"Major refactoring of the v2 project (#616)"}},{"before":"6f30fa8cb345bb417ad432b0a1ef395d5ed69c5f","after":"da5e6891935671b0ebe891de1775494b56c7e13c","ref":"refs/heads/v2","pushedAt":"2024-01-16T19:39:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"adityapatwardhan","name":"Aditya Patwardhan","path":"/adityapatwardhan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12820925?s=80&v=4"},"commit":{"message":"Remove xunit test csproj and restore from test yml (#619)","shortMessageHtmlLink":"Remove xunit test csproj and restore from test yml (#619)"}},{"before":"fa6e8e0e0b14127274f83779e3b24eff8af4e2af","after":"6f30fa8cb345bb417ad432b0a1ef395d5ed69c5f","ref":"refs/heads/v2","pushedAt":"2024-01-16T18:37:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"adityapatwardhan","name":"Aditya Patwardhan","path":"/adityapatwardhan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12820925?s=80&v=4"},"commit":{"message":"Remove unnecessary xUnit tests (#617)","shortMessageHtmlLink":"Remove unnecessary xUnit tests (#617)"}},{"before":"28878a83b8c92e9a44f3fc14d455c10cb7ec4078","after":"a5c4e03c241c97368083d9d81beb488014b4713a","ref":"refs/heads/master","pushedAt":"2023-12-05T21:19:52.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sdwheeler","name":"Sean Wheeler","path":"/sdwheeler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19415881?s=80&v=4"},"commit":{"message":"Merge pull request #613 from sdwheeler/sdw-spec\n\nUpdate V2 specs to include more parameter metadata","shortMessageHtmlLink":"Merge pull request #613 from sdwheeler/sdw-spec"}},{"before":"98b70e13f64e39556eb2e8e87f2309ff854da509","after":"fa6e8e0e0b14127274f83779e3b24eff8af4e2af","ref":"refs/heads/v2","pushedAt":"2023-11-08T01:01: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":"Add alias tracking to object model. (#609)\n\n* Add alias tracking to object model.\r\n\r\nAdd tests for same.\r\nRefactor tests.\r\n\r\n* Updates reflecting sdwheeler comments.\r\n\r\n* Add test for the correct order of sub-headers.","shortMessageHtmlLink":"Add alias tracking to object model. (#609)"}},{"before":"8ca28935c376ae8dc36ac142e4960fc6d3b725e5","after":"98b70e13f64e39556eb2e8e87f2309ff854da509","ref":"refs/heads/v2","pushedAt":"2023-11-07T22:01:16.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 build script test to have better isolation (#608)\n\n* Update build script test to have better isolation when running in a dev environment.\r\n\r\nAlso ignore Pester test result files.\r\n\r\n* update build script and fix indentation.\r\n\r\nAlso remove some abbreviations.\r\n\r\n* Take version 0.33 of markdig.","shortMessageHtmlLink":"Update build script test to have better isolation (#608)"}},{"before":"0738721dc7d98380d5c500529937709b47572275","after":"28878a83b8c92e9a44f3fc14d455c10cb7ec4078","ref":"refs/heads/master","pushedAt":"2023-11-03T17:55:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"adityapatwardhan","name":"Aditya Patwardhan","path":"/adityapatwardhan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12820925?s=80&v=4"},"commit":{"message":"Update README.md (#606)\n\nLink to module gallery page instead of PS Gallery homepage","shortMessageHtmlLink":"Update README.md (#606)"}},{"before":"dbc86d67e250665c32a05e7ab14735d4233047eb","after":"0738721dc7d98380d5c500529937709b47572275","ref":"refs/heads/master","pushedAt":"2023-03-23T20:14:54.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sdwheeler","name":"Sean Wheeler","path":"/sdwheeler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19415881?s=80&v=4"},"commit":{"message":"Merge pull request #596 from sdwheeler/sdw-update-spec\n\nUpdate schema specs","shortMessageHtmlLink":"Merge pull request #596 from sdwheeler/sdw-update-spec"}},{"before":"412a0a8683b986194d616d533589bc2b5fd03fae","after":"dbc86d67e250665c32a05e7ab14735d4233047eb","ref":"refs/heads/master","pushedAt":"2023-03-21T21:55:18.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sdwheeler","name":"Sean Wheeler","path":"/sdwheeler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19415881?s=80&v=4"},"commit":{"message":"Merge pull request #594 from sdwheeler/sdw-new-meta\n\nAdd new metadata descriptions","shortMessageHtmlLink":"Merge pull request #594 from sdwheeler/sdw-new-meta"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQDHW0QA","startCursor":null,"endCursor":null}},"title":"Activity ยท PowerShell/platyPS"}