[PR #4603] [CLOSED] feat: disable tracking request history #4870

Closed
opened 2026-03-17 02:21:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4603
Author: @amk-dev
Created: 12/9/2024
Status: Closed

Base: nextHead: feat/user-history-disabling


📝 Commits (5)

  • 8799e4d feat: user history toggle mutation and subscription added
  • 25ee396 feat: user history all delete mutation and subscription added
  • abf43df feat: query for app to get user history status
  • 5d6d3a3 test: fix failing unit test
  • 6db556d test: add unit tests for functions

📊 Changes

15 files changed (+257 additions, -17 deletions)

View changed files

📝 packages/hoppscotch-backend/src/admin/admin.module.ts (+2 -0)
📝 packages/hoppscotch-backend/src/admin/admin.resolver.ts (+12 -3)
📝 packages/hoppscotch-backend/src/admin/admin.service.spec.ts (+14 -0)
📝 packages/hoppscotch-backend/src/admin/admin.service.ts (+13 -0)
📝 packages/hoppscotch-backend/src/admin/infra.resolver.ts (+24 -7)
📝 packages/hoppscotch-backend/src/infra-config/helper.ts (+6 -0)
📝 packages/hoppscotch-backend/src/infra-config/infra-config.module.ts (+2 -1)
📝 packages/hoppscotch-backend/src/infra-config/infra-config.resolver.ts (+41 -2)
📝 packages/hoppscotch-backend/src/infra-config/infra-config.service.spec.ts (+60 -0)
📝 packages/hoppscotch-backend/src/infra-config/infra-config.service.ts (+32 -0)
📝 packages/hoppscotch-backend/src/pubsub/topicsDefs.ts (+5 -4)
📝 packages/hoppscotch-backend/src/types/InfraConfig.ts (+2 -0)
📝 packages/hoppscotch-backend/src/user-history/user-history.resolver.ts (+10 -0)
📝 packages/hoppscotch-backend/src/user-history/user-history.service.spec.ts (+24 -0)
📝 packages/hoppscotch-backend/src/user-history/user-history.service.ts (+10 -0)

📄 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/4603 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 12/9/2024 **Status:** ❌ Closed **Base:** `next` ← **Head:** `feat/user-history-disabling` --- ### 📝 Commits (5) - [`8799e4d`](https://github.com/hoppscotch/hoppscotch/commit/8799e4d783a5d3a9edf8e94143f3ac6493872d78) feat: user history toggle mutation and subscription added - [`25ee396`](https://github.com/hoppscotch/hoppscotch/commit/25ee396d425bd18be6384f1a599fc2c980311b26) feat: user history all delete mutation and subscription added - [`abf43df`](https://github.com/hoppscotch/hoppscotch/commit/abf43df9f20b798fe8e1d78a9df0d3d3c0f0600a) feat: query for app to get user history status - [`5d6d3a3`](https://github.com/hoppscotch/hoppscotch/commit/5d6d3a3863d5c3d17046dae098f2958e057d5155) test: fix failing unit test - [`6db556d`](https://github.com/hoppscotch/hoppscotch/commit/6db556dcece449037c030f8cab013464ba769083) test: add unit tests for functions ### 📊 Changes **15 files changed** (+257 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-backend/src/admin/admin.module.ts` (+2 -0) 📝 `packages/hoppscotch-backend/src/admin/admin.resolver.ts` (+12 -3) 📝 `packages/hoppscotch-backend/src/admin/admin.service.spec.ts` (+14 -0) 📝 `packages/hoppscotch-backend/src/admin/admin.service.ts` (+13 -0) 📝 `packages/hoppscotch-backend/src/admin/infra.resolver.ts` (+24 -7) 📝 `packages/hoppscotch-backend/src/infra-config/helper.ts` (+6 -0) 📝 `packages/hoppscotch-backend/src/infra-config/infra-config.module.ts` (+2 -1) 📝 `packages/hoppscotch-backend/src/infra-config/infra-config.resolver.ts` (+41 -2) 📝 `packages/hoppscotch-backend/src/infra-config/infra-config.service.spec.ts` (+60 -0) 📝 `packages/hoppscotch-backend/src/infra-config/infra-config.service.ts` (+32 -0) 📝 `packages/hoppscotch-backend/src/pubsub/topicsDefs.ts` (+5 -4) 📝 `packages/hoppscotch-backend/src/types/InfraConfig.ts` (+2 -0) 📝 `packages/hoppscotch-backend/src/user-history/user-history.resolver.ts` (+10 -0) 📝 `packages/hoppscotch-backend/src/user-history/user-history.service.spec.ts` (+24 -0) 📝 `packages/hoppscotch-backend/src/user-history/user-history.service.ts` (+10 -0) </details> ### 📄 Description wip --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:21:57 +03:00
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#4870
No description provided.