You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: read alert pipelines that carry an `if` condition
Bumps go-flashduty to v0.14.2 so rules[].if and alert_inhibit.source_filters
decode as the flat AND-lists the server returns. Corrects the alert/filters
cards, which taught the wrong (OR-of-AND) shape, and documents the
title_reset / description_reset template syntax.
v1.4.2
Template update is a partial update.
/template/update now writes only the fields a request carries, so an omitted
channel keeps its stored body. This release makes the CLI able to express that:
go-flashduty v0.14.1 models the channel fields as pointers, so an explicitly
empty flag reaches the wire instead of being dropped by the encoder. Clearing a
channel with --dingtalk-app '' works from this version on; on older builds it
was a silent no-op.
The flashduty skill card is rewritten to match — a one-channel edit now sends
one channel instead of rebuilding the whole object from a snapshot.
Merge pull request #148 from flashcatcloud/feat/cligen-timestamp-desc
fix(cligen): document response timestamp fields as their actual --json output type