Skip to content

Commit 0f231d9

Browse files
Fix rust-axum homepage toml quotes (#21716)
1 parent 517bbeb commit 0f231d9

File tree

29 files changed

+56
-30
lines changed

29 files changed

+56
-30
lines changed

bin/configs/manual/rust-axum-apikey-authorization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ additionalProperties:
99
basicAuthorization: true
1010
basicAnalytic: true
1111
ownedRequest: true
12+
homePageUrl: https://github.com/openapitools/openapi-generator
1213
globalProperties:
1314
skipFormModel: false
1415
enablePostProcessFile: true

bin/configs/manual/rust-axum-apikey-auths.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ generateAliasAsModel: true
66
additionalProperties:
77
hideGenerationTimestamp: "true"
88
packageName: apikey-auths
9+
homePageUrl: https://github.com/openapitools/openapi-generator
910
globalProperties:
1011
skipFormModel: false
1112
enablePostProcessFile: true

bin/configs/manual/rust-axum-array-params.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ generateAliasAsModel: true
66
additionalProperties:
77
hideGenerationTimestamp: "true"
88
packageName: rust-axum-array-params-test
9+
homePageUrl: https://github.com/openapitools/openapi-generator
910
globalProperties:
1011
skipFormModel: false
1112
enablePostProcessFile: true

bin/configs/manual/rust-axum-header-uuid.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ templateDir: modules/openapi-generator/src/main/resources/rust-axum
55
generateAliasAsModel: true
66
additionalProperties:
77
hideGenerationTimestamp: "true"
8-
packageName: rust-axum-header-uui
8+
packageName: rust-axum-header-uuid
9+
homePageUrl: https://github.com/openapitools/openapi-generator
910
globalProperties:
1011
skipFormModel: "false"
1112
enablePostProcessFile: true

bin/configs/manual/rust-axum-multipart-v3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ additionalProperties:
77
hideGenerationTimestamp: "true"
88
allowBlockingResponseSerialize: "true"
99
packageName: multipart-v3
10+
homePageUrl: https://github.com/openapitools/openapi-generator
1011
globalProperties:
1112
skipFormModel: false
1213
enablePostProcessFile: true

bin/configs/manual/rust-axum-oneof-v3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ generateAliasAsModel: true
66
additionalProperties:
77
hideGenerationTimestamp: "true"
88
packageName: rust-axum-oneof
9+
homePageUrl: https://github.com/openapitools/openapi-generator
910
globalProperties:
1011
skipFormModel: "false"
1112
enablePostProcessFile: true

bin/configs/manual/rust-axum-openapi-v3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ additionalProperties:
77
hideGenerationTimestamp: "true"
88
allowBlockingValidator: "true"
99
packageName: openapi-v3
10+
homePageUrl: https://github.com/openapitools/openapi-generator
1011
globalProperties:
1112
skipFormModel: false
1213
enablePostProcessFile: true

bin/configs/manual/rust-axum-ops-v3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ generateAliasAsModel: true
66
additionalProperties:
77
hideGenerationTimestamp: "true"
88
packageName: ops-v3
9+
homePageUrl: https://github.com/openapitools/openapi-generator
910
globalProperties:
1011
skipFormModel: false
1112
enablePostProcessFile: true

bin/configs/manual/rust-axum-petstore-with-fake-endpoints-models-for-testing.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ additionalProperties:
77
hideGenerationTimestamp: "true"
88
packageName: petstore-with-fake-endpoints-models-for-testing
99
publishRustRegistry: crates-io
10+
homePageUrl: https://github.com/openapitools/openapi-generator
1011
globalProperties:
1112
skipFormModel: false
1213
enablePostProcessFile: true

bin/configs/manual/rust-axum-petstore.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ generateAliasAsModel: true
66
additionalProperties:
77
hideGenerationTimestamp: "true"
88
packageName: petstore
9+
homePageUrl: https://github.com/openapitools/openapi-generator
910
globalProperties:
1011
skipFormModel: false
1112
enablePostProcessFile: true

0 commit comments

Comments
 (0)