[PR #5] [MERGED] merge v1 into main #658

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

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/5
Author: @mbecker20
Created: 5/3/2024
Status: Merged
Merged: 5/3/2024
Merged by: @mbecker20

Base: mainHead: next


📝 Commits (10+)

📊 Changes

741 files changed (+52705 additions, -46948 deletions)

View changed files

📝 .dockerignore (+7 -3)
📝 .gitignore (+9 -12)
.vscode/resolver.code-snippets (+26 -0)
.vscode/solid.code-snippets (+0 -64)
📝 .vscode/tasks.json (+9 -80)
📝 Cargo.lock (+1837 -1058)
📝 Cargo.toml (+94 -14)
bin/alert_logger/Cargo.toml (+23 -0)
bin/alert_logger/Dockerfile (+14 -0)
bin/alert_logger/src/main.rs (+70 -0)
bin/core/Cargo.toml (+57 -0)
bin/core/Dockerfile (+23 -0)
bin/core/src/api/auth.rs (+132 -0)
bin/core/src/api/execute/build.rs (+534 -0)
bin/core/src/api/execute/deployment.rs (+455 -0)
bin/core/src/api/execute/mod.rs (+109 -0)
bin/core/src/api/execute/procedure.rs (+83 -0)
bin/core/src/api/execute/repo.rs (+205 -0)
bin/core/src/api/execute/server.rs (+194 -0)
bin/core/src/api/execute/server_template.rs (+89 -0)

...and 80 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/5 **Author:** [@mbecker20](https://github.com/mbecker20) **Created:** 5/3/2024 **Status:** ✅ Merged **Merged:** 5/3/2024 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `main` ← **Head:** `next` --- ### 📝 Commits (10+) - [`48ff1eb`](https://github.com/moghtech/komodo/commit/48ff1ebefa6efe9598114dfcfb91f87996a6a8a8) monrun sync work - [`bfcdf01`](https://github.com/moghtech/komodo/commit/bfcdf011c4ab4145182a3c7b106c4caf2462c502) change default periphery port to 8120 - [`1100e16`](https://github.com/moghtech/komodo/commit/1100e160de0dd75088b8954b0499345d4929a507) impl procedure monrun - [`fd12921`](https://github.com/moghtech/komodo/commit/fd12921f6d67269d0c27eee881e55cf0f5e4915b) refactor StateResource - [`851c1f4`](https://github.com/moghtech/komodo/commit/851c1f450c6bec93ae50d2c22e555c86c42e0ec5) update procedure - [`a5e15f9`](https://github.com/moghtech/komodo/commit/a5e15f9c5e55c084707a7219b74837e382bdb230) fix the type change - [`6dcc4b3`](https://github.com/moghtech/komodo/commit/6dcc4b30de0ab44ab0f89bc3a2e6624e65bfa64a) validate attached resources by name / id - [`3492eb3`](https://github.com/moghtech/komodo/commit/3492eb312638be0b106de5af07d3ced466511e3f) validate - [`73c17c6`](https://github.com/moghtech/komodo/commit/73c17c68c4ac65a7111652acee857903c2b55c94) fix - [`1b1650e`](https://github.com/moghtech/komodo/commit/1b1650eba4b42db026b7b23c99f65f6aa3af7ad1) sync working clean ### 📊 Changes **741 files changed** (+52705 additions, -46948 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+7 -3) 📝 `.gitignore` (+9 -12) ➕ `.vscode/resolver.code-snippets` (+26 -0) ➖ `.vscode/solid.code-snippets` (+0 -64) 📝 `.vscode/tasks.json` (+9 -80) 📝 `Cargo.lock` (+1837 -1058) 📝 `Cargo.toml` (+94 -14) ➕ `bin/alert_logger/Cargo.toml` (+23 -0) ➕ `bin/alert_logger/Dockerfile` (+14 -0) ➕ `bin/alert_logger/src/main.rs` (+70 -0) ➕ `bin/core/Cargo.toml` (+57 -0) ➕ `bin/core/Dockerfile` (+23 -0) ➕ `bin/core/src/api/auth.rs` (+132 -0) ➕ `bin/core/src/api/execute/build.rs` (+534 -0) ➕ `bin/core/src/api/execute/deployment.rs` (+455 -0) ➕ `bin/core/src/api/execute/mod.rs` (+109 -0) ➕ `bin/core/src/api/execute/procedure.rs` (+83 -0) ➕ `bin/core/src/api/execute/repo.rs` (+205 -0) ➕ `bin/core/src/api/execute/server.rs` (+194 -0) ➕ `bin/core/src/api/execute/server_template.rs` (+89 -0) _...and 80 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 2025-10-31 15:17:24 -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#658