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 (24 November, 2019 - 1 December, 2019) #2876

Closed
weekly-digest bot opened this issue Dec 1, 2019 · 0 comments
Closed

Weekly Digest (24 November, 2019 - 1 December, 2019) #2876

weekly-digest bot opened this issue Dec 1, 2019 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Dec 1, 2019

Here's the Weekly Digest for iterative/dvc:


ISSUES

Last week 33 issues were created.
Of these, 14 issues have been closed and 19 issues are still open.

OPEN ISSUES

💚 #2874 dvc-git command pairs, by casperdcl
💚 #2873 s3: Check for all files in given path to match, by skshetry
💚 #2872 travis: use preinstalled docker to run azurite, by Suor
💚 #2871 Cannot add file having name with substring of a folder as prefix in s3, by skshetry
💚 #2869 checkout: confusing "Nothing to do" message, by mroutis
💚 #2868 [WIP] test: refactor tmp dir helper fixtures, by Suor
💚 #2866 [WIP] remote: s3: adjust jobs number basing on file descriptors number, by pared
💚 #2865 Google Drive support further enhancements, by MaxRis
💚 #2862 import: allow downloading regular files/dirs tracked by Git?, by jorgeorpinel
💚 #2860 flufl.lock sleeps random amount of time, by efiop
💚 #2858 Testing UI, by pared
💚 #2857 lengthen bars unless nested/threaded, by casperdcl
💚 #2853 Support adding directories in google cloud storage remote, by skshetry
💚 #2852 external repo: checkout revision before initializing dvc repo, by pared
💚 #2849 Support revisions in dvc update , by dmpetrov
💚 #2848 dvc get from dvc-branch in not dvc-repo, by dmpetrov
💚 #2846 [WIP] UI progress cleanup, by casperdcl
💚 #2845 No prompt: dvc get for an existing file, by dmpetrov
💚 #2843 dvc run with --overwrite-dvcfile is not caching runs, by SdgJlbl

CLOSED ISSUES

❤️ #2870 test: skip non supported remotes fast in api tests, by Suor
❤️ #2867 dvc push after dvc push is slow, by JohanMollevik
❤️ #2864 Restyle GDrive remote support, by restyled-io[bot]
❤️ #2863 remote: protect all remote client/session creation code with locks, by Suor
❤️ #2861 test: refactor & remove redundant test fixtures, by danihodovic
❤️ #2859 --no-scm option seems not working, by andrewBatutin
❤️ #2856 Possible fix for #2850., by peper0
❤️ #2855 Fix typos, by skshetry
❤️ #2854 RemoteNotSpecifiedInExternalRepoError: dont pass cause of exception, by pared
❤️ #2851 is it possible to run more than one dvc pipeline in the same dvc context?, by aabramovrepo
❤️ #2850 DVC exits with code 0 even if there was an error, by peper0
❤️ #2847 dvc get from subdir, by dmpetrov
❤️ #2844 docker: add example Dockerfile, by mroutis
❤️ #2842 Fix typo and grammar, by skshetry

LIKED ISSUE

👍 #2853 Support adding directories in google cloud storage remote, by skshetry
It received 👍 x2, 😄 x0, 🎉 x2 and ❤️ x2.

NOISY ISSUE

🔈 #2857 lengthen bars unless nested/threaded, by casperdcl
It received 30 comments.


PULL REQUESTS

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

OPEN PULL REQUEST

Last week, 1 pull request was opened.
💚 #2866 [WIP] remote: s3: adjust jobs number basing on file descriptors number, by pared

UPDATED PULL REQUEST

Last week, 8 pull requests were updated.
💛 #2873 s3: Check for all files in given path to match, by skshetry
💛 #2868 [WIP] test: refactor tmp dir helper fixtures, by Suor
💛 #2852 external repo: checkout revision before initializing dvc repo, by pared
💛 #2846 [WIP] UI progress cleanup, by casperdcl
💛 #2837 get: copy/download files tracked by Git, by danihodovic
💛 #2826 analytics: refactor into a module, by mroutis
💛 #2815 dvc/dagascii: Use pager instead of AsciiCanvas._do_draw, by xliiv
💛 #2778 Snap, by casperdcl

MERGED PULL REQUEST

Last week, 13 pull requests were merged.
💜 #2870 test: skip non supported remotes fast in api tests, by Suor
💜 #2863 remote: protect all remote client/session creation code with locks, by Suor
💜 #2861 test: refactor & remove redundant test fixtures, by danihodovic
💜 #2856 Possible fix for #2850., by peper0
💜 #2855 Fix typos, by skshetry
💜 #2854 RemoteNotSpecifiedInExternalRepoError: dont pass cause of exception, by pared
💜 #2842 Fix typo and grammar, by skshetry
💜 #2836 perf: optimize cache listing for local, ssh and hdfs, by Suor
💜 #2835 remote: small .save_info()/.get_checksum() cleanup, by Suor
💜 #2821 remote: fix remote default call with no arguments, by kaiogu
💜 #2794 remote: http: raise exception when response with error status code, by pared
💜 #2683 s3: ignore empty directories while walking files, by mroutis
💜 #2551 GDrive remote support, by MaxRis


