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: PowerShellLibrary/Slack.Backup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: PowerShellLibrary/Slack.Backup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 13 commits
  • 32 files changed
  • 1 contributor

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    33a9357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f6b3be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d2eb78 View commit details
    Browse the repository at this point in the history
  4. Minor improvements

    - more error details in the exception
    - add non-empty values to query string
    alan-null committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    6dd7235 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    c57d277 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    8ad93e9 View commit details
    Browse the repository at this point in the history
  2. Fixed performance problem with Set-Content using values from pipeline

    Replaced Set-Content call with native .NET method API call
    alan-null committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    b32da21 View commit details
    Browse the repository at this point in the history
  3. Added unit tests

    alan-null committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    930a43c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Added pipelines for intermediate operations

    - message json processing
    - file json processing
    - file raw-data processing
    alan-null committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    0a0cbc2 View commit details
    Browse the repository at this point in the history
  2. Fxied incorrect parameters

    alan-null committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    f365fda View commit details
    Browse the repository at this point in the history
  3. Refactoring

    Extracted Get-PipelineProcessor
    alan-null committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    59b6fcc View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Extended FileDataProcessing pipeline with Metadata

    - fixed problem with output for large files
    - added WebClient to better handle large files
    - variable cleanup for better memory usage
    alan-null committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    29f554f View commit details
    Browse the repository at this point in the history
  2. Version 1.1.0

    alan-null committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    6cd96c0 View commit details
    Browse the repository at this point in the history
Loading