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

remove redis sentinel patch from builder #21679

Merged
merged 3 commits into from
Mar 4, 2025

Conversation

MinerYang
Copy link
Contributor

Thank you for contributing to Harbor!

Since we will use harbor/distribution since release-2.13, the redis sentinel patch will be removed from builder.

@MinerYang MinerYang added release-note/update Update or Fix target/2.13.0 issues that are targeting v2.13.0 labels Feb 27, 2025
@MinerYang MinerYang requested a review from a team as a code owner February 27, 2025 09:33
Copy link

codecov bot commented Feb 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.28%. Comparing base (c8c11b4) to head (0a1f57f).
Report is 399 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #21679      +/-   ##
==========================================
+ Coverage   45.36%   46.28%   +0.92%     
==========================================
  Files         244      250       +6     
  Lines       13333    14133     +800     
  Branches     2719     2908     +189     
==========================================
+ Hits         6049     6542     +493     
- Misses       6983     7246     +263     
- Partials      301      345      +44     
Flag Coverage Δ
unittests 46.28% <ø> (+0.92%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 494 files with indirect coverage changes

Copy link
Contributor

@wy65701436 wy65701436 left a comment

Choose a reason for hiding this comment

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

lgtm

@@ -28,9 +28,6 @@ cur=$PWD
TEMP=`mktemp -d ${TMPDIR-/tmp}/distribution.XXXXXX`
git clone -b $VERSION $DISTRIBUTION_SRC $TEMP

# add patch redis
cd $TEMP
git apply $cur/redis.patch
cd $cur
Copy link
Contributor

Choose a reason for hiding this comment

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

this should be removed together.

Copy link
Member

@chlins chlins left a comment

Choose a reason for hiding this comment

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

lgtm

@reasonerjt reasonerjt merged commit fef9524 into goharbor:main Mar 4, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/update Update or Fix target/2.13.0 issues that are targeting v2.13.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants