Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Gijsreyn

Gijsreyn closed an issue on microsoft/azure-pipelines-agent
[enhancement]: Windows Agent should support built-in PowerShell modules
### Describe your feature request here When attempting to run a Pester test requiring the `LanguagePackManagement` PS module, it fails because the module is not found. Clearly, the Windows Agents ...
Gijsreyn pushed 4 commits to allow-module-without-version Gijsreyn/operation-methods
  • Update version to `preview.12` and updates crate versions 492f056
  • fix Windows specific code 6d00330
  • Merge pull request #609 from SteveL-MSFT/preview-12-version Update version to `preview.12` and updates crate versions 7ee6e7a
  • Merge branch 'main' into allow-module-without-version bd42eaf

View on GitHub

Gijsreyn created a review comment on a pull request on PowerShell/DSC
There you go: ![image](https://github.com/user-attachments/assets/4a275fbc-8b80-48a4-b3a2-6b84b7dcf3ce) I have added both. The left is the main branch, and the right is the current one in thi...

View on GitHub

Gijsreyn created a review on a pull request on PowerShell/DSC

View on GitHub

Gijsreyn opened an issue on microsoft/azure-pipelines-agent
[enhancement]: Windows Agent should support built-in PowerShell modules
### Describe your feature request here When attempting to run a Pester test requiring the `LanguagePackManagement` PS module, it fails because the module is not found. Clearly, the Windows Agents ...
Gijsreyn created a comment on a pull request on microsoft/winget-dsc
@ryfu-msft This is a bit out of my league. Clearly, the image that is being used does not have the LanguagePackmanagement built-in. I cannot find anywhere to install it. My best bet would be to eit...

View on GitHub

Gijsreyn pushed 1 commit to windows-setting-language Gijsreyn/winget-dsc

View on GitHub

Gijsreyn created a comment on a pull request on microsoft/winget-dsc
> The implementation looks good to me! I think the tests are showing that you have some module dependency issues as well as a couple lines to fix in the tests. Fixed up the tests. I think I was ...

View on GitHub

Gijsreyn pushed 1 commit to windows-setting-language Gijsreyn/winget-dsc
  • Import module and fix test e473da6

View on GitHub

Gijsreyn pushed 2 commits to windows-setting-time Gijsreyn/winget-dsc
  • Fix configuration file (#138) 2aee9b7
  • Merge branch 'main' into windows-setting-time 9d0b2d0

View on GitHub

Gijsreyn created a comment on a pull request on microsoft/winget-dsc
If the location permissions aren't set, users must manually enter the time.

View on GitHub

Gijsreyn created a comment on an issue on PowerShell/DSC
Thanks for the great work on the pull request. I liked what I saw. Just tested in my lab Azure DevOps environment and it looks good: ![image](https://github.com/user-attachments/assets/cc121dd4-...

View on GitHub

Gijsreyn created a comment on a pull request on microsoft/winget-dsc
Thanks for the comments @ryfu-msft . I have rewritten the logic and grabbed most of the old stuff from you. Looking at the code from: https://github.com/desktop/desktop/blob/development/app/src/lib...

View on GitHub

Gijsreyn pushed 1 commit to fix-vscode-search-path Gijsreyn/winget-dsc
  • Rewrite logic to hardcode key 7cc1632

View on GitHub

Gijsreyn created a review comment on a pull request on PowerShell/DSC
When working in the winget-dsc repository, I often found myself doing something like: ```powershell $env:PSModulePath += ";C:\source\winget-dsc\resources\Microsoft.DotNet.Dsc" # Call functio...

View on GitHub

Gijsreyn created a review on a pull request on PowerShell/DSC

View on GitHub

Gijsreyn created a comment on a pull request on microsoft/winget-dsc
Thanks for the sharing and interesting thoughts. I would have assumed the GitClone resource would test for it. If it is already present, it applies the configuration successfully without additional...

View on GitHub

Gijsreyn pushed 1 commit to fix-configuration-apply Gijsreyn/winget-dsc

View on GitHub

Gijsreyn pushed 8 commits to allow-module-without-version Gijsreyn/operation-methods
  • Allow modules to be added to PSModulePath without version e8e1180
  • Add tests ee03947
  • Fix incorrect discovery on include ced2421
  • Added description from Andrew 8edeb32
  • Fix tests from rebase b7e94a8
  • Resolve remarks 1a488e3
  • no cmdlets dd460eb
  • Merge branch 'allow-module-without-version' of https://github.com/Gijsreyn/operation-methods into allow-module-withou... 9fc330a

View on GitHub

Gijsreyn created a review comment on a pull request on PowerShell/DSC
I took the same example as `TestClassResource.psd1`, but just leaving it empty now.

View on GitHub

Gijsreyn created a review on a pull request on PowerShell/DSC

View on GitHub

Gijsreyn created a comment on a pull request on PowerShell/DSC
Added the `OTBS` to the settings.json file. It might help other folks in the future when they are working with the PowerShell scripts. All remarks resolved @SteveL-MSFT

View on GitHub

Gijsreyn pushed 12 commits to allow-module-without-version Gijsreyn/operation-methods
  • Add internationalization for `dscecho` resource ff54eea
  • add `osinfo` resource to packages 981192a
  • fix order of package files to be alphabetical 6c41f8b
  • remove unused parallel resource manifest 1a2f4f0
  • fix test 6e3bdf5
  • Merge pull request #606 from SteveL-MSFT/dscecho-i18n Make `dscecho` resource internationalization compliant and add... ab73e75
  • Allow modules to be added to PSModulePath without version 704186d
  • Add tests db4268c
  • Fix incorrect discovery on include 64c8ea9
  • Added description from Andrew c090754
  • Fix tests from rebase b513548
  • Resolve remarks 58b9d3d

View on GitHub

Gijsreyn pushed 1 commit to allow-module-without-version Gijsreyn/operation-methods

View on GitHub

Gijsreyn pushed 1 commit to fix-configuration-apply Gijsreyn/winget-dsc
  • Comment out optional modules 39c926a

View on GitHub

Gijsreyn pushed 1 commit to fix-configuration-apply Gijsreyn/winget-dsc
  • Add versions and PowerShell 7 59ac577

View on GitHub

Gijsreyn created a comment on a pull request on microsoft/winget-dsc
> > @Trenly and @ryfu-msft I think there was one small step missing in the configuration file inside this repository. This should fix it. > > The configuration was built presuming the user was a...

View on GitHub

Gijsreyn created a comment on a pull request on microsoft/winget-dsc
@Trenly and @ryfu-msft I think there was one small step missing in the configuration file inside this repository. This should fix it.

View on GitHub

Gijsreyn opened a pull request on microsoft/winget-dsc
Fix configuration file
<!-- To check a checkbox place an "x" between the brackets. e.g: [x] --> - [x] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-dsc). - [x...
Gijsreyn opened an issue on microsoft/winget-dsc
Applying configuration.dsc.yaml results in error
### Brief description of your issue On a fresh Hyper-V box created by DevHome, the `configuration.dsc.yaml` inside this repository fails. ### Steps to reproduce Create a new Hyper-V box through ...
Load more