1
Commit Graph

338 Commits

Author SHA1 Message Date
768b053a03 Merge remote-tracking branch 'origin/groups-for-user' into groups-for-user 2020-03-12 16:03:48 +01:00
1801d1652c Merge remote-tracking branch 'origin/groups-for-user' into groups-for-user 2020-03-12 15:53:07 +01:00
7ce0cd92af Merge remote-tracking branch 'origin/groups-for-user' into groups-for-user 2020-03-12 15:51:13 +01:00
ac4fc24431 Edit index.html 2020-03-12 15:49:02 +01:00
e31c9cf522 Merge remote-tracking branch 'origin/groups-for-user' into groups-for-user 2020-03-12 15:46:14 +01:00
2aeff7ef09 Edit index.html 2020-03-12 15:43:12 +01:00
d5b1ac2429 slight change to controller redirect 2020-03-12 15:31:59 +01:00
70d911c576 Add UpdateGroupTitleEvent and UpdateGroupDescriptionEvent to Gruppen2Controller 2020-03-12 15:22:10 +01:00
9f40df9d59 add Usergroups to controller 2020-03-12 15:14:46 +01:00
77b6ba247d add comments 2020-03-12 15:13:56 +01:00
a688235100 fix queries and user_id type 2020-03-12 14:59:34 +01:00
8c0975def3 fix queries 2020-03-12 14:55:32 +01:00
528ca1a2c0 refactor projecteventlist 2020-03-12 14:46:41 +01:00
3fcf8105f7 Merge remote-tracking branch 'origin/performance-tests' into updateGroupsAPI 2020-03-12 14:41:39 +01:00
a30d458219 Created first Api implementation 2020-03-12 14:40:07 +01:00
13e1cf0e36 Merge remote-tracking branch 'origin/performance-tests' into groups-for-user
# Conflicts:
#	src/main/java/mops/gruppen2/service/GroupService.java
2020-03-12 14:39:08 +01:00
f64bb0f578 refactor projection method 2020-03-12 14:37:32 +01:00
31b9456892 update eventbuilder 2020-03-12 14:08:14 +01:00
7b5f70745c fix Methods 2020-03-12 14:03:48 +01:00
07bbbec7e5 Merge branch 'master' of /home/christoph/Documents/repos/abschlussprojekt-it-bois with conflicts. 2020-03-12 13:57:48 +01:00
8ddf9f2d64 Merge branch 'groups-for-user' of https://github.com/hhu-propra2/abschlussprojekt-it-bois into groups-for-user 2020-03-12 13:56:06 +01:00
a775040abe add 2 new Queries and 2 Methods for UserService 2020-03-12 13:55:10 +01:00
c6c62b07bf created first API implementation 2020-03-12 13:52:50 +01:00
f8237853a8 Merge pull request #60 from hhu-propra2/refactor-events
Refactor events
2020-03-12 13:23:54 +01:00
0db2ab2714 Fix Architecture tests in ServiceTest 2020-03-12 13:16:44 +01:00
18560c1e35 Fix Architecture tests in LayeredArchitectureTest 2020-03-12 13:15:00 +01:00
9b004bef58 Create new package config and move Gruppen2Config to it 2020-03-12 13:14:22 +01:00
f43be951a6 change failing Tests 2020-03-12 13:11:40 +01:00
689bc03584 Fix test createSingleGroup 2020-03-11 16:45:38 +01:00
5e1b10f77e Ignored EventBuilder.java, because it has to be fixed 2020-03-11 16:44:46 +01:00
05da814f4e change createSingleGroup test 2020-03-11 16:34:28 +01:00
846eee9606 refactor tests for new events 2020-03-11 16:10:58 +01:00
b7b4485d03 add missing enums 2020-03-11 15:34:52 +01:00
e8770066f8 change create group event + new group fields 2020-03-11 15:27:56 +01:00
aaa3437eed Merge pull request #57 from hhu-propra2/GroupLogicProjection
Group logic projection
2020-03-11 14:04:23 +01:00
0e979c1f04 removed deleteGroupTest in GroupTest -> moved to GroupServiceTest 2020-03-11 14:02:23 +01:00
d102f9b0ee fixed GroupServiceTest for new Method in GroupService 2020-03-11 13:52:26 +01:00
31f19f0199 Revert "add functionality for group_ids to User class"
This reverts commit 68789099
2020-03-11 13:47:41 +01:00
68789099be add functionality for group_ids to User class
Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
2020-03-10 16:54:48 +01:00
66624269dd Merge pull request #56 from hhu-propra2/ArchitectureTests
Architecture tests with ArchUnit
2020-03-10 16:50:37 +01:00
4f619c6963 Add tests for Service Architecture in ServiceTest 2020-03-10 16:44:58 +01:00
7dc1414e76 Add tests for Domain Architecture in DomainTest 2020-03-10 16:44:15 +01:00
fba7136d57 Add Tests for Repository and add Repository Annotation in EventRepository 2020-03-10 16:43:25 +01:00
05218e8167 Separate Tests into different classes, starting with ControllerTest 2020-03-10 16:41:05 +01:00
4add26ff52 Rename ArchUnitTest to LayeredArchitectureTest and define/test a layered Architecture 2020-03-10 16:36:00 +01:00
07462fae36 Merge remote-tracking branch 'origin/GroupLogicProjection' into GroupLogicProjection 2020-03-10 16:29:38 +01:00
2f4af867e8 added deserialization tests 2020-03-10 16:29:28 +01:00
c553bdd9cc refactored a few Methods in EventService 2020-03-10 16:17:31 +01:00
d229b2089a add eventdto -> event conversion 2020-03-10 16:01:27 +01:00
66a6b9a137 added deserialization tests 2020-03-10 15:59:09 +01:00