Closed
Bug 1887013
Opened 11 months ago
Closed 10 months ago
Add support placeholders for invalid imports
Categories
(Conduit :: Lando, enhancement)
Conduit
Lando
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zeid, Assigned: zeid)
References
Details
Attachments
(1 file)
A few imports do not have equivalents in the new Django implementation. Temporary placeholders should be added until these are fully implemented. This includes:
flask.g
(provides some convenience "global" variables)connexion.ProblemException
connexion.problem
connexion.request
connexion.ConnexionResponse
Comment 1•11 months ago
|
||
Assignee | ||
Updated•11 months ago
|
Assignee: nobody → zeid
Assignee | ||
Updated•11 months ago
|
Type: defect → enhancement
Comment 2•10 months ago
|
||
Should this also be marked FIXED since you have the code attached and the parent issue is FIXED, or is it something we consider still in progress?
Flags: needinfo?(zeid)
Assignee | ||
Comment 3•10 months ago
|
||
Yes correct. There are some additional updates that will follow (they're present in other branches right now) but the original branch has been merged. Closing.
Status: NEW → RESOLVED
Closed: 10 months ago
Flags: needinfo?(zeid)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•