Skip to content

Commit cb96cf1

Browse files
authored
fix name (#10920)
1 parent cf5168a commit cb96cf1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+66
-72
lines changed

.github/.test_durations

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -737,8 +737,8 @@
737737
"tests/func/test_config.py::test_config_gdrive_fields": 0.12703910000016094,
738738
"tests/func/test_config.py::test_config_get[args0-0-False]": 0.20948869999995168,
739739
"tests/func/test_config.py::test_config_get[args1-0-myremote]": 0.1829517000001033,
740-
"tests/func/test_config.py::test_config_get[args2-0-iterative]": 0.19686669999998685,
741-
"tests/func/test_config.py::test_config_get[args3-0-iterative]": 0.1675059000000374,
740+
"tests/func/test_config.py::test_config_get[args2-0-treeverse]": 0.19686669999998685,
741+
"tests/func/test_config.py::test_config_get[args3-0-treeverse]": 0.1675059000000374,
742742
"tests/func/test_config.py::test_config_get[args4-251-option 'profile' doesn't exist]": 0.18096200000002227,
743743
"tests/func/test_config.py::test_config_get[args5-0-gs://bucket/path]": 0.12368970000022728,
744744
"tests/func/test_config.py::test_config_get[args6-0-gs://bucket/path]": 0.13007389999995667,
@@ -2642,7 +2642,7 @@
26422642
"tests/unit/test_updater.py::test_is_enabled[config0-True]": 0.13130560000013247,
26432643
"tests/unit/test_updater.py::test_is_enabled[config1-True]": 0.14342600000009043,
26442644
"tests/unit/test_updater.py::test_is_enabled[config2-False]": 0.13593219999984285,
2645-
"tests/unit/test_updater.py::test_notify_message[None-Find the latest release at https://github.com/iterative/dvc/releases/latest.]": 0.014024399999925663,
2645+
"tests/unit/test_updater.py::test_notify_message[None-Find the latest release at https://github.com/treeverse/dvc/releases/latest.]": 0.014024399999925663,
26462646
"tests/unit/test_updater.py::test_notify_message[binary-To upgrade, uninstall dvc and reinstall from https://dvc.org.]": 0.013217200000326557,
26472647
"tests/unit/test_updater.py::test_notify_message[brew-To upgrade, run 'brew upgrade dvc'.]": 0.013467300000229443,
26482648
"tests/unit/test_updater.py::test_notify_message[choco-To upgrade, run 'choco upgrade dvc'.]": 0.014645900000004985,
@@ -2652,7 +2652,7 @@
26522652
"tests/unit/test_updater.py::test_notify_message[osxpkg-To upgrade, uninstall dvc and reinstall from https://dvc.org.]": 0.013980499999888707,
26532653
"tests/unit/test_updater.py::test_notify_message[pip-To upgrade, run 'pip install --upgrade dvc'.]": 0.015155299999833005,
26542654
"tests/unit/test_updater.py::test_notify_message[rpm-To upgrade, run 'yum update dvc'.]": 0.014036500000202068,
2655-
"tests/unit/test_updater.py::test_notify_message[unknown-Find the latest release at https://github.com/iterative/dvc/releases/latest.]": 0.01609110000003966,
2655+
"tests/unit/test_updater.py::test_notify_message[unknown-Find the latest release at https://github.com/treeverse/dvc/releases/latest.]": 0.01609110000003966,
26562656
"tests/unit/ui/test_console.py::test_capsys_works": 0.003642499999841675,
26572657
"tests/unit/ui/test_console.py::test_write": 0.004320600000255581,
26582658
"tests/unit/ui/test_console.py::test_write_json[False-{\"hello\": \"world\", \"date\": \"1970-01-01 00:00:00\"}\\n]": 0.004433300000073359,

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $ dvc doctor
5757
**Additional Information (if any):**
5858

5959
<!--
60-
Please check https://github.com/iterative/dvc/wiki/Debugging-DVC on ways to gather more information regarding the issue.
60+
Please check https://github.com/treeverse/dvc/wiki/Debugging-DVC on ways to gather more information regarding the issue.
6161
6262
If applicable, please also provide a `--verbose` output of the command, eg: `dvc add --verbose`.
6363
If the issue is regarding the performance, please attach the profiling information and the benchmark comparisons.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* [ ] ❗ I have followed the [Contributing to DVC](https://dvc.org/doc/user-guide/contributing/core) checklist.
22

3-
* [ ] 📖 If this PR requires [documentation](https://dvc.org/doc) updates, I have created a separate PR (or issue, at least) in [dvc.org](https://github.com/iterative/dvc.org) and linked it here.
3+
* [ ] 📖 If this PR requires [documentation](https://dvc.org/doc) updates, I have created a separate PR (or issue, at least) in [dvc.org](https://github.com/treeverse/dvc.org) and linked it here.
44

55
Thank you for the contribution - we'll try to review it as soon as possible. 🙏

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"data-science", "data-version-control", "machine-learning", "git",
55
"developer-tools", "reproducibility", "collaboration", "ai", "python"],
66
"contributors": [
7-
{"name": "DVC team", "type": "Other", "affiliation": "Iterative"}]
7+
{"name": "DVC team", "type": "Other", "affiliation": "Treeverse"}]
88
}

README.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ Fedora / CentOS (rpm)
198198
Contributing
199199
============
200200

201-
|Maintainability|
202-
203201
Contributions are welcome!
204202
Please see our `Contributing Guide <https://dvc.org/doc/user-guide/contributing/core>`_ for more details.
205203
Thanks to all our contributors!
@@ -244,16 +242,12 @@ Barrak, A., Eghan, E.E. and Adams, B. `On the Co-evolution of ML Pipelines and S
244242
:target: https://github.com/treeverse/dvc/actions/workflows/tests.yaml
245243
:alt: GHA Tests
246244

247-
.. |Maintainability| image:: https://img.shields.io/codeclimate/maintainability/iterative/dvc
248-
:target: https://codeclimate.com/github/iterative/dvc
249-
:alt: Code Climate
250-
251245
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/dvc
252246
:target: https://pypi.org/project/dvc
253247
:alt: Python Version
254248

255-
.. |Coverage| image:: https://codecov.io/gh/iterative/dvc/branch/main/graph/badge.svg
256-
:target: https://codecov.io/gh/iterative/dvc
249+
.. |Coverage| image:: https://codecov.io/gh/treeverse/dvc/branch/main/graph/badge.svg
250+
:target: https://codecov.io/gh/treeverse/dvc
257251
:alt: Codecov
258252

259253
.. |Snap| image:: https://img.shields.io/badge/snap-install-82BEA0.svg?logo=snapcraft

dvc/_debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def add_debugging_flags(parser):
206206
from argparse import SUPPRESS
207207

208208
# For detailed info see:
209-
# https://github.com/iterative/dvc/wiki/Debugging,-Profiling-and-Benchmarking-DVC
209+
# https://github.com/treeverse/dvc/wiki/Debugging,-Profiling-and-Benchmarking-DVC
210210
args, _ = parser.parse_known_args()
211211
verbose = args.verbose
212212

dvc/ignore.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def _outside_repo(self, path: str) -> bool:
508508

509509
def check_ignore(self, target: str) -> CheckIgnoreResult:
510510
# NOTE: can only be used in `dvc check-ignore`, see
511-
# https://github.com/iterative/dvc/issues/5046
511+
# https://github.com/treeverse/dvc/issues/5046
512512
full_target = self.fs.abspath(target)
513513
matched_patterns: list[PatternInfo] = []
514514
ignore = False
@@ -525,7 +525,7 @@ def is_ignored(
525525
self, fs: "FileSystem", path: str, ignore_subrepos: bool = True
526526
) -> bool:
527527
# NOTE: can't use self.check_ignore(path).match for now, see
528-
# https://github.com/iterative/dvc/issues/4555
528+
# https://github.com/treeverse/dvc/issues/4555
529529
if fs.protocol != Schemes.LOCAL:
530530
return False
531531
if fs.isfile(path):

dvc/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def _get_fs_type(path):
158158
except PermissionError:
159159
pass
160160

161-
# need to follow the symlink: https://github.com/iterative/dvc/issues/5065
161+
# need to follow the symlink: https://github.com/treeverse/dvc/issues/5065
162162
path = pathlib.Path(path).resolve()
163163

164164
for parent in itertools.chain([path], path.parents):

dvc/lock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def __init__(self, lockfile, tmp_dir=None, wait=False, **kwargs):
182182
# number to generate the resulting lock file name, which is unique
183183
# enough for our application.
184184
#
185-
# [1] https://github.com/iterative/dvc/issues/2582
185+
# [1] https://github.com/treeverse/dvc/issues/2582
186186
self._hostname = socket.gethostname()
187187

188188
self._lifetime = timedelta(days=365) # Lock for good by default

dvc/repo/artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def check_name_format(name: str) -> None:
4040

4141
def name_is_compatible(name: str) -> bool:
4242
"""
43-
Only needed by DVCLive per iterative/dvclive#715
43+
Only needed by DVCLive per treeverse/dvclive#715
4444
Will be removed in future release.
4545
"""
4646
from gto.constants import assert_name_is_valid

0 commit comments

Comments
 (0)