[PR #482] [MERGED] Fix bulk env var parsing #3331

Closed
opened 2026-07-15 02:02:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/482
Author: @gschier
Created: 6/27/2026
Status: Merged
Merged: 6/27/2026
Merged by: @gschier

Base: mainHead: codex/fix-bulk-env-var-parsing


📝 Commits (2)

  • aefa503 Fix bulk env var parsing
  • 06e867a Fix oklch parser type narrowing

📊 Changes

6 files changed (+77 additions, -12 deletions)

View changed files

apps/yaak-client/components/core/BulkPairEditor.test.ts (+36 -0)
📝 apps/yaak-client/components/core/BulkPairEditor.tsx (+6 -6)
📝 apps/yaak-client/components/core/Editor/pairs/pairs.grammar (+1 -1)
apps/yaak-client/components/core/Editor/pairs/pairs.test.ts (+26 -0)
📝 apps/yaak-client/components/core/Editor/pairs/pairs.ts (+1 -1)
📝 packages/theme/src/yaakColor.ts (+7 -4)

📄 Description

Preserve malformed bulk environment-variable lines instead of silently dropping them. Foo:bar is parsed into {name: 'Foo:bar', value: ''}

https://yaak.app/feedback/posts/parsing-format-of-environment-vars-using-bulk-edit


🔄 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/482 **Author:** [@gschier](https://github.com/gschier) **Created:** 6/27/2026 **Status:** ✅ Merged **Merged:** 6/27/2026 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `codex/fix-bulk-env-var-parsing` --- ### 📝 Commits (2) - [`aefa503`](https://github.com/mountain-loop/yaak/commit/aefa50328a8adbc5794095987c78d0772db83b03) Fix bulk env var parsing - [`06e867a`](https://github.com/mountain-loop/yaak/commit/06e867aec5b63064be2cc74a644154d8ec30eae8) Fix oklch parser type narrowing ### 📊 Changes **6 files changed** (+77 additions, -12 deletions) <details> <summary>View changed files</summary> ➕ `apps/yaak-client/components/core/BulkPairEditor.test.ts` (+36 -0) 📝 `apps/yaak-client/components/core/BulkPairEditor.tsx` (+6 -6) 📝 `apps/yaak-client/components/core/Editor/pairs/pairs.grammar` (+1 -1) ➕ `apps/yaak-client/components/core/Editor/pairs/pairs.test.ts` (+26 -0) 📝 `apps/yaak-client/components/core/Editor/pairs/pairs.ts` (+1 -1) 📝 `packages/theme/src/yaakColor.ts` (+7 -4) </details> ### 📄 Description Preserve malformed bulk environment-variable lines instead of silently dropping them. `Foo:bar` is parsed into `{name: 'Foo:bar', value: ''}` https://yaak.app/feedback/posts/parsing-format-of-environment-vars-using-bulk-edit --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-15 02:02:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#3331