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.18.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: v8.18.1
Choose a head ref
  • 11 commits
  • 3 files changed
  • 5 contributors

Commits on Aug 14, 2024

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

Commits on Aug 16, 2024

  1. fix: add assets and use local file links to allow offline reports (#2904

    )
    
    This PR solves the issue with the offline reports. Several files are
    downloaded on the fly while generating the report(js, css and licenses).
    They are now added to the package as assets.
    
    I used the `test_report` test case to verify that the generated report
    is the same and works as expected. One minor change in the report
    appears, as I thought it is more logical to use major.minor version
    numbering for the `react` package as well.
    
    To my opinion a update of the documentation is not necessary.
    
    Closes #282 
    
    ### 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**
    - Improved installation process with the addition of
    `setuptools-download` for enhanced dependency management.
    - New section added to manage the downloading of essential resources
    during installation.
    
    - **Bug Fixes**
    - Enhanced file path handling to support both absolute and relative
    paths, ensuring better file accessibility.
    
    - **Chores**
    - Reaffirmed inclusion of the `LICENSE.md` file in the package
    distribution for compliance.
    
    - **Refactor**
    - Updated package resource management to utilize local paths, improving
    reliability and portability.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    ---------
    
    Co-authored-by: Johannes Köster <[email protected]>
    Co-authored-by: Johannes Köster <[email protected]>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    4 people authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9cd94f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e669ba9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    764910f View commit details
    Browse the repository at this point in the history
  4. fix asset reading

    johanneskoester committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5de5b2c View commit details
    Browse the repository at this point in the history
  5. Revert "fix asset reading"

    This reverts commit 5de5b2c.
    johanneskoester committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    efe6564 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aacef1d View commit details
    Browse the repository at this point in the history
  7. Revert "fix checksum of tailwind.css in setup.cfg (manually checked f…

    …or correctness)"
    
    This reverts commit e669ba9.
    johanneskoester committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    75ee3e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    387b6df View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. fix: use query from storage object in order to be able to reflect pos…

    …sible modifications (via StorageProvider.postprocess_query()) (#3031)
    
    <!--Add a description of your PR here-->
    
    ### 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).
    johanneskoester authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3ddae58 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 8.18.1 (#3017)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [8.18.1](v8.18.0...v8.18.1)
    (2024-08-19)
    
    
    ### Bug Fixes
    
    * add assets and use local file links to allow offline reports
    ([#2904](#2904))
    ([9cd94f7](9cd94f7))
    * use query from storage object in order to be able to reflect possible
    modifications (via StorageProvider.postprocess_query())
    ([#3031](#3031))
    ([3ddae58](3ddae58))
    
    
    ### Documentation
    
    * clarify config file location
    ([6bd67d7](6bd67d7))
    
    ---
    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 Aug 19, 2024
    Configuration menu
    Copy the full SHA
    dc08598 View commit details
    Browse the repository at this point in the history
Loading