Skip to content

Commit

Permalink
updates oas
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Oct 31, 2024
1 parent 4e4f94c commit a6530dc
Show file tree
Hide file tree
Showing 4 changed files with 1,814 additions and 654 deletions.
4 changes: 2 additions & 2 deletions scripts/common-service.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ _assert_target_defined:


# specification of the used openapi-generator-cli (see also https://github.com/ITISFoundation/openapi-generator)
OPENAPI_GENERATOR_NAME := itisfoundation/openapi-generator-cli-openapi-generator-v4.2.3
OPENAPI_GENERATOR_TAG := v0
OPENAPI_GENERATOR_NAME := openapitools/openapi-generator-cli
OPENAPI_GENERATOR_TAG := latest
OPENAPI_GENERATOR_IMAGE := $(OPENAPI_GENERATOR_NAME):$(OPENAPI_GENERATOR_TAG)

define validate_openapi_specs
Expand Down
5 changes: 0 additions & 5 deletions services/api-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ reqs: ## compiles pip requirements (.in -> .txt)
cp .env-devel $@


# specification of the used openapi-generator-cli (see also https://github.com/ITISFoundation/openapi-generator)
OPENAPI_GENERATOR_NAME := openapitools/openapi-generator-cli
OPENAPI_GENERATOR_TAG := latest
OPENAPI_GENERATOR_IMAGE := $(OPENAPI_GENERATOR_NAME):$(OPENAPI_GENERATOR_TAG)

define _create_and_validate_openapi
# generating openapi specs file under $< (NOTE: Skips DEV FEATURES since this OAS is the 'offically released'!)
@source .env; \
Expand Down
Loading

0 comments on commit a6530dc

Please sign in to comment.