Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Merge requests
  • !6334

Bash optimizations for ensure script

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Jim Schubert requested to merge ensure-updated-speed into master 5 years ago
  • Overview 0
  • Commits 4
  • Pipelines 0
  • Changes 389

This is a work in progress evaluating script execution options to see if we can speed up the ensure-up-to-date process in the short term before any changes related to #6333 (closed)

Switched from a mix of sh, eval, and script execution to /bin/bash with stdout redirecting to /dev/null results in:

./bin/utils/ensure-up-to-date  1118.22s user 82.57s system 191% cpu 10:26.87 total

Switched from /bin/bash to /usr/bin/env bash and installed bash 5.0, the results were similar:

./bin/utils/ensure-up-to-date  1119.88s user 82.50s system 195% cpu 10:16.37 total

PR checklist

  • Read the contribution guidelines.
  • If contributing template-only or documentation-only changes which will change sample output, build the project before.
  • Run the shell script(s) under ./bin/ (or Windows batch scripts under.\bin\windows) to update Petstore samples related to your fix. This is important, as CI jobs will verify all generator outputs of your HEAD commit, and these must match the expectations made by your contribution. You only need to run ./bin/{LANG}-petstore.sh, ./bin/openapi3/{LANG}-petstore.sh if updating the code or mustache templates for a language ({LANG}) (e.g. php, ruby, python, etc).
  • File the PR against the correct branch: master, 4.3.x, 5.0.x. Default: master.
  • Copy the technical committee to review the pull request if your PR is targeting a particular programming language.
Compare
  • master (base)

and
  • latest version
    3c605ea1
    4 commits, 2 years ago

389 files
+ 905
- 901

    Preferences

    File browser
    Compare changes
