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(oss api): support ceph oss #775

Merged
merged 30 commits into from
Oct 13, 2022
Merged

feat(oss api): support ceph oss #775

merged 30 commits into from
Oct 13, 2022

Conversation

wlwilliamx
Copy link
Contributor

@wlwilliamx wlwilliamx commented Aug 30, 2022

What this PR does:
Support ceph object gateway, so that we can use Layotto to store object into CEPH.

Which issue(s) this PR fixes:

Fixes #775

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Fit ceph object gateway, so that we can use Layotto to store object into CEPH.
Merge remote-tracking branch 'origin/main' into dev
@codecov
Copy link

codecov bot commented Aug 30, 2022

Codecov Report

Base: 60.39% // Head: 60.50% // Increases project coverage by +0.11% 🎉

Coverage data is based on head (fa62804) compared to base (15a9192).
Patch coverage: 58.29% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #775      +/-   ##
==========================================
+ Coverage   60.39%   60.50%   +0.11%     
==========================================
  Files         133      135       +2     
  Lines        8398     8807     +409     
==========================================
+ Hits         5072     5329     +257     
- Misses       2738     2825      +87     
- Partials      588      653      +65     
Impacted Files Coverage Δ
components/oss/aws/oss.go 59.93% <8.33%> (+7.59%) ⬆️
components/oss/option.go 58.87% <58.87%> (ø)
components/oss/ceph/oss.go 59.88% <59.88%> (ø)
components/oss/registry.go 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

components/oss/ceph/option.go Outdated Show resolved Hide resolved
spec/proto/extension/v1/s3/oss.pb.go Outdated Show resolved Hide resolved
components/oss/ceph/oss.go Outdated Show resolved Hide resolved
seeflood and others added 5 commits September 8, 2022 14:15
Move components/oss/ceph/option.go, components/oss/ceph/option_test.go, components/oss/aws/option.go and components/oss/aws/option_test.go to components/oss/
components/oss/oss.go Show resolved Hide resolved
components/oss/ceph/oss.go Show resolved Hide resolved
components/oss/ceph/oss.go Outdated Show resolved Hide resolved
@wenxuwan
Copy link
Member

wenxuwan commented Sep 21, 2022

please add ut case to fix the ut coverage

@wlwilliamx
Copy link
Contributor Author

please add ut case to fix the ut coverage

ok

cmd/layotto_multiple_api/main.go Outdated Show resolved Hide resolved
cmd/layotto_without_xds/main.go Outdated Show resolved Hide resolved
cmd/layotto/main.go Outdated Show resolved Hide resolved
Copy link
Member

@seeflood seeflood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. Thanks!

@seeflood
Copy link
Member

seeflood commented Oct 13, 2022

@wlwilliamx Hi, could u add docs in some other pull request?
We need:

Reference:
文档贡献指南
使用工具自动测试 Quickstart 文档

Copy link
Member

@wenxuwan wenxuwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@wlwilliamx
Copy link
Contributor Author

@wlwilliamx Hi, could u add docs in some other pull request? We need:

Reference: 文档贡献指南 使用工具自动测试 Quickstart 文档

ok!

@wlwilliamx
Copy link
Contributor Author

@wenxuwan @seeflood thanks !

@wenxuwan wenxuwan merged commit 4a40509 into mosn:main Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants