Skip to content

Tags: loquisgon/dvc

Tags

2.15.0

Toggle 2.15.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
data status: fix untracked files output for subdir

2.14.0

Toggle 2.14.0's commit message
fs: gdrive: add gdrive_acknowledge_abuse

Fixes iterative#7832

2.13.0

Toggle 2.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
deps: bump dvc-data to 0.0.23

2.12.1

Toggle 2.12.1's commit message
deps: bump dvc-data

2.12.0

Toggle 2.12.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
build(deps-dev): Bump pytest-mock from 3.7.0 to 3.8.1

Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.7.0 to 3.8.1.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.7.0...v3.8.1)

---
updated-dependencies:
- dependency-name: pytest-mock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

2.11.0

Toggle 2.11.0's commit message
sshfs: bump min ver to 2022.6.0

2.10.2

Toggle 2.10.2's commit message
exp pull/push: better result handling in exp sharing(iterative#7448)

fix: iterative#7448
Current we skip on those experiments which already existed on both sides, but
do not exclude them from the result list. And if we have diverged experiment,
pulling/pushing them will stop the current progress and raise an exception, but
didn't give any information on the condition of other experiments.

1. Change the exp pull and push to match the new API in `scmrepo`.
2. Handle sync status after `exp pull/push` finished.
3. Bump scmrepo to 0.0.19

Co-authored-by:

2.10.1

Toggle 2.10.1's commit message
cli: check for closed stdout/stderr

2.10.0

Toggle 2.10.0's commit message
scmrepo: update to 0.0.16

2.9.5

Toggle 2.9.5's commit message
dvcfs: handle repo root

Fixes iterative#7407