This repository was archived by the owner on Dec 25, 2024. It is now read-only.
Commit 2cf2ad0
authored
Generators, simplifies storage of txt that is codeEscaped vs htmlEscaped (#315)
* Adds CodegenText
* Replaces appDescription with CodegenText instance
* Sample updated
* Update CodegenOperation description
* Replaces operation unescapedDescription with description
* Converts operation and schema description to CodegenText
* Updates parameter description
* parameter schema description updated
* Description updated in header
* Updates requestBody description
* Response description updated
* Tag and SecurityScheme updated
* Updates Server, PathItem, + TestCase
* Fixes two java tests1 parent a1c0818 commit 2cf2ad0
122 files changed
Lines changed: 311 additions & 444 deletions
File tree
- samples/client
- 3_0_3_unit_test/java
- openapi_features
- nonCompliantUseDiscriminatorIfCompositionFails/python
- docs
- components/schema
- paths/operators
- src/this_package
- components/schema
- paths/operators/post
- security/python
- docs/paths
- path_with_no_explicit_security
- path_with_one_explicit_security
- path_with_security_from_root
- path_with_two_explicit_security
- petstore
- java
- python
- docs
- components/responses
- paths
- another_fake_dummy
- fake_additional_properties_with_array_of_enums
- fake_classname_test
- fake_delete_coffee_id
- fake_health
- fake_inline_additional_properties
- fake_inline_composition
- fake_json_form_data
- fake_json_patch
- fake_json_with_charset
- fake_multiple_request_body_content_types
- fake_multiple_response_bodies
- fake_multiple_securities
- fake_obj_in_query
- fake_parameter_collisions1_abab_self_ab
- fake_pet_id_upload_image_with_required_file
- fake_query_param_with_json_content_type
- fake_redirection
- fake_ref_obj_in_query
- fake_refs_array_of_enums
- fake_response_without_schema
- fake_upload_download_file
- fake_upload_files
- fake_upload_file
- fake_wild_card_responses
- fake
- pet_find_by_status
- pet_find_by_tags
- pet_pet_id_upload_image
- pet_pet_id
- pet
- solidus
- store_inventory
- store_order_order_id
- store_order
- user_create_with_array
- user_create_with_list
- user_login
- user_logout
- user_username
- user
- src/petstore_api
- apis
- paths/fake
- patch
- post
- src
- main
- java/org/openapijsonschematools/codegen
- generatorrunner
- generators
- openapimodels
- resources
- java
- src
- main/java/packagename/components/schemas
- SchemaClass
- test/java/packagename/components/schemas
- python
- apis/tags
- components
- headers
- parameters
- request_bodies
- responses
- schemas
- schema_cls
- security_schemes
- paths/path/verb
- servers
- test/java/org/openapijsonschematools/codegen/generators
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | 155 | | |
157 | 156 | | |
158 | 157 | | |
| |||
244 | 243 | | |
245 | 244 | | |
246 | 245 | | |
247 | | - | |
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| |||
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
183 | | - | |
184 | | - | |
185 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
0 commit comments