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

Deno command line tools #3017

Merged
merged 35 commits into from
Apr 2, 2024
Merged

Deno command line tools #3017

merged 35 commits into from
Apr 2, 2024

Conversation

nellh
Copy link
Contributor

@nellh nellh commented Mar 19, 2024

Adds command line tools for upload and download using Deno.

Some known issues:

  • Hashing a dataset with a lot of annexed objects can take a while and doesn't show progress while hashing
  • Broken symlinks throw an error
  • Download only downloads git objects
  • Needs CI for deno tests

nellh added 26 commits March 18, 2024 16:02
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.31%. Comparing base (f07adfb) to head (ba3e27d).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3017   +/-   ##
=======================================
  Coverage   65.31%   65.31%           
=======================================
  Files         384      384           
  Lines       24670    24670           
  Branches      895      895           
=======================================
  Hits        16112    16112           
  Misses       8558     8558           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nellh nellh force-pushed the feature/deno-cli-uploader branch 2 times, most recently from 769389c to 9702490 Compare April 1, 2024 18:20
@nellh nellh force-pushed the feature/deno-cli-uploader branch from 9702490 to b47af16 Compare April 1, 2024 18:24
@nellh nellh force-pushed the feature/deno-cli-uploader branch from c32ef50 to ba3e27d Compare April 2, 2024 15:53
@nellh
Copy link
Contributor Author

nellh commented Apr 2, 2024

Merging this so I can publish it on deno.land and I'll break out the remaining issue as a new issue.

@nellh nellh merged commit c8471c2 into master Apr 2, 2024
10 of 11 checks passed
@nellh nellh deleted the feature/deno-cli-uploader branch April 2, 2024 16:05
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

Successfully merging this pull request may close these issues.

1 participant