-
Notifications
You must be signed in to change notification settings - Fork 71
Comparing changes
Open a pull request
base repository: oamg/leapp
base: v0.16.0
head repository: oamg/leapp
compare: v0.17.0
- 9 commits
- 10 files changed
- 5 contributors
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ea71f9b - Browse repository at this point
Copy the full SHA ea71f9bView commit details
Commits on Oct 11, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0eac9d8 - Browse repository at this point
Copy the full SHA 0eac9d8View commit details
Commits on Oct 19, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 84f642e - Browse repository at this point
Copy the full SHA 84f642eView commit details
Commits on Oct 24, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 034aee0 - Browse repository at this point
Copy the full SHA 034aee0View commit details
Commits on Jan 11, 2024
-
Fix stdlib.run() documentation
CalledProcessError() is raised on non-zero exit when checked==True, not when checked==False.
Configuration menu - View commit details
-
Copy full SHA for 1cdd189 - Browse repository at this point
Copy the full SHA 1cdd189View commit details
Commits on Jan 18, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for bdf5116 - Browse repository at this point
Copy the full SHA bdf5116View commit details -
Let's apply leapp-repository approach to packit.yaml that has worked really nice for more than half a year.
Configuration menu - View commit details
-
Copy full SHA for 6868ba3 - Browse repository at this point
Copy the full SHA 6868ba3View commit details
Commits on Jan 29, 2024
-
Add RHUI-8.8 and RHUI-8.9 tests
Having extended coverage for leapp-repository tests we just can't leave leapp behind.
Configuration menu - View commit details
-
Copy full SHA for 8b780b3 - Browse repository at this point
Copy the full SHA 8b780b3View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c9e2ee - Browse repository at this point
Copy the full SHA 1c9e2eeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.16.0...v0.17.0