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: MethodsAndPractices/vsteam
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.15.1
Choose a base ref
...
head repository: MethodsAndPractices/vsteam
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: trunk
Choose a head ref
  • 7 commits
  • 33 files changed
  • 4 contributors

Commits on Oct 23, 2023

  1. fix: Use of ternary operator in Remove-VSTeamDirectAssignment breaks …

    …module in Powershell versions < 7 (#551)
    SebastianSchuetze authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    39f26cf View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. No commit message

    SebastianSchuetze committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9a9bfa3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Fixes Get-VSTeamBanner to not return banner when given specific ID (#554

    )
    
    * chore(build): Improved build and config settings, optimized caching
    * docs: Updated templates, fixed syntax and links
    * fix: Resolved get banner ID issue
    * build: Streamlined publishing and test output
    SebastianSchuetze authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0c87a5c View commit details
    Browse the repository at this point in the history
  2. chore: Bump PowerShellStandard.Library from 5.1.0 to 5.1.1 in /Source…

    …/Classes (#555)
    
    Bumps [PowerShellStandard.Library](https://github.com/PowerShell/PowerShellStandard) from 5.1.0 to 5.1.1.
    - [Commits](https://github.com/PowerShell/PowerShellStandard/commits)
    
    ---
    updated-dependencies:
    - dependency-name: PowerShellStandard.Library
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2aa5100 View commit details
    Browse the repository at this point in the history
  3. chore: optimized build process and updated metadata

    The recent set of changes encompass optimizations to the build process and updates to the module metadata. The build pipeline was refactored into child workflows for better organization and simplicity, alongside removal of certain caching and module installation steps which were found to be less beneficial. Additionally, the version script was simplified for non-production use. On the metadata front, the psd1 file was updated with the most recent information and optimized. A few file renamings were also part of this chore to enhance clarity. These refinements collectively contribute to a more streamlined development workflow and accurate metadata representation.
    SebastianSchuetze committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    59b8adb View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

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

Commits on May 9, 2024

  1. Update Get-VSTeamServiceEndpoint.md (#568)

    Updating Get-VSTeamServiceEndpointType to be Get-VSTeamServiceEndpoint as it is the Get-VSTeamServiceEndpoint and not the type one here seemed to be copy/pasted from the Get-VSTeamServiceEndpointType document.
    lentzms authored May 9, 2024
    Configuration menu
    Copy the full SHA
    ea22589 View commit details
    Browse the repository at this point in the history
Loading