mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-22 06:11:11 -05:00
[PR #178] [MERGED] 1.16.10 #706
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/178
Author: @mbecker20
Created: 11/8/2024
Status: ✅ Merged
Merged: 11/8/2024
Merged by: @mbecker20
Base:
main← Head:1.16.10📝 Commits (5)
5199c46send alert on auto updateae4a827scrolling / capturing monaco editors4f18f7bdeployed services has correct image45813d7serde default services for backward compat8d4e64eimprove auto update config📊 Changes
20 files changed (+449 additions, -115 deletions)
View changed files
📝
Cargo.lock(+13 -13)📝
Cargo.toml(+1 -1)📝
bin/core/src/alert/discord.rs(+23 -0)📝
bin/core/src/alert/slack.rs(+45 -0)📝
bin/core/src/api/execute/stack.rs(+5 -20)📝
bin/core/src/monitor/resources.rs(+90 -23)📝
bin/periphery/src/compose.rs(+69 -4)📝
client/core/rs/src/entities/alert.rs(+28 -0)📝
client/core/ts/package.json(+1 -1)📝
client/core/ts/src/types.ts(+34 -4)📝
client/periphery/rs/src/api/compose.rs(+7 -2)📝
frontend/public/client/types.d.ts(+40 -4)📝
frontend/src/components/config/util.tsx(+14 -24)📝
frontend/src/components/monaco.tsx(+10 -4)📝
frontend/src/components/resources/alerter/config/alert_types.tsx(+6 -4)📝
frontend/src/components/resources/deployment/config/index.tsx(+13 -2)📝
frontend/src/components/resources/resource-sync/config.tsx(+12 -5)📝
frontend/src/components/resources/stack/config.tsx(+13 -2)📝
frontend/src/lib/hooks.ts(+19 -0)📝
frontend/src/pages/alerts.tsx(+6 -2)📄 Description
Poll for updatesnot working when using interpolation for the image.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.