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

fix: 修复商店数据不能及时同步的问题 #239

Merged
merged 19 commits into from
Oct 29, 2024
Merged

Conversation

he0119
Copy link
Member

@he0119 he0119 commented Oct 28, 2024

尽可能将所有数据都交给 PublishInfo 进行验证并保存。
在拉取请求合并之后,将验证后得到的 PublishInfo 通过 client_payload 传递给 registry 仓库,并直接更新数据。

@he0119 he0119 requested a review from BigOrangeQWQ October 28, 2024 13:37
@github-actions github-actions bot added bug Something isn't working ci labels Oct 28, 2024
Copy link

codecov bot commented Oct 28, 2024

Codecov Report

Attention: Patch coverage is 86.60377% with 71 lines in your changes missing coverage. Please review.

Project coverage is 87.99%. Comparing base (404b6b9) to head (19c8bb7).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/providers/store_test/store.py 62.50% 21 Missing ⚠️
src/providers/models.py 89.80% 16 Missing ⚠️
src/providers/docker_test/__init__.py 81.96% 11 Missing ⚠️
src/plugins/github/plugins/publish/utils.py 81.57% 7 Missing ⚠️
src/plugins/github/models/issue.py 92.68% 3 Missing ⚠️
src/plugins/github/plugins/publish/validation.py 90.62% 3 Missing ⚠️
src/plugins/github/models/__init__.py 50.00% 2 Missing ⚠️
src/providers/store_test/validation.py 94.87% 2 Missing ⚠️
src/providers/validation/models.py 96.15% 2 Missing ⚠️
src/providers/validation/utils.py 85.71% 2 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #239      +/-   ##
==========================================
- Coverage   91.24%   87.99%   -3.26%     
==========================================
  Files          34       34              
  Lines        1508     1649     +141     
==========================================
+ Hits         1376     1451      +75     
- Misses        132      198      +66     

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

@he0119 he0119 marked this pull request as ready for review October 29, 2024 07:15
@he0119 he0119 merged commit a34ed37 into main Oct 29, 2024
7 of 8 checks passed
@he0119 he0119 deleted the fix/registry branch October 29, 2024 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant