There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.
Created by: spacether
We have an open issue where an allOf composed schema with an inline definition makes the openapi codegen throw an exception. This PR updates our code to skip over those inline schemas So now the exception is not thrown Fixes https://github.com/OpenAPITools/openapi-generator/issues/7262
./bin/generate-samples.sh
to update all Petstore samples related to your fix. This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master. These must match the expectations made by your contribution. You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example ./bin/generate-samples.sh bin/configs/java*
. For Windows users, please run the script in Git BASH.master
Core Team: @wing328 (2015/07) @jimschubert (2016/05) @cbornet (2016/05) @ackintosh (2018/02) @jmini (2018/04) @etherealjoy (2019/06) @spacether (2020/05)
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.