mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #209] [MERGED] Request Inheritance #134
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/209
Author: @gschier
Created: 5/16/2025
Status: ✅ Merged
Merged: 5/23/2025
Merged by: @gschier
Base:
master← Head:request-inheritance📝 Commits (8)
30bb9e9Define models and migration05b8b26Merge branch 'master' into request-inheritance6dc8270Editing and basic sending of folder auth4d47662Refactor model fields and apply auth everywherecf9e860Resolve and send inherited headers/metadatae4dff3fShow inherited auth everywherecc4e516Override headers viewer4546345Merge branch 'master' into request-inheritance📊 Changes
41 files changed (+1033 additions, -405 deletions)
View changed files
📝
packages/plugin-runtime-types/src/bindings/gen_models.ts(+5 -5)➕
src-tauri/migrations/20250516182745_default-attrs.sql(+15 -0)📝
src-tauri/src/grpc.rs(+8 -3)📝
src-tauri/src/http_request.rs(+52 -40)📝
src-tauri/src/lib.rs(+2 -2)📝
src-tauri/src/render.rs(+2 -2)📝
src-tauri/vendored/plugins/auth-oauth2/build/index.js(+26 -5)📝
src-tauri/vendored/plugins/importer-curl/build/index.js(+17 -14)📝
src-tauri/yaak-git/bindings/gen_models.ts(+3 -5)📝
src-tauri/yaak-models/bindings/gen_models.ts(+7 -5)📝
src-tauri/yaak-models/src/models.rs(+70 -36)📝
src-tauri/yaak-models/src/queries/folders.rs(+40 -2)📝
src-tauri/yaak-models/src/queries/grpc_requests.rs(+42 -1)📝
src-tauri/yaak-models/src/queries/http_requests.rs(+42 -1)📝
src-tauri/yaak-models/src/queries/websocket_requests.rs(+46 -1)📝
src-tauri/yaak-models/src/queries/workspaces.rs(+15 -2)📝
src-tauri/yaak-plugins/bindings/gen_models.ts(+3 -5)📝
src-tauri/yaak-plugins/src/manager.rs(+2 -2)📝
src-tauri/yaak-sync/bindings/gen_models.ts(+3 -5)📝
src-tauri/yaak-ws/src/commands.rs(+21 -2)...and 21 more files
📄 Description
This PR is meant to provide a way for requests to inherit headers or authentication from the workspace or parent folders.
Folder/Workspacemodel fields🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.