-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Get-Item directory -stream * now works #10570
#13650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
31f4d44
`Get-Item directory -stream *` should work (v3)
kyanha ef27072
Adding tests for positive and negative stream finding
kyanha 188674c
Address @iSazanov's comments, and add a necessary test
kyanha d3bcf45
Address iSasanova's comments
kyanha 8be94a1
Make the description of a test more precise
kyanha 698dd00
Update test/powershell/Modules/Microsoft.PowerShell.Management/Get-It…
kyanha 4d048f8
Merge branch 'master' of https://github.com/Powershell/Powershell int…
kyanha 62c5284
Doing the rest of the work for alternate data streams
kyanha 60c8d87
Fix a missing colon
kyanha ccadb16
Apparently, $skipNotWindows is not defined in Add-Content.Tests.ps1.
kyanha 4ae8e38
Fixing conditions for the stream tests in Set-Content.Tests.ps1
kyanha 115ae16
Fixing conditions for stream tests in Clear-Content.Tests.ps1
kyanha 10957b6
Guard a Windows-specific BeforeAll line
kyanha 1b8d1db
Positive tests for alternate data stream behaviors
kyanha 2ecca28
Fixes to non-Windows test runs.
kyanha 6bce44a
Update test/powershell/Modules/Microsoft.PowerShell.Management/Clear-…
kyanha deae955
Update test/powershell/Modules/Microsoft.PowerShell.Management/Clear-…
kyanha 250d500
Friendlier error message when a filesystem doesn't support ADS
kyanha 3ed7aad
Updated tests for alternate data streams
kyanha f5029e4
Merge branch 'master' of https://github.com/Powershell/Powershell int…
kyanha 7dbb7c4
Added some comments to explain why directories are sometimes allowed …
kyanha 402630a
Update test/powershell/Modules/Microsoft.PowerShell.Management/Get-It…
kyanha 37a9e11
Update test/powershell/Modules/Microsoft.PowerShell.Management/Get-It…
kyanha 49f5ff1
Update test/powershell/Modules/Microsoft.PowerShell.Management/Get-It…
kyanha 5929b7a
Make a confusing check be an explicit type check
kyanha 451d4b4
Removing redundant test setup
kyanha a665fb8
Change a test to test for specific type
kyanha 646139c
Update test/powershell/Modules/Microsoft.PowerShell.Management/Remove…
kyanha 124f23f
Update test/powershell/Modules/Microsoft.PowerShell.Management/Remove…
kyanha fe0e8a8
Update test/powershell/Modules/Microsoft.PowerShell.Management/Get-It…
kyanha ad8edea
Update test/powershell/Modules/Microsoft.PowerShell.Management/Clear-…
kyanha 5a518a9
Fix a test that an accepted suggestion broke
kyanha 0c45cad
Migrate the error message to FileSystemProviderStrings.resx.
kyanha cc845c3
Finishing the last batch of changes requested by @iSazonov
kyanha ccd8283
Merge branch 'master' of https://github.com/Powershell/Powershell int…
kyanha f4023fa
Merge branch 'master' into issue10570
kyanha 745105a
fixing test file to have fewer comments
kyanha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.