-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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: add acr ee support #19658
Feat: add acr ee support #19658
Conversation
0a6ec17
to
b3c42d6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #19658 +/- ##
===========================================
+ Coverage 45.36% 66.08% +20.71%
===========================================
Files 244 1049 +805
Lines 13333 114634 +101301
Branches 2719 2856 +137
===========================================
+ Hits 6049 75751 +69702
- Misses 6983 34741 +27758
- Partials 301 4142 +3841
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Thanks, @njucjc for your contribution. I have a couple of basic questions:
|
By the way, I fix some |
4942da0
to
efd7515
Compare
any comments? |
ef846ab
to
91056c3
Compare
@wy65701436 I send an ACR EE acount for you in email |
91056c3
to
0482592
Compare
This PR is being marked stale due to a period of inactivty. If this PR is still relevant, please comment or remove the stale label. Otherwise, this PR will close in 30 days. |
0482592
to
ae5e74f
Compare
Signed-off-by: njucjc <njucjc@gmail.com>
ae5e74f
to
e384916
Compare
This PR is being marked stale due to a period of inactivty. If this PR is still relevant, please comment or remove the stale label. Otherwise, this PR will close in 30 days. |
just a reminder, as discussed please add test cases :) |
I will add ut as soon as possible |
Signed-off-by: njucjc <njucjc@gmail.com>
|
||
func getRegion(url string) (region string, err error) { | ||
func getURL(url string) (string, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getRegistryURL
may be more clearer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@chlins fix some ut error. |
@njucjc I watched the demo recording of the community meeting on July 24, 2024. Can you verify that the personal version of ACR is functioning properly at the same time? |
@kofj Hi, do you have any other comments for this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
6e16c3d
to
db1d370
Compare
Signed-off-by: njucjc <njucjc@gmail.com>
db1d370
to
15d39e6
Compare
Thank you for contributing to Harbor!
Comprehensive Summary of your change
Feat: add acr ee support
Issue being fixed
Fixes #19659
Please indicate you've done the following: