mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
[PR #34] [MERGED] Dockerized periphery #669
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/34
Author: @mbecker20
Created: 8/17/2024
Status: ✅ Merged
Merged: 8/17/2024
Merged by: @mbecker20
Base:
main← Head:dockerized-periphery📝 Commits (10+)
7ab16bbAdd webhooks page to docs15f9879supports6c05779supports6ea84ddperiphery Dockerfile1096137add comments. Remove unneeded default config7f6a0b5add FILE SYSTEM logec91b3cremove logbe38eb3filter disks included in periphery disk report, on periphery sidea1c9fe2dockerized peripheryb326248all in one compose file docs📊 Changes
29 files changed (+339 additions, -379 deletions)
View changed files
➕
.cargo/config.toml(+2 -0)📝
Cargo.lock(+0 -33)📝
Cargo.toml(+0 -2)📝
bin/cli/Cargo.toml(+0 -5)📝
bin/core/Cargo.toml(+0 -3)📝
bin/core/Dockerfile(+1 -1)📝
bin/core/src/config.rs(+1 -0)📝
bin/core/src/helpers/mod.rs(+52 -9)📝
bin/core/src/main.rs(+2 -0)📝
bin/periphery/Cargo.toml(+0 -2)➕
bin/periphery/Dockerfile(+26 -0)📝
bin/periphery/src/config.rs(+18 -15)📝
bin/periphery/src/stats.rs(+16 -1)➖
bin/tests/Cargo.toml(+0 -20)➖
bin/tests/src/core.rs(+0 -120)➖
bin/tests/src/main.rs(+0 -24)➖
bin/tests/src/periphery.rs(+0 -53)📝
client/core/rs/src/entities/config/core.rs(+9 -0)📝
client/core/rs/src/entities/config/periphery.rs(+23 -84)📝
client/core/rs/src/entities/user.rs(+16 -1)...and 9 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.