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

Commits on Aug 12, 2025

  1. build(deps): bump actions/checkout from 4 to 5 (#10837)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    748c456 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

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

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    a68dda4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82efd3e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Configuration menu
    Copy the full SHA
    e027bc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29386a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e22363 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. Configuration menu
    Copy the full SHA
    9b5ee43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d142d0d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

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

Commits on Aug 19, 2025

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

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    e10b27a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8504684 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

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

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    7945455 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

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

Commits on Aug 28, 2025

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

Commits on Aug 29, 2025

  1. feat(cli): support multiple --keep and --drop arguments in `exp s…

    …how` (#10857)
    
    * feat(cli/exp-show): support multiple --keep and --drop arguments
    
    Closes #10851.
    
    * set upper bound for pytest-rerunfailures to <16.0
    
    v16.0 started breaking in CI.
    See pytest-dev/pytest-rerunfailures#303.
    skshetry authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    a8bda30 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2025

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

Commits on Sep 2, 2025

  1. feat(cli): support initializing DVC repository in an arbitrary direct…

    …ory (#10861)
    
    Previously, it could be only initialized in the current working directory.
    skshetry authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    763cbf6 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#10860)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.10...v0.12.11)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    ea9dd5f View commit details
    Browse the repository at this point in the history
  3. fix(data status): handle missing DVC repo at Git HEAD (#10862)

    Avoid raising errors in `data_status()` when Git HEAD does not contain a DVC
    repository. Instead, fall back to an empty index.
    
    Tests now cover both unborn and committed Git repos, with and without subdirs.
    skshetry authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    75c5d17 View commit details
    Browse the repository at this point in the history
Loading