Tags: MP-Tool/komodo
Tags
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]>
Fix compose.env (moghtech#415) Flip "stacks" and "repos" paths
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]>
ResourceSync: pending view toggle between "Execute" vs "Commit" sync … …direction
Update index.mdx (moghtech#306) Added small note on initial login steps.