-
Notifications
You must be signed in to change notification settings - Fork 6
Issues
is:issue state:open
is:issue state:open
Issue creation is restricted in this repository
Search results
- Status: Open.#48 In DewaldOosthuizen/python-rest-tutorial;
BUG: Replace empty db/Dockerfile with official mongo image reference in docker-compose
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestStatus: Open.#42 In DewaldOosthuizen/python-rest-tutorial;BUG: Add global error handlers for 404, 405, and unhandled 500 to return consistent JSON
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestpythonPull requests that update python codePull requests that update python codeStatus: Open.#41 In DewaldOosthuizen/python-rest-tutorial;FEATURE: Add pagination support to /retrieve endpoint for large message collections
enhancementNew feature or requestNew feature or requestStatus: Open.#39 In DewaldOosthuizen/python-rest-tutorial;FEATURE: Optimise Save endpoint: replace fetch-append-$set with atomic $push operator
enhancementNew feature or requestNew feature or requestpythonPull requests that update python codePull requests that update python codeStatus: Open.#38 In DewaldOosthuizen/python-rest-tutorial;BUG: Fix Dockerfile: remove --user flag from pip install (incorrect in container context)
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestStatus: Open.#37 In DewaldOosthuizen/python-rest-tutorial;FEATURE: Fix cursor.count() usage — removed in pymongo 4.x, replace with count_documents()
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or requestpythonPull requests that update python codePull requests that update python codeStatus: Open.#36 In DewaldOosthuizen/python-rest-tutorial;BUG: Replace deprecated datetime.utcnow() with timezone-aware datetime.now(timezone.utc)
bugSomething isn't workingSomething isn't workingpythonPull requests that update python codePull requests that update python codeStatus: Open.#35 In DewaldOosthuizen/python-rest-tutorial;BUG: Remove unauthenticated MongoDB access — add credential support to MONGO_URI
bugSomething isn't workingSomething isn't workingStatus: Open.#34 In DewaldOosthuizen/python-rest-tutorial;BUG: Add input length and type validation to prevent oversized payload abuse on all endpoints
bugSomething isn't workingSomething isn't workingStatus: Open.#33 In DewaldOosthuizen/python-rest-tutorial;FEATURE: Separate production and development dependencies into distinct requirement files
enhancementNew feature or requestNew feature or requestStatus: Open.#32 In DewaldOosthuizen/python-rest-tutorial;FEATURE: Refactor Save endpoint to use MongoDB $push instead of fetch-all-then-$set
enhancementNew feature or requestNew feature or requestStatus: Open.#31 In DewaldOosthuizen/python-rest-tutorial;