[PR #69] [MERGED] 1.14.1 #4192

Closed
opened 2026-04-16 03:17:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: 1.14.1


📝 Commits (10+)

📊 Changes

50 files changed (+546 additions, -685 deletions)

View changed files

📝 Cargo.lock (+12 -12)
📝 Cargo.toml (+2 -2)
📝 bin/core/src/api/execute/repo.rs (+1 -0)
📝 bin/core/src/api/execute/stack.rs (+7 -0)
📝 bin/core/src/api/read/mod.rs (+1 -0)
📝 bin/core/src/api/read/stack.rs (+25 -0)
📝 bin/core/src/api/write/build.rs (+5 -0)
📝 bin/migrator/src/legacy/mod.rs (+0 -1)
📝 bin/migrator/src/legacy/v1_11/build.rs (+1 -0)
📝 bin/migrator/src/legacy/v1_11/deployment.rs (+1 -0)
bin/migrator/src/legacy/v1_6/build.rs (+0 -204)
bin/migrator/src/legacy/v1_6/deployment.rs (+0 -152)
bin/migrator/src/legacy/v1_6/mod.rs (+0 -67)
bin/migrator/src/legacy/v1_6/resource.rs (+0 -54)
📝 bin/migrator/src/main.rs (+0 -10)
📝 bin/migrator/src/migrate/mod.rs (+0 -1)
bin/migrator/src/migrate/v1_6.rs (+0 -72)
📝 bin/periphery/src/api/git.rs (+10 -2)
📝 bin/periphery/src/compose.rs (+69 -26)
📝 client/core/rs/src/api/read/stack.rs (+19 -0)

...and 30 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/moghtech/komodo/pull/69 **Author:** [@mbecker20](https://github.com/mbecker20) **Created:** 9/9/2024 **Status:** ✅ Merged **Merged:** 9/10/2024 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `main` ← **Head:** `1.14.1` --- ### 📝 Commits (10+) - [`9a8971c`](https://github.com/moghtech/komodo/commit/9a8971cae9d9b87e4cf303f68864ff27b2f12853) 1.14.1 - [`73b5e3d`](https://github.com/moghtech/komodo/commit/73b5e3d9aa645142f30d1b78e4dbc3e8d0ecba89) 1.14.1 version - [`fd86530`](https://github.com/moghtech/komodo/commit/fd86530a09d57b1d53dbde22fbcf9151290c15dc) repo pull use configured repo path - [`c9d263f`](https://github.com/moghtech/komodo/commit/c9d263f6a830d3e99cc32974584b6d07016da975) don't show UI defined file if using Stack files on host mode - [`085941c`](https://github.com/moghtech/komodo/commit/085941c84ac181a4c5f89d584950f8ccd2a1fe09) Stack "run build" option - [`9f6117f`](https://github.com/moghtech/komodo/commit/9f6117fa724e80018587aeaf7e03186d01bbdc7c) note on bind mounts - [`a4b4887`](https://github.com/moghtech/komodo/commit/a4b488768497ec5afead7bc0adacef3048eaeac5) improve bind mount doc - [`08413bd`](https://github.com/moghtech/komodo/commit/08413bd40a23c1214a873e75f0cf8ae50d35171d) add links to schema - [`7df4bb2`](https://github.com/moghtech/komodo/commit/7df4bb2d54b151c76bddfa1522e775f310a9f30e) add new stacks configs UI - [`902287e`](https://github.com/moghtech/komodo/commit/902287e5826db3ca4089a0196adb92242d67483a) interp into stack build_extra_args ### 📊 Changes **50 files changed** (+546 additions, -685 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+12 -12) 📝 `Cargo.toml` (+2 -2) 📝 `bin/core/src/api/execute/repo.rs` (+1 -0) 📝 `bin/core/src/api/execute/stack.rs` (+7 -0) 📝 `bin/core/src/api/read/mod.rs` (+1 -0) 📝 `bin/core/src/api/read/stack.rs` (+25 -0) 📝 `bin/core/src/api/write/build.rs` (+5 -0) 📝 `bin/migrator/src/legacy/mod.rs` (+0 -1) 📝 `bin/migrator/src/legacy/v1_11/build.rs` (+1 -0) 📝 `bin/migrator/src/legacy/v1_11/deployment.rs` (+1 -0) ➖ `bin/migrator/src/legacy/v1_6/build.rs` (+0 -204) ➖ `bin/migrator/src/legacy/v1_6/deployment.rs` (+0 -152) ➖ `bin/migrator/src/legacy/v1_6/mod.rs` (+0 -67) ➖ `bin/migrator/src/legacy/v1_6/resource.rs` (+0 -54) 📝 `bin/migrator/src/main.rs` (+0 -10) 📝 `bin/migrator/src/migrate/mod.rs` (+0 -1) ➖ `bin/migrator/src/migrate/v1_6.rs` (+0 -72) 📝 `bin/periphery/src/api/git.rs` (+10 -2) 📝 `bin/periphery/src/compose.rs` (+69 -26) 📝 `client/core/rs/src/api/read/stack.rs` (+19 -0) _...and 30 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>
GiteaMirror added the pull-request label 2026-04-16 03:17:26 -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#4192