[PR #124] [MERGED] 1.15.8 #688

Closed
opened 2025-10-31 15:18:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: 1.15.8


📝 Commits (7)

  • ac7aca3 fix all containers restart and unpause
  • 73d397a add CommitSync to Procedure
  • 2e3c1f9 validate resource query tags causes failure on non exist
  • a92273e files on host init working. match tags fail if tag doesnt exist
  • 937752e intelligent sync match tag selector
  • 8544a22 fix linting
  • d0890ad Wait for user initialize file on host

📊 Changes

37 files changed (+718 additions, -280 deletions)

View changed files

📝 Cargo.lock (+13 -13)
📝 Cargo.toml (+1 -1)
📝 bin/cli/src/exec.rs (+6 -0)
📝 bin/core/src/api/execute/server.rs (+2 -2)
📝 bin/core/src/api/read/alerter.rs (+14 -2)
📝 bin/core/src/api/read/build.rs (+24 -5)
📝 bin/core/src/api/read/builder.rs (+14 -2)
📝 bin/core/src/api/read/deployment.rs (+28 -7)
📝 bin/core/src/api/read/mod.rs (+9 -3)
📝 bin/core/src/api/read/procedure.rs (+16 -2)
📝 bin/core/src/api/read/repo.rs (+21 -6)
📝 bin/core/src/api/read/server.rs (+32 -15)
📝 bin/core/src/api/read/server_template.rs (+17 -2)
📝 bin/core/src/api/read/stack.rs (+33 -9)
📝 bin/core/src/api/read/sync.rs (+18 -2)
📝 bin/core/src/api/read/toml.rs (+19 -1)
📝 bin/core/src/api/write/sync.rs (+50 -35)
📝 bin/core/src/helpers/procedure.rs (+5 -0)
📝 bin/core/src/helpers/query.rs (+8 -0)
📝 bin/core/src/monitor/alert/mod.rs (+1 -0)

...and 17 more files

📄 Description

  • Fix all containers restart and unpause
  • Add CommitSync as option in Procedure
  • Fix new ResourceSync Initialize, and Files on host file init.
  • Stack: Files on Server mode: wait for user to initialize a not found file.

🔄 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/124 **Author:** [@mbecker20](https://github.com/mbecker20) **Created:** 10/13/2024 **Status:** ✅ Merged **Merged:** 10/13/2024 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `main` ← **Head:** `1.15.8` --- ### 📝 Commits (7) - [`ac7aca3`](https://github.com/moghtech/komodo/commit/ac7aca37276a5d3838d930952ce0323bf9e42da3) fix all containers restart and unpause - [`73d397a`](https://github.com/moghtech/komodo/commit/73d397a58b822f633d7aacacf946c1d680d91c2f) add CommitSync to Procedure - [`2e3c1f9`](https://github.com/moghtech/komodo/commit/2e3c1f92f69f27b0cb4f5c4e539130dcd16485f3) validate resource query tags causes failure on non exist - [`a92273e`](https://github.com/moghtech/komodo/commit/a92273e2ca59a0719033385f60298d408fc1c3d6) files on host init working. match tags fail if tag doesnt exist - [`937752e`](https://github.com/moghtech/komodo/commit/937752e0dd8e8ec3aa0ce65067e0bdca69e2b88b) intelligent sync match tag selector - [`8544a22`](https://github.com/moghtech/komodo/commit/8544a22af7f0055fbff9fd2c168056419c5e01ad) fix linting - [`d0890ad`](https://github.com/moghtech/komodo/commit/d0890ad59f5e01a44800dc5eed1295679c60c7df) Wait for user initialize file on host ### 📊 Changes **37 files changed** (+718 additions, -280 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+13 -13) 📝 `Cargo.toml` (+1 -1) 📝 `bin/cli/src/exec.rs` (+6 -0) 📝 `bin/core/src/api/execute/server.rs` (+2 -2) 📝 `bin/core/src/api/read/alerter.rs` (+14 -2) 📝 `bin/core/src/api/read/build.rs` (+24 -5) 📝 `bin/core/src/api/read/builder.rs` (+14 -2) 📝 `bin/core/src/api/read/deployment.rs` (+28 -7) 📝 `bin/core/src/api/read/mod.rs` (+9 -3) 📝 `bin/core/src/api/read/procedure.rs` (+16 -2) 📝 `bin/core/src/api/read/repo.rs` (+21 -6) 📝 `bin/core/src/api/read/server.rs` (+32 -15) 📝 `bin/core/src/api/read/server_template.rs` (+17 -2) 📝 `bin/core/src/api/read/stack.rs` (+33 -9) 📝 `bin/core/src/api/read/sync.rs` (+18 -2) 📝 `bin/core/src/api/read/toml.rs` (+19 -1) 📝 `bin/core/src/api/write/sync.rs` (+50 -35) 📝 `bin/core/src/helpers/procedure.rs` (+5 -0) 📝 `bin/core/src/helpers/query.rs` (+8 -0) 📝 `bin/core/src/monitor/alert/mod.rs` (+1 -0) _...and 17 more files_ </details> ### 📄 Description - Fix all containers restart and unpause - Add CommitSync as option in Procedure - Fix new ResourceSync Initialize, and Files on host file init. - Stack: Files on Server mode: wait for user to initialize a not found file. --- <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 2025-10-31 15:18:30 -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#688