mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #149] [MERGED] Extract base environment #84
Reference in New Issue
Block a user
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/mountain-loop/yaak/pull/149
Author: @gschier
Created: 12/21/2024
Status: ✅ Merged
Merged: 12/21/2024
Merged by: @gschier
Base:
master← Head:extract-base-env📝 Commits (5)
e704d6eSplit out base environment from Workspace1141f4dPlugin build8be12ecMerge branch 'master' into extract-base-env40c118eFix mergedd4abe0Build plugins📊 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.