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

Commits on Nov 29, 2024

  1. fix: expand environment variables in --remote-job-local-storage-prefi…

    …x within the remote job, not the main snakemake job (#3222)
    
    fixes #3049,
    snakemake/snakemake-storage-plugin-fs#22
    
    ### 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
    
    - **New Features**
    	- No new features introduced.
    
    - **Bug Fixes**
    - Clarified help text for the `--remote-job-local-storage-prefix`
    argument.
    
    - **Chores**
    - Minor formatting adjustments and removal of unnecessary comments in
    the argument parser.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    johanneskoester authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    59c86a4 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 8.25.5 (#3223)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [8.25.5](v8.25.4...v8.25.5)
    (2024-11-29)
    
    
    ### Bug Fixes
    
    * expand environment variables in --remote-job-local-storage-prefix
    within the remote job, not the main snakemake job
    ([#3222](#3222))
    ([59c86a4](59c86a4))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    45cb082 View commit details
    Browse the repository at this point in the history
Loading