[PR #56] [MERGED] 1.14 - Rename to Komodo - Docker Management #672

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

📋 Pull Request Information

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

Base: mainHead: 1.14


📝 Commits (10+)

📊 Changes

429 files changed (+14296 additions, -7022 deletions)

View changed files

.vscode/tasks.json (+0 -93)
📝 Cargo.lock (+664 -679)
📝 Cargo.toml (+16 -15)
📝 bin/alerter/Cargo.toml (+1 -1)
📝 bin/alerter/Dockerfile (+2 -2)
📝 bin/alerter/README.md (+1 -1)
📝 bin/alerter/src/main.rs (+1 -3)
📝 bin/cli/Cargo.toml (+4 -4)
📝 bin/cli/README.md (+8 -8)
📝 bin/cli/src/args.rs (+2 -2)
📝 bin/cli/src/exec.rs (+132 -42)
📝 bin/cli/src/main.rs (+8 -3)
📝 bin/cli/src/state.rs (+7 -7)
📝 bin/core/Cargo.toml (+2 -2)
📝 bin/core/Dockerfile (+4 -4)
📝 bin/core/src/api/auth.rs (+1 -1)
📝 bin/core/src/api/execute/build.rs (+70 -97)
📝 bin/core/src/api/execute/deployment.rs (+80 -40)
📝 bin/core/src/api/execute/mod.rs (+24 -12)
📝 bin/core/src/api/execute/procedure.rs (+1 -1)

...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/56 **Author:** [@mbecker20](https://github.com/mbecker20) **Created:** 9/1/2024 **Status:** ✅ Merged **Merged:** 9/1/2024 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `main` ← **Head:** `1.14` --- ### 📝 Commits (10+) - [`8d3cdf1`](https://github.com/moghtech/komodo/commit/8d3cdf1e1d6064552a6504a2c43c9aa08bc89b4e) setup network page - [`5fedb7b`](https://github.com/moghtech/komodo/commit/5fedb7b62ecbfb0b160ba6baf47e2b4056b44e88) add Network, Image, Container - [`d27d8e9`](https://github.com/moghtech/komodo/commit/d27d8e97b0c7b033813e8261ce2462908ce5c907) Docker ListItems and Inspects - [`b26eea8`](https://github.com/moghtech/komodo/commit/b26eea827f84f550ff548d0a132c540172936e01) frontend build - [`fbc5535`](https://github.com/moghtech/komodo/commit/fbc55357a350d99f6e2e2ecfd920f7087231d43a) dev0 - [`46c3eb8`](https://github.com/moghtech/komodo/commit/46c3eb823b89e08017e41ae8eb7921abf540849e) network info working - [`6b447df`](https://github.com/moghtech/komodo/commit/6b447df2494c6a8e7734489858ddaf8b530d99ab) fix cargo lock - [`873283c`](https://github.com/moghtech/komodo/commit/873283c5d999ef467a4d1a401050b2b32f2a4156) dev1 - [`d71b565`](https://github.com/moghtech/komodo/commit/d71b5658587c97414da6e1819925ffeb8b325868) pages for the things - [`163fba9`](https://github.com/moghtech/komodo/commit/163fba971a16e2e501511cc141cbf59a3ad740ba) implement Active in dashboard ### 📊 Changes **429 files changed** (+14296 additions, -7022 deletions) <details> <summary>View changed files</summary> ➖ `.vscode/tasks.json` (+0 -93) 📝 `Cargo.lock` (+664 -679) 📝 `Cargo.toml` (+16 -15) 📝 `bin/alerter/Cargo.toml` (+1 -1) 📝 `bin/alerter/Dockerfile` (+2 -2) 📝 `bin/alerter/README.md` (+1 -1) 📝 `bin/alerter/src/main.rs` (+1 -3) 📝 `bin/cli/Cargo.toml` (+4 -4) 📝 `bin/cli/README.md` (+8 -8) 📝 `bin/cli/src/args.rs` (+2 -2) 📝 `bin/cli/src/exec.rs` (+132 -42) 📝 `bin/cli/src/main.rs` (+8 -3) 📝 `bin/cli/src/state.rs` (+7 -7) 📝 `bin/core/Cargo.toml` (+2 -2) 📝 `bin/core/Dockerfile` (+4 -4) 📝 `bin/core/src/api/auth.rs` (+1 -1) 📝 `bin/core/src/api/execute/build.rs` (+70 -97) 📝 `bin/core/src/api/execute/deployment.rs` (+80 -40) 📝 `bin/core/src/api/execute/mod.rs` (+24 -12) 📝 `bin/core/src/api/execute/procedure.rs` (+1 -1) _...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:52 -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#672
No description provided.