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: log upload/remove events #553

Merged
merged 2 commits into from
Aug 3, 2023
Merged

feat: log upload/remove events #553

merged 2 commits into from
Aug 3, 2023

Conversation

olenagerasimova
Copy link
Member

Closes #552

@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Merging #553 (54d5f8e) into master (560d6d6) will increase coverage by 0.01%.
The diff coverage is 90.60%.

@@             Coverage Diff              @@
##             master     #553      +/-   ##
============================================
+ Coverage     87.73%   87.75%   +0.01%     
- Complexity      466      486      +20     
============================================
  Files            52       53       +1     
  Lines          1884     1984     +100     
  Branches        163      180      +17     
============================================
+ Hits           1653     1741      +88     
- Misses          191      197       +6     
- Partials         40       46       +6     
Files Changed Coverage Δ
src/main/java/com/artipie/rpm/http/RpmSlice.java 0.00% <0.00%> (ø)
...rc/main/java/com/artipie/rpm/meta/PackageInfo.java 63.63% <63.63%> (ø)
src/main/java/com/artipie/rpm/http/RpmRemove.java 95.65% <92.30%> (-1.58%) ⬇️
...main/java/com/artipie/rpm/meta/XmlPrimaryMaid.java 93.75% <97.82%> (+2.84%) ⬆️
.../java/com/artipie/rpm/asto/AstoMetadataRemove.java 100.00% <100.00%> (ø)
...rc/main/java/com/artipie/rpm/asto/AstoRepoAdd.java 100.00% <100.00%> (ø)
...main/java/com/artipie/rpm/asto/AstoRepoRemove.java 100.00% <100.00%> (ø)
src/main/java/com/artipie/rpm/http/RpmUpload.java 96.07% <100.00%> (+0.95%) ⬆️
src/main/java/com/artipie/rpm/pkg/FilePackage.java 97.77% <100.00%> (ø)

... and 1 file with indirect coverage changes

@olenagerasimova
Copy link
Member Author

@dgarus please, review

Copy link
Contributor

@dgarus dgarus left a comment

Choose a reason for hiding this comment

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

Thanks! lgtm

@olenagerasimova olenagerasimova merged commit 3525edd into master Aug 3, 2023
10 checks passed
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.

Pass upload and remove events to queue
2 participants