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

file level service #69

Merged
merged 5 commits into from
Apr 9, 2024
Merged

file level service #69

merged 5 commits into from
Apr 9, 2024

Conversation

hopeyen
Copy link
Collaborator

@hopeyen hopeyen commented Apr 3, 2024

Description

Add file level service for those who only want to publish/share/download one file at a time

  • publisher and downloader uses --manifest-type to switch to file level mode
  • server can do both services with initial_bundles and initial_files, and manage availability and price through admin

Issue link (if applicable)

Resolves #39

Checklist

  • Are tests up-to-date with the new changes?
  • Are docs up-to-date with the new changes? (Open PR on docs repo if necessary)

@hopeyen hopeyen added size:medium Medium p2 Medium priority type:feature New or enhanced functionality labels Apr 3, 2024
@hopeyen hopeyen self-assigned this Apr 3, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8546412714

Details

  • 0 of 617 (0.0%) changed or added relevant lines in 16 files are covered.
  • 6 unchanged lines in 4 files lost coverage.
  • Overall coverage remained the same at 0.0%

Changes Missing Coverage Covered Lines Changed/Added Lines %
file-exchange/src/graphql/cost_query.rs 0 1 0.0%
file-exchange/src/main.rs 0 1 0.0%
file-exchange/src/test_util.rs 0 1 0.0%
file-service/src/config.rs 0 1 0.0%
file-exchange/src/manifest/store.rs 0 4 0.0%
file-exchange/src/config.rs 0 5 0.0%
file-exchange/src/graphql/status_query.rs 0 14 0.0%
file-service/src/file_server/cost.rs 0 14 0.0%
file-service/src/file_server/service.rs 0 19 0.0%
file-exchange/src/publisher/mod.rs 0 26 0.0%
Files with Coverage Reduction New Missed Lines %
file-exchange/src/graphql/status_query.rs 1 0.0%
file-service/src/file_server/service.rs 1 0.0%
file-exchange/src/publisher/mod.rs 1 0.0%
file-service/src/file_server/mod.rs 3 0.0%
Totals Coverage Status
Change from base Build 8471919592: 0.0%
Covered Lines: 0
Relevant Lines: 4301

💛 - Coveralls

@hopeyen hopeyen merged commit 1155f59 into dev Apr 9, 2024
5 checks passed
@hopeyen hopeyen deleted the hope/file-level-service branch April 9, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2 Medium priority size:medium Medium type:feature New or enhanced functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: Direct file level discovery and matching
2 participants