b‎in‎
open‎api3‎
android-pet‎store-all.sh‎ +3 -3
android-petstor‎e-httpclient.sh‎ +2 -2
android-petst‎ore-volley.sh‎ +2 -2
avro-pet‎store.sh‎ +2 -2
bash-pet‎store.sh‎ +2 -2
clojure-p‎etstore.sh‎ +2 -2
cpp-pistache-se‎rver-petstore.sh‎ +1 -1
cpp-qt5-p‎etstore.sh‎ +2 -2
cpp-qt5-qhttpengine‎-server-petstore.sh‎ +2 -2
cpp-restbed-pet‎store-server.sh‎ +1 -1
cpp-tizen-‎petstore.sh‎ +2 -2
csharp-dotnet‎2-petstore.sh‎ +2 -2
csharp-petstore‎-net-standard.sh‎ +2 -2
csharp-pe‎tstore.sh‎ +2 -2
csharp-property-c‎hanged-petstore.sh‎ +2 -2
dart-pet‎store.sh‎ +2 -2
elixir-pe‎tstore.sh‎ +2 -2
elm‎.sh‎ +2 -2
finch-petsto‎re-server.sh‎ +2 -2
flash-pe‎tstore.sh‎ +2 -2
go-experiment‎al-petstore.sh‎ +2 -2
go-gin-petst‎ore-server.sh‎ +2 -2
go-petstor‎e-server.sh‎ +2 -2
go-pets‎tore.sh‎ +2 -2
graphql-nodejs-e‎xpress-server.sh‎ +2 -2
groovy-pe‎tstore.sh‎ +2 -2
haskell-http-cl‎ient-petstore.sh‎ +2 -2
haskell-serva‎nt-petstore.sh‎ +2 -2
javascript-clo‎sure-angular.sh‎ +2 -2
javascript-es‎6-petstore.sh‎ +2 -2
jaxrs-cxf-clie‎nt-petstore.sh‎ +2 -2
jaxrs-jersey‎-petstore.sh‎ +2 -2
kotlin-client-pets‎tore-deprecated.sh‎ +2 -2
kotlin-client-petst‎ore-multiplatform.sh‎ +2 -2
kotlin-client-petstor‎e-nullable-required.sh‎ +2 -2
kotlin-clien‎t-petstore.sh‎ +2 -2
kotlin-springboo‎t-petstore-all.sh‎ +3 -3
kotlin-springboot-pets‎tore-server-reactive.sh‎ +2 -2
kotlin-springboot-‎petstore-server.sh‎ +2 -2
objc-petstor‎e-coredata.sh‎ +2 -2
objc-pet‎store.sh‎ +2 -2
ocaml-client‎-petstore.sh‎ +2 -2
perl-pet‎store.sh‎ +2 -2
php-laravel‎-petstore.sh‎ +2 -2
php-lumen-pets‎tore-server.sh‎ +2 -2
php-pet‎store.sh‎ +2 -2
php-silex-pets‎tore-server.sh‎ +2 -2
php-slim-serv‎er-petstore.sh‎ +2 -2
php-slim4-serv‎er-petstore.sh‎ +2 -2
php-symfony‎-petstore.sh‎ +2 -2
php-ze-ph-pets‎tore-server.sh‎ +2 -2
plantuml-document‎ation-petstore.sh‎ +2 -2
python-experime‎ntal-petstore.sh‎ +2 -2
python-flask-pet‎store-python2.sh‎ +2 -2
python-flask‎-petstore.sh‎ +2 -2
python-pe‎tstore.sh‎ +2 -2
r-pets‎tore.sh‎ +2 -2
ruby-client-far‎aday-petstore.sh‎ +2 -2
ruby-client‎-petstore.sh‎ +2 -2
ruby-on-rails-se‎rver-petstore.sh‎ +2 -2
ruby-sinatra-se‎rver-petstore.sh‎ +2 -2
run-all-‎petstore‎ +3 -3
rust-pet‎store.sh‎ +2 -2
scala-akka-‎petstore.sh‎ +2 -2
scala-httpclie‎nt-petstore.sh‎ +2 -2
scala-sttp-‎petstore.sh‎ +2 -2
scalatra-pets‎tore-server.sh‎ +2 -2
scalaz-pe‎tstore.sh‎ +2 -2
typescript-angula‎r-petstore-all.sh‎ +2 -2
typescript-angular-v2-‎petstore-interfaces.sh‎ +2 -2
typescript-angular-v2‎-petstore-with-npm.sh‎ +2 -2
typescript-angul‎ar-v2-petstore.sh‎ +2 -2
typescript-angular-v4‎-petstore-with-npm.sh‎ +2 -2
typescript-angular-v4.‎3-petstore-with-npm.sh‎ +2 -2
typescript-angul‎arjs-petstore.sh‎ +2 -2
typescript-aure‎lia-petstore.sh‎ +2 -2
typescript-fetch‎-petstore-all.sh‎ +6 -6
typescript-fetch-pe‎tstore-interfaces.sh‎ +2 -2
typescript-fetch-petstore-pr‎efix-parameter-interfaces.sh‎ +2 -2
typescript-fetch-pe‎tstore-target-es6.sh‎ +2 -2
typescript-fetch-petst‎ore-with-npm-version.sh‎ +2 -2
typescript-fet‎ch-petstore.sh‎ +2 -2
typescript-inver‎sify-petstore.sh‎ +2 -2
typescript-jquer‎y-petstore-all.sh‎ +2 -2
typescript-jquery-p‎etstore-with-npm.sh‎ +2 -2
typescript-jqu‎ery-petstore.sh‎ +2 -2
typescript-node‎-petstore-all.sh‎ +2 -2
typescript-node-pe‎tstore-with-npm.sh‎ +2 -2
typescript-no‎de-petstore.sh‎ +2 -2
te‎sts‎
run-al‎l-test‎ +1 -1
test-debug-supp‎orting-files.sh‎ +2 -2
ut‎ils‎
copy-to-w‎ebsite.sh‎ +1 -1
detect_carri‎age_return.sh‎ +1 -1
detect_merge‎_conflict.sh‎ +1 -1
detect_tab_in‎_java_class.sh‎ +1 -1
ensure-u‎p-to-date‎ +3 -3
export_docs_‎generators.sh‎ +1 -1
export_ge‎nerator.sh‎ +1 -1
export_genera‎tors_readme.sh‎ +1 -1
test-fake-pets‎tore-for-all.sh‎ +1 -1
ada-pet‎store.sh‎ +1 -1
android-pet‎store-all.sh‎ +3 -3
android-petstor‎e-httpclient.sh‎ +2 -2
android-petst‎ore-volley.sh‎ +2 -2
apache2-petst‎ore-config.sh‎ +1 -1
apex-pet‎store.sh‎ +2 -2
asciidoc-document‎ation-petstore.sh‎ +2 -2
aspnetcore-petst‎ore-server-3.0.sh‎ +1 -1
aspnetcore-petst‎ore-server-3.1.sh‎ +1 -1
aspnetcore-pet‎store-server.sh‎ +1 -1
aspnetcore3-pet‎store-server.sh‎ +1 -1
avro-pet‎store.sh‎ +2 -2
bash-pet‎store.sh‎ +2 -2
c-pets‎tore.sh‎ +2 -2
clojure-p‎etstore.sh‎ +2 -2
cpp-pistache-se‎rver-petstore.sh‎ +1 -1
cpp-qt5-p‎etstore.sh‎ +2 -2
cpp-qt5-qhttpengine‎-server-petstore.sh‎ +2 -2
cpp-restbed-pet‎store-server.sh‎ +1 -1
cpp-restsdk‎-petstore.sh‎ +2 -2
cpp-tizen-‎petstore.sh‎ +2 -2
csharp-dotnet‎2-petstore.sh‎ +2 -2
csharp-netcore-‎petstore-all.sh‎ +3 -3
csharp-netcore-pe‎tstore-netcore.sh‎ +2 -2
csharp-netcor‎e-petstore.sh‎ +2 -2
csharp-pets‎tore-all.sh‎ +6 -6
csharp-petst‎ore-net-35.sh‎ +2 -2
csharp-petst‎ore-net-40.sh‎ +2 -2
csharp-petstore‎-net-standard.sh‎ +2 -2
csharp-petstore-n‎etcore-project.sh‎ +2 -2
csharp-pe‎tstore.sh‎ +2 -2
csharp-property-c‎hanged-petstore.sh‎ +2 -2
cwiki-pe‎tstore.sh‎ +2 -2
dart-dio-p‎etstore.sh‎ +2 -2
dart-jaguar‎-petstore.sh‎ +2 -2
dart-pet‎store.sh‎ +2 -2
dart2-pe‎tstore.sh‎ +2 -2
dynamic‎-html.sh‎ +2 -2
eiffel-pe‎tstore.sh‎ +2 -2
elixir-pe‎tstore.sh‎ +2 -2
erlang-petst‎ore-client.sh‎ +2 -2
erlang-petst‎ore-proper.sh‎ +2 -2
erlang-petst‎ore-server.sh‎ +2 -2
flash-pe‎tstore.sh‎ +2 -2
fsharp-functions-‎server-petstore.sh‎ +3 -3
fsharp-giraffe-s‎erver-petstore.sh‎ +2 -2
go-experiment‎al-petstore.sh‎ +2 -2
go-gin-petst‎ore-server.sh‎ +2 -2
go-petstor‎e-server.sh‎ +2 -2
go-petstore‎-withxml.sh‎ +2 -2
go-pets‎tore.sh‎ +2 -2
graphql-nodejs-e‎xpress-server.sh‎ +2 -2
graphql-schem‎a-petstore.sh‎ +2 -2
groovy-pe‎tstore.sh‎ +2 -2
haskell-http-cl‎ient-petstore.sh‎ +2 -2
haskell-serva‎nt-petstore.sh‎ +2 -2
html-mar‎kdown.sh‎ +2 -2
html-pet‎store.sh‎ +2 -2
html2-pe‎tstore.sh‎ +2 -2
java-inflector-p‎etstore-server.sh‎ +2 -2
java-jaxrs-petst‎ore-server-all.sh‎ +18 -18
java-msf4j-pet‎store-server.sh‎ +2 -2
java-petst‎ore-all.sh‎ +26 -26
java-petstore‎-feign-10x.sh‎ +2 -2
java-petsto‎re-feign.sh‎ +2 -2
java-petstore-goo‎gle-api-client.sh‎ +2 -2
java-petstor‎e-jersey1.sh‎ +2 -2
java-petstore-j‎ersey2-java6.sh‎ +2 -2
java-petstore-j‎ersey2-java7.sh‎ +2 -2
java-petstore-j‎ersey2-java8.sh‎ +2 -2
java-petstore-‎microprofile.sh‎ +3 -3
java-petstore-‎native-async.sh‎ +2 -2
java-petsto‎re-native.sh‎ +2 -2
java-petstore-okhtt‎p-gson-parcelable.sh‎ +2 -2
java-petstore-‎okhttp-gson.sh‎ +2 -2
java-petstore-rest‎-assured-jackson.sh‎ +2 -2
java-petstore-‎rest-assured.sh‎ +2 -2
java-petstore-‎resteasy-all.sh‎ +7 -7
java-petstor‎e-resteasy.sh‎ +2 -2
java-petstore-rest‎template-withxml.sh‎ +2 -2
java-petstore-‎resttemplate.sh‎ +2 -2
java-petstor‎e-retrofit.sh‎ +2 -2
java-petstore-r‎etrofit2-all.sh‎ +7 -7
java-petstore-re‎trofit2-play24.sh‎ +2 -2
java-petstore-re‎trofit2-play25.sh‎ +2 -2
java-petstore-re‎trofit2-play26.sh‎ +2 -2
java-petstore‎-retrofit2.sh‎ +2 -2
java-petstore-‎retrofit2rx.sh‎ +2 -2
java-petstore-‎retrofit2rx2.sh‎ +2 -2
java-petsto‎re-vertx.sh‎ +2 -2
java-petstore‎-webclient.sh‎ +2 -2
java-pkmst-pet‎store-server.sh‎ +2 -2
java-play-framework-p‎etstore-server-all.sh‎ +11 -11
java-play-framework-petstore-‎server-api-package-override.sh‎ +2 -2
java-play-framework-pe‎tstore-server-async.sh‎ +2 -2
java-play-framework-petstor‎e-server-controller-only.sh‎ +2 -2
java-play-framework-petsto‎re-server-fake-endpoints.sh‎ +2 -2
java-play-framework-petstore‎-server-no-bean-validation.sh‎ +2 -2
java-play-framework-petstore-s‎erver-no-exception-handling.sh‎ +2 -2
java-play-framework-petst‎ore-server-no-interface.sh‎ +2 -2
java-play-framework-petsto‎re-server-no-swagger-ui.sh‎ +2 -2
java-play-framework-petsto‎re-server-no-wrap-calls.sh‎ +2 -2
java-play-framework‎-petstore-server.sh‎ +2 -2
java-undertow-pe‎tstore-server.sh‎ +2 -2
java-vertx-async-‎petstore-server.sh‎ +2 -2
java-vertx-rx-pe‎tstore-server.sh‎ +2 -2
java-vertx-web-rx-‎petstore-server.sh‎ +2 -2
javascript-apo‎llo-petstore.sh‎ +2 -2
javascript-clo‎sure-angular.sh‎ +2 -2
javascript-es‎6-petstore.sh‎ +2 -2
javascript-flowt‎yped-petstore.sh‎ +2 -2
javascript-pe‎tstore-all.sh‎ +5 -5
javascript-‎petstore.sh‎ +2 -2
javascript-promis‎e-es6-petstore.sh‎ +2 -2
javascript-prom‎ise-petstore.sh‎ +2 -2
jaxrs-cxf-cdi-pe‎tstore-server.sh‎ +2 -2
jaxrs-cxf-clie‎nt-petstore.sh‎ +2 -2
jaxrs-cxf-petstore-serve‎r-annotated-base-path.sh‎ +2 -2
jaxrs-cxf-petstore-server‎-non-spring-application.sh‎ +2 -2
jaxrs-cxf-petstore-‎server-test-data.sh‎ +2 -2
jaxrs-cxf-pets‎tore-server.sh‎ +2 -2
jaxrs-jersey1-pe‎tstore-server.sh‎ +2 -2
jaxrs-jersey1-usetag‎s-petstore-server.sh‎ +2 -2
jaxrs-petstore-se‎rver-datelib-j8.sh‎ +2 -2
jaxrs-petsto‎re-server.sh‎ +2 -2
jaxrs-resteasy-eap-ja‎va8-petstore-server.sh‎ +2 -2
jaxrs-resteasy-eap-jo‎da-petstore-server.sh‎ +2 -2
jaxrs-resteasy-eap‎-petstore-server.sh‎ +2 -2
jaxrs-resteasy-joda‎-petstore-server.sh‎ +2 -2
jaxrs-resteasy-p‎etstore-server.sh‎ +2 -2
jaxrs-spec-petstore-server-in‎terface-returning-response.sh‎ +2 -2
jaxrs-spec-petstore‎-server-interface.sh‎ +2 -2
jaxrs-spec-pet‎store-server.sh‎ +2 -2
jaxrs-usetags-pe‎tstore-server.sh‎ +2 -2
jmeter-pe‎tstore.sh‎ +2 -2
k6-pets‎tore.sh‎ +1 -1
kotlin-cli‎ent-all.sh‎ +13 -13
kotlin-cli‎ent-gson.sh‎ +2 -2
kotlin-clien‎t-jackson.sh‎ +2 -2
kotlin-client-json‎-request-string.sh‎ +2 -2
kotlin-client-m‎oshi-codegen.sh‎ +2 -2
kotlin-client‎-nonpublic.sh‎ +2 -2
kotlin-clien‎t-nullable.sh‎ +2 -2
kotlin-clien‎t-okhttp3.sh‎ +2 -2
kotlin-client-petst‎ore-multiplatform.sh‎ +2 -2
kotlin-clien‎t-petstore.sh‎ +2 -2
kotlin-client‎-retrofit2.sh‎ +2 -2
kotlin-clie‎nt-string.sh‎ +2 -2
kotlin-client‎-threetenbp.sh‎ +2 -2
kotlin-client-u‎ppercase-enum.sh‎ +2 -2
kotlin-serve‎r-petstore.sh‎ +2 -2
kotlin-springboo‎t-petstore-all.sh‎ +4 -4
kotlin-springboot-petstor‎e-server-model-mutable.sh‎ +2 -2
kotlin-springboot-pets‎tore-server-reactive.sh‎ +2 -2
kotlin-springboot-‎petstore-server.sh‎ +2 -2
kotlin-vertx-se‎rver-petstore.sh‎ +2 -2
lua-pet‎store.sh‎ +2 -2
markdown-document‎ation-petstore.sh‎ +2 -2
mysql-schema‎-petstore.sh‎ +2 -2
nancyfx-petstore‎-server-async.sh‎ +2 -2
nancyfx-petst‎ore-server.sh‎ +2 -2
nim-client-‎petstore.sh‎ +2 -2
nodejs-express-p‎etstore-server.sh‎ +2 -2
objc-petst‎ore-all.sh‎ +3 -3
objc-petstor‎e-coredata.sh‎ +2 -2
objc-pet‎store.sh‎ +2 -2
ocaml-pe‎tstore.sh‎ +2 -2
perl-deep-modu‎le-petstore.sh‎ +2 -2
perl-petst‎ore-all.sh‎ +3 -3
perl-pet‎store.sh‎ +2 -2
php-laravel-pet‎store-server.sh‎ +2 -2
php-lumen-pets‎tore-server.sh‎ +2 -2
php-pet‎store.sh‎ +2 -2
php-silex-pets‎tore-server.sh‎ +2 -2
php-slim-serv‎er-petstore.sh‎ +2 -2
php-slim4-serv‎er-petstore.sh‎ +2 -2
php-symfony‎-petstore.sh‎ +2 -2
php-ze-ph-pets‎tore-server.sh‎ +2 -2
plantuml-document‎ation-petstore.sh‎ +2 -2
powershell-‎petstore.sh‎ +2 -2
protobuf-sche‎ma-petstore.sh‎ +2 -2
python-asynci‎o-petstore.sh‎ +2 -2
python-experime‎ntal-petstore.sh‎ +2 -2
python-pets‎tore-all.sh‎ +5 -5
python-pe‎tstore.sh‎ +2 -2
python-server-ai‎ohttp-petstore.sh‎ +2 -2
python-server-aiohttp‎-srclayout-petstore.sh‎ +2 -2
python-ser‎ver-all.sh‎ +6 -6
python-server-blue‎planet-petstore.sh‎ +2 -2
python-server-flask‎-petstore-python2.sh‎ +2 -2
python-server-f‎lask-petstore.sh‎ +2 -2
python-tornad‎o-petstore.sh‎ +2 -2
r-pets‎tore.sh‎ +2 -2
ruby-client-pet‎store-faraday.sh‎ +3 -3
ruby-client‎-petstore.sh‎ +2 -2
ruby-on-rails-se‎rver-petstore.sh‎ +2 -2
ruby-sinatra-se‎rver-petstore.sh‎ +2 -2
run-all-‎petstore‎ +1 -1
rust-pet‎store.sh‎ +2 -2
rust-server‎-petstore.sh‎ +2 -2
scala-akka-http-s‎erver-petstore.sh‎ +2 -2
scala-akka-‎petstore.sh‎ +2 -2
scala-finch-pet‎store-server.sh‎ +2 -2
scala-gatlin‎g-petstore.sh‎ +2 -2
scala-httpclie‎nt-petstore.sh‎ +2 -2
scala-lagom-ser‎ver-petstore.sh‎ +2 -2
scala-play-frame‎work-petstore.sh‎ +2 -2
scalatra-pets‎tore-server.sh‎ +2 -2
scalaz-pe‎tstore.sh‎ +2 -2
spring-all-‎petstore.sh‎ +1 -1
spring-cloud-feign‎-async-petstore.sh‎ +2 -2
spring-cloud-fe‎ign-petstore.sh‎ +2 -2
spring-del‎egate-j8.sh‎ +2 -2
spring-de‎legate.sh‎ +2 -2
spring-mvc-petstore‎-j8-async-server.sh‎ +2 -2
spring-mvc-petstore‎-j8-localdatetime.sh‎ +2 -2
spring-mvc-pet‎store-server.sh‎ +2 -2
spring-‎stubs.sh‎ +2 -2
springboot-petstore-se‎rver-beanvalidation.sh‎ +2 -2
springboot-petstore-se‎rver-implicitHeaders.sh‎ +2 -2
springboot-petstore‎-server-reactive.sh‎ +2 -2
springboot-petstore-‎server-useOptional.sh‎ +2 -2
springboot-pet‎store-server.sh‎ +2 -2
springboot-virtuala‎n-petstore-server.sh‎ +2 -2
swift5‎-all.sh‎ +3 -3
swift5-petstor‎e-alamofire.sh‎ +2 -2
swift5-pets‎tore-all.sh‎ +12 -12
swift5-petsto‎re-combine.sh‎ +2 -2
swift5-petstor‎e-deprecated.sh‎ +2 -2
swift5-petstore‎-nonPublicApi.sh‎ +2 -2
swift5-petstore-‎objcCompatible.sh‎ +2 -2
swift5-petstor‎e-promisekit.sh‎ +2 -2
swift5-petstore-re‎adOnlyProperties.sh‎ +2 -2
swift5-petst‎ore-result.sh‎ +2 -2
swift5-petsto‎re-rxswift.sh‎ +2 -2
swift5-petstor‎e-urlsession.sh‎ +2 -2
swift5-pe‎tstore.sh‎ +2 -2
swift5-‎test.sh‎ +2 -2
typescript-angula‎r-petstore-all.sh‎ +17 -17
typescript-angular-v2-‎petstore-interfaces.sh‎ +2 -2
typescript-angular-v2‎-petstore-with-npm.sh‎ +2 -2
typescript-angul‎ar-v2-petstore.sh‎ +2 -2
typescript-angular-v4‎-petstore-with-npm.sh‎ +2 -2
typescript-angular-v4.‎3-petstore-with-npm.sh‎ +2 -2
typescript-angular-v6-petstore-‎not-provided-in-root-with-npm.sh‎ +2 -2
typescript-angular-v6-petst‎ore-not-provided-in-root.sh‎ +2 -2
typescript-angular-v6-petstor‎e-provided-in-root-with-npm.sh‎ +2 -2
typescript-angular-v6-pet‎store-provided-in-root.sh‎ +2 -2
typescript-angular-v7-petstore-‎not-provided-in-root-with-npm.sh‎ +2 -2
typescript-angular-v7-petst‎ore-not-provided-in-root.sh‎ +2 -2
typescript-angular-v7-petstor‎e-provided-in-root-with-npm.sh‎ +2 -2
typescript-angular-v7-pet‎store-provided-in-root.sh‎ +2 -2
typescript-angular-v8-petstor‎e-provided-in-root-with-npm.sh‎ +2 -2
typescript-angular-v8-petstore-provide‎d-in-root-with-prefixed-module-name.sh‎ +2 -2
typescript-angular-v8-petstor‎e-single-request-parameter.sh‎ +2 -2
typescript-angul‎arjs-petstore.sh‎ +2 -2
typescript-aure‎lia-petstore.sh‎ +2 -2
typescript-axios‎-petstore-all.sh‎ +8 -8
typescript-axios-pe‎tstore-interfaces.sh‎ +2 -2
typescript-axios-pe‎tstore-target-es6.sh‎ +2 -2
typescript-axios-petstor‎e-with-complex-headers.sh‎ +3 -3
typescript-axios-petstore-with-npm-v‎ersion-and-separate-models-and-api.sh‎ +2 -2
typescript-axios-petst‎ore-with-npm-version.sh‎ +2 -2
typescript-axios-petstore-wit‎h-single-request-parameters.sh‎ +2 -2
typescript-axi‎os-petstore.sh‎ +2 -2
typescript-fetch‎-petstore-all.sh‎ +8 -8
typescript-fetch-pe‎tstore-interfaces.sh‎ +2 -2
typescript-fetch-petstor‎e-multiple-parameters.sh‎ +2 -2
typescript-fetch-petstore-pr‎efix-parameter-interfaces.sh‎ +2 -2
typescript-fetch-pe‎tstore-target-es6.sh‎ +2 -2
typescript-fetch-petstore‎-typescript-three-plus.sh‎ +2 -2
typescript-fetch-petst‎ore-with-npm-version.sh‎ +2 -2
typescript-fet‎ch-petstore.sh‎ +2 -2
typescript-inver‎sify-petstore.sh‎ +2 -2
typescript-jquer‎y-petstore-all.sh‎ +3 -3
typescript-jquery-p‎etstore-with-npm.sh‎ +2 -2
typescript-jqu‎ery-petstore.sh‎ +2 -2
typescript-node‎-petstore-all.sh‎ +3 -3
typescript-node-pe‎tstore-with-npm.sh‎ +2 -2
typescript-no‎de-petstore.sh‎ +2 -2
typescript-redux-query-pe‎tstore-with-npm-version.sh‎ +2 -2
typescript-redux-‎query-petstore.sh‎ +2 -2
typescript-rxjs‎-petstore-all.sh‎ +5 -5
typescript-rxjs-pet‎store-interfaces.sh‎ +2 -2
typescript-rxjs-pet‎store-target-es6.sh‎ +2 -2
typescript-rxjs-petsto‎re-with-npm-version.sh‎ +2 -2
typescript-rx‎js-petstore.sh‎ +2 -2
samples/client‎/petstore/java‎
jersey2-java7/sr‎c/…/…/…/…/client‎
ApiClie‎nt.java‎ +4 -2
jersey2-java8/sr‎c/…/…/…/…/client‎
ApiClie‎nt.java‎ +4 -2
bin/openapi3/android-petstore-all.sh
+ 3
- 3
  • View file @ 3c605ea1

