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: oamg/leapp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.0
Choose a base ref
...
head repository: oamg/leapp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.0
Choose a head ref
  • 9 commits
  • 10 files changed
  • 5 contributors

Commits on Oct 10, 2023

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

Commits on Oct 11, 2023

  1. Report txt: fix printing of non-ascii details (#844)

    Previous commit introduced couple of issues regarding details of
    reports that could lead to situations like:
    * remediation instructions has not been printed when non-ascii
      characters have been present
    * possible unwanted empty line when remediation has been specified
      but relative symlinks hasn't
    * if the URL title contained non-ascii character, it has been broken
      too (on py2)
    
    This should handle all mentioned problems when generating the txt
    file.
    pirat89 authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0eac9d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Recommend descriptive variable name for discarded values.

    * We tell people not to use `_`.  Now we advise them on what to use instead.
    * Also fix link syntax in the contribution guide.
    abadger authored and pirat89 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    84f642e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Python-3.12 compat and refactor of path determination.

    In `stdlib._call()`, we lookup whether the command to call is present
    on the user's PATH.  Two changes are made to this functionality:
    
    * Simplify the lookup of PATH now that we have a local variable with all the
      information we need.
    * Add compat code to use `shutil.which()` on Python3 (while still using
      `distutils.spawn.find_executable()` on Python2).  As noted in pstodulk's comment, `which()`
      will be needed when the code runs on Python-3.12.
    abadger authored and pirat89 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    034aee0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Fix stdlib.run() documentation

    CalledProcessError() is raised on non-zero exit when checked==True, not when checked==False.
    abadger authored and pirat89 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1cdd189 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Upgrade packit.yaml config to have integration tests

    This pull request introduces the execution of leapp integration tests as
    a packit job instead of the current behavior of using a GitHub Actions
    to trigger the tests by a comment.
    
    Signed-off-by: Rodolfo Olivieri <[email protected]>
    r0x0d authored and pirat89 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    bdf5116 View commit details
    Browse the repository at this point in the history
  2. Update packit config

    Let's apply leapp-repository approach to packit.yaml
    that has worked really nice for more than half a year.
    fernflower authored and pirat89 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6868ba3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Add RHUI-8.8 and RHUI-8.9 tests

    Having extended coverage for leapp-repository tests we
    just can't leave leapp behind.
    fernflower authored and pirat89 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8b780b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Release 0.17.0

    ## Framework
    ### Enhancements
    - Generated txt report file now contains also External links when part of a report (#842, #844)
    
    ## stdlib
    ### Fixes
    - The `run` function is now compatible with Python 3.12 (#845)
    pirat89 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1c9e2ee View commit details
    Browse the repository at this point in the history
Loading