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.59.2
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.0
Choose a head ref
  • 14 commits
  • 13 files changed
  • 3 contributors

Commits on May 7, 2025

  1. tests: fix flaky test in test_get_used_objs (#10739)

    Clear logs before assertions so that logs from other tests do not interfere with the test.
    Some destructors may also run in between due to GC, so hopefully this will fix that issue too,
    or reduce the chances of it happening.
    
    See
    https://github.com/iterative/dvc/actions/runs/14873217814/job/41775314725#step:6:97.
    
    ```console
    >       assert first(caplog.messages) == expected_message
    E       assert 'RC: discarding all clients' == "Output 'path... 'stage.dvc'."
    E
    E         + RC: discarding all clients
    E         - Output 'path'(stage: 'stage.dvc') is missing version info. Cache for it will not be collected. Use `dvc repro` to get your pipeline up to date.
    E         - You can also use `dvc commit stage.dvc` to associate existing 'path' with stage: 'stage.dvc'.
    ```
    skshetry authored May 7, 2025
    Configuration menu
    Copy the full SHA
    0eebeb9 View commit details
    Browse the repository at this point in the history
  2. drop inputs passed to codecov-action (#10740)

    It can already search and find these coverage files.
    skshetry authored May 7, 2025
    Configuration menu
    Copy the full SHA
    9908ca7 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

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

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

Commits on May 20, 2025

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

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.11.10](astral-sh/ruff-pre-commit@v0.11.9...v0.11.10)
    
    * Update .pre-commit-config.yaml
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: skshetry <18718008+skshetry@users.noreply.github.com>
    pre-commit-ci[bot] and skshetry authored May 20, 2025
    Configuration menu
    Copy the full SHA
    b7e13db View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

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

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

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    fd181c7 View commit details
    Browse the repository at this point in the history
  2. deps: bump minver version for dvc-gs to 3.0.2 (#10757)

    To support allow_anonymous_login that was added in dvc-gs 3.0.2.
    
    Related:
    - iterative/dvc-gs#115
    - #10756
    - #5797
    skshetry authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    7ea1daa View commit details
    Browse the repository at this point in the history
  3. [pre-commit.ci] pre-commit autoupdate (#10755)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.11...v0.11.12)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    c37bef7 View commit details
    Browse the repository at this point in the history
  4. fix: treated S3 configpath as a relpath (#10758)

    Update config.py
    clouds56 authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    88c3103 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

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

Commits on Jun 5, 2025

  1. fix(dvcfs): rename argument url to repo (#10754)

    See #10700 for the motivation.
    skshetry authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    e04f149 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea02a18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18177a6 View commit details
    Browse the repository at this point in the history
  4. bench: check for dvc_bin.version instead of dvc_rev (#10764)

    * bench: check for dvc_bin.version instead of dvc_rev
    
    * Update dvc/testing/benchmarks/cli/stories/use_cases/test_sharing.py
    
    * Update dvc/testing/benchmarks/cli/stories/use_cases/test_sharing.py
    skshetry authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    5fb8986 View commit details
    Browse the repository at this point in the history
Loading