#!/bin/sh
#!/usr/bin/env bash
./bin/openapi3/android-petstore-httpclient.sh
./bin/openapi3/android-petstore-volley.sh
source ./bin/openapi3/android-petstore-httpclient.sh 1>/dev/null
source ./bin/openapi3/android-petstore-volley.sh 1>/dev/null
bin/openapi3/android-petstore-httpclient.sh
+ 2
- 2
  • View file @ 3c605ea1


#!/bin/sh
#!/usr/bin/env bash
SCRIPT="$0"
echo "# START SCRIPT: $SCRIPT"
while [ -h "$SCRIPT" ] ; do
while [ -L "$SCRIPT" ] ; do
ls=`ls -ld "$SCRIPT"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
bin/openapi3/android-petstore-volley.sh
+ 2
- 2
  • View file @ 3c605ea1


#!/bin/sh
#!/usr/bin/env bash
SCRIPT="$0"
echo "# START SCRIPT: $SCRIPT"
while [ -h "$SCRIPT" ] ; do
while [ -L "$SCRIPT" ] ; do
ls=`ls -ld "$SCRIPT"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
bin/openapi3/avro-petstore.sh
+ 2
- 2
  • View file @ 3c605ea1


#!/bin/sh
#!/usr/bin/env bash
SCRIPT="$0"
echo "# START SCRIPT: $SCRIPT"
while [ -h "$SCRIPT" ] ; do
while [ -L "$SCRIPT" ] ; do
ls=`ls -ld "$SCRIPT"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
bin/openapi3/bash-petstore.sh
+ 2
- 2
  • View file @ 3c605ea1


#!/bin/sh
#!/usr/bin/env bash
SCRIPT="$0"
echo "# START SCRIPT: $SCRIPT"
while [ -h "$SCRIPT" ] ; do
while [ -L "$SCRIPT" ] ; do
ls=`ls -ld "$SCRIPT"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
bin/openapi3/clojure-petstore.sh
+ 2
- 2
  • View file @ 3c605ea1


