[PR #591] [MERGED] Environment Mangement #2729

Closed
opened 2026-03-17 00:24:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/591
Author: @JacobAnavisca
Created: 2/23/2020
Status: Merged
Merged: 2/24/2020
Merged by: @liyasthomas

Base: masterHead: feature/env-manager


📝 Commits (8)

  • 15dc0ad Env management
  • 59ca8cb Merge branch 'master' into feature/env-manager
  • 010be95 Lint + few best practices
  • d24c572 Firebase sync
  • 54d5907 Typo
  • 00fa17b Review Updates
  • c21bbf1 Merge branch 'master' into feature/env-manager
  • 4f7f2ba Merge branch 'master' into feature/env-manager

📊 Changes

11 files changed (+942 additions, -62 deletions)

View changed files

📝 components/collections/importExportCollections.vue (+81 -52)
components/environments/addEnvironment.vue (+94 -0)
components/environments/editEnvironment.vue (+221 -0)
components/environments/environment.vue (+65 -0)
components/environments/importExportEnvironment.vue (+173 -0)
components/environments/index.vue (+147 -0)
📝 functions/fb.js (+29 -0)
📝 lang/en-US.js (+11 -1)
📝 pages/index.vue (+20 -4)
📝 pages/settings.vue (+7 -4)
📝 store/postwoman.js (+94 -1)

📄 Description

  • Add Environment

  • Edit Environment

  • Delete Environment

  • Sync Environments

  • Review


🔄 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/591 **Author:** [@JacobAnavisca](https://github.com/JacobAnavisca) **Created:** 2/23/2020 **Status:** ✅ Merged **Merged:** 2/24/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `feature/env-manager` --- ### 📝 Commits (8) - [`15dc0ad`](https://github.com/hoppscotch/hoppscotch/commit/15dc0ad9acf91b087a5caac757a497b8a109e2bd) Env management - [`59ca8cb`](https://github.com/hoppscotch/hoppscotch/commit/59ca8cb2c68a62868149a3c201f0c1c01808a3d3) Merge branch 'master' into feature/env-manager - [`010be95`](https://github.com/hoppscotch/hoppscotch/commit/010be95ed5ffb4bbbbaa11eba614f45b6cdc3419) Lint + few best practices - [`d24c572`](https://github.com/hoppscotch/hoppscotch/commit/d24c572d7f383847dfeeb3f6dc4e2e5e5083c634) Firebase sync - [`54d5907`](https://github.com/hoppscotch/hoppscotch/commit/54d590765f419b0bdf1bc25399fb321030b17488) Typo - [`00fa17b`](https://github.com/hoppscotch/hoppscotch/commit/00fa17b31fef5194c6ca9d39865e0beadd0d752e) Review Updates - [`c21bbf1`](https://github.com/hoppscotch/hoppscotch/commit/c21bbf1022eace45c729f1b83c2d9ec6abc3088c) Merge branch 'master' into feature/env-manager - [`4f7f2ba`](https://github.com/hoppscotch/hoppscotch/commit/4f7f2ba361293011ead974214fc61849a8a20c1d) Merge branch 'master' into feature/env-manager ### 📊 Changes **11 files changed** (+942 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `components/collections/importExportCollections.vue` (+81 -52) ➕ `components/environments/addEnvironment.vue` (+94 -0) ➕ `components/environments/editEnvironment.vue` (+221 -0) ➕ `components/environments/environment.vue` (+65 -0) ➕ `components/environments/importExportEnvironment.vue` (+173 -0) ➕ `components/environments/index.vue` (+147 -0) 📝 `functions/fb.js` (+29 -0) 📝 `lang/en-US.js` (+11 -1) 📝 `pages/index.vue` (+20 -4) 📝 `pages/settings.vue` (+7 -4) 📝 `store/postwoman.js` (+94 -1) </details> ### 📄 Description - [x] Add Environment - [x] Edit Environment - [x] Delete Environment - [x] Sync Environments - [x] Review --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:24:24 +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#2729
No description provided.