aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on 'dev' in playground/qtopenapiHEADdevQt Submodule Update Bot2025-10-091-1/+1
* Petstore: replace Qt5 server with go serverIvan Solovev2025-10-0961-5462/+10
* Add go server for petstore testsIvan Solovev2025-10-0918-5/+1287
* Fix qtopenapi compilation problemsTatiana Borisova2025-10-093-52/+72
* Fix a compilation warningTatiana Borisova2025-10-098-8/+8
* Give every automatically produced Client a package nameTatiana Borisova2025-10-0826-44/+70
* Move commonly used mustache files to a separate folderTatiana Borisova2025-10-0813-24/+24
* Delete AUTORCC and AUTOUIC from a Client library generationTatiana Borisova2025-10-068-16/+0
* Update dependencies on 'dev' in playground/qtopenapiQt Submodule Update Bot2025-10-031-1/+1
* Update dependencies on 'dev' in playground/qtopenapiQt Submodule Update Bot2025-09-301-1/+1
* Update dependencies on 'dev' in playground/qtopenapiQt Submodule Update Bot2025-09-291-1/+1
* Update dependencies on 'dev' in playground/qtopenapiQt Submodule Update Bot2025-09-261-1/+1
* Fix indentation of generator blocks in {{nickname}}WithDataImplIvan Solovev2025-09-267-26/+15
* Move serialization helpers from api-base to helpersIvan Solovev2025-09-2632-1656/+1712
* Introduce SerializationOptions structIvan Solovev2025-09-2631-2810/+4255
* Make isObject and headerAssignOperator reusable in a Headers blockTatiana Borisova2025-09-254-23/+38
* Make cookieSuffix and cookieAssignOperator reusable in a Cookies blockTatiana Borisova2025-09-252-41/+19
* Refactor helper functions in operation parameters testIvan Solovev2025-09-251-21/+16
* Cleanup macros in operation parameters testIvan Solovev2025-09-251-33/+30
* Add style validation for cookie parametersIvan Solovev2025-09-259-0/+213
* Add style validation for header parametersIvan Solovev2025-09-259-0/+200
* Fix compilation on Qt 6.8Ivan Solovev2025-09-258-8/+8
* Add provisioning step to the qtopenapi projectTatiana Borisova2025-09-252-16/+2
* Add a test operation with several header parametersTatiana Borisova2025-09-257-0/+224
* Refactor Cookie operation parameters blockTatiana Borisova2025-09-2516-79/+3363
* Remove QUrl::toPercentEncoding() from getParamStyleSuffix()Tatiana Borisova2025-09-2523-233/+233
* Add isObject variable into Path and Query blocksTatiana Borisova2025-09-2315-410/+579
* Add query and path parameters in the same operationRym Bouabid2025-09-237-8/+445
* Add warning when style value is invalid for path paramsRym Bouabid2025-09-239-0/+209
* Update dependencies on 'dev' in playground/qtopenapiQt Submodule Update Bot2025-09-201-1/+1
* Make headers optional in some test operationsTatiana Borisova2025-09-193-54/+49
* HttpRequest: remove unnecessary check for fi.fileName() emptinessRym Bouabid2025-09-198-40/+8
* HttpRequest: remove unused httpAttributeEncode()Rym Bouabid2025-09-1816-344/+0
* Add warnings when style or explode values are invalid for query paramsRym Bouabid2025-09-1811-47/+1035
* Fix deepobject serialization for anytype object parametersRym Bouabid2025-09-1820-275/+425
* Update dependencies on 'dev' in playground/qtopenapiQt Submodule Update Bot2025-09-181-1/+1
* Fix usage of optional array parameter in headers blockTatiana Borisova2025-09-175-15/+16
* Refactor Header operation parameters blockTatiana Borisova2025-09-1731-249/+2977
* Introduce a new serializeMapValue template functionTatiana Borisova2025-09-1138-721/+201
* HttpRequest: remove unused QRandomGeneratorIvan Solovev2025-09-108-16/+0
* HttpRequest: optimize for loopsIvan Solovev2025-09-108-128/+128
* HttpRequest: assume that the encoding is UTF-8Ivan Solovev2025-09-108-32/+32
* HttpRequest: fix potential memleakIvan Solovev2025-09-108-32/+32
* HttpRequest: avoid UB in content disposition header parsingIvan Solovev2025-09-108-16/+40
* Use Qt::StringLiterals in HttpRequestIvan Solovev2025-09-108-232/+264
* Improve error handling in HttpFileElementIvan Solovev2025-09-108-120/+96
* Fix a colorpalette generation warningTatiana Borisova2025-09-101-0/+1
* Add setting of input.m_headers into the requestTatiana Borisova2025-09-1028-754/+1101
* Revert alignments to the variant that go-gin-server usesTatiana Borisova2025-09-096-683/+683
* Add the m_isFormData member to the {{prefix}}HttpRequestInputTatiana Borisova2025-09-0920-30/+109