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 (10 November, 2019 - 17 November, 2019) #2805

Closed
weekly-digest bot opened this issue Nov 17, 2019 · 0 comments
Closed

Weekly Digest (10 November, 2019 - 17 November, 2019) #2805

weekly-digest bot opened this issue Nov 17, 2019 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Nov 17, 2019

Here's the Weekly Digest for iterative/dvc:


ISSUES

Last week 35 issues were created.
Of these, 13 issues have been closed and 22 issues are still open.

OPEN ISSUES

💚 #2803 No prompt: checkout a file that changed, by dmpetrov
💚 #2802 No prompt: remove redundant files during a directory checkout, by dmpetrov
💚 #2801 No prompt: fail when checking out without cache, by dmpetrov
💚 #2800 Linux packages includs all dependencies, by Abrosimov-a-a
💚 #2799 ML experiments and hyperparameters tuning, by dmpetrov
💚 #2798 Display path relative to temporary repo when get/import-ing files, by skshetry
💚 #2796 [WIP] perf: switch schema validation library, by Suor
💚 #2794 remote: http: raise exception when response with error status code, by pared
💚 #2793 Remove back ticks (and quotes) from command output? How to highlight?, by jorgeorpinel
💚 #2792 Suppress stack trace for KeyboardInterrupt, by dmpetrov
💚 #2791 s3 remote: DVC asks MFA code for each file on push/pull, by shcheklein
💚 #2790 makedirs: fix mode flag is being ignored starting from Python 3.7, by shcheklein
💚 #2789 permissions are not set right for directories DVC creates, by shcheklein
💚 #2788 version: improve link type detection fall back, by shcheklein
💚 #2784 colorama: standardize and apply output message colors, by jorgeorpinel
💚 #2780 get/import: don't require default remote for get/import of non-cached file/dir, by pared
💚 #2778 Snap, by casperdcl
💚 #2777 [WIP] import: intercept and rephrase OutputNotFound message, by pared
💚 #2776 Restyle GDrive remote support, by restyled-io[bot]
💚 #2775 perf: optimize yaml parsing for stages, by Suor
💚 #2774 provide docker image(s), by casperdcl
💚 #2771 Snapcraft, by casperdcl

CLOSED ISSUES

❤️ #2804 Cannot perform the cmd since DVC is busy and locked, by IamGianluca
❤️ #2797 DVC is busy and locked, by MathieuMarauri
❤️ #2795 Ensure remove accepts str and Path-like objects, by algomaster99
❤️ #2787 dvc: remove reorder_python_imports formatter, by efiop
❤️ #2786 perf: a small stage validation optimization, by Suor
❤️ #2785 test: try using azurite 3.3.0-preview, by efiop
❤️ #2783 restyled runs yapf, which we don't want, by efiop
❤️ #2782 a potential bug with dependencies on conda, by shcheklein
❤️ #2781 Restyle get/import: more meaningful message on NoRemoteError, by restyled-io[bot]
❤️ #2779 Restyle import: intercept and rephrase OutputNotFound message, by restyled-io[bot]
❤️ #2773 Add better heuristic for build detection, by n3hrox
❤️ #2772 windows: bin: win32timezone missing , by efiop
❤️ #2770 progress when collecting directories with giant number of files, by efiop

LIKED ISSUE

👍 #2798 Display path relative to temporary repo when get/import-ing files, by skshetry
It received 👍 x4, 😄 x0, 🎉 x3 and ❤️ x0.

NOISY ISSUE

🔈 #2771 Snapcraft, by casperdcl
It received 12 comments.


PULL REQUESTS

Last week, 17 pull requests were created, updated or merged.

UPDATED PULL REQUEST

Last week, 10 pull requests were updated.
💛 #2798 Display path relative to temporary repo when get/import-ing files, by skshetry
💛 #2796 [WIP] perf: switch schema validation library, by Suor
💛 #2794 remote: http: raise exception when response with error status code, by pared
💛 #2790 makedirs: fix mode flag is being ignored starting from Python 3.7, by shcheklein
💛 #2778 Snap, by casperdcl
💛 #2777 [WIP] import: intercept and rephrase OutputNotFound message, by pared
💛 #2776 Restyle GDrive remote support, by restyled-io[bot]
💛 #2775 perf: optimize yaml parsing for stages, by Suor
💛 #2608 [WIP] dvc: wrap checkout error as download error, by Suor
💛 #2551 GDrive remote support, by MaxRis

MERGED PULL REQUEST

