2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #355 from mrward/output-type-attribute More... almost 10 years ago
Add OutputType attribute for Get-Command. More... almost 10 years ago
Add OutputType attribute for Get-History. More... almost 10 years ago
Add OutputType attribute to the most of the cmdlets. More... almost 10 years ago
Allow commands to be filtered in Get-Command More... almost 10 years ago
Moved SetLocation code to PathIntrinsics, first hacky attempt to work with relative paths again More... almost 10 years ago
Enabled and added tests with relative paths More... almost 10 years ago
Resolved two bugs on windows More... almost 10 years ago
Don't use mono drives for FS provider, but a single default 'File' drive on on-Win systems More... almost 10 years ago
Paths don't need to exist in content providers (no error is thrown) More... almost 10 years ago
Workarounds for file-system related stuff until provider support is finished and the provider gets rewritten More... almost 10 years ago
Resolved some provider incompatibilities introduced while caring about nav providers More... almost 10 years ago
Some cleanup More... almost 10 years ago
Merge branch 'master' into navigation_provider More... almost 10 years ago
Make sure move/copy only work when destination is same provider More... almost 10 years ago
Basic ResolvePath implementation; better PathInfo implementation More... almost 10 years ago
Stub for ResolvePath; Changed CoreCommand class hierarchy a little so it can use Path parameters More... almost 10 years ago
Fixes for GetChildItem, implementation for Move-Item More... almost 10 years ago
Working implementation and tests for GetChildNames More... almost 10 years ago
Added test to check GetChildNames behavior with globbing More... almost 10 years ago
Fixed GetChildNames tests with filters More... almost 10 years ago
Fixed tests for Pash, introduced MessageMatcher to easily compare alternative messages More... almost 10 years ago
Fixed tests to work with PS again More... almost 10 years ago
Documentation and handling of the #trailingSeparatorAmbiguity More... almost 10 years ago
Changed constraint method name More... almost 10 years ago
Fixed test names, added two new tests More... almost 10 years ago
Made CopyItem tests work More... almost 10 years ago
Switched to constrained based tests for more flexibility More... almost 10 years ago
More elegant optional message tests, minor tweaks so more tests work with Pash More... almost 10 years ago
Globber makes sure an item exists if no globbing is performed More... almost 10 years ago