[PR #65] [MERGED] Request actions #30

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

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/65
Author: @gschier
Created: 8/15/2024
Status: Merged
Merged: 8/15/2024
Merged by: @gschier

Base: masterHead: request-actions


📝 Commits (4)

  • aed629a Export curl request action minimally functional
  • 230ef7b Copy-as-curl plugin fully working now
  • ba75c6b Render HTTP request for curl export
  • 9c6491a Bump yaakapp/api version

📊 Changes

29 files changed (+392 additions, -116 deletions)

View changed files

📝 README.md (+5 -0)
📝 package-lock.json (+4 -4)
📝 package.json (+1 -1)
📝 plugin-runtime-types/package.json (+1 -1)
plugin-runtime-types/src/gen/CallHttpRequestActionArgs.ts (+4 -0)
plugin-runtime-types/src/gen/CallHttpRequestActionRequest.ts (+4 -0)
plugin-runtime-types/src/gen/CopyTextRequest.ts (+3 -0)
plugin-runtime-types/src/gen/GetHttpRequestActionsResponse.ts (+4 -0)
plugin-runtime-types/src/gen/HttpRequestAction.ts (+3 -0)
📝 plugin-runtime-types/src/gen/InternalEventPayload.ts (+7 -1)
plugin-runtime-types/src/gen/RenderHttpRequestRequest.ts (+4 -0)
plugin-runtime-types/src/gen/RenderHttpRequestResponse.ts (+4 -0)
plugin-runtime-types/src/gen/RenderRequest.ts (+3 -0)
plugin-runtime-types/src/gen/RenderResponse.ts (+3 -0)
plugin-runtime-types/src/gen/ShowToastRequest.ts (+4 -0)
plugin-runtime-types/src/gen/ToastVariant.ts (+3 -0)
📝 plugin-runtime-types/src/index.ts (+12 -2)
📝 plugin-runtime-types/src/plugins/context.ts (+10 -0)
📝 plugin-runtime-types/src/plugins/httpRequestAction.ts (+4 -5)
📝 plugin-runtime-types/src/plugins/index.ts (+5 -5)

...and 9 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/65 **Author:** [@gschier](https://github.com/gschier) **Created:** 8/15/2024 **Status:** ✅ Merged **Merged:** 8/15/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `request-actions` --- ### 📝 Commits (4) - [`aed629a`](https://github.com/mountain-loop/yaak/commit/aed629a409df04baa7e4455a8f9689b6e76baa47) Export curl request action minimally functional - [`230ef7b`](https://github.com/mountain-loop/yaak/commit/230ef7b69e184862e5f1e614ee666f0020753de8) Copy-as-curl plugin fully working now - [`ba75c6b`](https://github.com/mountain-loop/yaak/commit/ba75c6b78a08becb110509b135c9a6ab9da4b535) Render HTTP request for curl export - [`9c6491a`](https://github.com/mountain-loop/yaak/commit/9c6491aa23e64e0085cfd0cb297420e3aeadbe03) Bump yaakapp/api version ### 📊 Changes **29 files changed** (+392 additions, -116 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -0) 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) 📝 `plugin-runtime-types/package.json` (+1 -1) ➕ `plugin-runtime-types/src/gen/CallHttpRequestActionArgs.ts` (+4 -0) ➕ `plugin-runtime-types/src/gen/CallHttpRequestActionRequest.ts` (+4 -0) ➕ `plugin-runtime-types/src/gen/CopyTextRequest.ts` (+3 -0) ➕ `plugin-runtime-types/src/gen/GetHttpRequestActionsResponse.ts` (+4 -0) ➕ `plugin-runtime-types/src/gen/HttpRequestAction.ts` (+3 -0) 📝 `plugin-runtime-types/src/gen/InternalEventPayload.ts` (+7 -1) ➕ `plugin-runtime-types/src/gen/RenderHttpRequestRequest.ts` (+4 -0) ➕ `plugin-runtime-types/src/gen/RenderHttpRequestResponse.ts` (+4 -0) ➕ `plugin-runtime-types/src/gen/RenderRequest.ts` (+3 -0) ➕ `plugin-runtime-types/src/gen/RenderResponse.ts` (+3 -0) ➕ `plugin-runtime-types/src/gen/ShowToastRequest.ts` (+4 -0) ➕ `plugin-runtime-types/src/gen/ToastVariant.ts` (+3 -0) 📝 `plugin-runtime-types/src/index.ts` (+12 -2) 📝 `plugin-runtime-types/src/plugins/context.ts` (+10 -0) 📝 `plugin-runtime-types/src/plugins/httpRequestAction.ts` (+4 -5) 📝 `plugin-runtime-types/src/plugins/index.ts` (+5 -5) _...and 9 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:18:58 +01:00
adam closed this issue 2025-12-29 07:18:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#30