mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #2960] [MERGED] chore: move analytics to platform #4155
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#4155
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/2960
Author: @amk-dev
Created: 4/3/2023
Status: ✅ Merged
Merged: 4/3/2023
Merged by: @AndrewBastin
Base:
staging← Head:chore/move-analytics-into-platform📝 Commits (4)
74ac68echore: move analytics to platform4223f86chore: remove settings firebase file from common5ad4c56chore: remove firebase from hoppscotch-common31e4d01refactor: rename initializeFirebase to initializeApp📊 Changes
19 files changed (+140 additions, -198 deletions)
View changed files
📝
packages/hoppscotch-common/package.json(+0 -1)📝
packages/hoppscotch-common/src/components/graphql/Request.vue(+2 -2)📝
packages/hoppscotch-common/src/components/graphql/RequestOptions.vue(+2 -2)➕
packages/hoppscotch-common/src/helpers/app/index.ts(+21 -0)➖
packages/hoppscotch-common/src/helpers/fb/index.ts(+0 -36)➖
packages/hoppscotch-common/src/helpers/fb/settings.ts(+0 -99)📝
packages/hoppscotch-common/src/helpers/realtime/MQTTConnection.ts(+2 -2)📝
packages/hoppscotch-common/src/helpers/realtime/SIOConnection.ts(+2 -2)📝
packages/hoppscotch-common/src/helpers/realtime/SSEConnection.ts(+2 -2)📝
packages/hoppscotch-common/src/helpers/realtime/WSConnection.ts(+2 -2)📝
packages/hoppscotch-common/src/index.ts(+2 -2)📝
packages/hoppscotch-common/src/modules/router.ts(+2 -2)📝
packages/hoppscotch-common/src/pages/enter.vue(+2 -2)📝
packages/hoppscotch-common/src/pages/join-team.vue(+2 -2)➕
packages/hoppscotch-common/src/platform/analytics.ts(+12 -0)📝
packages/hoppscotch-common/src/platform/index.ts(+2 -0)📝
packages/hoppscotch-web/src/analytics.ts(+14 -10)📝
packages/hoppscotch-web/src/main.ts(+2 -0)📝
pnpm-lock.yaml(+69 -32)📄 Description
This PR extracts out the analytics implementations to hoppscotch-web, and defines the common interface to be used with other hoppscotch platforms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.