mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4607] [MERGED] feat: disable tracking request history #4869
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#4869
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/4607
Author: @amk-dev
Created: 12/11/2024
Status: ✅ Merged
Merged: 12/16/2024
Merged by: @jamesgeorge007
Base:
patch← Head:feat/user-history-disabling-FE📝 Commits (10+)
b152fcdwipc9e8efdwip5cb96aafeat: add clear history on app and sh admin5d44f7dfix: set isHistoryStoreEnabled for platforms without this flag20689e6chore: improve spacing between elementsbfdba59chore: clean upc843ee6fix: permit recording history entries in the unauthenticated state2121654chore: prevent GQL request upstream sync calls if history is disabled479ea85chore: update copytextc666e84fix: use client specific mutation📊 Changes
24 files changed (+477 additions, -6 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+1 -0)📝
packages/hoppscotch-common/src/components/history/index.vue(+27 -3)📝
packages/hoppscotch-common/src/platform/history.ts(+7 -0)📝
packages/hoppscotch-common/src/services/spotlight/searchers/__tests__/history.searcher.spec.ts(+9 -0)📝
packages/hoppscotch-common/src/services/spotlight/searchers/history.searcher.ts(+18 -1)➕
packages/hoppscotch-selfhost-desktop/src/api/queries/IsUserHistoryEnabled.graphql(+6 -0)➕
packages/hoppscotch-selfhost-desktop/src/api/subscriptions/UserHistoryAllDeleted.graphql(+3 -0)➕
packages/hoppscotch-selfhost-desktop/src/api/subscriptions/UserHistoryStoreStatusChanged.graphql(+3 -0)📝
packages/hoppscotch-selfhost-desktop/src/platform/history/history.api.ts(+27 -0)📝
packages/hoppscotch-selfhost-desktop/src/platform/history/history.platform.ts(+76 -0)➕
packages/hoppscotch-selfhost-web/src/api/queries/IsUserHistoryEnabled.graphql(+6 -0)➕
packages/hoppscotch-selfhost-web/src/api/subscriptions/UserHistoryAllDeleted.graphql(+3 -0)➕
packages/hoppscotch-selfhost-web/src/api/subscriptions/UserHistoryStoreStatusChanged.graphql(+3 -0)📝
packages/hoppscotch-selfhost-web/src/platform/history/history.api.ts(+27 -0)📝
packages/hoppscotch-selfhost-web/src/platform/history/history.platform.ts(+79 -2)📝
packages/hoppscotch-selfhost-web/src/platform/history/history.sync.ts(+10 -0)📝
packages/hoppscotch-sh-admin/locales/en.json(+10 -0)📝
packages/hoppscotch-sh-admin/src/components/settings/Configurations.vue(+1 -0)➕
packages/hoppscotch-sh-admin/src/components/settings/HistoryConfiguration.vue(+104 -0)📝
packages/hoppscotch-sh-admin/src/components/settings/ServerRestart.vue(+14 -0)...and 4 more files
📄 Description
FIXS HFE-677,HFE-678
This PR introduces
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.