-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
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).
- tests: adjust gc to use workspace on test_repro](5101bf1) by skshetry
🛠️ Stage: get checksum from repo if no checksum in stage file (#3365) by pared
🛠️ [remotes.http: Support dvc push for http remotes (remotes.http: Support dvc push for http remotes #3343) * remote.http: support _upload() via HTTP POST
- 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
-
completion: bash: add subcommand path completion
-
completion: bash: comments](411057d) by casperdcl
🛠️ [metadata: add Zenodo, tidy badges and keywords (metadata: add Zenodo, tidy badges and keywords #3373) * docs: add Zenodo badge -
docs: fix rst image syntax
-
docs: collect and re-use badges
-
metadata: add zenodo
Fixes #2978
-
metadata: sync keywords
-
docs: add citation in readme
-
docs: one-line badges](ae99e1b) by casperdcl
🛠️ dvc: bump to 0.86.5 by efiop
🛠️ dvc: bump to 0.86.4 by efiop
🛠️ test: repro: prevent dvc.stages resetting (#3368) by efiop
🛠️ dvc: bump to 0.86.3 by efiop
🛠️ completion: bash: allow multi-arg completion, minor tidy (#3367) by casperdcl
🛠️ Stage: create: reset repo after new stage creation (#3349) by pared
🛠️ [Fix bash completion (Fix bash completion #3360) * completion: safer function names -
completion: fix missing expansions
Fixes #1923
-
complete: bash: all filenames
-
complete: bash: DVC-files
-
complete: bash: safer and quicker opts](a9161af) by casperdcl
🛠️ [ui: fix missing progress & tidy (ui: fix missing progress & tidy #3335) * ui: show missing progress
Fixes #3332
-
ui: more verbose progress
-
remote: base: back to no_progres_bar=True](37de65f) by casperdcl
🛠️ dvc: bump to 0.86.2 by efiop
🛠️ external_repo: fix bug in path resolution (#3350) by efiop
🛠️ setup.py: remove gitdb2 dependency and update gitpython by efiop
🛠️ setup: fix gitpython version by efiop
🛠️ [get/import: updates output strings, et al. (get/import: updates output strings, et al. #3308) * get/import: update cmd and url arg descs with correct behavior -
get/import: update path arg desc as well (See previous commit)
-
get/imp: udpate help output with simpler terms
per get/import: they don't work with any DVC project, only DVC repos (as well as Git repos) #3277 (review) -
api: url->URL in a docstring
-
metrics show: update help output per
per add docs for dvc metrics diff dvc.org#933 (review) -
diff: update
diffandmetrics diffhelp desc to match docs
per add docs for dvc metrics diff dvc.org#933 (review) -
diff: update autocomplete scripts
per get/import: updates output strings, et al. #3308 (comment) -
diff: update help output again
per add docs for dvc metrics diff dvc.org#933 (review) -
diff/metrics diff: update help output yet again
per add docs for dvc metrics diff dvc.org#933 (comment)
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
-
get/import: update path arg desc as well (See previous commit)
-
get/imp: udpate help output with simpler terms
per get/import: they don't work with any DVC project, only DVC repos (as well as Git repos) #3277 (review) -
api: url->URL in a docstring
-
metrics show: update help output per
per add docs for dvc metrics diff dvc.org#933 (review) -
diff: update
diffandmetrics diffhelp desc to match docs
per add docs for dvc metrics diff dvc.org#933 (review) -
diff: update autocomplete scripts
per get/import: updates output strings, et al. #3308 (comment) -
diff: update help output again
per add docs for dvc metrics diff dvc.org#933 (review) -
diff/metrics diff: update help output yet again
per add docs for dvc metrics diff dvc.org#933 (comment) -
term" under X control -> tracked by X](b23f43a) by jorgeorpinel
🛠️ dvc: bump to 0.86.1 by efiop
🛠️ setup.py: limit gitpython version https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=122147&view=logs&jobId=4f922444-fdfe-5dcf-b824-02f86439ef14&j=4f922444-fdfe-5dcf-b824-02f86439ef14&t=937c195f-508d-5135-dc9f-d4b5730df0f7 by efiop
🛠️ dvc: bump to 0.86.0 by efiop
🛠️ [get/import: retrieve files inside directory outs (get/import: retrieve files inside directory outs #3309) * get/import: retrieve files inside directory outs
Close #2458
- fs: move, fspath_py35 -> fspath](57d0219) by mroutis
🛠️ [logger: refactor, remove dead code (logger: refactor, remove dead code #3306) * Remove dead code - Rename _walk_exc to _causes, simplify it
- Split up stack trace and remove extra \n
- Import traceback only when needed](8492786) by mroutis
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. 📆