mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4438] [CLOSED] JSON files updated #4800
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#4800
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/4438
Author: @HetuKariya
Created: 10/15/2024
Status: ❌ Closed
Base:
main← Head:pr/HetuKariya/4349📝 Commits (4)
9f437c0JSON files updated1189940Removing the conflicts86a27dcResolving the conflicts178054bMerge branch 'main' into pr/HetuKariya/4349📊 Changes
81 files changed (+31215 additions, -36928 deletions)
View changed files
📝
.devcontainer/devcontainer.json(+1 -1)📝
jsconfig.json(+9 -11)📝
package.json(+35 -51)📝
packages/hoppscotch-agent/package.json(+23 -29)📝
packages/hoppscotch-agent/src-tauri/capabilities/default.json(+8 -9)📝
packages/hoppscotch-agent/tsconfig.node.json(+7 -9)📝
packages/hoppscotch-backend/nest-cli.json(+4 -5)📝
packages/hoppscotch-backend/package.json(+109 -125)📝
packages/hoppscotch-backend/test/jest-e2e.json(+6 -5)📝
packages/hoppscotch-backend/tsconfig.build.json(+7 -6)📝
packages/hoppscotch-cli/package.json(+41 -59)📝
packages/hoppscotch-cli/src/__tests__/e2e/fixtures/collections/aws-signature-auth-coll.json(+47 -71)📝
packages/hoppscotch-cli/src/__tests__/e2e/fixtures/collections/coll-v1-req-v0.json(+47 -51)📝
packages/hoppscotch-cli/src/__tests__/e2e/fixtures/collections/coll-v1-req-v1.json(+51 -94)📝
packages/hoppscotch-cli/src/__tests__/e2e/fixtures/collections/coll-v2-req-v2.json(+57 -105)📝
packages/hoppscotch-cli/src/__tests__/e2e/fixtures/collections/coll-v2-req-v3.json(+57 -105)📝
packages/hoppscotch-cli/src/__tests__/e2e/fixtures/collections/collection-level-auth-headers-coll.json(+130 -227)📝
packages/hoppscotch-cli/src/__tests__/e2e/fixtures/collections/content-type-header-scenarios.json(+104 -165)📝
packages/hoppscotch-cli/src/__tests__/e2e/fixtures/collections/env-flag-tests-coll.json(+13 -18)📝
packages/hoppscotch-cli/src/__tests__/e2e/fixtures/collections/fails-coll.json(+32 -47)...and 61 more files
📄 Description
Hey @jamesgeorge007 thanks for assigning me this issue.
Please merge this PR. Also please add hacktoberfest-accepted tag.
What's changed
I am removing nesting from all your json files as this will help in increasing the rendering speed and also remove unnecessary cluster from the code thus making trying to clean the code and removing the slow rendering on screens.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.