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

Commits on Aug 5, 2023

  1. Prep remote for dvc operations (#55)

    * attempt repo prep
    
    * debug
    
    * unset header
    
    * extra parsing
    
    * remove debugging
    dacbd authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    d549770 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Detect and handle errors fetching the latest version (#60)

    * Detect and handle errors fetching the latest version
    
    This attempts to detect such errors, assuming that they appear with
    suitable HTTP status codes, and raises useful errors for them.
    
    Fixes #59
    
    * Make a trivial change to trigger workflows
    
    * Undo trivial change
    
    ---------
    
    Co-authored-by: Helio Machado <0x2b3bfa0+git@googlemail.com>
    PeterJCLaw and 0x2b3bfa0 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    34fbdc6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. bump node version

    shcheklein authored May 27, 2024
    Configuration menu
    Copy the full SHA
    4b389e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Bump dependencies (#65)

    * Bump @babel/traverse from 7.19.3 to 7.24.6 (#63)
    
    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.19.3 to 7.24.6.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump word-wrap from 1.2.3 to 1.2.5 (#62)
    
    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump semver from 5.7.1 to 5.7.2 (#53)
    
    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump braces from 3.0.2 to 3.0.3 (#64)
    
    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    shcheklein and dependabot[bot] authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    199b4d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    152b7c9 View commit details
    Browse the repository at this point in the history
  2. update readme

    skshetry authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    0303b26 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    skshetry authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    143b86f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Configuration menu
    Copy the full SHA
    18b8961 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    skshetry authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    236834e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c76c78 View commit details
    Browse the repository at this point in the history
  4. bump version to 2.0.0 (#77)

    skshetry authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    4bdfd2b View commit details
    Browse the repository at this point in the history
Loading