Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekly Digest (5 April, 2020 - 12 April, 2020) #3627

Closed
weekly-digest bot opened this issue Apr 12, 2020 · 0 comments
Closed

Weekly Digest (5 April, 2020 - 12 April, 2020) #3627

weekly-digest bot opened this issue Apr 12, 2020 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Apr 12, 2020

Here's the Weekly Digest for iterative/dvc:

ISSUES

This week, 29 issues were created. Of these, 10 issues have been closed and 19 issues are still open.

OPEN ISSUES

💚 #3626 Specify cmd arg names (metavars), by jorgeorpinel
💚 #3625 dvc: meaningful option arguments, by jorgeorpinel
💚 #3624 Updates latest version of PyDrive2, by mribeirodantas
💚 #3622 Report, by W5G
💚 #3621 Saving filenames in remote storage for data recovery without a repo, by adamsvystun
💚 #3619 refactor: extract stage's relationship with Dvcfile out from Stage, by skshetry
💚 #3616 dvc: command to list file/dir versions/history, by jums92
💚 #3612 refactor: use **kwargs instead of very long function declarations, by pmrowla
💚 #3611 external_repo doesn't respect parent cache and progress bar, by efiop
💚 #3608 Consistent subcommand order, by jorgeorpinel
💚 #3607 metrics show/diff: should it pick up untracked changes? [qa], by jorgeorpinel
💚 #3606 dvc metrics add: should it dvc add untracked files?, by jorgeorpinel
💚 #3605 metrics diff: cryptic error in --no-scm projects [qa], by jorgeorpinel
💚 #3603 [WIP] dvc: introduce local stage cache, by efiop
💚 #3602 repro: downstream: reproducing in wrong order , by liamkesatoran
💚 #3600 [WIP] remote: locally index list of checksums available on cloud remotes, by pmrowla
💚 #3599 remote modify: add name param?, by jorgeorpinel
💚 #3598 config: forbid setting core.no_scm outside repo, by mroutis
💚 #3597 progress: clear nested bars on ThreadPool exit, by casperdcl

CLOSED ISSUES

❤️ #3623 run: remove deprecated --cwd, by efiop
❤️ #3620 remove: try deleting before trying to chmod, by efiop
❤️ #3618 RemoteLOCAL.unprotect modifies cache permissions for symlinked files, by danfischetti
❤️ #3617 params: diff: sort table, by efiop
❤️ #3615 params: fix bug when collecting multiple params, by efiop
❤️ #3613 completion: bash: fix files, by casperdcl
❤️ #3610 analytics: collect runtime info in the worker, by efiop
❤️ #3609 metrics: diff: fix float precision formatting, by efiop
❤️ #3604 tests: convert remote unit tests to pytest, by pmrowla
❤️ #3601 diff: update help output to match docs, et al., by jorgeorpinel

LIKED ISSUE

The issue most liked this week has been:
👍 #3600 [WIP] remote: locally index list of checksums available on cloud remotes, by pmrowla
It received 👍 x2, 😄 x0, 🎉 x2 and ❤️ x2.

NOISY ISSUE

The issue most discussed this week has been:
🔈 #3600 [WIP] remote: locally index list of checksums available on cloud remotes, by pmrowla
It received 14 comments.

PULL REQUESTS

This week, 19 pull requests were proposed. Of these, 0 pull requests have been merged and 8 are still open.

OPEN PRs

💚 #3626 Specify cmd arg names (metavars), by jorgeorpinel
💚 #3624 Updates latest version of PyDrive2, by mribeirodantas
💚 #3619 refactor: extract stage's relationship with Dvcfile out from Stage, by skshetry
💚 #3603 [WIP] dvc: introduce local stage cache, by efiop
💚 #3600 [WIP] remote: locally index list of checksums available on cloud remotes, by pmrowla
💚 #3598 config: forbid setting core.no_scm outside repo, by mroutis
💚 #3595 scm: git: clone: add progress, by casperdcl
💚 #3594 progress: add main bars, by casperdcl

CONTRIBUTORS

This week, 12 users have contributed to this repository.
They are jorgeorpinel, mribeirodantas, efiop, W5G, adamsvystun, skshetry, danfischetti, jums92, casperdcl, pmrowla, liamkesatoran, and mroutis.

STARGAZERS

This week, no user has starred this repository.

COMMITS

This week, there have been 14 commits in the repository.
These are:
🛠️ [run: remove deprecated --cwd (#3623)

It has been deprecated for a long time now and it significantly
complicates the code, hiding multiple bugs.](63fe289) by efiop
🛠️ dvc: bump to 0.93.0 by efiop
🛠️ [remove: try deleting before trying to chmod (#3620)

Windows (or rather NTFS) doesn't allow deleting read-only files, which made us
try to chmod +w first. But that is not necessery on Linux and Mac, and
has led to unnecessary cache file mode changes, which was causing issues
in shared cache scenario when a user that doesn't own a file was trying
to automatically protect it.

Fixes #3618](ce2481b) by efiop
🛠️ [completion: bash: fix files (#3613)

Fixes lock, metrics and move autocompletion of files](e05157f) by casperdcl
🛠️ params: diff: sort table (#3617) by efiop
🛠️ params: fix bug when collecting multiple params (#3615) by efiop
🛠️ [dvc: introduce dvc params diff (#3573)

  • params: use repo.tree

  • remote: local: use repo.tree for exists()

  • param: handle missing params

  • stage: move status warning to debug

  • dvc: introduce dvc params diff

Fixes #3528](c1ac6bb) by efiop
🛠️ [analytics: collect runtime info in the worker (#3610)

Shaves off 0.2 seconds from any dvc command.

Related to #3475](290a9fd) by efiop
🛠️ [metrics: diff: fix float precision formatting (#3609)

Texttable will try to detect the column type automatically, which
results in a low precision of the float that it is showing. We need to
disable that auto-formatting and just use str(val) instead.](26980ae) by efiop
🛠️ [diff: update help output to match docs, et al. (#3601)

RELEASES

This week, 3 releases were published. These are:
🚀 0.93.0 null
null
🚀 untagged-a8ffb59a4189182ec1a9 0.93.0

That's all for this week, please watch 👀 and star ⭐ iterative/dvc to receive next weekly updates. 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant