Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / spec-first/connexion issues and pull requests

#1646 - Add high-level documentation for 3.0

Pull Request - State: closed - Opened by RobbeSneyders over 1 year ago - 1 comment

#1645 - Update quickstart.rst to include example of passing server arguments

Pull Request - State: closed - Opened by rkrishnasanka over 1 year ago - 2 comments

#1644 - Update NumberConverter regex to match new Werkzeug behavior (v3)

Pull Request - State: closed - Opened by RobbeSneyders over 1 year ago - 1 comment

#1643 - Update NumberConverter regex to match new Werkzeug behavior (v2)

Pull Request - State: closed - Opened by RobbeSneyders over 1 year ago

#1642 - Re-add tests for multiple and mixed file uploads

Pull Request - State: closed - Opened by RobbeSneyders over 1 year ago - 1 comment

#1615 - Update examples for Connexion 3.0

Pull Request - State: closed - Opened by RobbeSneyders almost 2 years ago - 3 comments

#1614 - How to validate method at operationId matches openapi schema

Issue - State: closed - Opened by ReallyLiri almost 2 years ago - 3 comments

#1607 - Infinite loop on validation with recursive references and unresolved refs

Issue - State: open - Opened by gaetano-guerriero almost 2 years ago - 1 comment
Labels: bug

#1598 - Feature/multiple yaml same base path

Pull Request - State: closed - Opened by leonardofesta about 2 years ago - 5 comments

#1593 - Incorrect response when Content-Type is a Formdata Type but payload is malformed

Issue - State: closed - Opened by nielsbox about 2 years ago - 1 comment
Labels: bug

#1588 - Extract JSON request body validation to middleware

Pull Request - State: closed - Opened by RobbeSneyders about 2 years ago - 3 comments

#1573 - Financial Support

Issue - State: closed - Opened by ddurham2 about 2 years ago - 1 comment

#1558 - Fix async tests

Pull Request - State: closed - Opened by Ruwann over 2 years ago - 1 comment

#1545 - WIP: serialization and validation middleware

Pull Request - State: closed - Opened by Ruwann over 2 years ago - 1 comment

#1542 - Multiple Swagger file on same connexion app

Issue - State: closed - Opened by AntoineDuComptoirDesPharmacies over 2 years ago - 1 comment
Labels: enhancement, PR welcome

#1531 - Improve and update documentation for version 3.0

Issue - State: closed - Opened by RobbeSneyders over 2 years ago - 1 comment

#1526 - Make security pluggable by authentication type

Issue - State: closed - Opened by RobbeSneyders over 2 years ago - 3 comments

#1513 - OAS 3.0<>Swagger 2.0 Mismatch with FormData Binary Payloads

Issue - State: closed - Opened by nielsbox over 2 years ago - 1 comment

#1474 - Rework required_scopes checking

Pull Request - State: closed - Opened by Ruwann over 2 years ago - 5 comments

#1460 - Error trying to upload file through POST with multipart/mixed

Issue - State: closed - Opened by KlamerS over 2 years ago - 4 comments

#1427 - Add support for mutual http authorization scheme

Issue - State: closed - Opened by sesa535875 about 3 years ago - 3 comments
Labels: enhancement

#1414 - ExtraParameterProblem and UnsupportedMediaTypeProblem should be subtypes of a general 4XX error class

Issue - State: closed - Opened by macdjord about 3 years ago - 1 comment
Labels: enhancement, good first issue

#1396 - OpenAPI Specification 3.1

Issue - State: open - Opened by danielbraun89 about 3 years ago - 9 comments
Labels: enhancement

#1395 - Roadmap for Connexion 3.0

Issue - State: closed - Opened by hjacobs about 3 years ago - 27 comments
Labels: discussion

#1363 - Use different Swagger UI openapi.json URL than API BASE_PATH? (reverse proxy)

Issue - State: closed - Opened by marusinp over 3 years ago - 2 comments
Labels: waiting contributor feedback

#1354 - Boilerplate generator contribution

Issue - State: closed - Opened by robertoberto over 3 years ago - 4 comments
Labels: documentation

#1350 - Which OAuth flows are supported exactly?

Issue - State: closed - Opened by NobbZ over 3 years ago - 1 comment
Labels: documentation

#1336 - minLength/maxLength not enforced on string (not part of object) type parameter

Issue - State: closed - Opened by Roiera over 3 years ago - 4 comments
Labels: waiting contributor feedback

#1327 - Allow template variables for swagger-ui to be passed via options to app

Pull Request - State: closed - Opened by rasmuspeders1 almost 4 years ago - 2 comments

#1319 - Is it possible to use connexion with https?

Issue - State: closed - Opened by xiaochaowu almost 4 years ago - 2 comments
Labels: documentation

#1317 - required: false in POST body not honored? I think?

Issue - State: closed - Opened by mmattb almost 4 years ago - 6 comments
Labels: bug

#1312 - How to find current user is not documented

Issue - State: closed - Opened by SpoonMeiser almost 4 years ago - 1 comment
Labels: documentation

#1297 - Type of data in response validator

Issue - State: closed - Opened by wesley-plutoflume about 4 years ago - 1 comment

#1294 - Post request with empty body but Content Type causes 400 Code

Issue - State: closed - Opened by fr-ser about 4 years ago - 1 comment
Labels: bug

#1291 - query params of type object with `style: form` are not being deserialized

Issue - State: open - Opened by Halkcyon about 4 years ago - 2 comments
Labels: bug

#1286 - connexion run --stub with resolvers not working ?

Issue - State: open - Opened by lefeverd about 4 years ago - 1 comment

#1275 - using $ref for type definition gets a validation error

Issue - State: open - Opened by cosletmihai about 4 years ago - 1 comment
Labels: bug

#1269 - Crash when calling file upload endpoint with other content

Issue - State: open - Opened by Kulu-M about 4 years ago - 7 comments
Labels: bug

#1268 - request.context['user'] = token_info.get('sub', token_info.get('uid')) - AttributeError: 'str' object has no attribute 'get'

Issue - State: closed - Opened by gitttt about 4 years ago - 5 comments
Labels: documentation, good first issue

#1244 - Get the jwt from another field from header

Issue - State: closed - Opened by mohameds786 over 4 years ago - 2 comments

#1239 - Add support for modifying Jsonifier dumps_args

Issue - State: closed - Opened by advance512 over 4 years ago - 3 comments
Labels: enhancement

#1238 - Use orjson instead of json for JSON serialization

Issue - State: open - Opened by advance512 over 4 years ago - 4 comments

#1237 - Text content type always json

Issue - State: closed - Opened by manoadamro over 4 years ago - 1 comment

#1232 - How can I pass objects to be used by my resources?

Issue - State: closed - Opened by timbrnbrr over 4 years ago - 1 comment

#1230 - updates to "body" object inside handler also changes flask.request.json

Issue - State: closed - Opened by rwuebker over 4 years ago - 2 comments

#1229 - x-zally-ignore should be ignored

Issue - State: closed - Opened by zeitlinger over 4 years ago - 1 comment
Labels: good first issue

#1224 - Authentication pop dialog missing

Issue - State: closed - Opened by FrankCRoth over 4 years ago - 1 comment

#1220 - Question: How can one install their own jsonifier object?

Issue - State: closed - Opened by ddurham2 over 4 years ago - 1 comment

#1219 - Returning JSON null value from API handler inconsistent

Issue - State: closed - Opened by Budovi over 4 years ago - 2 comments

#1213 - Documentation update: Request context in handler function

Issue - State: closed - Opened by kangame over 4 years ago

#1206 - Add support for 'content' in path & query parameters

Pull Request - State: closed - Opened by UmakantKulkarni over 4 years ago - 8 comments

#1198 - OAuthResponseProblem token_response always None

Issue - State: closed - Opened by mnylen over 4 years ago - 1 comment

#1195 - "dictionary update sequence element #0 has length 1; 2 is required"?

Issue - State: closed - Opened by Amudhan4 over 4 years ago - 1 comment

#1190 - Python dataclasses from JSON data using types defined in schema / how to test

Issue - State: open - Opened by vashek over 4 years ago - 3 comments

#1189 - required attributes in payloads objects are not correctly handled

Issue - State: closed - Opened by Diliz over 4 years ago - 1 comment

#1187 - Finding operation on Connexion API by operation_id

Issue - State: closed - Opened by fosrias over 4 years ago - 4 comments

#1164 - Incorrect type hint on FlaskApp.add_error_handler()

Issue - State: closed - Opened by macdjord over 4 years ago
Labels: good first issue

#1152 - Should `None is not of type 'object'` be friendlier?

Issue - State: closed - Opened by mihai-dinculescu over 4 years ago - 1 comment

#1134 - Accessing connexion context throws AttributeError exception

Issue - State: closed - Opened by drubinMeta over 4 years ago - 1 comment

#1107 - SecureOperation class mimetype is burnt in to be application/json

