[PR #2955] [MERGED] chore: add removeDuplicateEntry dispatcher to history store #4151

Closed
opened 2026-03-17 01:42:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2955
Author: @amk-dev
Created: 3/30/2023
Status: Merged
Merged: 3/30/2023
Merged by: @AndrewBastin

Base: stagingHead: chore/history-store-update


📝 Commits (1)

  • 9009bc2 feat: add a dispatcher to remove duplicate entry

📊 Changes

1 file changed (+42 additions, -0 deletions)

View changed files

📝 packages/hoppscotch-common/src/newstore/history.ts (+42 -0)

📄 Description

This PR introduces a new dispatcher to history store, that deletes a duplicate history entry given an id, which is used to delete duplicate insertions from subscription or store sync functions.


🔄 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/2955 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 3/30/2023 **Status:** ✅ Merged **Merged:** 3/30/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `staging` ← **Head:** `chore/history-store-update` --- ### 📝 Commits (1) - [`9009bc2`](https://github.com/hoppscotch/hoppscotch/commit/9009bc21f1ec5e9cc1898da9269366c0b2dc9c8f) feat: add a dispatcher to remove duplicate entry ### 📊 Changes **1 file changed** (+42 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/newstore/history.ts` (+42 -0) </details> ### 📄 Description This PR introduces a new dispatcher to history store, that deletes a duplicate history entry given an id, which is used to delete duplicate insertions from subscription or store sync functions. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:42:54 +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#4151
No description provided.