argoproj / argoproj/notifications-engine
Support Slack-style delivery policies in Mattermost
- Dominant language
- Go
- Stars
- 334
- Forks
- 217
- PR merge metrics
- No merged PRs in 30d
Description
Support the same posting policies as Slack for Mattermost notifications:
- `Post`: create a root, then reply in its thread.
- `Update`: create a root, then update it.
- `PostAndUpdate`: create a root, then reply and update it.
Grouping uses `groupingKey`. Without a key, each delivery creates a separate post. This allows one current status card with subsequent states in its thread.
Implemented in #473. Root IDs are held in memory and lost on restart.
Contributor guide
No contributing guide indexed for this repository
Research direction
Review implementation in pull request #473 and compare it with the three Mattermost delivery policies described here. Check how groupingKey and in-memory root IDs behave, including after a restart, and confirm that the implemented behavior matches the requested posting and update sequences.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 25/100