[PR #239] [MERGED] inline url search param and use --data #164

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

📋 Pull Request Information

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

Base: mainHead: adapt-old-curl


📝 Commits (6)

📊 Changes

2 files changed (+40 additions, -18 deletions)

View changed files

📝 plugins/action-copy-curl/src/index.ts (+18 -11)
📝 plugins/action-copy-curl/tests/index.test.ts (+22 -7)

📄 Description

In some legacy Linux distributions, the version of curl is really old, so --url-query and --data-raw are not supported. So this PR inline the url search param and replace --data-raw with --data


🔄 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/239 **Author:** [@subframe7536](https://github.com/subframe7536) **Created:** 7/17/2025 **Status:** ✅ Merged **Merged:** 7/20/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `adapt-old-curl` --- ### 📝 Commits (6) - [`892a9a7`](https://github.com/mountain-loop/yaak/commit/892a9a7d7476ba0e7f455d7c963972596a8a128e) inline url search param and use `--data` - [`eaf8d87`](https://github.com/mountain-loop/yaak/commit/eaf8d870eebea54670d8e4dc39af47eeb077885e) Merge branch 'master' into adapt-old-curl - [`c51b492`](https://github.com/mountain-loop/yaak/commit/c51b492b5ad344e07ee60ab273004189f83c76c7) add test for url with `#` - [`a7d069a`](https://github.com/mountain-loop/yaak/commit/a7d069ae4a7a1fbf6296893415df36a9ee28f9fa) Merge branch 'adapt-old-curl' of https://github.com/subframe7536/yaak into adapt-old-curl - [`c49a3c0`](https://github.com/mountain-loop/yaak/commit/c49a3c0d0357116dfa9059eb5f896953489fadf7) Merge branch 'master' into adapt-old-curl - [`4fca193`](https://github.com/mountain-loop/yaak/commit/4fca1930eabf0fe8e247a79f58435142f48bf026) directly use custom url builder ### 📊 Changes **2 files changed** (+40 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `plugins/action-copy-curl/src/index.ts` (+18 -11) 📝 `plugins/action-copy-curl/tests/index.test.ts` (+22 -7) </details> ### 📄 Description In some legacy Linux distributions, the version of `curl` is really old, so `--url-query` and `--data-raw` are not supported. So this PR inline the url search param and replace `--data-raw` with `--data` --- <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:37 +01:00
adam closed this issue 2025-12-29 07:19:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#164