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: iterative/dvc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.60.0
Choose a base ref
...
head repository: iterative/dvc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.60.1
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 6, 2025

  1. Configuration menu
    Copy the full SHA
    8f1c442 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf26126 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

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

Commits on Jun 10, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#10773)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.11.13](astral-sh/ruff-pre-commit@v0.11.12...v0.11.13)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    b89cb89 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. (fix) site_cache_dir() must return DVC_SITE_CACHE_DIR if it exists (

    #10776)
    
    * DVC_SITE_CACHE_DIR must be sent first, deal with platformdirs afterwards
    
    * Test should check default behaviour when no env var is set
    
    * Add test: site_cache_dir() must return the env var if set
    rgoya authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    346b1c0 View commit details
    Browse the repository at this point in the history
  2. (fix) DVC_SITE_CACHE_DIR environment variable should override `core…

    ….site_cache_dir` (#10778)
    
    * Prioritize DVC_SITE_CACHE_DIR over core.site_cache_dir
    
    * Add tests for proper prioritization of env var and config
    
    * Tests require python-3.9 compatible typing, use Optional
    
    * Remove comment
    
    * Fixup
    rgoya authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    c7c7ba6 View commit details
    Browse the repository at this point in the history
Loading