Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP: add properties controller, hydradtors, services etc. * Add functionality to get properties of single element * Refine responses * Apply php-cs-fixer changes * Fix qodana issues * Update qodana baseline * Update, add put, delete etc. * Apply php-cs-fixer changes * Update the put to id in path * Apply php-cs-fixer changes * Shorten line * Apply php-cs-fixer changes * Add return type * Update throw doc blocks * Update path * Update qodana baseline * Restructure properties * Apply php-cs-fixer changes * Update request body structure * Move saving to repository * Apply php-cs-fixer changes * Update qodana baseline * Apply php-cs-fixer changes * Add PropertyExtractorTest * Apply php-cs-fixer changes * Refactor services, move factory and extractor to services * Apply php-cs-fixer changes * Remove additional hydrator service * Remove empty line * Remove use statement * Remove unecessary spaces and replace service resolver with interface * use interface * Use predefined resolver and add hydrator test * Apply php-cs-fixer changes * Update baseline * Add PropertyServiceTeset * Apply php-cs-fixer changes * Update qodana baseline * Refactor namespaces, controller names and make service more consistent with return types * Fix tests * Update qodana baseline * Housekeeping * Apply php-cs-fixer changes * Remove unused import * Add response modifying events * Apply php-cs-fixer changes * Fix issues * Apply php-cs-fixer changes * Make updating consistent with void, moving schemas to topic folder * Add event and remove unecessary test * Update qodana baseline --------- Co-authored-by: mattamon <[email protected]>
- Loading branch information