[PR #145] [MERGED] 1.16.2 #1681

Closed
opened 2026-03-22 17:39:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/145
Author: @mbecker20
Created: 10/22/2024
Status: Merged
Merged: 10/22/2024
Merged by: @mbecker20

Base: mainHead: 1.16.2


📝 Commits (4)

  • bb898c1 Env vars written using same quotes (single vs double) as the user passes
  • 5c0fa85 fmt
  • 3040477 trim start matches '-'
  • 629368d ts client version

📊 Changes

20 files changed (+159 additions, -94 deletions)

View changed files

📝 Cargo.lock (+12 -12)
📝 Cargo.toml (+1 -1)
📝 bin/core/src/api/execute/action.rs (+4 -1)
📝 bin/core/src/api/read/alerter.rs (+10 -9)
📝 bin/core/src/api/read/builder.rs (+10 -9)
📝 bin/core/src/api/write/repo.rs (+1 -1)
📝 bin/core/src/sync/mod.rs (+4 -5)
📝 bin/periphery/src/api/build.rs (+22 -9)
📝 bin/periphery/src/api/deploy.rs (+20 -8)
📝 bin/periphery/src/helpers.rs (+14 -2)
📝 bin/periphery/src/router.rs (+1 -1)
📝 client/core/rs/src/api/mod.rs (+4 -4)
📝 client/core/rs/src/api/write/builder.rs (+5 -2)
📝 client/core/rs/src/api/write/procedure.rs (+5 -4)
📝 client/core/rs/src/api/write/repo.rs (+3 -1)
📝 client/core/rs/src/api/write/server_template.rs (+5 -4)
📝 client/core/rs/src/api/write/user.rs (+1 -1)
📝 client/core/rs/src/lib.rs (+1 -1)
📝 client/core/rs/src/parsers.rs (+35 -18)
📝 client/core/ts/package.json (+1 -1)

📄 Description

  • Ensures env vars written using same quotes (single vs double) as the user passes.

🔄 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/moghtech/komodo/pull/145 **Author:** [@mbecker20](https://github.com/mbecker20) **Created:** 10/22/2024 **Status:** ✅ Merged **Merged:** 10/22/2024 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `main` ← **Head:** `1.16.2` --- ### 📝 Commits (4) - [`bb898c1`](https://github.com/moghtech/komodo/commit/bb898c12aa4c5694432d809bce680f132b2c27c3) Env vars written using same quotes (single vs double) as the user passes - [`5c0fa85`](https://github.com/moghtech/komodo/commit/5c0fa85339214a7b9d47110a5209734da4131912) fmt - [`3040477`](https://github.com/moghtech/komodo/commit/30404770eede4d23b21f3dcebb823f481b96a1ff) trim start matches '-' - [`629368d`](https://github.com/moghtech/komodo/commit/629368d64d502a994f62e26ca8434fa747c648f4) ts client version ### 📊 Changes **20 files changed** (+159 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+12 -12) 📝 `Cargo.toml` (+1 -1) 📝 `bin/core/src/api/execute/action.rs` (+4 -1) 📝 `bin/core/src/api/read/alerter.rs` (+10 -9) 📝 `bin/core/src/api/read/builder.rs` (+10 -9) 📝 `bin/core/src/api/write/repo.rs` (+1 -1) 📝 `bin/core/src/sync/mod.rs` (+4 -5) 📝 `bin/periphery/src/api/build.rs` (+22 -9) 📝 `bin/periphery/src/api/deploy.rs` (+20 -8) 📝 `bin/periphery/src/helpers.rs` (+14 -2) 📝 `bin/periphery/src/router.rs` (+1 -1) 📝 `client/core/rs/src/api/mod.rs` (+4 -4) 📝 `client/core/rs/src/api/write/builder.rs` (+5 -2) 📝 `client/core/rs/src/api/write/procedure.rs` (+5 -4) 📝 `client/core/rs/src/api/write/repo.rs` (+3 -1) 📝 `client/core/rs/src/api/write/server_template.rs` (+5 -4) 📝 `client/core/rs/src/api/write/user.rs` (+1 -1) 📝 `client/core/rs/src/lib.rs` (+1 -1) 📝 `client/core/rs/src/parsers.rs` (+35 -18) 📝 `client/core/ts/package.json` (+1 -1) </details> ### 📄 Description - Ensures env vars written using same quotes (single vs double) as the user passes. --- <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-03-22 17:39:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#1681