* feat: added new property to existing shortcode model in prisma schema * chore: created shared-requests module * chore: created shared-request model * chore: complete sharedRequest query * chore: completed mutation to create a SharedRequest * chore: completed subscription to create a SharedRequest * chore: completed query to fetch all user created shared-requests * chore: completed mutation to delete a SharedRequest * chore: completed subscription to delete a SharedRequest * chore: removed unused dependncues in share-requests module * chore: added shared-requests into user deletion spec * test: added all testcases for shared-request module * test: modified all relevant tests in shortcode module * chore: added deprecated label to all queries,mutations and subscriptions in the shortcode module * chore: resolved all comments raised in review * feat: added ability to update and listen to updates of shared-requests * chore: added updatedOn field to shortcode model * chore: fixed issue with updateSharedRequest method * chore: fixed incorrect value getting updated * chore: added all test-cases for updateSharedRequest method * chore: created migration for shared-requests * chore: moved shared-requests into shortcode module * chore: added missing import in shortcode tests * chore: changed properties to embedProperties in shortcode model * feat: generated migrations file for new schema changes to Shortcodes table * chore: changed target of old-backend service in docker-compose file * chore: fixed issue with updatedOn field in shortcodes model * chore: removed unused dependencies * fix: handle invalid input for shortcode properties * Revert "fix: handle invalid input for shortcode properties" This reverts commit 4dcb0afb184749068a11afbbb0087570d01df5d5. * chore: changed updateShortcode method name to updateEmbedProperties * chore: changed target of hoppscotch-old-backend service to prod --------- Co-authored-by: Mir Arif Hasan <arif.ishan05@gmail.com> |
||
|---|---|---|
| .. | ||
| migrations | ||
| schema.prisma | ||