summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Streamline tst_OperationParameters ignoreMessage() handlingMarc Mutz10 days1-28/+35
* Fix filename references in templates for reserved word model/API namesRym Bouabid10 days2-22/+21
* Escape {{prefix}}BaseApi method names used as operationIdsRym Bouabid11 days2-0/+14
* Replace fromJsonObject/asJsonObject API with fromJsonValue/asJsonValueTatiana Borisova12 days4-85/+123
* Make all optional fields valid by defaultTatiana Borisova12 days1-120/+120
* Fix nested container field validation to respect required statusTatiana Borisova12 days2-16/+1487
* Fix nested model serialization state trackingTatiana Borisova12 days3-12/+243
* Escape Qt keywords and QObject method names used as identifiersRym Bouabid14 days6-1/+289
* De-virtualize generated api operation methodsRym Bouabid2026-04-201-31/+0
* Add test for prependFormOrBodyParametersRym Bouabid2026-04-093-14/+53
* Add test for sortModelPropertiesByRequiredFlag verifying members orderRym Bouabid2026-04-093-0/+26
* Remove `sortParamsByRequiredFlag` CLI option and force it to trueRym Bouabid2026-04-093-0/+50
* Rely on AbstractCppCodegen's escapeReservedWord() implementationRym Bouabid2026-04-092-23/+16
* Add test for reservedWordPrefixRym Bouabid2026-04-093-0/+67
* Remove the possibility of changing licenseName value from CLIRym Bouabid2026-04-093-0/+13
* Force allowUnicodeIdentifiers value to false and add testsRym Bouabid2026-04-095-6/+66
* Ensure generator warnings are printed consistentlyRym Bouabid2026-04-091-0/+2
* Fix serialization of empty arrays to preserve semantic informationTatiana Borisova2026-04-071-2/+1
* Validate array item types strictly according to JSON SchemaTatiana Borisova2026-04-071-15/+6
* When an object field has type string, it should accept strings onlyTatiana Borisova2026-04-071-10/+84
* Fix fromJsonValue(value, jval) for Integer TypesTatiana Borisova2026-04-072-14/+187
* Add JSON conversion tests for standard modelsTatiana Borisova2026-04-076-0/+1415
* Fix relative server URI generationTatiana Borisova2026-04-071-0/+1
* Add test to check enumUnknownDefaultCase behaviorRym Bouabid2026-03-255-2/+97
* Verify ensureUniqueParams generation optionRym Bouabid2026-03-253-0/+32
* Add generator additional properties test with server and specRym Bouabid2026-03-1112-0/+490
* Cleanup includes in qtopenapi auto-testsTatiana Borisova2026-02-237-14/+7
* Fix a PetApiTests warningTatiana Borisova2026-02-231-1/+3
* Update linking_several_clients test descriptionTatiana Borisova2026-02-205-108/+64
* Fix doxygen generation warningsTatiana Borisova2026-02-191-0/+1
* Use versionless CMake macro version in examplesTatiana Borisova2026-02-198-9/+9
* Add JAVA_OPTIONS multiValue argument to our generation functionRym Bouabid2026-02-131-0/+3
* Support --api-name-suffix generate option in generated files namesRym Bouabid2026-02-132-2/+3
* Add GENERATE_OPTIONS argument to qt_add_openapi_clientRym Bouabid2026-02-132-2/+9
* Add a multiValue ADDITIONAL_PROPERTIES argument to the macroRym Bouabid2026-02-131-4/+5
* Correct Media type title in yaml fileRym Bouabid2026-02-111-1/+1
* Add OPENAPI_GENERATOR_VERSION_LE and OPENAPI_GENERATOR_VERSION_GE macrosTatiana Borisova2026-01-191-7/+31
* Respect {{contentCompression}} in settersIvan Solovev2026-01-1611-14/+486
* Cleanup tst_compressionIvan Solovev2026-01-151-10/+6
* Improve filename parsing from Content-Disposition headerIvan Solovev2026-01-154-0/+179
* Fix code-style in tst_responses.cppIvan Solovev2026-01-151-6/+12
* Rename OptionalParam -> OptionalParameterIvan Solovev2026-01-153-81/+81
* Do not use custom compiler options in testsIvan Solovev2026-01-148-72/+0
* Add CPP_NAMESPACE and CLIENT_PREFIX usage into testsTatiana Borisova2026-01-132-39/+41
* Fix incorrect usage of OptionalParam in testsIvan Solovev2026-01-132-52/+52
* Add handling of empty schema into 'bodyParams' blockTatiana Borisova2026-01-134-1/+80
* Rename namespace QtCommonOpenApi -> QtOpenApiCommonIvan Solovev2026-01-137-7/+7
* Expose generator version to C++Ivan Solovev2026-01-131-0/+10
* The base {{prefix}}Object should not be an abstractTatiana Borisova2026-01-124-7/+277
* BaseApi: do not use std::shared_ptr for QNetworkRequestFactoryIvan Solovev2026-01-081-3/+3