Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PowerShell/Microsoft.PowerShell.Archive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: servicing
Choose a base ref
...
head repository: PowerShell/Microsoft.PowerShell.Archive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 38 files changed
  • 6 contributors

Commits on Feb 16, 2022

  1. Build pipeline for AzDevOps (#114)

    Andrew authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    5c1def9 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Create CI.yml (#118)

    ayousuf23 authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    e29e7b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d4537d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Archive module preview 1 PR (#131)

    * Add .gitattributes, .gitignore, and README.md.
    
    * Add project files.
    
    * added path helper, archive entry
    
    * updated path helper
    
    * resolved bug where GetEntryName was throwing an ArgumentException
    
    * fixed a bug, started work on zip support
    
    * worked on zip archive support
    
    * added ArchiveFactory class
    
    * imporved zip support
    
    * fixed a bug in tests, added error handling for DestinationPath
    
    * fixed bug in tests where Test-ZipArchive was not working correctly
    
    * added tests for DestinationPath
    
    * added additional tests, added TODOs
    
    * updated tests
    
    * added resx files for messages, refactored code, updated structure, etc.
    
    * refactored PathHelper class
    
    * worked on automatically determining archive format based on DestinationPath's extension
    
    * added support for determining archive format automatically based on DestinationPath's extension
    
    * fixed a bug with archive format warning, added TarArchive file
    
    * renamed Action to WriteMode, fixed bug with compressing directories, added support for tar, added support for overwrite
    
    * fixed bug where the directory structure of directories was not being preserved, fixed bug where error and warning messages were not being shown
    
    * addded exception handling to PathHelper class
    
    * removed files from git, removed tar support for preview release, added psd1 file
    
    * updated build script, updated exception handling in PathHelper
    
    * used FileSystemInfo instead of String to store full path information
    
    * updated checking for the same source path and destination path
    
    * updated build configuration
    
    * updated project version with prelease info, removed tar support after merging branches
    
    * updated CI config, fixed bug with missing error message, fixed tests
    
    * updated CI to build module and run tests across all platforms
    
    * updated CI to run tests, added and reorganized tests, solved a bug where overwriting the working directory could succeed
    
    * used pascal case for ArchiveFormat enum members, refactored some code based on feedback
    
    * fixed formatting for multiple files, updated csproj to generate Messages.Designer.cs and to remove debug symbols in Release config
    
    * fixed missing quotation mark in CI config, updated switch code in ArchiveFactory.TryGetArchiveFormatFromExtension, added another list to keep track of paths from -LiteralPath and -Path seperately
    
    * added assertions to prevent possible null error, added RequiredVersion when installing Pester in tests script, removed default valuesm in parameter attributes, and other minor changes
    
    * added localized messages for Add, Create, and progress bar text, minor formatting changes
    
    * added copyright header, removed usage of DS in tests, minor formatting changes
    
    * updated .gitignore, added explanation for why ArchiveAddition.EntryName is not necessarily equal to FileSystemInfo.Name
    
    * updated Compress-Archive cmdlet to resolve a path one at a time rather than collecting all paths first
    
    * fixed a bug where PathNotFound error was not thrown, fixed a bug when testing invalid paths
    
    * added custom assertions for testing zip archives
    
    * updated CI to run tests using new assertion, updated README with Azure CI status, fixed a bug where a path is determined to be relative to the working directory if the working directory is on a different drive than the path
    
    Co-authored-by: t-ayousuf <t-ayousuf@DESKTOP-SU5OBBS>
    Co-authored-by: Abdullah Yousuf <[email protected]>
    3 people authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b783599 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Update Code of Conduct and Security Policy (#156)

    Updates the readme, code of conduct and security policy per OSPO request.
    andyleejordan authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    12bc313 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Update README.md

    SteveL-MSFT authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e964057 View commit details
    Browse the repository at this point in the history
Loading