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

feat(storage-provider): upload a file and download CARv2 #115

Merged
merged 31 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
eba617d
feat: work in progress upload
cernicc Jun 28, 2024
92279f2
fix: taplo
cernicc Jun 28, 2024
fe2f5cf
feat: wip
cernicc Jun 28, 2024
4ddade0
fix: remove mut
cernicc Jun 28, 2024
95d4ffd
fix: filestore future Send
cernicc Jul 2, 2024
e1193b2
fix: mater future should be Send
cernicc Jul 3, 2024
68db3f1
feat: car file upload & download
cernicc Jul 4, 2024
9b6e06d
feat: add a question
cernicc Jul 4, 2024
1e419b7
Merge remote-tracking branch 'origin/develop' into feat/98/rpc-method…
cernicc Jul 4, 2024
fde6fb8
feat: move dependencies to the workspace
cernicc Jul 4, 2024
f9d28b3
fix: remove comment
cernicc Jul 4, 2024
097133c
fix(mater): partially revert filestore changes
jmg-duarte Jul 4, 2024
d2894c7
fix: taplo fmt
cernicc Jul 4, 2024
31bc9ef
feat: rename utils to async_varint
cernicc Jul 4, 2024
31504e9
fix: pr related changes
cernicc Jul 4, 2024
d7b7613
fix: refactor shutdown mechanism
cernicc Jul 5, 2024
2f197ff
fix: small change
cernicc Jul 5, 2024
a10c7ae
Merge branch 'develop' into feat/98/rpc-method-to-upload-the-file
cernicc Jul 5, 2024
033073c
fix: remove unused import
cernicc Jul 5, 2024
e5edc44
Merge branch 'develop' into feat/98/rpc-method-to-upload-the-file
cernicc Jul 5, 2024
05e0662
fix: pr related suggestions
cernicc Jul 5, 2024
1ca53ac
style: clippy
jmg-duarte Jul 5, 2024
0ede48b
feat: split storage server to a different commaand & add Dockerfile
cernicc Jul 8, 2024
02e4fbb
fix: some changes
cernicc Jul 8, 2024
fa02462
Merge branch 'develop' into feat/98/rpc-method-to-upload-the-file
cernicc Jul 8, 2024
d0a7cf6
fix: after merge develop
cernicc Jul 8, 2024
e6e97cc
chore: remove Serhii from owners
cernicc Jul 8, 2024
1792502
chore: remove Dockerfile and markdown
cernicc Jul 8, 2024
635bad9
fix: pr related changes
cernicc Jul 8, 2024
3976c64
fix: some pr related changes
cernicc Jul 8, 2024
505c11c
fix: some comments
cernicc Jul 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Any change in the repo requests review from the dev team
* @cernicc @th7nder @serg-temchenko @jmg-duarte @aidan46

- @cernicc @th7nder @jmg-duarte @aidan46
Loading