mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
[PR #604] [MERGED] 1.18.4 #754
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/604
Author: @mbecker20
Created: 6/16/2025
Status: ✅ Merged
Merged: 6/24/2025
Merged by: @mbecker20
Base:
main← Head:1.18.4📝 Commits (10+)
35017ceupdate easy deps382fe00update otel deps12623d5implement template in types + update resource meta22b1a73ts types82f4e53dev-2193e6a8dev-3 default template query is include61ce1feToggle resource is template in resource header862774ddev-4 support CopyServerb16def5gen ts07a66fcstyle template selector in New Resource menu📊 Changes
141 files changed (+5864 additions, -4421 deletions)
View changed files
📝
Cargo.lock(+110 -113)📝
Cargo.toml(+15 -13)📝
bin/core/Cargo.toml(+1 -0)📝
bin/core/src/alert/discord.rs(+10 -12)📝
bin/core/src/alert/mod.rs(+12 -15)📝
bin/core/src/alert/slack.rs(+10 -12)📝
bin/core/src/api/execute/action.rs(+14 -23)📝
bin/core/src/api/execute/build.rs(+27 -56)📝
bin/core/src/api/execute/deployment.rs(+14 -54)📝
bin/core/src/api/execute/repo.rs(+26 -47)📝
bin/core/src/api/execute/stack.rs(+32 -85)📝
bin/core/src/api/read/schedule.rs(+7 -2)📝
bin/core/src/api/write/build.rs(+10 -19)➖
bin/core/src/api/write/description.rs(+0 -114)📝
bin/core/src/api/write/mod.rs(+4 -4)📝
bin/core/src/api/write/repo.rs(+5 -13)➕
bin/core/src/api/write/resource.rs(+68 -0)📝
bin/core/src/api/write/server.rs(+19 -0)📝
bin/core/src/api/write/sync.rs(+8 -17)📝
bin/core/src/api/write/tag.rs(+5 -118)...and 80 more files
📄 Description
Changelog
Template support
Resources can now be marked as templates, and they will be suggested as a the starting point when creating a new resource. You can control the inclusion of templates in the tables, and you can control the template inclusion behavior in the ListResources apis. The behavior is similar to the Gitea repo templates feature. This allows you to configure multiple "defaults" to use as starting points when creating more Resources like Stacks, satisfying requests such as #579.
Container port display / link
If a container defines port mappings, the host ports used will now be displayed in the container tables, as well as the container headers, Stack service tables / headers, and Deployment headers.
Hovering over the port will reveal additional information about the port binding, such as which network interfaces / protocols are involved. Clicking on the port will link to
$server_address:$port, using the server address which Core uses to connect to the server.Resource
Misc
/GetUserendpoint spam on token expiry in #618 by @huzky-v🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.