[PR #242] [MERGED] Optimize request function #167

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

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/242
Author: @subframe7536
Created: 7/17/2025
Status: Merged
Merged: 7/19/2025
Merged by: @gschier

Base: mainHead: optimize-request-function


📝 Commits (6)

  • 817f425 add request.param
  • 436bbd2 default to current request
  • e11fc02 More robust url params and revert broken (?) DynamicForm changes
  • f03f6e9 Merge branch 'master' into optimize-request-function
  • e543cd8 Merge branch 'main' into optimize-request-function
  • 45f2e48 Set request value to active one by default

📊 Changes

3 files changed (+56 additions, -6 deletions)

View changed files

📝 packages/plugin-runtime-types/src/plugins/Context.ts (+2 -2)
📝 plugins/template-function-request/src/index.ts (+43 -0)
📝 src-web/components/DynamicForm.tsx (+11 -4)

📄 Description

  1. add request.param to get param value from target request.
  2. make <HttpRequestArg /> default to current request to enhance DX.

🔄 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/242 **Author:** [@subframe7536](https://github.com/subframe7536) **Created:** 7/17/2025 **Status:** ✅ Merged **Merged:** 7/19/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `optimize-request-function` --- ### 📝 Commits (6) - [`817f425`](https://github.com/mountain-loop/yaak/commit/817f42585109bbcdc153401a4f1d5d9c1cf307a9) add `request.param` - [`436bbd2`](https://github.com/mountain-loop/yaak/commit/436bbd221562fe11be871e3b356ef2f0db0a64c7) default to current request - [`e11fc02`](https://github.com/mountain-loop/yaak/commit/e11fc021f5739ee1165ee18b44a9767233f1a2ad) More robust url params and revert broken (?) DynamicForm changes - [`f03f6e9`](https://github.com/mountain-loop/yaak/commit/f03f6e95a0c1d455d0ab4a3c4c5f745723dff315) Merge branch 'master' into optimize-request-function - [`e543cd8`](https://github.com/mountain-loop/yaak/commit/e543cd810509a42633ce499040327c2483ae652f) Merge branch 'main' into optimize-request-function - [`45f2e48`](https://github.com/mountain-loop/yaak/commit/45f2e4803e76d8301f558e56fb676146b51cb63f) Set request value to active one by default ### 📊 Changes **3 files changed** (+56 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/plugin-runtime-types/src/plugins/Context.ts` (+2 -2) 📝 `plugins/template-function-request/src/index.ts` (+43 -0) 📝 `src-web/components/DynamicForm.tsx` (+11 -4) </details> ### 📄 Description 1. add `request.param` to get param value from target request. 2. make `<HttpRequestArg />` default to current request to enhance DX. --- <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:38 +01:00
adam closed this issue 2025-12-29 07:19:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#167