We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's the Weekly Digest for iterative/dvc.org:
Last week 21 issues were created. Of these, 10 issues have been closed and 11 issues are still open.
💚 #864 cmd ref: add checkout --relink option, by Suor 💚 #862 DVC in production use cases, by dmpetrov 💚 #861 improve formatting aspect of contribution process, by efiop 💚 #860 document us releasing locks on dvc run, by efiop 💚 #859 Document for local repo cache import fix, by maykulkarni 💚 #858 add docs about hardlink_lock config option, by efiop 💚 #857 SEO: individual content previews for DVC pages, by jorgeorpinel 💚 #856 nav: search engines can't crawl the site because NextLink's don't SSR, by jorgeorpinel 💚 #855 emojis: add some symbols to improve docs, by jorgeorpinel 💚 #854 Node console errors/warnings, by jorgeorpinel 💚 #850 contrib: extract OSS/Docker section from remote add cmd ref, by jorgeorpinel
formatting
dvc run
hardlink_lock
❤️ #863 Google Project account can be different from user's Google Drive account., by MaxRis ❤️ #853 Fix client navigation for links with hashes, by iAdramelk ❤️ #851 Docs about extended S3 remote support for custom ACL, by rbvesb ❤️ #849 links to subsections don't work on contributing page, by Suor ❤️ #848 term: don't mix quoted text (notes) with bold "Note!" remarks, by jorgeorpinel ❤️ #847 navigation with anchors through back/forward buttons does not properly work, by shcheklein ❤️ #846 Regular doc updates (early Dec), by jorgeorpinel ❤️ #845 Fix Katacoda button line-break, by iAdramelk ❤️ #844 docs: add writing tests section to contributing guide, by Suor ❤️ #843 contributing docs are not actionable enough, by Suor
👍 #851 Docs about extended S3 remote support for custom ACL, by rbvesb It received 👍 x3, 😄 x0, 🎉 x0 and ❤️ x0.
🔈 #843 contributing docs are not actionable enough, by Suor It received 9 comments.
Last week, 15 pull requests were created, updated or merged.
Last week, 4 pull requests were updated. 💛 #864 cmd ref: add checkout --relink option, by Suor 💛 #859 Document for local repo cache import fix, by maykulkarni 💛 #832 run: add a clarification about --always-changed and "callback" DVC-files, by efiop 💛 #818 use-cases: second iteration of Data Registry case, by jorgeorpinel
Last week, 11 pull requests were merged. 💜 #863 Google Project account can be different from user's Google Drive account., by MaxRis 💜 #853 Fix client navigation for links with hashes, by iAdramelk 💜 #851 Docs about extended S3 remote support for custom ACL, by rbvesb 💜 #846 Regular doc updates (early Dec), by jorgeorpinel 💜 #845 Fix Katacoda button line-break, by iAdramelk 💜 #844 docs: add writing tests section to contributing guide, by Suor 💜 #840 Update config.md for more clarity, by maykulkarni 💜 #834 Docs SSR, by iAdramelk 💜 #833 gdrive support, by MaxRis 💜 #831 Add docs about pager in the pipeline command, by xliiv 💜 #821 get: add example on downloading normal git files, by danihodovic
Last week there were 65 commits. 🛠️ download: update to 0.77.3 by efiop 🛠️ Merge pull request #863 from MaxRis/update-gdrive-doc Google Project account can be different from user's Google Drive account. by shcheklein 🛠️ Google Project account can be different from user's Google Drive account. by MaxRis 🛠️ Merge pull request #851 from rbvesb/dvc-s3-acl Docs about extended S3 remote support for custom ACL by shcheklein 🛠️ Merge pull request #840 from maykulkarni/patch-1 Update config.md for clarity by jorgeorpinel 🛠️ fixup! Docs about extended S3 remote support for custom ACL by rbvesb 🛠️ Update config.md by maykulkarni 🛠️ Update config.md by maykulkarni 🛠️ Merge pull request #846 from iterative/jorgeorpinel Regular doc updates (early Dec) by jorgeorpinel 🛠️ revert .github/PULL_REQUEST_TEMPLATE.md auto formatting by jorgeorpinel 🛠️ cmd ref: addressed misc. feedback for PR #846 by jorgeorpinel 🛠️ cmd ref: revise yellow ! notes per https://github.com/iterative/dvc.org/pull/846#pullrequestreview-330249467 by jorgeorpinel 🛠️ cmd ref: remove outdated note about pyarrow in remote add per https://github.com/iterative/dvc.org/pull/846#pullrequestreview-330064610 by jorgeorpinel 🛠️ back ticks for dvc and H for "GitHub" per https://github.com/iterative/dvc.org/pull/831#discussion_r356882725 by jorgeorpinel 🛠️ Merge branch 'master' into jorgeorpinel by jorgeorpinel 🛠️ Merge pull request #831 from xliiv/2807-use-pager Add docs about pager in the pipeline command by shcheklein 🛠️ More review updates by xliiv 🛠️ Update the link in --ascii option in pipline command by xliiv 🛠️ Remove custom pager section and 2 redundant lines by xliiv 🛠️ Fix typos by xliiv 🛠️ Apply code review comments by xliiv 🛠️ rewrap server.js comment by jorgeorpinel 🛠️ term: finish reviewing bold notes in docs, adds some more emojis to finish #848, and advance #855 by jorgeorpinel 🛠️ term: more note and emojis reviews by jorgeorpinel 🛠️ term: remove some bold notes in quotes, add some emojis for #848 and #855 by jorgeorpinel 🛠️ Merge pull request #853 from iterative/gf-fix_#849_anchor-links-in-next Fix client navigation for links with hashes by shcheklein 🛠️ Fix bug with hashes in urls by iAdramelk 🛠️ Disable SSR fro links in markdown by iAdramelk 🛠️ Docs about extended S3 remote support for custom ACL Besides AWS boto3 extra_arg ACL (x-amz-acl header), there four more that could be used to grant specific permissions to specific grantees on the uploaded object. These headers are: - x-amz-grant-full-control with boto3's extra_arg GrantFullControl - x-amz-grant-read with boto3's extra_arg GrantRead - x-amz-grant-read-acp with boto3's extra_arg GrantReadACP - x-amz-grant-write-acp with boto3's extra_arg GrantWriteACP As ACL (x-amz-acl header) is limited to be used with predefined canned ACLs, adding support for the aformentioned headers will help in applying more customized persmissions solutions according to different project needs. References: - https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#permissions - https://boto3.amazonaws.com/v1/documentation/api/latest/reference/customizations/s3.html#boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS - https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectAcl.html by rbvesb 🛠️ SEO: expand list of remotes in main landing page meta info per https://github.com/iterative/dvc.org/pull/846#pullrequestreview-329431223 by jorgeorpinel 🛠️ cmd ref: clarify around term "download" in get and import Fix #825 by jorgeorpinel 🛠️ use-cases: address pending feedback from iterative/dvc.org/pull/821 Specifically https://github.com/iterative/dvc.org/pull/821#pullrequestreview-324417528 by jorgeorpinel 🛠️ Merge branch 'master' into jorgeorpinel by jorgeorpinel 🛠️ add a few command to highlighter by shcheklein 🛠️ cmd ref: link to settings header in remote modify text per https://github.com/iterative/dvc.org/pull/846#pullrequestreview-329440161 by jorgeorpinel 🛠️ term: improve note about "local remote" by jorgeorpinel 🛠️ remote: use consistent order and terminology for remote types per https://github.com/iterative/dvc.org/pull/833#pullrequestreview-328534913 by jorgeorpinel 🛠️ Run yarn prettier by xliiv 🛠️ Improve the custom pager example by xliiv 🛠️ user-guide: change note about GDrive access token per https://github.com/iterative/dvc.org/pull/833#pullrequestreview-328534908 by jorgeorpinel 🛠️ Merge pull request #821 from danihodovic/docs/dvc-get-normal-file get: add example on downloading normal git files by jorgeorpinel 🛠️ Add a sub-section about custom pager on Windows page by xliiv 🛠️ Add $ to code snippets by xliiv 🛠️ Link the paging the output section in options and example by xliiv 🛠️ user-guide: improve doc contrib guide instructions for #843 by jorgeorpinel 🛠️ Small updates 1. add dvc or bash to code blocks 2. remove a reference of WASD 3. replace a code comment with a paragraph by xliiv 🛠️ Merge branch 'master' into jorgeorpinel by jorgeorpinel 🛠️ Update docs.md by shcheklein 🛠️ Update docs.md by shcheklein 🛠️ Merge pull request #844 from Suor/writing-tests docs: add writing tests section to contributing guide by shcheklein 🛠️ Update core.md by shcheklein 🛠️ Merge pull request #834 from iterative/docs-ssr Docs SSR by shcheklein 🛠️ Merge pull request #845 from iterative/fix-katacoda-button Fix Katacoda button line-break by shcheklein 🛠️ Fix Katacoda button line-break by iAdramelk 🛠️ Close menu on navigation on mobile by iAdramelk 🛠️ docs: add writing tests section to contributing guide by Suor 🛠️ Update modify.md by shcheklein 🛠️ Merge pull request #833 from MaxRis/gdrive-remote gdrive support by shcheklein 🛠️ download: update to 0.75.0 by efiop 🛠️ Fix the enabling pager link in pipeline show by xliiv 🛠️ Run yarn prettier --write .. for changed files by xliiv 🛠️ Move the Paging the output section before the examples by xliiv 🛠️ Add info about less tool arguments in pipeline show by xliiv 🛠️ Wrap the pager content in pipeline show with a sub-section by xliiv 🛠️ Add a section how to install pager on Windows by xliiv
dvc
ACL
x-amz-acl
x-amz-grant-full-control
GrantFullControl
x-amz-grant-read
GrantRead
x-amz-grant-read-acp
GrantReadACP
x-amz-grant-write-acp
GrantWriteACP
yarn prettier
$
pipeline show
yarn prettier --write ..
Last week there were 9 contributors. 👤 efiop 👤 shcheklein 👤 MaxRis 👤 jorgeorpinel 👤 rbvesb 👤 maykulkarni 👤 xliiv 👤 iAdramelk 👤 Suor
Last week there were 2 stagazers. ⭐ marrodion ⭐ rstuven You all are the stars! 🌟
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository iterative/dvc.org to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
Your Weekly Digest bot. 📆
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's the Weekly Digest for iterative/dvc.org:
ISSUES
Last week 21 issues were created.
Of these, 10 issues have been closed and 11 issues are still open.
OPEN ISSUES
💚 #864 cmd ref: add checkout --relink option, by Suor
💚 #862 DVC in production use cases, by dmpetrov
💚 #861 improve
formatting
aspect of contribution process, by efiop💚 #860 document us releasing locks on
dvc run
, by efiop💚 #859 Document for local repo cache import fix, by maykulkarni
💚 #858 add docs about
hardlink_lock
config option, by efiop💚 #857 SEO: individual content previews for DVC pages, by jorgeorpinel
💚 #856 nav: search engines can't crawl the site because NextLink's don't SSR, by jorgeorpinel
💚 #855 emojis: add some symbols to improve docs, by jorgeorpinel
💚 #854 Node console errors/warnings, by jorgeorpinel
💚 #850 contrib: extract OSS/Docker section from remote add cmd ref, by jorgeorpinel
CLOSED ISSUES
❤️ #863 Google Project account can be different from user's Google Drive account., by MaxRis
❤️ #853 Fix client navigation for links with hashes, by iAdramelk
❤️ #851 Docs about extended S3 remote support for custom ACL, by rbvesb
❤️ #849 links to subsections don't work on contributing page, by Suor
❤️ #848 term: don't mix quoted text (notes) with bold "Note!" remarks, by jorgeorpinel
❤️ #847 navigation with anchors through back/forward buttons does not properly work, by shcheklein
❤️ #846 Regular doc updates (early Dec), by jorgeorpinel
❤️ #845 Fix Katacoda button line-break, by iAdramelk
❤️ #844 docs: add writing tests section to contributing guide, by Suor
❤️ #843 contributing docs are not actionable enough, by Suor
LIKED ISSUE
👍 #851 Docs about extended S3 remote support for custom ACL, by rbvesb
It received 👍 x3, 😄 x0, 🎉 x0 and ❤️ x0.
NOISY ISSUE
🔈 #843 contributing docs are not actionable enough, by Suor
It received 9 comments.
PULL REQUESTS
Last week, 15 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 4 pull requests were updated.
💛 #864 cmd ref: add checkout --relink option, by Suor
💛 #859 Document for local repo cache import fix, by maykulkarni
💛 #832 run: add a clarification about --always-changed and "callback" DVC-files, by efiop
💛 #818 use-cases: second iteration of Data Registry case, by jorgeorpinel
MERGED PULL REQUEST
Last week, 11 pull requests were merged.
💜 #863 Google Project account can be different from user's Google Drive account., by MaxRis
💜 #853 Fix client navigation for links with hashes, by iAdramelk
💜 #851 Docs about extended S3 remote support for custom ACL, by rbvesb
💜 #846 Regular doc updates (early Dec), by jorgeorpinel
💜 #845 Fix Katacoda button line-break, by iAdramelk
💜 #844 docs: add writing tests section to contributing guide, by Suor
💜 #840 Update config.md for more clarity, by maykulkarni
💜 #834 Docs SSR, by iAdramelk
💜 #833 gdrive support, by MaxRis
💜 #831 Add docs about pager in the pipeline command, by xliiv
💜 #821 get: add example on downloading normal git files, by danihodovic
COMMITS
Last week there were 65 commits.
🛠️ download: update to 0.77.3 by efiop
🛠️ Merge pull request #863 from MaxRis/update-gdrive-doc Google Project account can be different from user's Google Drive account. by shcheklein
🛠️ Google Project account can be different from user's Google Drive account. by MaxRis
🛠️ Merge pull request #851 from rbvesb/dvc-s3-acl Docs about extended S3 remote support for custom ACL by shcheklein
🛠️ Merge pull request #840 from maykulkarni/patch-1 Update config.md for clarity by jorgeorpinel
🛠️ fixup! Docs about extended S3 remote support for custom ACL by rbvesb
🛠️ Update config.md by maykulkarni
🛠️ Update config.md by maykulkarni
🛠️ Merge pull request #846 from iterative/jorgeorpinel Regular doc updates (early Dec) by jorgeorpinel
🛠️ revert .github/PULL_REQUEST_TEMPLATE.md auto formatting by jorgeorpinel
🛠️ cmd ref: addressed misc. feedback for PR #846 by jorgeorpinel
🛠️ cmd ref: revise yellow ! notes per https://github.com/iterative/dvc.org/pull/846#pullrequestreview-330249467 by jorgeorpinel
🛠️ cmd ref: remove outdated note about pyarrow in remote add per https://github.com/iterative/dvc.org/pull/846#pullrequestreview-330064610 by jorgeorpinel
🛠️ back ticks for
dvc
and H for "GitHub" per https://github.com/iterative/dvc.org/pull/831#discussion_r356882725 by jorgeorpinel🛠️ Merge branch 'master' into jorgeorpinel by jorgeorpinel
🛠️ Merge pull request #831 from xliiv/2807-use-pager Add docs about pager in the pipeline command by shcheklein
🛠️ More review updates by xliiv
🛠️ Update the link in --ascii option in pipline command by xliiv
🛠️ Remove custom pager section and 2 redundant lines by xliiv
🛠️ Fix typos by xliiv
🛠️ Apply code review comments by xliiv
🛠️ rewrap server.js comment by jorgeorpinel
🛠️ term: finish reviewing bold notes in docs, adds some more emojis to finish #848, and advance #855 by jorgeorpinel
🛠️ term: more note and emojis reviews by jorgeorpinel
🛠️ term: remove some bold notes in quotes, add some emojis for #848 and #855 by jorgeorpinel
🛠️ Merge pull request #853 from iterative/gf-fix_#849_anchor-links-in-next Fix client navigation for links with hashes by shcheklein
🛠️ Fix bug with hashes in urls by iAdramelk
🛠️ Disable SSR fro links in markdown by iAdramelk
🛠️ Docs about extended S3 remote support for custom ACL Besides AWS boto3 extra_arg
ACL
(x-amz-acl
header), there four more that could be used to grant specific permissions to specific grantees on the uploaded object. These headers are: -x-amz-grant-full-control
with boto3's extra_argGrantFullControl
-x-amz-grant-read
with boto3's extra_argGrantRead
-x-amz-grant-read-acp
with boto3's extra_argGrantReadACP
-x-amz-grant-write-acp
with boto3's extra_argGrantWriteACP
AsACL
(x-amz-acl
header) is limited to be used with predefined canned ACLs, adding support for the aformentioned headers will help in applying more customized persmissions solutions according to different project needs. References: - https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#permissions - https://boto3.amazonaws.com/v1/documentation/api/latest/reference/customizations/s3.html#boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS - https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectAcl.html by rbvesb🛠️ SEO: expand list of remotes in main landing page meta info per https://github.com/iterative/dvc.org/pull/846#pullrequestreview-329431223 by jorgeorpinel
🛠️ cmd ref: clarify around term "download" in get and import Fix #825 by jorgeorpinel
🛠️ use-cases: address pending feedback from iterative/dvc.org/pull/821 Specifically https://github.com/iterative/dvc.org/pull/821#pullrequestreview-324417528 by jorgeorpinel
🛠️ Merge branch 'master' into jorgeorpinel by jorgeorpinel
🛠️ add a few command to highlighter by shcheklein
🛠️ cmd ref: link to settings header in remote modify text per https://github.com/iterative/dvc.org/pull/846#pullrequestreview-329440161 by jorgeorpinel
🛠️ term: improve note about "local remote" by jorgeorpinel
🛠️ remote: use consistent order and terminology for remote types per https://github.com/iterative/dvc.org/pull/833#pullrequestreview-328534913 by jorgeorpinel
🛠️ Run
yarn prettier
by xliiv🛠️ Improve the custom pager example by xliiv
🛠️ user-guide: change note about GDrive access token per https://github.com/iterative/dvc.org/pull/833#pullrequestreview-328534908 by jorgeorpinel
🛠️ Merge pull request #821 from danihodovic/docs/dvc-get-normal-file get: add example on downloading normal git files by jorgeorpinel
🛠️ Add a sub-section about custom pager on Windows page by xliiv
🛠️ Add
$
to code snippets by xliiv🛠️ Link the paging the output section in options and example by xliiv
🛠️ user-guide: improve doc contrib guide instructions for #843 by jorgeorpinel
🛠️ Small updates 1. add dvc or bash to code blocks 2. remove a reference of WASD 3. replace a code comment with a paragraph by xliiv
🛠️ Merge branch 'master' into jorgeorpinel by jorgeorpinel
🛠️ Update docs.md by shcheklein
🛠️ Update docs.md by shcheklein
🛠️ Merge pull request #844 from Suor/writing-tests docs: add writing tests section to contributing guide by shcheklein
🛠️ Update core.md by shcheklein
🛠️ Merge pull request #834 from iterative/docs-ssr Docs SSR by shcheklein
🛠️ Merge pull request #845 from iterative/fix-katacoda-button Fix Katacoda button line-break by shcheklein
🛠️ Fix Katacoda button line-break by iAdramelk
🛠️ Close menu on navigation on mobile by iAdramelk
🛠️ docs: add writing tests section to contributing guide by Suor
🛠️ Update modify.md by shcheklein
🛠️ Merge pull request #833 from MaxRis/gdrive-remote gdrive support by shcheklein
🛠️ download: update to 0.75.0 by efiop
🛠️ Fix the enabling pager link in
pipeline show
by xliiv🛠️ Run
yarn prettier --write ..
for changed files by xliiv🛠️ Move the Paging the output section before the examples by xliiv
🛠️ Add info about less tool arguments in
pipeline show
by xliiv🛠️ Wrap the pager content in
pipeline show
with a sub-section by xliiv🛠️ Add a section how to install pager on Windows by xliiv
CONTRIBUTORS
Last week there were 9 contributors.
👤 efiop
👤 shcheklein
👤 MaxRis
👤 jorgeorpinel
👤 rbvesb
👤 maykulkarni
👤 xliiv
👤 iAdramelk
👤 Suor
STARGAZERS
Last week there were 2 stagazers.
⭐ marrodion
⭐ rstuven
You all are the stars! 🌟
RELEASES
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository iterative/dvc.org to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
The text was updated successfully, but these errors were encountered: