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: kkellyy
Without these changes, openapi-generator will create Set()
objects for swagger parameters with "uniqueItems": true
. This wraps those Set
s in Array.from()
so they can be properly joined. When debugging this in our setup, I found #8695 which fixes this issue for typescript-fetch
in the same way.
Also replaced some mixed-indent with spaces in the relevant file.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.