-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Create an abstraction layer for the database #407
base: master
Are you sure you want to change the base?
WIP: Create an abstraction layer for the database #407
Commits on Jan 16, 2021
-
Created basic recipe entity's getters and setters
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cd2e21 - Browse repository at this point
Copy the full SHA 7cd2e21View commit details -
Corrected RecipeEntity copy&paste errors
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b04bad5 - Browse repository at this point
Copy the full SHA b04bad5View commit details -
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90a9241 - Browse repository at this point
Copy the full SHA 90a9241View commit details -
Created basic entity structure for categories
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54f7777 - Browse repository at this point
Copy the full SHA 54f7777View commit details -
Added wrapper and entity for keywords
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c72df66 - Browse repository at this point
Copy the full SHA c72df66View commit details -
Updated category interconnection
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36b4d87 - Browse repository at this point
Copy the full SHA 36b4d87View commit details -
Moving JSON entity out of the way and extending structure to recipe t…
…able Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7736db - Browse repository at this point
Copy the full SHA e7736dbView commit details -
Removed missing parts in other wrappers
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efab4ba - Browse repository at this point
Copy the full SHA efab4baView commit details -
Added mapping structures, not yet implemented
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b31e301 - Browse repository at this point
Copy the full SHA b31e301View commit details -
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8654dba - Browse repository at this point
Copy the full SHA 8654dbaView commit details -
Created basic service locator for wrappers
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68d8c80 - Browse repository at this point
Copy the full SHA 68d8c80View commit details -
Added missing constructor to RecipeEntity
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3af617f - Browse repository at this point
Copy the full SHA 3af617fView commit details -
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6c6ce1 - Browse repository at this point
Copy the full SHA b6c6ce1View commit details -
Added access to the service locator in the abstract wrapper class
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fce1af2 - Browse repository at this point
Copy the full SHA fce1af2View commit details -
Added missing methods to keyword and category classes
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 474580d - Browse repository at this point
Copy the full SHA 474580dView commit details -
Added basic structure to remove entities
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f47af6 - Browse repository at this point
Copy the full SHA 4f47af6View commit details -
Implemented Wrapper for CategoryMappers
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d734de - Browse repository at this point
Copy the full SHA 7d734deView commit details -
Implemented search for recipe by id
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73b6584 - Browse repository at this point
Copy the full SHA 73b6584View commit details -
Added some error handling and implemented Wrapper for Recipes
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f04c7e - Browse repository at this point
Copy the full SHA 3f04c7eView commit details -
Intermediate UML diagramm added
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b5ba3a - Browse repository at this point
Copy the full SHA 7b5ba3aView commit details -
Updated diagramm before bigger changes
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ee944e - Browse repository at this point
Copy the full SHA 0ee944eView commit details -
Removed MappingEntities from structure
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49c2ced - Browse repository at this point
Copy the full SHA 49c2cedView commit details -
Readded MappingEntities in a minimal fashion. Working not yet checked.
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5e508c - Browse repository at this point
Copy the full SHA f5e508cView commit details -
Usage of generics to simplify abstract DB wrapper
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2494f98 - Browse repository at this point
Copy the full SHA 2494f98View commit details -
Restrcutured PHP classes according to UML plan
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a876c4 - Browse repository at this point
Copy the full SHA 8a876c4View commit details -
Added some implementation to Entities
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a822bf6 - Browse repository at this point
Copy the full SHA a822bf6View commit details -
Implemented most of the DB backend, foreign links are not yet managed
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d8ab84 - Browse repository at this point
Copy the full SHA 9d8ab84View commit details -
Extracted fetching of mappings into separate methods
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6304cbc - Browse repository at this point
Copy the full SHA 6304cbcView commit details -
Implemented all DB related wrappers, no tests carried out, no checks
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60d85a4 - Browse repository at this point
Copy the full SHA 60d85a4View commit details -
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9884ca7 - Browse repository at this point
Copy the full SHA 9884ca7View commit details -
Corrected style using code styler
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75d8b99 - Browse repository at this point
Copy the full SHA 75d8b99View commit details -
Corrected code to make the unittest run again
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df7cbcf - Browse repository at this point
Copy the full SHA df7cbcfView commit details -
Corrected Exception in AbstractEntity
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de3b3d6 - Browse repository at this point
Copy the full SHA de3b3d6View commit details -
Updated GH actions to make support for PHP 7.2 optional
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04750d3 - Browse repository at this point
Copy the full SHA 04750d3View commit details -
Corrected types to be compatible with PHP prior to 7.4
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1aec037 - Browse repository at this point
Copy the full SHA 1aec037View commit details -
Updated to the most recent rc of PHP for unit testing
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a8d907 - Browse repository at this point
Copy the full SHA 9a8d907View commit details -
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78f94e6 - Browse repository at this point
Copy the full SHA 78f94e6View commit details -
Added collection classes to UML
Signed-off-by: Christian Wolf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4083e95 - Browse repository at this point
Copy the full SHA 4083e95View commit details