Make openapi-generator-cli download URL configurable - #23186
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #23186 +/- ##
==========================================
- Coverage 66.02% 66.02% -0.01%
==========================================
Files 1074 1074
Lines 116793 116793
Branches 2955 2955
==========================================
- Hits 77114 77111 -3
- Misses 35406 35409 +3
Partials 4273 4273
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
stonezdj
force-pushed
the
26apr30_update_download_url
branch
2 times, most recently
from
April 30, 2026 05:32
e7b438f to
4894e72
Compare
Contributor
|
Why the API DB cases are still failed? |
stonezdj
force-pushed
the
26apr30_update_download_url
branch
4 times, most recently
from
April 30, 2026 07:26
41cb5f6 to
924708e
Compare
Add OPENAPI_GENERATOR_CLI_URL (default: Maven Central) so swagger_client can use a mirror or cache when repo1.maven.org returns 429. Append the HARBOR_EXPORTER_CACHE_TIME variable to the env file with new line Signed-off-by: stonezdj <stone.zhang@broadcom.com> fix issue Signed-off-by: stonezdj <stone.zhang@broadcom.com>
stonezdj
force-pushed
the
26apr30_update_download_url
branch
from
April 30, 2026 09:42
924708e to
23859e3
Compare
chlins
pushed a commit
to chlins/harbor
that referenced
this pull request
May 9, 2026
Signed-off-by: chlins <chlins.zhang@gmail.com>
chlins
pushed a commit
to chlins/harbor
that referenced
this pull request
May 9, 2026
Signed-off-by: chlins <chlins.zhang@gmail.com>
wy65701436
pushed a commit
that referenced
this pull request
May 10, 2026
wy65701436
pushed a commit
that referenced
this pull request
May 11, 2026
bupd
added a commit
to container-registry/harbor-next
that referenced
this pull request
Jun 11, 2026
Upstream-PR: goharbor/harbor#23186 Upstream-Author: @stonezdj Signed-off-by: Prasanth Baskar <bupdprasanth@gmail.com>
bupd
added a commit
to container-registry/harbor-next
that referenced
this pull request
Jun 23, 2026
Upstream-PR: goharbor/harbor#23186 Upstream-Author: @stonezdj Co-authored-by: Prasanth Baskar <bupdprasanth@gmail.com> Signed-off-by: stonezdj(Daojun Zhang) <stonezdj@gmail.com> Signed-off-by: Prasanth Baskar <bupdprasanth@gmail.com>
bupd
added a commit
to container-registry/harbor-next
that referenced
this pull request
Jun 23, 2026
Upstream-PR: goharbor/harbor#23186 Upstream-Author: @stonezdj Signed-off-by: Prasanth Baskar <bupdprasanth@gmail.com>
bupd
added a commit
to container-registry/harbor-next
that referenced
this pull request
Jun 23, 2026
Upstream-PR: goharbor/harbor#23186 Upstream-Author: @stonezdj Co-authored-by: Prasanth Baskar <bupdprasanth@gmail.com> Signed-off-by: stonezdj(Daojun Zhang) <stonezdj@gmail.com> Signed-off-by: Prasanth Baskar <bupdprasanth@gmail.com>
bupd
added a commit
to container-registry/harbor-next
that referenced
this pull request
Jun 23, 2026
Upstream-PR: goharbor/harbor#23186 Upstream-Author: @stonezdj Co-authored-by: Prasanth Baskar <bupdprasanth@gmail.com> Signed-off-by: stonezdj(Daojun Zhang) <stonezdj@gmail.com> Signed-off-by: Prasanth Baskar <bupdprasanth@gmail.com>
bupd
added a commit
to container-registry/harbor-next
that referenced
this pull request
Jul 2, 2026
Upstream-PR: goharbor/harbor#23186 Upstream-Author: @stonezdj Co-authored-by: Prasanth Baskar <bupdprasanth@gmail.com> Signed-off-by: stonezdj(Daojun Zhang) <stonezdj@gmail.com> Signed-off-by: Prasanth Baskar <bupdprasanth@gmail.com> (cherry picked from commit 06fc5d8) Signed-off-by: Prasanth Baskar <bupdprasanth@gmail.com>
bupd
added a commit
to container-registry/harbor-next
that referenced
this pull request
Jul 3, 2026
Upstream-PR: goharbor/harbor#23186 Upstream-Author: @stonezdj Co-authored-by: Prasanth Baskar <bupdprasanth@gmail.com> Signed-off-by: stonezdj(Daojun Zhang) <stonezdj@gmail.com> Signed-off-by: Prasanth Baskar <bupdprasanth@gmail.com> (cherry picked from commit 06fc5d8) Signed-off-by: Prasanth Baskar <bupdprasanth@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add OPENAPI_GENERATOR_CLI_URL (default: Maven Central) so swagger_client can use a mirror or cache when repo1.maven.org returns 429.
Thank you for contributing to Harbor!
Comprehensive Summary of your change
Issue being fixed
Fixes #(issue)
Please indicate you've done the following: