scylladb / argus

Apache License 2.0
4 stars 11 forks source link

fix(plugins/core): use .extend instead of .append #404

Closed k0machi closed 4 months ago

k0machi commented 4 months ago

This fixes an issue where a schedule contains either 0 or more than 1 assignee inside of a run. While we always expect only one assignee (and only allow assigning one person), partial deletes of a schedule for any reason might leave schedule without assignees and it could be retrieved later.

Fixes #403