Last week, 7 pull requests were merged.
💜 #2795 Ensure remove accepts str and Path-like objects, by algomaster99
💜 #2787 dvc: remove reorder_python_imports formatter, by efiop
💜 #2786 perf: a small stage validation optimization, by Suor
💜 #2785 test: try using azurite 3.3.0-preview, by efiop
💜 #2773 Add better heuristic for build detection, by n3hrox
💜 #2765 Improve LockError message, by algomaster99
💜 #2759 get/import: more meaningful message on NoRemoteError, by pared


COMMITS

Last week there were 38 commits.
🛠️ Merge pull request #2795 from algomaster99/test-arg-types-remove Ensure remove accepts str and Path-like objects by efiop
🛠️ Merge pull request #2786 from Suor/convert-to-unicode perf: a small stage validation optimization by efiop
🛠️ Move _chmod to fs.py by algomaster99
🛠️ perf: a small stage validation optimization by Suor
🛠️ Ensure remove accepts str and Path-like objects by algomaster99
🛠️ Merge pull request #2765 from algomaster99/improve-lock-error-message Improve LockError message by efiop
🛠️ Rephrase error message by algomaster99
🛠️ Merge pull request #2787 from efiop/reformat-imports-bot dvc: remove reorder_python_imports formatter by efiop
🛠️ dvc: remove reorder_python_imports formatter by efiop
🛠️ Move error message to a constant by algomaster99
🛠️ Remove unreachable except block by algomaster99
🛠️ Improve error message when LockError is raised by algomaster99
🛠️ Merge pull request #2759 from pared/2711 get/import: more meaningful message on NoRemoteError by efiop
🛠️ Update dvc/external_repo.py Co-Authored-By: Ruslan Kuprieiev [email protected] by pared
🛠️ Merge pull request #2785 from efiop/2387 test: try using azurite 3.3.0-preview by efiop
🛠️ test: try using azurite 3.3.0-preview Azurite was updated [2] to support new SAS tokens, so we no longer need to downgrade azure-storage-blob for our tests. [1] https://github.com/iterative/dvc/issues/2387 [2] https://github.com/Azure/Azurite/issues/250 by efiop
🛠️ Update dvc/exceptions.py Co-Authored-By: Ruslan Kuprieiev [email protected] by pared
🛠️ get/import: handle NoRepoError with external_repo by pared
🛠️ get/import: more meaningful message on NoRemoteError by pared
🛠️ dvc: bump to 0.68.1 by efiop
🛠️ build: windows: remove unneeded quotes Per https://github.com/iterative/dvc/pull/2773#discussion_r344529924 by efiop
🛠️ dvc: bump to 0.68.0 by efiop
🛠️ Merge pull request #2773 from n3hrox/build_patch Add better heuristic for build detection by efiop
🛠️ add build cleanup by n3hrox
🛠️ fix windows echo by n3hrox
🛠️ remove unnecessary pip check by n3hrox
🛠️ fix typo by n3hrox
🛠️ add pip fallback by n3hrox
🛠️ remove arch support from readme by n3hrox
🛠️ remove unnecessary line by n3hrox
🛠️ remove windows patch in favor of echo by n3hrox
🛠️ fix dvc build path by n3hrox
🛠️ remove patches in favor of echo by n3hrox
🛠️ Remove unnecessary file by n3hrox
🛠️ Refactor get_package_manager by n3hrox
🛠️ Add better heuristic for build detection by n3hrox
🛠️ dvc: bump to 0.67.1 by efiop
🛠️ pyinstaller: add win32timezone hidden import Fixes #2772 by efiop


CONTRIBUTORS

Last week there were 5 contributors.
👤 efiop
👤 algomaster99
👤 Suor
👤 pared
👤 n3hrox


STARGAZERS

Last week there were 47 stagazers.
codezakh
RussWong
Akashdesarda
ChrisBarsolai
arniwesth
trenta3
perriea
Saul-R
aleksbha
martijnlentink
solivr
galo
kascharowski
rongduan-zhu
alexwen
princemaple
projkov
andmikey
Mihail-Kukuev
chilang
darked89
mer0mingian
papapabi
Maxfashko
pibone
yongddeng
AntoineAugusti
dellielo
mofeing
kiccho1101
nraw
lukasheinrich
parjong
micmelesse
dindanovitasari
shinys825
g0402559
AmoDinho
srmds
chrisranderson
skyser2003
frsann
tndev
MaiklSokolov
PGQW
felipap
tcolo
You all are the stars! 🌟


RELEASES

Last week there were 3 releases.
🚀 0.68.1 0.68.1
🚀 0.68.0 0.68.0
🚀 0.67.1 0.67.1


That's all for last week, please 👀 Watch and Star the repository iterative/dvc to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

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