mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3455] [MERGED] refactor: updated dashboard gql queries and components to use the new infra type of the updated schema #4389
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#4389
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/3455
Author: @joeljstephen
Created: 10/16/2023
Status: ✅ Merged
Merged: 11/1/2023
Merged by: @AndrewBastin
Base:
release/2023.12.0← Head:refactor/dashboard-infra-type📝 Commits (4)
97360e0refactor: updated gql queries to now use infra type instead of admin type65cb154refactor: updated team related components to use infra type instead of admin type7b015fdrefactor: updated user related components to use infra type instead of admin typee702343refactor: updated metrics related component to use infra type instead of admin type📊 Changes
19 files changed (+33 additions, -28 deletions)
View changed files
📝
packages/hoppscotch-sh-admin/src/components.d.ts(+5 -0)📝
packages/hoppscotch-sh-admin/src/components/teams/Details.vue(+1 -1)📝
packages/hoppscotch-sh-admin/src/components/teams/Invite.vue(+2 -2)📝
packages/hoppscotch-sh-admin/src/components/teams/Members.vue(+3 -3)📝
packages/hoppscotch-sh-admin/src/components/teams/PendingInvites.vue(+4 -4)📝
packages/hoppscotch-sh-admin/src/components/teams/Table.vue(+1 -1)📝
packages/hoppscotch-sh-admin/src/components/users/Table.vue(+1 -1)📝
packages/hoppscotch-sh-admin/src/helpers/backend/gql/queries/InvitedUsers.graphql(+1 -1)📝
packages/hoppscotch-sh-admin/src/helpers/backend/gql/queries/Metrics.graphql(+1 -1)📝
packages/hoppscotch-sh-admin/src/helpers/backend/gql/queries/TeamInfo.graphql(+1 -1)📝
packages/hoppscotch-sh-admin/src/helpers/backend/gql/queries/TeamList.graphql(+1 -1)📝
packages/hoppscotch-sh-admin/src/helpers/backend/gql/queries/UserInfo.graphql(+1 -1)📝
packages/hoppscotch-sh-admin/src/helpers/backend/gql/queries/UsersList.graphql(+1 -1)📝
packages/hoppscotch-sh-admin/src/pages/dashboard.vue(+1 -1)📝
packages/hoppscotch-sh-admin/src/pages/teams/_id.vue(+3 -3)📝
packages/hoppscotch-sh-admin/src/pages/teams/index.vue(+3 -3)📝
packages/hoppscotch-sh-admin/src/pages/users/_id.vue(+1 -1)📝
packages/hoppscotch-sh-admin/src/pages/users/index.vue(+1 -1)📝
packages/hoppscotch-sh-admin/src/pages/users/invited.vue(+1 -1)📄 Description
Ticket
Description
This PR focuses on updating the backend gql queries and the components used in the Admin Dashboard to now use
infratype instead of the previously usedadmintype because of the new schema change in the backend.Objectives
infratype.infratype instead ofadmintype.Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.