[PR #4438] [CLOSED] JSON files updated #4800

Closed
opened 2026-03-17 02:18:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4438
Author: @HetuKariya
Created: 10/15/2024
Status: Closed

Base: mainHead: pr/HetuKariya/4349


📝 Commits (4)

  • 9f437c0 JSON files updated
  • 1189940 Removing the conflicts
  • 86a27dc Resolving the conflicts
  • 178054b Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/4438 **Author:** [@HetuKariya](https://github.com/HetuKariya) **Created:** 10/15/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `pr/HetuKariya/4349` --- ### 📝 Commits (4) - [`9f437c0`](https://github.com/hoppscotch/hoppscotch/commit/9f437c07cb0cad653458549b7c2b531c3154d5d9) JSON files updated - [`1189940`](https://github.com/hoppscotch/hoppscotch/commit/1189940edb3afb68617b276e8971d5b02a5fdeb5) Removing the conflicts - [`86a27dc`](https://github.com/hoppscotch/hoppscotch/commit/86a27dcd342b480abebce33df4bed7a297e2790f) Resolving the conflicts - [`178054b`](https://github.com/hoppscotch/hoppscotch/commit/178054ba6bc1d1af45c4268b2c6a2b7ef37cd97b) Merge branch 'main' into pr/HetuKariya/4349 ### 📊 Changes **81 files changed** (+31215 additions, -36928 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description Hey @jamesgeorge007 thanks for assigning me this issue. - Fixed #4349 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. <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:18:08 +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#4800
No description provided.