From e29e9faf7a2c07dd73a3fca709d0e50add22bcc4 Mon Sep 17 00:00:00 2001 From: Tobias Germer Date: Mon, 10 Jun 2024 16:25:36 +0200 Subject: [PATCH] chore(oapi-codegen): update repository location (#6377) * chore(oapi-codegen): update repository location * rename (but keep old in case people use it) --------- Co-authored-by: Jacob Heider --- .../deepmap/oapi-codegen/package.yml | 28 ++-- .../oapi-codegen/oapi-codegen/package.yml | 29 ++++ .../oapi-codegen/petstore-expanded.yml | 158 ++++++++++++++++++ 3 files changed, 201 insertions(+), 14 deletions(-) create mode 100644 projects/github.com/oapi-codegen/oapi-codegen/package.yml create mode 100644 projects/github.com/oapi-codegen/oapi-codegen/petstore-expanded.yml diff --git a/projects/github.com/deepmap/oapi-codegen/package.yml b/projects/github.com/deepmap/oapi-codegen/package.yml index 5cf99410..376b79d7 100644 --- a/projects/github.com/deepmap/oapi-codegen/package.yml +++ b/projects/github.com/deepmap/oapi-codegen/package.yml @@ -1,10 +1,12 @@ distributable: - url: https://github.com/deepmap/oapi-codegen/archive/refs/tags/v{{version}}.tar.gz + url: https://github.com/oapi-codegen/oapi-codegen/archive/refs/tags/{{version.tag}}.tar.gz strip-components: 1 versions: - github: deepmap/oapi-codegen - strip: /^v/ + github: oapi-codegen/oapi-codegen + +warnings: + - renamed build: dependencies: @@ -16,17 +18,15 @@ build: - -w - -s - -X=main.noVCSVersionOverride=v{{version}} - script: | - go mod download - go build -v -ldflags="$LDFLAGS" -o oapi-codegen ./cmd/oapi-codegen - mkdir -p "{{ prefix }}"/bin - mv oapi-codegen "{{ prefix }}"/bin + script: + - go mod download + - go build -v -ldflags="$LDFLAGS" -o '{{prefix}}'/bin/oapi-codegen ./cmd/oapi-codegen -provides: - - bin/oapi-codegen +# package renamed to github.com/oapi-codegen/oapi-codegen +# provides: +# - bin/oapi-codegen test: - script: | - oapi-codegen -version | grep v{{version}} - oapi-codegen -package petstore petstore-expanded.yml > petstore.gen.go - test -f petstore.gen.go + - oapi-codegen -version | grep v{{version}} + - oapi-codegen -package petstore petstore-expanded.yml > petstore.gen.go + - test -f petstore.gen.go diff --git a/projects/github.com/oapi-codegen/oapi-codegen/package.yml b/projects/github.com/oapi-codegen/oapi-codegen/package.yml new file mode 100644 index 00000000..e7886fab --- /dev/null +++ b/projects/github.com/oapi-codegen/oapi-codegen/package.yml @@ -0,0 +1,29 @@ +distributable: + url: https://github.com/oapi-codegen/oapi-codegen/archive/refs/tags/{{version.tag}}.tar.gz + strip-components: 1 + +versions: + github: oapi-codegen/oapi-codegen + +build: + dependencies: + go.dev: ^1.21 + env: + CGO_ENABLED: 0 + LDFLAGS: + - -extldflags=-static + - -w + - -s + - -X=main.noVCSVersionOverride=v{{version}} + script: + - go mod download + - go build -v -ldflags="$LDFLAGS" -o '{{prefix}}'/bin/oapi-codegen ./cmd/oapi-codegen + +# package renamed from github.com/deepmind/oapi-codegen +provides: + - bin/oapi-codegen + +test: + - oapi-codegen -version | grep v{{version}} + - oapi-codegen -package petstore petstore-expanded.yml > petstore.gen.go + - test -f petstore.gen.go diff --git a/projects/github.com/oapi-codegen/oapi-codegen/petstore-expanded.yml b/projects/github.com/oapi-codegen/oapi-codegen/petstore-expanded.yml new file mode 100644 index 00000000..7e5bff0e --- /dev/null +++ b/projects/github.com/oapi-codegen/oapi-codegen/petstore-expanded.yml @@ -0,0 +1,158 @@ +openapi: "3.0.0" +info: + version: 1.0.0 + title: Swagger Petstore + description: A sample API that uses a petstore as an example to demonstrate features in the OpenAPI 3.0 specification + termsOfService: http://swagger.io/terms/ + contact: + name: Swagger API Team + email: apiteam@swagger.io + url: http://swagger.io + license: + name: Apache 2.0 + url: https://www.apache.org/licenses/LICENSE-2.0.html +servers: + - url: https://petstore.swagger.io/v2 +paths: + /pets: + get: + description: | + Returns all pets from the system that the user has access to + Nam sed condimentum est. Maecenas tempor sagittis sapien, nec rhoncus sem sagittis sit amet. Aenean at gravida augue, ac iaculis sem. Curabitur odio lorem, ornare eget elementum nec, cursus id lectus. Duis mi turpis, pulvinar ac eros ac, tincidunt varius justo. In hac habitasse platea dictumst. Integer at adipiscing ante, a sagittis ligula. Aenean pharetra tempor ante molestie imperdiet. Vivamus id aliquam diam. Cras quis velit non tortor eleifend sagittis. Praesent at enim pharetra urna volutpat venenatis eget eget mauris. In eleifend fermentum facilisis. Praesent enim enim, gravida ac sodales sed, placerat id erat. Suspendisse lacus dolor, consectetur non augue vel, vehicula interdum libero. Morbi euismod sagittis libero sed lacinia. + + Sed tempus felis lobortis leo pulvinar rutrum. Nam mattis velit nisl, eu condimentum ligula luctus nec. Phasellus semper velit eget aliquet faucibus. In a mattis elit. Phasellus vel urna viverra, condimentum lorem id, rhoncus nibh. Ut pellentesque posuere elementum. Sed a varius odio. Morbi rhoncus ligula libero, vel eleifend nunc tristique vitae. Fusce et sem dui. Aenean nec scelerisque tortor. Fusce malesuada accumsan magna vel tempus. Quisque mollis felis eu dolor tristique, sit amet auctor felis gravida. Sed libero lorem, molestie sed nisl in, accumsan tempor nisi. Fusce sollicitudin massa ut lacinia mattis. Sed vel eleifend lorem. Pellentesque vitae felis pretium, pulvinar elit eu, euismod sapien. + operationId: findPets + parameters: + - name: tags + in: query + description: tags to filter by + required: false + style: form + schema: + type: array + items: + type: string + - name: limit + in: query + description: maximum number of results to return + required: false + schema: + type: integer + format: int32 + responses: + '200': + description: pet response + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/Pet' + default: + description: unexpected error + content: + application/json: + schema: + $ref: '#/components/schemas/Error' + post: + description: Creates a new pet in the store. Duplicates are allowed + operationId: addPet + requestBody: + description: Pet to add to the store + required: true + content: + application/json: + schema: + $ref: '#/components/schemas/NewPet' + responses: + '200': + description: pet response + content: + application/json: + schema: + $ref: '#/components/schemas/Pet' + default: + description: unexpected error + content: + application/json: + schema: + $ref: '#/components/schemas/Error' + /pets/{id}: + get: + description: Returns a user based on a single ID, if the user does not have access to the pet + operationId: find pet by id + parameters: + - name: id + in: path + description: ID of pet to fetch + required: true + schema: + type: integer + format: int64 + responses: + '200': + description: pet response + content: + application/json: + schema: + $ref: '#/components/schemas/Pet' + default: + description: unexpected error + content: + application/json: + schema: + $ref: '#/components/schemas/Error' + delete: + description: deletes a single pet based on the ID supplied + operationId: deletePet + parameters: + - name: id + in: path + description: ID of pet to delete + required: true + schema: + type: integer + format: int64 + responses: + '204': + description: pet deleted + default: + description: unexpected error + content: + application/json: + schema: + $ref: '#/components/schemas/Error' +components: + schemas: + Pet: + allOf: + - $ref: '#/components/schemas/NewPet' + - type: object + required: + - id + properties: + id: + type: integer + format: int64 + + NewPet: + type: object + required: + - name + properties: + name: + type: string + tag: + type: string + + Error: + type: object + required: + - code + - message + properties: + code: + type: integer + format: int32 + message: + type: string