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: snakemake/snakemake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.5.0
Choose a base ref
...
head repository: snakemake/snakemake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.5.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on May 23, 2025

  1. fix: skip unnecessary schema validation inside of remote jobs (#3601)

    ### QC
    <!-- Make sure that you can tick the boxes below. -->
    
    * [x] The PR contains a test case for the changes or the changes are
    already covered by an existing test case.
    * [x] The documentation (`docs/`) is updated to reflect the changes or
    this is not necessary (e.g. if the change does neither modify the
    language nor the behavior or functionalities of Snakemake).
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    - **Bug Fixes**
    - Improved workflow execution by skipping redundant schema validation
    during remote job execution, ensuring smoother and faster remote runs.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    johanneskoester authored May 23, 2025
    Configuration menu
    Copy the full SHA
    9129654 View commit details
    Browse the repository at this point in the history
  2. fix: format output files in job cleanup message such that their remot…

    …e query is shown instead of the local copy (#3600)
    
    ### QC
    <!-- Make sure that you can tick the boxes below. -->
    
    * [x] The PR contains a test case for the changes or the changes are
    already covered by an existing test case.
    * [x] The documentation (`docs/`) is updated to reflect the changes or
    this is not necessary (e.g. if the change does neither modify the
    language nor the behavior or functionalities of Snakemake).
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **Style**
      - Improved exception handling for cleaner code readability.
    - Enhanced log message formatting for clearer output during job cleanup.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    johanneskoester authored May 23, 2025
    Configuration menu
    Copy the full SHA
    91cc3ef View commit details
    Browse the repository at this point in the history
  3. chore(main): release 9.5.1 (#3603)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [9.5.1](v9.5.0...v9.5.1)
    (2025-05-23)
    
    
    ### Bug Fixes
    
    * format output files in job cleanup message such that their remote
    query is shown instead of the local copy
    ([#3600](#3600))
    ([91cc3ef](91cc3ef))
    * skip unnecessary schema validation inside of remote jobs
    ([#3601](#3601))
    ([9129654](9129654))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    snakemake-bot authored May 23, 2025
    Configuration menu
    Copy the full SHA
    5f04aea View commit details
    Browse the repository at this point in the history
Loading