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 (16 February, 2020 - 23 February, 2020) #3387

Closed
weekly-digest bot opened this issue Feb 23, 2020 · 0 comments
Closed

Weekly Digest (16 February, 2020 - 23 February, 2020) #3387

weekly-digest bot opened this issue Feb 23, 2020 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Feb 23, 2020

Here's the Weekly Digest for iterative/dvc:


ISSUES

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

OPEN ISSUES

💚 #3383 get rid of show_checksum arg for Repo cloud APIs, by shcheklein
💚 #3382 gdrive: a pair of cleanup refactors (upstream branch), by Suor
💚 #3381 address dvc list review from Jorge, by efiop
💚 #3380 docs: update badges, by casperdcl
💚 #3379 docs: citation, by casperdcl
💚 #3378 [WIP] erepo: fix relative urls for remotes (#2756), by tizoc
💚 #3377 Failure to pull after importing a git repo, by charlesbaynham
💚 #3375 Remove cache dirs when using gc, by pared
💚 #3372 Telemetrics daemon is creepy and broken, by nagisa
💚 #3371 get/import: add method to find an output in a remote when no default remote is set?, by jorgeorpinel
💚 #3370 multiple instances of DVC can repro the same stage file in the same git repo at the same time. is it expected ?, by Ykid
💚 #3369 dvc get/import support for subrepos, by ehutt
💚 #3366 Consider moving sqlite file outside of repository, by dmpetrov
💚 #3364 Misclassification of binary files as text files, by kevlar1818
💚 #3362 Previous import stage disappears on import failure, by skshetry
💚 #3359 Not pushing when there are empty md5 clauses in any DVC-file, by adrianohrl
💚 #3357 tweak CC and DS settings, by efiop
💚 #3356 --show-json support for dvc metrics show, by DavidGOrtega
💚 #3355 remove: implement a --cache option/behavior?, by jorgeorpinel
💚 #3354 metrics diff: support numeric string delta for json metrics, by DavidGOrtega
💚 #3353 TypeError: 'Stage' object is not iterable, by vernt
💚 #3352 api: docstring updates, by jorgeorpinel
💚 #3351 list: colorize output, by JIoJIaJIu
💚 #3348 external_repo doesn't support symlinks, by JIoJIaJIu
💚 #3347 colorize output for command dvc list, by JIoJIaJIu
💚 #3345 dont disable existing loggers when dvc is set up, by ttekampe
💚 #3344 dvc disables logging of other packages, by ttekampe
💚 #3341 adding external data on S3 fails, by shcheklein

CLOSED ISSUES

❤️ #3376 [WIP] gdrive: a pair of cleanup refactors, by Suor
❤️ #3374 completion: bash: properly recurse targets, by casperdcl
❤️ #3373 metadata: add Zenodo, tidy badges and keywords, by casperdcl
❤️ #3368 test: repro: prevent dvc.stages resetting, by efiop
❤️ #3367 completion: bash: allow multi-arg completion, minor tidy, by casperdcl
❤️ #3365 Stage: fix used_cache warning on no checksum, by pared
❤️ #3363 gc: make it safer by only activating by use of certain flags, by skshetry
❤️ #3361 completion: bash: handle subdirs, by casperdcl
❤️ #3360 Fix bash completion, by casperdcl
❤️ #3358 dvc diff includes folders, by DavidGOrtega
❤️ #3350 external_repo: fix bug in path resolution, by efiop
❤️ #3349 Stage: create: reset repo when removing existing stage, by pared
❤️ #3346 Restyle dont disable existing loggers when dvc is set up, by restyled-io[bot]
❤️ #3343 remotes.http: Support dvc push for http remotes, by pmrowla

LIKED ISSUE

👍 #3374 completion: bash: properly recurse targets, by casperdcl
It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x1.

NOISY ISSUE

🔈 #3349 Stage: create: reset repo when removing existing stage, by pared
It received 13 comments.


PULL REQUESTS

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

UPDATED PULL REQUEST

Last week, 9 pull requests were updated.
💛 #3382 gdrive: a pair of cleanup refactors (upstream branch), by Suor
💛 #3380 docs: update badges, by casperdcl
💛 #3378 [WIP] erepo: fix relative urls for remotes (#2756), by tizoc
💛 #3352 api: docstring updates, by jorgeorpinel
💛 #3351 list: colorize output, by JIoJIaJIu
💛 #3345 dont disable existing loggers when dvc is set up, by ttekampe
💛 #3315 git: quote filenames at remind_to_track, by mroutis
💛 #3264 utils: more robust text file detection on checksum, by kevlar1818
💛 #3257 SCM: allow multiple DVC repos inside single SCM repo, by pared

