[PR #3253] chore: move collections into service architecture + refactor #4302

Open
opened 2026-03-17 01:51:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3253
Author: @amk-dev
Created: 8/10/2023
Status: 🔄 Open

Base: release/2023.8.0Head: refactor/collections-services


📝 Commits (2)

📊 Changes

7 files changed (+2858 additions, -44 deletions)

View changed files

📝 packages/hoppscotch-common/package.json (+2 -0)
packages/hoppscotch-common/src/helpers/dummyHopp.ts (+329 -0)
packages/hoppscotch-common/src/services/collections/__tests__/collections.service.spec.ts (+518 -0)
packages/hoppscotch-common/src/services/collections/collections.service.ts (+338 -0)
packages/hoppscotch-common/src/services/requests/__tests__/requests.service.spec.ts (+941 -0)
packages/hoppscotch-common/src/services/requests/requests.service.ts (+124 -0)
📝 pnpm-lock.yaml (+606 -44)

📄 Description

WIP


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/3253 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 8/10/2023 **Status:** 🔄 Open **Base:** `release/2023.8.0` ← **Head:** `refactor/collections-services` --- ### 📝 Commits (2) - [`4000538`](https://github.com/hoppscotch/hoppscotch/commit/400053889f65b5e691942e09afb976d80f90a92e) chore: wip - [`4e18331`](https://github.com/hoppscotch/hoppscotch/commit/4e183310ffc936d1147e1825bf95892baa0556a0) chore: requestsService wip ### 📊 Changes **7 files changed** (+2858 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/package.json` (+2 -0) ➕ `packages/hoppscotch-common/src/helpers/dummyHopp.ts` (+329 -0) ➕ `packages/hoppscotch-common/src/services/collections/__tests__/collections.service.spec.ts` (+518 -0) ➕ `packages/hoppscotch-common/src/services/collections/collections.service.ts` (+338 -0) ➕ `packages/hoppscotch-common/src/services/requests/__tests__/requests.service.spec.ts` (+941 -0) ➕ `packages/hoppscotch-common/src/services/requests/requests.service.ts` (+124 -0) 📝 `pnpm-lock.yaml` (+606 -44) </details> ### 📄 Description WIP --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4302
No description provided.