Issue - State: closed - Opened by tamasSzentandrasi almost 5 years ago - 4 comments
Labels: bug

#1099 - Exception handling - misleading documentation

Issue - State: closed - Opened by g0di almost 5 years ago - 6 comments

#1085 - application/xml as requestbody does not work

Issue - State: closed - Opened by larsschilling almost 5 years ago - 2 comments

#1068 - JSON responses with NaNs cause a silent "no response from server" error

Issue - State: closed - Opened by arel almost 5 years ago - 1 comment
Labels: bug

#1027 - gunicorn connexion and "Transfer-Encoding: chunked" header

Issue - State: closed - Opened by AviranAbady about 5 years ago - 1 comment

#1002 - Refs resolver does not work when target is simple type (int, str, etc...)

Issue - State: closed - Opened by danie1k about 5 years ago - 1 comment

#992 - Multiple files upload (mutlipart/form-data) is ignored for Flask

Issue - State: closed - Opened by kornicameister about 5 years ago - 15 comments

#967 - connexion does not parse simple reference links

Issue - State: closed - Opened by larsks over 5 years ago - 13 comments

#961 - Parameter validation bypassed with non-ASCII parameter names

Issue - State: closed - Opened by sochi over 5 years ago - 2 comments

#958 - RFC: Make OAuth*Problem extend ProblemException instead of werkzeug

Issue - State: closed - Opened by cognifloyd over 5 years ago - 2 comments

#945 - [bug] connexion.exceptions shadowed in __init__.py

Issue - State: closed - Opened by hubertgrzeskowiak over 5 years ago

#942 - 400 error for readOnly=True

Issue - State: closed - Opened by Jyhess over 5 years ago - 6 comments
Labels: good first issue

#937 - Attach operation specification to connexion.request

Issue - State: closed - Opened by hubertgrzeskowiak over 5 years ago - 6 comments
Labels: enhancement

#887 - swagger-ui change URL

Issue - State: closed - Opened by czchen over 5 years ago - 9 comments
Labels: question

#878 - requestBody: required: true doesn't work

Issue - State: closed - Opened by ghost over 5 years ago - 5 comments
Labels: bug

#857 - nullable elements handled incorrectly in string arrays

Issue - State: closed - Opened by heinen over 5 years ago - 4 comments
Labels: bug

#854 - HTTP Status Code 415 not handled by custom handler

Issue - State: closed - Opened by rite2hhh over 5 years ago - 5 comments
Labels: bug

#850 - request header params ignored

Issue - State: closed - Opened by adrpp over 5 years ago - 5 comments
Labels: question

#840 - In some cases, the connexion sends an incorrect Content-Type in the response header

Issue - State: closed - Opened by grisov over 5 years ago - 4 comments
Labels: bug

#797 - Exception responses are not validated

Issue - State: closed - Opened by dirkschneemann almost 6 years ago - 2 comments
Labels: bug, wontfix

#788 - Pass headers parameters as keyword arguments to handler function

Issue - State: closed - Opened by dutradda almost 6 years ago - 8 comments
Labels: enhancement

#784 - How to debug Automatic Routing with RestyResolver?

Issue - State: closed - Opened by trickidicki almost 6 years ago - 3 comments
Labels: bug

#779 - pip install connexion[swagger-ui]: no matches found: connexion[swagger-ui]

Issue - State: closed - Opened by juls858 almost 6 years ago - 12 comments

#774 - ReDoc support

Issue - State: open - Opened by rgreinho almost 6 years ago - 8 comments
Labels: enhancement

#770 - Malformed path parameter returns 404 instead of 400

Issue - State: closed - Opened by starhawking almost 6 years ago - 5 comments
Labels: bug, wontfix

#670 - File upload with multipart/form-data not handled properly

Issue - State: closed - Opened by jocicmarko about 6 years ago - 3 comments
Labels: bug

#655 - How to validate data if swagger-spec has consumer other than 'json' type

Issue - State: closed - Opened by sidhujasminder about 6 years ago - 2 comments

#626 - How do I access Flask current_app?

Issue - State: closed - Opened by zimmicz about 6 years ago - 7 comments

#593 - Response validator fails to determine mimetype when several are provided in spec.

Issue - State: closed - Opened by positron96 over 6 years ago - 2 comments
Labels: bug

#590 - Inaccurate error message for ResolverErrors

Issue - State: closed - Opened by WouldYouKindly over 6 years ago - 1 comment

#511 - connexion.problem not compatible with add_error_handler

Issue - State: closed - Opened by mxmo0rhuhn about 7 years ago - 6 comments
Labels: help wanted