1
Commit Graph

22 Commits

Author SHA1 Message Date
a2ae464bf0 add UserMaximum function 2020-03-19 14:28:15 +01:00
e4d8fb05cb removed unneccessary fields, decreased field visibility
Co-authored-by: Christoph <tobi@urpost.de>
2020-03-18 21:32:05 +01:00
2ba913f2c8 Formatting
Co-authored-by: Christoph <tobi@urpost.de>
2020-03-18 20:18:03 +01:00
6991a18405 fix UpdateRoleEvent and DeleteUserEvent
Co-Authored-By: Lukas Ettel <lukasettel@users.noreply.github.com>
Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
Co-Authored-By: xxnitram <xxnitram@users.noreply.github.com>
Co-Authored-By: kasch309 <kasch309@users.noreply.github.com>
2020-03-16 16:50:32 +01:00
abd99f6a5e further refactor of eventhandling
Co-Authored-By: Talha Caliskan <killerber4t@users.noreply.github.com>
Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
Co-Authored-By: xxnitram <xxnitram@users.noreply.github.com>
Co-Authored-By: kasch309 <kasch309@users.noreply.github.com>
2020-03-16 16:33:26 +01:00
8d0b81b65f delete applyEvent-Methods from Group 2020-03-16 15:47:07 +01:00
22eede051b change CreateGroupEvent
Co-Authored-By: Lukas Ettel <lukasettel@users.noreply.github.com>
Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
Co-Authored-By: xxnitram <xxnitram@users.noreply.github.com>
Co-Authored-By: kasch309 <kasch309@users.noreply.github.com>
2020-03-16 15:36:28 +01:00
8ce3fc39b1 quick refactor 2020-03-13 14:42:17 +01:00
846eee9606 refactor tests for new events 2020-03-11 16:10:58 +01:00
e8770066f8 change create group event + new group fields 2020-03-11 15:27:56 +01:00
d102f9b0ee fixed GroupServiceTest for new Method in GroupService 2020-03-11 13:52:26 +01:00
c0d2bbbf7f Added DeleteGroupEvent and GroupDoesNotExistException 2020-03-10 15:09:35 +01:00
6f1f802b6d added Exception for deleteUserEvent 2020-03-09 16:41:52 +01:00
b30a4d02f9 Implemented Exeption and their handling 2020-03-09 16:18:14 +01:00
72c8d2b9b0 added Tests and fix addUserEvent 2020-03-09 14:39:46 +01:00
86a4975c00 fix tests after refactor 2020-03-09 12:46:29 +01:00
c7f9c0b985 removed final modifier from aggregate-id 2020-03-09 12:28:46 +01:00
b94432eec6 refactor UpdateRoleEvent-handler 2020-03-06 22:18:44 +01:00
e05c6f4e3a decreased visibility of group-fields -> adapted tests and GroupService 2020-03-06 21:30:58 +01:00
17ae13c1e8 made events immutable, removed group-setters -> changed tests to work without setters. 2020-03-06 20:55:29 +01:00
0537f27333 try to make naming more consistent 2020-03-06 20:23:39 +01:00
0e1e79d51a slight changes to package structure + naming 2020-03-06 20:10:23 +01:00