2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-31 14:25:30 +00:00
Files
vinyldns/modules
Paul Cleary d391e7cec2 Fix update group (#869)
Fixes #868 

In `MySqlMembershipRepo` we unfortunately throw an exception if someone passes in an empty `Set` when trying to add or remove members in a group.  The effect should really be nothing instead of blowing up.

- `MySqlMembershipRepository` - added checks, if an empty set just return; otherwise process normally.  Added corresponding integration tests
- `DynamoDBMembershipRepository` - no changes, but just added some additional integration specs that work properly.
2019-10-09 21:05:46 -04:00
..
2019-10-09 21:05:46 -04:00
2019-10-09 21:05:46 -04:00
2018-12-17 15:26:11 -05:00