-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Package version list incomplete
The response to listing tags in the OCI registry can contain a `Link` header, indicating there are more tags available. These additional tags are now also collected when listing the versions of a package. In addition, there is a limit to the number of versions PyOCI will fetch the filenames for. This limit is now configurable through environment variable `PYOCI_MAX_VERSIONS`. To completely bypass the limit, set `PYOCI_MAX_VERSIONS=0`. This may however cause slow responses when there is a significant number of versions for a package. closes: #166
- Loading branch information
1 parent
b799368
commit 6955d93
Showing
4 changed files
with
298 additions
and
42 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.