Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Merge requests
  • Open 48
  • Merged 1,633
  • Closed 79
  • All 1,760
Subscribe to RSS feed
  • [Java] Fixes schema class type booleans for composed schemas   0 of 5 checklist items completed
    !10334 · created Sep 06, 2021 by Administrator   5.3.0   Issue: Bug
    • MERGED
    • 0
    updated Mar 20, 2023
  • Fix enum request parameter has no default value if specified as a mode   5 of 5 checklist items completed
    !10332 · created Sep 06, 2021 by Jorge Rodríguez Martín   5.3.0   Client: Java Issue: Bug Server: Java Server: Spring
    • MERGED
    • 0
    updated Sep 08, 2021
  • [elm] fix for invalid code being generated for enums   5 of 5 checklist items completed
    !10328 · created Sep 05, 2021 by Administrator   5.3.0   Client: Elm Feature: Enum Issue: Bug
    • MERGED
    • 0
    updated Oct 23, 2021
  • [bugfix][dart-dio-next] Fix condition bug in dart-dio-next OauthInterceptor   5 of 5 checklist items completed
    !10317 · created Sep 02, 2021 by Administrator   5.3.0   Client: Dart Issue: Bug
    • MERGED
    • 0
    updated Sep 03, 2021
  • [bugfix][Elm] Fix template when response schema is Map   5 of 5 checklist items completed
    !10310 · created Sep 02, 2021 by Administrator   5.3.0   Client: Elm Issue: Bug
    • MERGED
    • 0
    updated Sep 08, 2021
  • [cpp-restsdk] Fix ModelBase::fromJson(const web::json::value&, int64_t&) bug which incorrectly returns zero   5 of 5 checklist items completed
    !10300 · created Aug 31, 2021 by Administrator   5.3.0   Client: C++ Issue: Bug
    • MERGED
    • 0
    updated Sep 09, 2021
  • [typescript] fix compilation error for file upload   0 of 5 checklist items completed
    !10288 · created Aug 31, 2021 by Administrator   5.3.0   Client: TypeScript Issue: Bug
    • MERGED
    • 0
    updated Mar 20, 2023
  • [Java][Spring] fix wrong values with enum variables in path parameters which generated allowableValues with double quote   5 of 5 checklist items completed
    !10285 · created Aug 30, 2021 by Administrator   5.3.0   Feature: Enum Issue: Bug Server: Java Server: Spring
    • MERGED
    • 0
    updated Mar 20, 2023
  • [bugfix] [cpp-ue4] API often tries to set reference to null when calling GetHttpRetryManager   4 of 5 checklist items completed
    !10277 · created Aug 26, 2021 by Administrator   5.3.0   Client: C++ Issue: Bug
    • MERGED
    • 0
    updated Aug 27, 2021
  • [cpp-ue4] Add missing convertors for arbitrary-typed variables   5 of 5 checklist items completed
    !10276 · created Aug 26, 2021 by Administrator   5.3.0   Client: C++ Issue: Bug
    • MERGED
    • 0
    updated Aug 27, 2021
  • [Go-client] Fix the ineffectual assignment to `err` in `decode`
    !10275 · created Aug 26, 2021 by Administrator   5.3.0   Client: Go Issue: Bug
    • MERGED
    • 0
    updated Mar 20, 2023
  • Fix php enum default value initialization
    !10273 · created Aug 26, 2021 by Administrator   5.3.0   Client: PHP Feature: Enum Issue: Bug
    • MERGED
    • 0
    updated Mar 20, 2023
  • Fix java examples   5 of 5 checklist items completed
    !10257 · created Aug 25, 2021 by Administrator   5.3.0   Client: Java Issue: Bug Server: Java
    • MERGED
    • 0
    updated Mar 20, 2023
  • Replace the non-space whitespace character with an actual space   4 of 5 checklist items completed
    !10248 · created Aug 24, 2021 by Administrator   5.3.0   Client: TypeScript Issue: Bug
    • MERGED
    • 0
    updated Mar 20, 2023
  • [Java][Spring] fix imports for nullable helpers   5 of 5 checklist items completed
    !10234 · created Aug 23, 2021 by Oleh Kurpiak   5.3.0   Client: Java Issue: Bug Server: Java Server: Spring
    • MERGED
    • 0
    updated Mar 20, 2023
  • [cpp-ue4] bug-fix issue 10205: response json parsing logging a error to unreal console when there is no actual parsing problem   5 of 5 checklist items completed
    !10221 · created Aug 21, 2021 by Administrator   5.3.0   Client: C++ Issue: Bug
    • MERGED
    • 0
    updated Aug 26, 2021
  • [typescript-fetch] Fix config getter type issue   5 of 5 checklist items completed
    !10216 · created Aug 21, 2021 by Administrator   5.3.0   Client: TypeScript Issue: Bug
    • MERGED
    • 0
    updated Mar 20, 2023
  • [Python] fixes __setitem__ throwing an error for composed instance   5 of 5 checklist items completed
    !10197 · created Aug 19, 2021 by Administrator   5.3.0   Client: Python Issue: Bug
    • MERGED
    • 0
    updated Aug 22, 2021
  • [Haskell-http-client] Correct fix of no-content endpoints   5 of 5 checklist items completed
    !10185 · created Aug 18, 2021 by Administrator   5.3.0   Client: Haskell Issue: Bug
    • MERGED
    • 0
    updated Aug 21, 2021
  • [cpp-ue4] fix for generating formParams in json requests   4 of 5 checklist items completed
    !10177 · created Aug 17, 2021 by Administrator   5.3.0   Client: C++ Issue: Bug
    • MERGED
    • 0
    updated Mar 20, 2023
  • Prev
  • 1
  • …
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • …
  • 88
  • Next