[PR #323] [MERGED] Allow dots in environment variable names #245

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

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/323
Author: @quot
Created: 12/15/2025
Status: Merged
Merged: 12/28/2025
Merged by: @gschier

Base: mainHead: main


📝 Commits (1)

  • ed19262 Allow dots in variable names

📊 Changes

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

View changed files

📝 src-tauri/yaak-templates/src/parser.rs (+17 -1)
📝 src-web/components/EnvironmentEditor.tsx (+1 -1)

📄 Description

Small change to allow dots in environment variable names. Variable names with dots works with the existing auto-completion for namespace selections, so this will help a lot with organizing larger workspaces.

https://github.com/user-attachments/assets/2ea95d3d-24a9-41a5-be08-1133ffa1098d


🔄 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/323 **Author:** [@quot](https://github.com/quot) **Created:** 12/15/2025 **Status:** ✅ Merged **Merged:** 12/28/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`ed19262`](https://github.com/mountain-loop/yaak/commit/ed1926228c2aef8582a6bba9e85c46c6051113cc) Allow dots in variable names ### 📊 Changes **2 files changed** (+18 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src-tauri/yaak-templates/src/parser.rs` (+17 -1) 📝 `src-web/components/EnvironmentEditor.tsx` (+1 -1) </details> ### 📄 Description Small change to allow dots in environment variable names. Variable names with dots works with the existing auto-completion for namespace selections, so this will help a lot with organizing larger workspaces. https://github.com/user-attachments/assets/2ea95d3d-24a9-41a5-be08-1133ffa1098d --- <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:20:02 +01:00
adam closed this issue 2025-12-29 07:20:02 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#245