mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3476] [MERGED] feat: introduction of shared-requests #4397
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4397
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/3476
Author: @balub
Created: 10/26/2023
Status: ✅ Merged
Merged: 11/7/2023
Merged by: @balub
Base:
release/2023.12.0← Head:feat/shared-requests📝 Commits (10+)
28a8875feat: added new property to existing shortcode model in prisma schema12f2840chore: created shared-requests modulef149582chore: created shared-request model7876c42chore: complete sharedRequest queryb74c1abchore: completed mutation to create a SharedRequestb7462abchore: completed subscription to create a SharedRequestd56224bchore: completed query to fetch all user created shared-requests6023ee2chore: completed mutation to delete a SharedRequest1124ba1chore: completed subscription to delete a SharedRequesta1b9523chore: removed unused dependncues in share-requests module📊 Changes
9 files changed (+381 additions, -125 deletions)
View changed files
➕
packages/hoppscotch-backend/prisma/migrations/20231106120154_embeds_addition/migration.sql(+15 -0)📝
packages/hoppscotch-backend/prisma/schema.prisma(+8 -5)📝
packages/hoppscotch-backend/src/errors.ts(+21 -12)📝
packages/hoppscotch-backend/src/pubsub/topicsDefs.ts(+3 -1)📝
packages/hoppscotch-backend/src/shortcode/shortcode.model.ts(+7 -1)📝
packages/hoppscotch-backend/src/shortcode/shortcode.module.ts(+1 -9)📝
packages/hoppscotch-backend/src/shortcode/shortcode.resolver.ts(+48 -10)📝
packages/hoppscotch-backend/src/shortcode/shortcode.service.spec.ts(+205 -72)📝
packages/hoppscotch-backend/src/shortcode/shortcode.service.ts(+73 -15)📄 Description
Closes HBE-289
Description
In this PR we introduce a property to the existing
Shortcodetype calledproperties. Thispropertiesproperty will be used to store all data related to an embed, which is a new feature addition in the2023.12.0release. TheShortcodetype will now have the following propertiesChecks
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.