mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-25 01:50:54 -05:00
[PR #5] [MERGED] merge v1 into main #658
Reference in New Issue
Block a user
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/5
Author: @mbecker20
Created: 5/3/2024
Status: ✅ Merged
Merged: 5/3/2024
Merged by: @mbecker20
Base:
main← Head:next📝 Commits (10+)
48ff1ebmonrun sync workbfcdf01change default periphery port to 81201100e16impl procedure monrunfd12921refactor StateResource851c1f4update procedurea5e15f9fix the type change6dcc4b3validate attached resources by name / id3492eb3validate73c17c6fix1b1650esync working clean📊 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.