Skip to content

Tags: MP-Tool/komodo

Tags

v1.17.2

Toggle v1.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.17.2 (moghtech#409)

* start on cron schedules

* rust 1.86.0

* config periphery directories easier with PERIPHERY_ROOT_DIRECTORY

* schedule backend

* fix config switch toggling through disabled

* procedure schedule working

* implement schedules for actions

* update schedule immediately after last run

* improve config update logs using toml diffs backend

* improve the config update logs with TOML diff view

* add schedule alerting

* version 1.17.2

* Set TZ in core env

* dev-1

* better term signal labels

* sync configurable pending alert send

* fix monaco editor height on larger screen

* poll update until complete on client

update lib

* add logger.pretty option for both core and periphery

* fix pretty

* configure schedule alert

* configure failure alert

* dev-3

* 1.17.2

* fmt

* added pushover alerter (moghtech#421)

* fix up pushover

* fix some clippy

---------

Co-authored-by: Alex Shore <[email protected]>

v1.17.2-dev-1

Toggle v1.17.2-dev-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix compose.env (moghtech#415)

Flip "stacks" and "repos" paths

v1.17.1

Toggle v1.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.17.1 (moghtech#383)

* interpolate into slack / discord url

* fix js client docs

* js client should be type: module

* click table tags to toggle tag filter

* git token helper early return when empty provider

* reorder Stack fields

* action support interpolation doc

* Fix for the {account} login fails when the account name contains '$' (moghtech#385)

* GetDeploymentsSummary (moghtech#386)

* added GetDockerContainersSummary endpoint in rust api

* typescript stuff

* more autogenned typescript stuff

* fixed comments to be in line with actual behaviour

* fixed ReadResponse for GetDockerContainersSummary

* I64 -> u32 for response types

* more accurate error context

* backend for build files on host / ui defined

* core api supports non repo based build

* Ntfy as Alerter (moghtech#404)

* add ntfy alerter

* add ntfy alerter

* add ntfy alerter

---------

Co-authored-by: GFXSpeed <[email protected]>

* Improve docs around running periphery in a container (moghtech#402)

* Add ports that need to be exposed if periphery is remote from core

* Spelling: overide -> override

* Add info about using a custom config file when running periphery in docker

* clean up ntfy alerter

* clean up ResourceSyncConfig

* update build cache after create / update

* refresh stack cache log

* Build UI Defined / file on host frontend

* update clap + rustls

* don't cleanup build files

* clean up dockerfile full path

* update BuildListItemInfo + UI table

* add Other Resources page

* add 5 second ws reconnection timeout

* Make listener address configurable & Add support for IPv6 (moghtech#405)

* Make listener address configurable

* Make listener address configurable for periphery

* rename listener_address -> bind_ip

---------

Co-authored-by: Jacky Fong <[email protected]>
Co-authored-by: Alex Shore <[email protected]>
Co-authored-by: Niklas <[email protected]>
Co-authored-by: GFXSpeed <[email protected]>
Co-authored-by: theRAAPster <[email protected]>
Co-authored-by: Daniel Vos <[email protected]>

v1.17.0

Toggle v1.17.0's commit message
ts client 1.17.0

v1.17.0-dev-7

Toggle v1.17.0-dev-7's commit message
batch Build builds

v1.17.0-dev-4

Toggle v1.17.0-dev-4's commit message
auto update all service deploy option

v1.17.0-dev-3

Toggle v1.17.0-dev-3's commit message
ResourceSync: pending view toggle between "Execute" vs "Commit" sync …

…direction

v1.17.0-dev-6

Toggle v1.17.0-dev-6's commit message
use ferretdb:1

v1.17.0-dev-5

Toggle v1.17.0-dev-5's commit message
use ferretdb:1

v1.17.0-dev-2

Toggle v1.17.0-dev-2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update index.mdx (moghtech#306)

Added small note on initial login steps.