#!/bin/sh
#!/usr/bin/env bash
SCRIPT="$0"
echo "# START SCRIPT: $SCRIPT"
while [ -h "$SCRIPT" ] ; do
while [ -L "$SCRIPT" ] ; do
ls=`ls -ld "$SCRIPT"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
bin/openapi3/cpp-pistache-server-petstore.sh
+ 1
- 1
  • View file @ 3c605ea1


@@ -3,7 +3,7 @@
SCRIPT="$0"
echo "# START SCRIPT: $SCRIPT"
while [ -h "$SCRIPT" ] ; do
while [ -L "$SCRIPT" ] ; do
ls=`ls -ld "$SCRIPT"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
bin/openapi3/cpp-qt5-petstore.sh
+ 2
- 2
  • View file @ 3c605ea1


#!/bin/sh
#!/usr/bin/env bash
SCRIPT="$0"
echo "# START SCRIPT: $SCRIPT"
while [ -h "$SCRIPT" ] ; do
while [ -L "$SCRIPT" ] ; do
ls=`ls -ld "$SCRIPT"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
bin/openapi3/cpp-qt5-qhttpengine-server-petstore.sh
+ 2
- 2
  • View file @ 3c605ea1


#!/bin/sh
#!/usr/bin/env bash
SCRIPT="$0"
echo "# START SCRIPT: $SCRIPT"
while [ -h "$SCRIPT" ] ; do
while [ -L "$SCRIPT" ] ; do
ls=`ls -ld "$SCRIPT"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
bin/openapi3/cpp-restbed-petstore-server.sh
+ 1
- 1
  • View file @ 3c605ea1