MERGED PULL REQUEST

Last week, 15 pull requests were merged.
💜 #3374 completion: bash: properly recurse targets, by casperdcl
💜 #3373 metadata: add Zenodo, tidy badges and keywords, by casperdcl
💜 #3368 test: repro: prevent dvc.stages resetting, by efiop
💜 #3367 completion: bash: allow multi-arg completion, minor tidy, by casperdcl
💜 #3365 Stage: fix used_cache warning on no checksum, by pared
💜 #3363 gc: make it safer by only activating by use of certain flags, by skshetry
💜 #3360 Fix bash completion, by casperdcl
💜 #3350 external_repo: fix bug in path resolution, by efiop
💜 #3349 Stage: create: reset repo when removing existing stage, by pared
💜 #3343 remotes.http: Support dvc push for http remotes, by pmrowla
💜 #3335 ui: fix missing progress & tidy, by casperdcl
💜 #3322 term: avoid "under X control" and other help output updates, by jorgeorpinel
💜 #3309 get/import: retrieve files inside directory outs, by mroutis
💜 #3308 get/import: updates output strings, et al., by jorgeorpinel
💜 #3306 logger: refactor, remove dead code, by mroutis


COMMITS

Last week there were 24 commits.
🛠️ [gc: make it safer by only activating by use of certain flags (#3363) * gc: make it safer by only activating by use of certain flags

Previous plain gc is now not supported. The same behavior can be trigger by
gc -w or gc --workspace. When --all-{tags, commits, branches} are
specified, it will work as if -w is also specified (same as before).

  • uploaded files are sent as chunked encoding POST data

Fixes #3247

  • remote.http: add support for HTTP basic and digest auth
  • username, password, ask_password options work the same way as for
    ssh remotes
  • basic_auth (bool) and digest_auth (bool) options added for http(s)
    remotes
  • digest_auth takes precedence over basic_auth if both are enabled
  • remote.http: auth_method() unit tests

  • tests: Add functional tests for HTTP remotes

  • HTTP remotes now tested locally using a SimpleHTTPServer instance that
    allows reading/writing to a temp directory
  • tests: fix http tests on py3.5, 3.6

  • remote.http: add custom auth method

  • s/custom_header/custom_auth_header/

  • Apply suggestions from code review

Co-Authored-By: Saugat Pachhai suagatchhetri@outlook.com
Co-Authored-By: Ruslan Kuprieiev kupruser@gmail.com

Co-authored-by: Saugat Pachhai suagatchhetri@outlook.com
Co-authored-by: Ruslan Kuprieiev kupruser@gmail.com](68e543f) by pmrowla
🛠️ [completion: bash: properly recurse targets (#3374) * completion: bash: properly recurse commands

TODO: subcommands

Fixes #2978

Fixes #1923

Fixes #3332

Co-authored-by: Ruslan Kuprieiev kupruser@gmail.com](a663971) by jorgeorpinel
🛠️ [term: avoid "under X control" and other help output updates (#3322) * get/import: update cmd and url arg descs with correct behavior

Close #2458


CONTRIBUTORS

Last week there were 7 contributors.
👤 skshetry
👤 pared
👤 pmrowla
👤 casperdcl
👤 efiop
👤 jorgeorpinel
👤 mroutis


STARGAZERS

Last week there were 53 stagazers.
GongXu
gauravkanoongo
charlesbaynham
mwang87
TianzhongSong
hausenism
andrewwxy
metrofun
humandotlearning
DhiaTN
lukts30
pgagarinov
jnikhilreddy
PWhiddy
lbin
ngbinh
akrisanov
cperales
joaopedrocsa
jaipradeesh
briangottfried
absaravanan
spinx
alessandroconti97
fijimunkii
dtsbourg
rlazoti
elben10
adkdev
jc628
raja-1996
long-nguyenxuan
Shifu-Engineer
SinKinn
nithiroj
ohahohah
elgehelge
huongdp
michelav
ehutt
andronovhopf
steveosoule
baozidai
mahdiqb
ajdabrowski
tizoc
TravisYeah
kevhill
vladpunko
dmitry
gabrielcbenedito
polischouckserg
lbraun
You all are the stars! 🌟


RELEASES

Last week there were 6 releases.
🚀 0.86.5 0.86.5
🚀 0.86.4 0.86.4
🚀 0.86.3 0.86.3
🚀 0.86.2 0.86.2
🚀 0.86.1 0.86.1
🚀 0.86.0 0.86.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