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: Katello/katello-client-bootstrap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.8
Choose a base ref
...
head repository: Katello/katello-client-bootstrap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 19, 2022

  1. better handle setups without Puppet

    - check for "Puppet" feature when moving between proxies
    - don't setup Puppet agent when no Puppet environment could be found
    evgeni committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    93d4bbd View commit details
    Browse the repository at this point in the history
  2. pin pylint to pre 2.13

    pylint 2.13+ has a bug with disable=R and ignore-imports=y, which we
    use.
    
    See pylint-dev/pylint#6301 for details
    evgeni committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    971815b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Release 1.7.9

    evgeni committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    312a438 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and evgeni committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    abb903c View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-python from 3 to 4.1.0

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.1.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v3...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    776d2d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Bump actions/setup-python from 4 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and evgeni committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    1e5c25e View commit details
    Browse the repository at this point in the history
  2. fix lint step

    evgeni committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    9df0b4a View commit details
    Browse the repository at this point in the history
  3. don't fail when DNF can't reach repos during sub-man prereqs

    When a host has repositories configured it can't reach, DNF will error
    out when we call `dnf_base.fill_sack()` and abort the execution of the
    script.
    However, we only need repo data to learn whether sub-man is available,
    but given in most cases it's installed already, we don't need this
    information and can live with it not being upgradeable (the code later
    on handles that case gracefully).
    evgeni committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    74a31e8 View commit details
    Browse the repository at this point in the history
Loading