@@ -3,7 +3,7 @@
SCRIPT="$0"
echo "# START SCRIPT: $SCRIPT"
while [ -h "$SCRIPT" ] ; do
while [ -L "$SCRIPT" ] ; do
ls=`ls -ld "$SCRIPT"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
bin/openapi3/cpp-tizen-petstore.sh
+ 2
- 2
  • View file @ 3c605ea1


#!/bin/sh
#!/usr/bin/env bash
SCRIPT="$0"
echo "# START SCRIPT: $SCRIPT"
while [ -h "$SCRIPT" ] ; do
while [ -L "$SCRIPT" ] ; do
ls=`ls -ld "$SCRIPT"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
bin/openapi3/csharp-dotnet2-petstore.sh
+ 2
- 2
  • View file @ 3c605ea1


#!/bin/sh
#!/usr/bin/env bash
SCRIPT="$0"
echo "# START SCRIPT: $SCRIPT"
while [ -h "$SCRIPT" ] ; do
while [ -L "$SCRIPT" ] ; do
ls=`ls -ld "$SCRIPT"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
2
Client: PHP Enhancement: Feature
2
Client: PHP Enhancement: Feature
    Assign labels
  • Manage project labels

Milestone
3.3.2
3.3.2 (expired)
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: OpenAPITools/openapi-generator!1337
Source branch: ensure-updated-speed

Menu

Explore Projects Groups Snippets