[PR #149] [MERGED] Extract base environment #84

Closed
opened 2025-12-29 07:19:15 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/149
Author: @gschier
Created: 12/21/2024
Status: Merged
Merged: 12/21/2024
Merged by: @gschier

Base: masterHead: extract-base-env


📝 Commits (5)

📊 Changes

28 files changed (+425 additions, -387 deletions)

View changed files

📝 package-lock.json (+108 -203)
📝 package.json (+8 -8)
📝 plugin-runtime-types/package.json (+1 -1)
📝 plugin-runtime-types/src/bindings/models.ts (+5 -5)
src-tauri/migrations/20241219140051_base-environments.sql (+45 -0)
📝 src-tauri/src/export_resources.rs (+1 -1)
📝 src-tauri/src/http_request.rs (+6 -3)
📝 src-tauri/src/lib.rs (+57 -23)
📝 src-tauri/src/render.rs (+15 -15)
📝 src-tauri/vendored/plugins/importer-insomnia/build/index.js (+2 -13)
📝 src-tauri/vendored/plugins/importer-openapi/build/index.js (+9 -2)
📝 src-tauri/vendored/plugins/importer-postman/build/index.js (+9 -2)
📝 src-tauri/vendored/plugins/importer-yaak/build/index.js (+18 -0)
📝 src-tauri/yaak_models/bindings/models.ts (+2 -2)
📝 src-tauri/yaak_models/src/models.rs (+3 -4)
📝 src-tauri/yaak_models/src/queries.rs (+62 -23)
📝 src-tauri/yaak_plugin_runtime/bindings/models.ts (+5 -5)
📝 src-web/components/CommandPalette.tsx (+3 -3)
📝 src-web/components/EnvironmentActionsDropdown.tsx (+9 -11)
📝 src-web/components/EnvironmentEditDialog.tsx (+36 -45)

...and 8 more files

📄 Description

No description provided


🔄 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/mountain-loop/yaak/pull/149 **Author:** [@gschier](https://github.com/gschier) **Created:** 12/21/2024 **Status:** ✅ Merged **Merged:** 12/21/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `extract-base-env` --- ### 📝 Commits (5) - [`e704d6e`](https://github.com/mountain-loop/yaak/commit/e704d6edaf8a4cf4deda98c88f24dbaa150ec1d8) Split out base environment from Workspace - [`1141f4d`](https://github.com/mountain-loop/yaak/commit/1141f4dd1c0cade488a0ca58eac358a6e5ce384c) Plugin build - [`8be12ec`](https://github.com/mountain-loop/yaak/commit/8be12eca593052109a5b28db10a98de05d407c86) Merge branch 'master' into extract-base-env - [`40c118e`](https://github.com/mountain-loop/yaak/commit/40c118ecfa4efce39f4d5cbf85f358f2873b80c9) Fix merge - [`dd4abe0`](https://github.com/mountain-loop/yaak/commit/dd4abe03599bf34e0e4ccd06e1111bee19fb0c37) Build plugins ### 📊 Changes **28 files changed** (+425 additions, -387 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+108 -203) 📝 `package.json` (+8 -8) 📝 `plugin-runtime-types/package.json` (+1 -1) 📝 `plugin-runtime-types/src/bindings/models.ts` (+5 -5) ➕ `src-tauri/migrations/20241219140051_base-environments.sql` (+45 -0) 📝 `src-tauri/src/export_resources.rs` (+1 -1) 📝 `src-tauri/src/http_request.rs` (+6 -3) 📝 `src-tauri/src/lib.rs` (+57 -23) 📝 `src-tauri/src/render.rs` (+15 -15) 📝 `src-tauri/vendored/plugins/importer-insomnia/build/index.js` (+2 -13) 📝 `src-tauri/vendored/plugins/importer-openapi/build/index.js` (+9 -2) 📝 `src-tauri/vendored/plugins/importer-postman/build/index.js` (+9 -2) 📝 `src-tauri/vendored/plugins/importer-yaak/build/index.js` (+18 -0) 📝 `src-tauri/yaak_models/bindings/models.ts` (+2 -2) 📝 `src-tauri/yaak_models/src/models.rs` (+3 -4) 📝 `src-tauri/yaak_models/src/queries.rs` (+62 -23) 📝 `src-tauri/yaak_plugin_runtime/bindings/models.ts` (+5 -5) 📝 `src-web/components/CommandPalette.tsx` (+3 -3) 📝 `src-web/components/EnvironmentActionsDropdown.tsx` (+9 -11) 📝 `src-web/components/EnvironmentEditDialog.tsx` (+36 -45) _...and 8 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:15 +01:00
adam closed this issue 2025-12-29 07:19:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#84