Skip to content

Commit

Permalink
Update pulp bindings to b96da963e282496dea8346bd425a7ea332b2a8087e863…
Browse files Browse the repository at this point in the history
…9db952b3ae5d4b58e83
  • Loading branch information
Andrewgdewar committed Oct 23, 2024
1 parent d4f6587 commit fc424c9
Show file tree
Hide file tree
Showing 19 changed files with 537 additions and 537 deletions.
18 changes: 9 additions & 9 deletions release/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ api/openapi.yaml
api_access_policies.go
api_acs_file.go
api_acs_rpm.go
api_api_pypi.go
api_api_pypi_legacy.go
api_api_pypi_simple.go
api_artifacts.go
api_content.go
api_content_advisories.go
Expand Down Expand Up @@ -68,10 +71,7 @@ api_publications_file.go
api_publications_gem.go
api_publications_pypi.go
api_publications_rpm.go
api_pypi.go
api_pypi_legacy.go
api_pypi_metadata.go
api_pypi_simple.go
api_remotes.go
api_remotes_file.go
api_remotes_gem.go
Expand Down Expand Up @@ -117,6 +117,9 @@ docs/AcsFileAPI.md
docs/AcsRpmAPI.md
docs/AddonResponse.md
docs/ApiAppStatusResponse.md
docs/ApiPypiAPI.md
docs/ApiPypiLegacyAPI.md
docs/ApiPypiSimpleAPI.md
docs/Artifact.md
docs/ArtifactDistributionResponse.md
docs/ArtifactResponse.md
Expand Down Expand Up @@ -426,10 +429,7 @@ docs/PulpImportCheckResponse.md
docs/PulpImporter.md
docs/PulpImporterResponse.md
docs/Purge.md
docs/PypiAPI.md
docs/PypiLegacyAPI.md
docs/PypiMetadataAPI.md
docs/PypiSimpleAPI.md
docs/PythonBanderRemote.md
docs/PythonPythonDistribution.md
docs/PythonPythonDistributionResponse.md
Expand Down Expand Up @@ -902,6 +902,9 @@ response.go
test/api_access_policies_test.go
test/api_acs_file_test.go
test/api_acs_rpm_test.go
test/api_api_pypi_legacy_test.go
test/api_api_pypi_simple_test.go
test/api_api_pypi_test.go
test/api_artifacts_test.go
test/api_content_advisories_test.go
test/api_content_commits_test.go
Expand Down Expand Up @@ -964,10 +967,7 @@ test/api_publications_gem_test.go
test/api_publications_pypi_test.go
test/api_publications_rpm_test.go
test/api_publications_test.go
test/api_pypi_legacy_test.go
test/api_pypi_metadata_test.go
test/api_pypi_simple_test.go
test/api_pypi_test.go
test/api_remotes_file_test.go
test/api_remotes_gem_test.go
test/api_remotes_ostree_test.go
Expand Down
14 changes: 7 additions & 7 deletions release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: v3
- Package version: de24b382d968bd5ed3a4252b36e475a3824b4e1b7a98d596b8e3294aa65e495a
- Package version: b96da963e282496dea8346bd425a7ea332b2a8087e8639db952b3ae5d4b58e83
- Generator version: 7.9.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
Expand Down Expand Up @@ -106,6 +106,11 @@ Class | Method | HTTP request | Description
*AcsRpmAPI* | [**AcsRpmRpmRefresh**](docs/AcsRpmAPI.md#acsrpmrpmrefresh) | **Post** /{rpm_rpm_alternate_content_source_href}refresh/ |
*AcsRpmAPI* | [**AcsRpmRpmRemoveRole**](docs/AcsRpmAPI.md#acsrpmrpmremoverole) | **Post** /{rpm_rpm_alternate_content_source_href}remove_role/ | Remove a role
*AcsRpmAPI* | [**AcsRpmRpmUpdate**](docs/AcsRpmAPI.md#acsrpmrpmupdate) | **Put** /{rpm_rpm_alternate_content_source_href} | Update a rpm alternate content source
*ApiPypiAPI* | [**ApiPulpPypiRead**](docs/ApiPypiAPI.md#apipulppypiread) | **Get** /api/pulp/pypi/{pulp_domain}/{path}/ | Get index summary
*ApiPypiLegacyAPI* | [**ApiPulpPypiLegacyCreate**](docs/ApiPypiLegacyAPI.md#apipulppypilegacycreate) | **Post** /api/pulp/pypi/{pulp_domain}/{path}/legacy/ | Upload a package
*ApiPypiSimpleAPI* | [**ApiPulpPypiSimpleCreate**](docs/ApiPypiSimpleAPI.md#apipulppypisimplecreate) | **Post** /api/pulp/pypi/{pulp_domain}/{path}/simple/ | Upload a package
*ApiPypiSimpleAPI* | [**ApiPulpPypiSimpleRead**](docs/ApiPypiSimpleAPI.md#apipulppypisimpleread) | **Get** /api/pulp/pypi/{pulp_domain}/{path}/simple/ | Get index simple page
*ApiPypiSimpleAPI* | [**PypiSimplePackageRead**](docs/ApiPypiSimpleAPI.md#pypisimplepackageread) | **Get** /api/pulp/pypi/{pulp_domain}/{path}/simple/{package}/ | Get package simple page
*ArtifactsAPI* | [**ArtifactsCreate**](docs/ArtifactsAPI.md#artifactscreate) | **Post** /api/pulp/{pulp_domain}/api/v3/artifacts/ | Create an artifact
*ArtifactsAPI* | [**ArtifactsDelete**](docs/ArtifactsAPI.md#artifactsdelete) | **Delete** /{artifact_href} | Delete an artifact
*ArtifactsAPI* | [**ArtifactsList**](docs/ArtifactsAPI.md#artifactslist) | **Get** /api/pulp/{pulp_domain}/api/v3/artifacts/ | List artifacts
Expand Down Expand Up @@ -388,12 +393,7 @@ Class | Method | HTTP request | Description
*PublicationsRpmAPI* | [**PublicationsRpmRpmMyPermissions**](docs/PublicationsRpmAPI.md#publicationsrpmrpmmypermissions) | **Get** /{rpm_rpm_publication_href}my_permissions/ | List user permissions
*PublicationsRpmAPI* | [**PublicationsRpmRpmRead**](docs/PublicationsRpmAPI.md#publicationsrpmrpmread) | **Get** /{rpm_rpm_publication_href} | Inspect a rpm publication
*PublicationsRpmAPI* | [**PublicationsRpmRpmRemoveRole**](docs/PublicationsRpmAPI.md#publicationsrpmrpmremoverole) | **Post** /{rpm_rpm_publication_href}remove_role/ | Remove a role
*PypiAPI* | [**PypiRead**](docs/PypiAPI.md#pypiread) | **Get** /pypi/{pulp_domain}/{path}/ | Get index summary
*PypiLegacyAPI* | [**PypiLegacyCreate**](docs/PypiLegacyAPI.md#pypilegacycreate) | **Post** /pypi/{pulp_domain}/{path}/legacy/ | Upload a package
*PypiMetadataAPI* | [**PypiPypiRead**](docs/PypiMetadataAPI.md#pypipypiread) | **Get** /pypi/{pulp_domain}/{path}/pypi/{meta}/ | Get package metadata
*PypiSimpleAPI* | [**PypiSimpleCreate**](docs/PypiSimpleAPI.md#pypisimplecreate) | **Post** /pypi/{pulp_domain}/{path}/simple/ | Upload a package
*PypiSimpleAPI* | [**PypiSimplePackageRead**](docs/PypiSimpleAPI.md#pypisimplepackageread) | **Get** /pypi/{pulp_domain}/{path}/simple/{package}/ | Get package simple page
*PypiSimpleAPI* | [**PypiSimpleRead**](docs/PypiSimpleAPI.md#pypisimpleread) | **Get** /pypi/{pulp_domain}/{path}/simple/ | Get index simple page
*PypiMetadataAPI* | [**ApiPulpPypiPypiRead**](docs/PypiMetadataAPI.md#apipulppypipypiread) | **Get** /api/pulp/pypi/{pulp_domain}/{path}/pypi/{meta}/ | Get package metadata
*RemotesAPI* | [**RemotesList**](docs/RemotesAPI.md#remoteslist) | **Get** /api/pulp/{pulp_domain}/api/v3/remotes/ | List remotes
*RemotesFileAPI* | [**RemotesFileFileAddRole**](docs/RemotesFileAPI.md#remotesfilefileaddrole) | **Post** /{file_file_remote_href}add_role/ | Add a role
*RemotesFileAPI* | [**RemotesFileFileCreate**](docs/RemotesFileAPI.md#remotesfilefilecreate) | **Post** /api/pulp/{pulp_domain}/api/v3/remotes/file/file/ | Create a file remote
Expand Down
90 changes: 45 additions & 45 deletions release/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39142,10 +39142,10 @@ paths:
summary: Inspect status of Pulp
tags:
- Status
/pypi/{pulp_domain}/{path}/:
/api/pulp/pypi/{pulp_domain}/{path}/:
get:
description: Gets package summary stats of index.
operationId: pypi_read
operationId: api_pulp_pypi_read
parameters:
- explode: false
in: path
Expand Down Expand Up @@ -39194,12 +39194,12 @@ paths:
- cookieAuth: []
summary: Get index summary
tags:
- Pypi
/pypi/{pulp_domain}/{path}/legacy/:
- "Api: Pypi"
/api/pulp/pypi/{pulp_domain}/{path}/legacy/:
post:
description: Upload package to the index.This is the endpoint that tools like
Twine and Poetry use for their upload commands.
operationId: pypi_legacy_create
operationId: api_pulp_pypi_legacy_create
parameters:
- explode: false
in: path
Expand Down Expand Up @@ -39237,12 +39237,12 @@ paths:
- cookieAuth: []
summary: Upload a package
tags:
- "Pypi: Legacy"
/pypi/{pulp_domain}/{path}/pypi/{meta}/:
- "Api: Pypi Legacy"
/api/pulp/pypi/{pulp_domain}/{path}/pypi/{meta}/:
get:
description: "Retrieves the package's core-metadata specified byhttps://packaging.python.org/specifications/core-metadata/.`meta`\
\ must be a path in form of `{package}/json/` or `{package}/{version}/json/`"
operationId: pypi_pypi_read
operationId: api_pulp_pypi_pypi_read
parameters:
- explode: false
in: path
Expand Down Expand Up @@ -39299,10 +39299,10 @@ paths:
summary: Get package metadata
tags:
- "Pypi: Metadata"
/pypi/{pulp_domain}/{path}/simple/:
/api/pulp/pypi/{pulp_domain}/{path}/simple/:
get:
description: Gets the simple api html page for the index.
operationId: pypi_simple_read
operationId: api_pulp_pypi_simple_read
parameters:
- explode: false
in: path
Expand Down Expand Up @@ -39347,13 +39347,13 @@ paths:
- cookieAuth: []
summary: Get index simple page
tags:
- "Pypi: Simple"
- "Api: Pypi Simple"
post:
description: "Upload package to the index.This endpoint has the same functionality\
\ as the upload endpoint at the `/legacy` url of theindex. This is provided\
\ for convenience for users who want a single index url for all theirPython\
\ tools. (pip, twine, poetry, pipenv, ...)"
operationId: pypi_simple_create
operationId: api_pulp_pypi_simple_create
parameters:
- explode: false
in: path
Expand Down Expand Up @@ -39391,8 +39391,8 @@ paths:
- cookieAuth: []
summary: Upload a package
tags:
- "Pypi: Simple"
/pypi/{pulp_domain}/{path}/simple/{package}/:
- "Api: Pypi Simple"
/api/pulp/pypi/{pulp_domain}/{path}/simple/{package}/:
get:
description: Retrieves the simple api html page for a package.
operationId: pypi_simple_package_read
Expand Down Expand Up @@ -39447,7 +39447,7 @@ paths:
- cookieAuth: []
summary: Get package simple page
tags:
- "Pypi: Simple"
- "Api: Pypi Simple"
components:
schemas:
AccessPolicy:
Expand Down Expand Up @@ -39670,9 +39670,9 @@ components:
description: A serializer for ArtifactDistribution.
example:
pulp_href: https://openapi-generator.tech
hidden: false
pulp_labels:
key: pulp_labels
hidden: false
name: name
base_url: base_url
no_content_change_since: no_content_change_since
Expand All @@ -39682,56 +39682,56 @@ components:
prn: prn
content_guard: https://openapi-generator.tech
properties:
prn:
description: The Pulp Resource Name (PRN).
readOnly: true
type: string
pulp_href:
format: uri
readOnly: true
type: string
name:
description: "A unique name. Ex, `rawhide` and `stable`."
base_path:
description: The base (relative) path component of the published url. Avoid
paths that overlap with other distribution base paths
(e.g. "foo" and "foo/bar")
type: string
pulp_labels:
additionalProperties:
nullable: true
type: string
type: object
hidden:
default: false
description: Whether this distribution should be shown in the content app.
type: boolean
name:
description: "A unique name. Ex, `rawhide` and `stable`."
type: string
prn:
description: The Pulp Resource Name (PRN).
readOnly: true
type: string
base_url:
description: The URL for accessing the publication as defined by this distribution.
readOnly: true
type: string
no_content_change_since:
description: "Timestamp since when the distributed content served by this\
\ distribution has not changed. If equals to `null`, no guarantee is provided\
\ about content changes."
pulp_created:
description: Timestamp of creation.
format: date-time
readOnly: true
type: string
content_guard:
description: An optional content-guard.
format: uri
nullable: true
type: string
pulp_labels:
additionalProperties:
nullable: true
type: string
type: object
pulp_last_updated:
description: "Timestamp of the last time this resource was updated. Note:\
\ for immutable resources - like content, repository versions, and publication\
\ - pulp_created and pulp_last_updated dates will be the same."
format: date-time
readOnly: true
type: string
base_path:
description: The base (relative) path component of the published url. Avoid
paths that overlap with other distribution base paths
(e.g. "foo" and "foo/bar")
content_guard:
description: An optional content-guard.
format: uri
nullable: true
type: string
pulp_created:
description: Timestamp of creation.
format: date-time
no_content_change_since:
description: "Timestamp since when the distributed content served by this\
\ distribution has not changed. If equals to `null`, no guarantee is provided\
\ about content changes."
readOnly: true
type: string
required:
Expand Down Expand Up @@ -42309,9 +42309,9 @@ components:
count: 123
results:
- pulp_href: https://openapi-generator.tech
hidden: false
pulp_labels:
key: pulp_labels
hidden: false
name: name
base_url: base_url
no_content_change_since: no_content_change_since
Expand All @@ -42321,9 +42321,9 @@ components:
prn: prn
content_guard: https://openapi-generator.tech
- pulp_href: https://openapi-generator.tech
hidden: false
pulp_labels:
key: pulp_labels
hidden: false
name: name
base_url: base_url
no_content_change_since: no_content_change_since
Expand Down
30 changes: 15 additions & 15 deletions release/api_pypi.go → release/api_api_pypi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fc424c9

Please sign in to comment.