-
Notifications
You must be signed in to change notification settings - Fork 4.8k
feat: implement the CNAI model processor #21663
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
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #21663 +/- ##
==========================================
+ Coverage 45.36% 46.28% +0.91%
==========================================
Files 244 250 +6
Lines 13333 14133 +800
Branches 2719 2908 +189
==========================================
+ Hits 6049 6541 +492
- Misses 6983 7246 +263
- Partials 301 346 +45
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
s3rj1k
reviewed
Feb 24, 2025
s3rj1k
reviewed
Feb 24, 2025
afe1655
to
40ac4e3
Compare
stonezdj
approved these changes
Feb 25, 2025
Vad1mo
previously requested changes
Feb 25, 2025
40ac4e3
to
162737a
Compare
wy65701436
reviewed
Mar 5, 2025
wy65701436
reviewed
Mar 5, 2025
wy65701436
approved these changes
Mar 5, 2025
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
7238745
to
96f6e39
Compare
Signed-off-by: chlins <[email protected]>
Liam-Zhao
added a commit
to Liam-Zhao/harbor
that referenced
this pull request
Mar 19, 2025
author zhaoxinxin <[email protected]> 1741079005 +0800 committer zhaoxinxin <[email protected]> 1742381063 +0800 gpgsig -----BEGIN PGP SIGNATURE----- iQGzBAABCAAdFiEEjX7vigeNSJLimSPEHOcWYk0ZMdEFAmfaoAcACgkQHOcWYk0Z MdGa2QwArxb9MxLqdHXmb0tN18grIa6hbsKhTJ733mcUX/buOQAVa5Y4YBOoazk5 xSGJKrnA4OLkWJq6zcMezMnzQ40eGW8cxxnCALYUqsZrrKeQa3OUAwX/WoG7yqV+ QUYkoSfxTiSxRaSD0c0f3lSAWXvU3LonOJVilOJ0zxZHFnqRQLndYci6yHcmMEfm plsgRmFfsNghwYzl83TUvN4wHYeBiGW6NqQrRorGtjyJrCFAh7w7haOsHJnn2VNd 6URNEvLuvKezZUwxQVADQS+csDUgJpMUrBK9atPvnL1Ds87WXlM41ZhCJSJSLTxi VGVhl4Cl5DrLLj2UbuSjCJnh+dmFdCml66hY1fbOt3GTjmq5CxVGXHWTJb4017K+ NQWNWjaqw5RPynzBwHRNySEads+21KMaMrY2HbRdEbDHJ7yj9iQaC9q0S2G9jOah a/35TxR8y8jR8ne0E2gwhJTqESxpV0uIw15cg9c8gxjVZqMKomx9LJ+DVJZ2mS5M 9fGsrVv+ =E0hX -----END PGP SIGNATURE----- parent fef9524 author zhaoxinxin <[email protected]> 1741079005 +0800 committer zhaoxinxin <[email protected]> 1742380969 +0800 gpgsig -----BEGIN PGP SIGNATURE----- iQGzBAABCAAdFiEEjX7vigeNSJLimSPEHOcWYk0ZMdEFAmfan6kACgkQHOcWYk0Z MdEtrAv/UzvPaH7F5MHDDYy8BYps5KbSDB4mwxmRJLRhcUr/scb072ifI2/5Jm6w 1zVNWkDVR8OIp+0AfX55XeiUhBNp/08ZCLqwr1bGtIbhJOZUY3o/dXaS/YclfbXo zHg37hJpuFyaN1HUv6xrLcnDJMehuU8MINGIBqFu2KdX5TaArM+6OB4pEoHWmn1Z 761Gb8OT+oP3ndNKwi9gyDTcFAnmcnDFW+U7LtX79vzoRD1yZ5Bz/6NZDGiQvYqE w4GHBRNdUOE6L35g3wUS/tfCcrEVcWvREB1YgfS9BEbqIhcNugndxZRdMrkWlXyy 3JKc4fkPgEVZtgZm8XVX0Oc5LMrI953jzO31ubr7yxcjKzU2UW0xuiDqQ5KHRoQ+ Zefqk6XgUZB/ZC/aYrq2xxKLobyz+Uklfj771IcxKUA7fWGXl7YHWzAl6kbBJasH 0okOOonHppbp2LMbRTSfODFiGEfEJ+EIz/ALrOLx9LeuchFs6scsKHberPwFde9c pd3tOr0I =d3WH -----END PGP SIGNATURE----- fix: Remove top error message about no README or license Signed-off-by: zhaoxinxin <[email protected]> Add PKCE support for OIDC authentication (goharbor#21702) Fixes goharbor#19393 By default Harbor will generate a pkce code and use it in the authentication flow to interact with OIDC provider. Per OAuth spec, this should not break the flow for the OIDC provider that does not support PKCE The code_challenge_method is hard coded to SHA256 for security reason, and we may consider add more settings in future based on feedbacks. Signed-off-by: Daniel Jiang <[email protected]> update tlsOptions for external redis (goharbor#21681) Signed-off-by: yminer <[email protected]> Co-authored-by: yminer <[email protected]> add prepare migration script for 2.13.0 (goharbor#21680) Signed-off-by: yminer <[email protected]> Update UI version in package.json to v2.13.0 (goharbor#21606) update version to 2.13.0 Signed-off-by: bupd <[email protected]> Co-authored-by: miner <[email protected]> Change audit log label (goharbor#21703) Add more description for update user operation change password or set sys admin Signed-off-by: stonezdj <[email protected]> feat: implement the CNAI model processor (goharbor#21663) feat: implement the AI model processor Signed-off-by: chlins <[email protected]> fix issue 20828 (goharbor#21726) * fix issue 20828 fix goharbor#20828 Does not fire event only when the current project is a proxy-cache project and the artifact already exists. Signed-off-by: wang yan <[email protected]> consume the downstream distribution (goharbor#21733) Signed-off-by: wang yan <[email protected]> Add Missing copyright headers in src/portal (goharbor#21693) add missing copyright headers to files in UI Signed-off-by: bupd <[email protected]> Co-authored-by: Wang Yan <[email protected]> Add Missing copyright headers in src/portal part 2 (goharbor#21694) add missing headers part 2 Signed-off-by: bupd <[email protected]> Co-authored-by: Wang Yan <[email protected]> Add Missing Headers in UI part 3 (goharbor#21695) add missing headers in UI part 3 Signed-off-by: bupd <[email protected]> Replace Vmware to goharbor (goharbor#21696) replace vmware with goharbor in src/portal Signed-off-by: bupd <[email protected]> Co-authored-by: Wang Yan <[email protected]> Add Lint Check for Copyright Headers in UI (goharbor#21692) add lint check for headers in UI Signed-off-by: bupd <[email protected]> Fix: Copy Pull Button Overlap with Tag Immutable Label (goharbor#21720) fix: copy button overlap with tag immutable - fix copy button overlap with tag immutable label on artifact-tag component - update css to fix this issue Signed-off-by: bupd <[email protected]> Co-authored-by: Wang Yan <[email protected]> fix i18n issue (goharbor#21748) Signed-off-by: wang yan <[email protected]> fix: fix replication of multiple projects with numeric names (goharbor#21474) Explicitly mark project names as strings This keeps the server from parsing all-numeric project names as integer values which it does not like. Signed-off-by: Chris Girard <[email protected]> Co-authored-by: Wang Yan <[email protected]> update golang to v1.23.7 (goharbor#21749) Signed-off-by: wang yan <[email protected]> Bump up trivy and trivy-adapter to the latest RC tag (goharbor#21741) Signed-off-by: Daniel Jiang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thank you for contributing to Harbor!
Comprehensive Summary of your change
Issue being fixed
Fixes #21229
Please indicate you've done the following: