Thanks to visit codestin.com
Credit goes to github.com

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: puppetlabs/puppetlabs-apt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.0.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-apt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.0.1
Choose a head ref
  • 8 commits
  • 22 files changed
  • 5 contributors

Commits on Jan 6, 2025

  1. Shorten the conditionals in apt::source

    Rather than writing:
    
        type($release, 'generalized') !~ Type[Array]
    
    This uses:
    
        $release !~ Array
    
    Which is equal, but shorter.
    
    It also refactors some conditionals merge some branches which results in
    shorter code and arguably easier to read.
    ekohl committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    762f688 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1214 from ekohl/simplify-conditionals

    Shorten the conditionals in apt::source
    bastelfreak authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    39adff0 View commit details
    Browse the repository at this point in the history
  3. Handle repos passed as an array for list format

    In 9876c31 the parameter repos was
    changed to no longer allow an empty string. It does allow an array, but
    that isn't specifically handled for the list format.
    
    Fixes: 9876c31 ("Add support for deb822 APT sources (#1167)")
    ekohl committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    00c401c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1215 from ekohl/handle-repos-as-array

    Handle repos passed as an array for list format
    bastelfreak authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    5e34dcb View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

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

Commits on Jan 23, 2025

  1. Merge pull request #1216 from puppetlabs/CAT-2134

    (CAT-2134) Removing legacy facts
    amitkarsale authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    39b2e06 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Release prep v10.0.1

    GitHub Actions committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    c3a882d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Merge pull request #1217 from puppetlabs/release-prep

    Release prep v10.0.1
    amitkarsale authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    d172e85 View commit details
    Browse the repository at this point in the history
Loading