Skip to content

Commit 542a3c5

Browse files
committed
Revert "Merge branch 'OpenAPITools:master' into httplib-server-codegen"
This reverts commit 716084c, reversing changes made to 654865b.
1 parent 716084c commit 542a3c5

File tree

297 files changed

+535
-23614
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

297 files changed

+535
-23614
lines changed

.github/workflows/samples-dotnet-fx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
name: Build .Net projects
15-
runs-on: windows-latest
15+
runs-on: windows-2019
1616
strategy:
1717
fail-fast: false
1818
matrix:

.github/workflows/samples-kotlin-client.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
- samples/client/petstore/kotlin-name-parameter-mappings
6767
- samples/client/others/kotlin-jvm-okhttp-parameter-tests
6868
- samples/client/others/kotlin-jvm-okhttp-path-comments
69-
- samples/client/petstore/kotlin-allOff-discriminator-kotlinx-serialization
7069
steps:
7170
- uses: actions/checkout@v4
7271
- uses: actions/setup-java@v4

.github/workflows/samples-php-syntax-check.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/samples-r.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: Samples R
2+
3+
on:
4+
push:
5+
paths:
6+
- 'samples/client/echo_api/r/**'
7+
pull_request:
8+
paths:
9+
- 'samples/client/echo_api/r/**'
10+
11+
jobs:
12+
build:
13+
name: Build R
14+
runs-on: ubuntu-latest
15+
strategy:
16+
fail-fast: false
17+
matrix:
18+
sample:
19+
- 'samples/client/echo_api/r/'
20+
steps:
21+
- uses: actions/checkout@v4
22+
- name: Setup node.js
23+
uses: actions/setup-node@v4
24+
- name: Run echo server
25+
run: |
26+
git clone https://github.com/wing328/http-echo-server -b openapi-generator-test-server
27+
(cd http-echo-server && npm install && npm start &)
28+
- uses: r-lib/actions/setup-r@v2
29+
with:
30+
r-version: 3.6.1
31+
- uses: r-lib/actions/setup-r-dependencies@v2
32+
working-directory: ${{ matrix.sample }}
33+
with:
34+
cache-version: 2
35+
- name: Install curl
36+
run: sudo apt-get install -y r-cran-curl
37+
- name: build and test
38+
working-directory: ${{ matrix.sample }}
39+
run: |
40+
# export _R_CHECK_FORCE_SUGGESTS_=false
41+
/bin/bash build_and_test.bash
42+
shell: bash

.github/workflows/samples-rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
working-directory: ${{ matrix.sample }}
5151
run: |
5252
set -e
53-
# Skip samples/client/petstore/rust/ as its tests are failing.
53+
# Skip samples/client/petstore/rust/ as it's tests are failing.
5454
if [[ "${{ matrix.sample }}" == "samples/client/petstore/rust/" ]]; then
5555
echo "Skipping tests for samples/client/petstore/rust/"
5656
exit 0

.github/workflows/samples-typescript-nestjs-server.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

CI/circle_parallel.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ elif [ "$NODE_INDEX" = "3" ]; then
115115
(cd samples/client/petstore/javascript-flowtyped && mvn integration-test)
116116
(cd samples/client/petstore/javascript-es6 && mvn integration-test)
117117
(cd samples/client/petstore/javascript-promise-es6 && mvn integration-test)
118-
(cd samples/server/petstore/typescript-nestjs-server && mvn integration-test)
119118

120119
else
121120
echo "Running node $NODE_INDEX ..."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@ If you want to join the committee, please kindly apply by sending an email to te
12701270
| Python | @cbornet (2017/09) @tomplus (2018/10) @krjakbrjak (2023/02) @fa0311 (2023/10) @multani (2023/10) |
12711271
| R | @Ramanth (2019/07) @saigiridhar21 (2019/07) |
12721272
| Ruby | @cliffano (2017/07) @zlx (2017/09) @autopp (2019/02) |
1273-
| Rust | @frol (2017/07) @farcaller (2017/08) @richardwhiuk (2019/07) @paladinzh (2020/05) @jacob-pro (2022/10) @dsteeley (2025/07) |
1273+
| Rust | @frol (2017/07) @farcaller (2017/08) @richardwhiuk (2019/07) @paladinzh (2020/05) @jacob-pro (2022/10) @@dsteeley (2025/07) |
12741274
| Scala | @clasnake (2017/07), @shijinkui (2018/01), @ramzimaalej (2018/03), @chameleon82 (2020/03), @Bouillie (2020/04) @fish86 (2023/06) |
12751275
| Swift | @jgavris (2017/07) @ehyche (2017/08) @Edubits (2017/09) @jaz-ah (2017/09) @4brunu (2019/11) @dydus0x14 (2023/06) |
12761276
| TypeScript | @TiFu (2017/07) @taxpon (2017/07) @sebastianhaas (2017/07) @kenisteward (2017/07) @Vrolijkx (2017/09) @macjohnny (2018/01) @topce (2018/10) @akehir (2019/07) @petejohansonxo (2019/11) @amakhrov (2020/02) @davidgamero (2022/03) @mkusaka (2022/04) @joscha (2024/10) |

bin/configs/kotlin-allOff-discriminator-kotlinx-serialization.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

bin/configs/rust-reqwest-trait-petstore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputSpec: modules/openapi-generator/src/test/resources/3_0/rust/petstore.yaml
55
templateDir: modules/openapi-generator/src/main/resources/rust
66
additionalProperties:
77
topLevelApiClient: true
8-
packageName: petstore-reqwest-trait
8+
packageName: petstore-reqwest
99
mockall: true
1010
enumNameMappings:
1111
delivered: shipped

0 commit comments

Comments
 (0)