Tags: felipet/lacoctelera_backend
Tags
Release v0.6.0 (#46) * IDs in the DB Schema all use UUIDs now * Redefined DB schema for the Cocktail DB [GH-42] * Refactored ingredient code to comply with the new DB schema (UUIDs) [GH-42] * New prepared SQLx defs [GH-42] * Initial definition of the POST for recipe and test scaffolding [GH-41] Defined the POST handler with access checking and a call to the internal function to register new recipes. An integration test was included to ensure that non-privileged clients have no access to this resource. The integration test scaffolding was added to test the Recipe endpoints. * Add Fixture scaffolding and refactor author_api tests to use fixtures [GH-44] * Little change in the DB schema [GH-41][GH-44] * Post recipe implemented and integration test [GH-41] * GET for recipe implemented and tested [GH-44][GH-41] * Some types of recipe search operations implemented [GH-41] * Allow dead code in the fixtures [GH-41] * Fixed bug in SQL consult for tags [GH-41] * Updated SQLx defs * Properly handle not found recipe IDs in the DB by the recipe resource [GH-38] * Apply Clippy suggestions * Prepare release v0.6.0