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 vendor folder from harbor code base #19508

Merged
merged 1 commit into from Nov 5, 2023

Conversation

reasonerjt
Copy link
Contributor

Remove the vendor folder, also update the Makefile to remove the dependency of the vendor folder

Fixes #18346

Please indicate you've done the following:

  • Well Written Title and Summary of the PR
  • Label the PR as needed. "release-note/ignore-for-release, release-note/new-feature, release-note/update, release-note/enhancement, release-note/community, release-note/breaking-change, release-note/docs, release-note/infra, release-note/deprecation"
  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Made sure tests are passing and test coverage is added if needed.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed in website repository.

@codecov
Copy link

codecov bot commented Oct 31, 2023

Codecov Report

Merging #19508 (4307d17) into main (d0a9754) will decrease coverage by 22.50%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main   #19508       +/-   ##
===========================================
- Coverage   67.50%   45.01%   -22.50%     
===========================================
  Files         988      243      -745     
  Lines      108777    13354    -95423     
  Branches     2737     2737               
===========================================
- Hits        73432     6011    -67421     
+ Misses      31384     7039    -24345     
+ Partials     3961      304     -3657     
Flag Coverage Δ
unittests 45.01% <ø> (-22.50%) ⬇️

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

see 748 files with indirect coverage changes

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
@reasonerjt reasonerjt changed the title [WIP] Remove vendor folder from harbor code base Remove vendor folder from harbor code base Nov 3, 2023
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

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

@Vad1mo Vad1mo merged commit 3f7c605 into goharbor:main Nov 5, 2023
17 of 18 checks passed
reasonerjt added a commit to reasonerjt/harbor that referenced this pull request Nov 6, 2023
There's a path change introduced by goharbor#19508 which may impact showing the
coverage on codecov.
This commit makes sure the profile.cov is referenced as absolute path in
`coverage4gotest.sh`

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
reasonerjt added a commit to reasonerjt/harbor that referenced this pull request Nov 6, 2023
There's a path change introduced by goharbor#19508 which may impact showing the
coverage on codecov.
This commit makes sure the profile.cov is referenced as absolute path in
`coverage4gotest.sh`

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
chlins pushed a commit that referenced this pull request Nov 6, 2023
There's a path change introduced by #19508 which may impact showing the
coverage on codecov.
This commit makes sure the profile.cov is referenced as absolute path in
`coverage4gotest.sh`

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove src/vendor
7 participants