COMMITS

Last week there were 38 commits.
🛠️ travis: windows: use python 3.7.5 by efiop
🛠️ Merge pull request #2870 from Suor/test-api-fast-skip test: skip non supported remotes fast in api tests by efiop
🛠️ Merge pull request #2551 from MaxRis/gdrive-support GDrive remote support by efiop
🛠️ test: skip non supported remotes fast in api tests by Suor
🛠️ Merge pull request #2683 from mroutis/fix-2678 s3: ignore empty directories while walking files by efiop
🛠️ address @efiop's suggestions by mroutis
🛠️ s3: add support for top level empty directories by mroutis
🛠️ Merge pull request #2794 from pared/2510 remote: http: raise exception when response with error status code by efiop
🛠️ remote: http: calculate length basing on response and not head call by pared
🛠️ test: remote: http: clear test file name by pared
🛠️ HTTPError: reformat error message by pared
🛠️ Update dvc/remote/http.py Co-Authored-By: Alexander Schepanovski [email protected] by pared
🛠️ remote: http: rename http error, refactor test by pared
🛠️ remote: http: raise exception when download response with error status code by pared
🛠️ Support GDrive as remote by MaxRis
🛠️ Merge pull request #2863 from Suor/locks remote: protect all remote client/session creation code with locks by efiop
🛠️ setup: don't forget contextlib2 by efiop
🛠️ Merge pull request #2861 from danihodovic/refactor/remove-redundant-vars test: refactor & remove redundant test fixtures by efiop
🛠️ remote: refactor ssh ask password code by Suor
🛠️ remote: protect all remote client/session creation code with locks With @cached_property last write wins, so all threads will use the same session. However, several might be created concurrently wasting resources and even potentially asking something from the user. This change guarantees only one client instance will be created for a remote. by Suor
🛠️ test: refactor & remove redundant test fixtures https://github.com/iterative/dvc/pull/2837#discussion_r351318487 by danihodovic
🛠️ Merge pull request #2836 from Suor/lazy-cache-paths perf: optimize cache listing for local, ssh and hdfs by efiop
🛠️ Merge pull request #2835 from Suor/opt-checkout remote: small .save_info()/.get_checksum() cleanup by efiop
🛠️ Merge pull request #2854 from pared/2711_2 RemoteNotSpecifiedInExternalRepoError: dont pass cause of exception by efiop
🛠️ NoRemoteInExternalRepoError: dont pass cause of exception by pared
🛠️ Update version.py by efiop
🛠️ Merge pull request #2856 from peper0/master Possible fix for #2850. by efiop
🛠️ Merge pull request #2821 from kaiogu/master remote: fix remote default call with no arguments by efiop
🛠️ Merge pull request #2855 from skshetry/fix-typo Fix typos by efiop
🛠️ Change logging to print Python logging recommends using print instead of logging for ordinary output of command line program. Also changed the test to reflect this. by kaiogu
🛠️ Possible fix for #2850. by peper0
🛠️ Undo last commit Turns out that the argument was needed after all by kaiogu
🛠️ Fix typos by skshetry
🛠️ Remove unused argument by kaiogu
🛠️ remote: add test case to show default by kaiogu
🛠️ Merge pull request #2842 from skshetry/fix-typo Fix typo and grammar by efiop
🛠️ dvc: fix grammar in PR template by skshetry
🛠️ dvc: fix typo in data_cloud.py module docstring by skshetry


CONTRIBUTORS

Last week there were 9 contributors.
👤 efiop
👤 Suor
👤 mroutis
👤 pared
👤 MaxRis
👤 danihodovic
👤 kaiogu
👤 peper0
👤 skshetry


STARGAZERS

Last week there were 47 stagazers.
jaredsampson
kiranparajuli589
ngould
leehanchung
laishzh
s-cosseddu
mikegerber
gitE0Z9
alexandercbooth
jm-gutierrezh
jlhbaseball15
benmcp
santanu23
TheJacobKim
alanapost
lyastro
Rotendahl
potockyt
TheMushrr00m
Guillawme
swirlingsand
tabatahg
tonedo
antoan2
peper0
btel
Samll-Kosmos
hzlmn
pranz24
adamantnz
hurshd0
JwayCube
danielvelara
ProudCule
fillerInk
tangzhenyu
Luke31
hvaara
ckaelig
justinshaohi
meysam81
icks
shipmints
kacmak7
CruiseDevice
Ani-beep
bogdad
You all are the stars! 🌟


RELEASES

Last week there was 1 release.
🚀 0.71.0 0.71.0


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