Commit Graph
626 Commits
Author SHA1 Message Date
killerber4t 8c0975def3 fix queries 2020-03-12 14:55:32 +01:00
killerber4t 528ca1a2c0 refactor projecteventlist 2020-03-12 14:46:41 +01:00
LukasEttel 3fcf8105f7 Merge remote-tracking branch 'origin/performance-tests' into updateGroupsAPI 2020-03-12 14:41:39 +01:00
LukasEttel a30d458219 Created first Api implementation 2020-03-12 14:40:07 +01:00
killerber4t 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
Christoph f64bb0f578 refactor projection method 2020-03-12 14:37:32 +01:00
killerber4t 7b5f70745c fix Methods 2020-03-12 14:03:48 +01:00
killerber4t 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
killerber4t a775040abe add 2 new Queries and 2 Methods for UserService 2020-03-12 13:55:10 +01:00
LukasEttel c6c62b07bf created first API implementation 2020-03-12 13:52:50 +01:00
XXNitram 18560c1e35 Fix Architecture tests in LayeredArchitectureTest 2020-03-12 13:15:00 +01:00
XXNitram 9b004bef58 Create new package config and move Gruppen2Config to it 2020-03-12 13:14:22 +01:00
killerber4t 846eee9606 refactor tests for new events 2020-03-11 16:10:58 +01:00
Christoph b7b4485d03 add missing enums 2020-03-11 15:34:52 +01:00
Christoph e8770066f8 change create group event + new group fields 2020-03-11 15:27:56 +01:00
Talha CaliskanandGitHub aaa3437eed Merge pull request #57 from hhu-propra2/GroupLogicProjection
Group logic projection
2020-03-11 14:04:23 +01:00
Mahgs d102f9b0ee fixed GroupServiceTest for new Method in GroupService 2020-03-11 13:52:26 +01:00
LukasEttel 31f19f0199 Revert "add functionality for group_ids to User class"
This reverts commit 68789099
2020-03-11 13:47:41 +01:00
killerber4tandtomvahl 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
XXNitram fba7136d57 Add Tests for Repository and add Repository Annotation in EventRepository 2020-03-10 16:43:25 +01:00
Christoph 07462fae36 Merge remote-tracking branch 'origin/GroupLogicProjection' into GroupLogicProjection 2020-03-10 16:29:38 +01:00
Christoph 2f4af867e8 added deserialization tests 2020-03-10 16:29:28 +01:00
killerber4t c553bdd9cc refactored a few Methods in EventService 2020-03-10 16:17:31 +01:00
Christoph d229b2089a add eventdto -> event conversion 2020-03-10 16:01:27 +01:00
Christoph 66a6b9a137 added deserialization tests 2020-03-10 15:59:09 +01:00
Talha CaliskanandGitHub 20cf11af91 Merge pull request #55 from hhu-propra2/serialization-tests
added deserialization tests
2020-03-10 15:21:25 +01:00
Mahgs c0d2bbbf7f Added DeleteGroupEvent and GroupDoesNotExistException 2020-03-10 15:09:35 +01:00
tomvahl 3113483b31 change GroupService 2020-03-10 14:37:11 +01:00
tomvahl 3c410b2de4 create group with UI 2020-03-10 14:27:45 +01:00
Christoph 42e7cdf673 added deserialization tests 2020-03-10 14:10:18 +01:00
Christoph 73e7737b8c restore things lost in merge ffs 2020-03-10 13:34:19 +01:00
Christoph c7d5e02f0b Merge remote-tracking branch 'origin/event-db'
# Conflicts:
#	src/main/java/mops/gruppen2/domain/Aggregate.java
#	src/main/java/mops/gruppen2/service/GroupService.java
#	src/test/java/mops/gruppen2/domain/GroupTest.java
2020-03-10 13:24:29 +01:00
ChristophandGitHub 98bbc0add6 Merge branch 'event-db' into html-gruppe 2020-03-10 13:04:14 +01:00
tomvahl 5f8d9a8603 change SerializationServiceTest 2020-03-10 13:02:06 +01:00
Talha CaliskanandGitHub a8f2fa32a7 Merge branch 'event-db' into html-gruppe 2020-03-09 23:34:34 +01:00
killerber4t 87c345ed54 fix JSON Subtypes in Event 2020-03-09 23:26:21 +01:00
killerber4t 7e1242d0a0 Merge branch 'html-gruppe' of https://github.com/hhu-propra2/abschlussprojekt-it-bois into html-gruppe 2020-03-09 23:22:14 +01:00
killerber4t 61e2d0edba added Creating Groups to frontend and saving them in Database. Also prepared some Methods for Snapshot db 2020-03-09 23:21:29 +01:00
ChristophandGitHub 5a6efd55c4 Merge pull request #39 from hhu-propra2/ArchUnitTests
Add Architecture Tests with ArchUnit
2020-03-09 16:57:00 +01:00
kasch309 9b127daea0 Merge remote-tracking branch 'origin/html-gruppe' into html-gruppe 2020-03-09 16:56:24 +01:00
ChristophandGitHub 8e41d114a5 Update and rename SwaggerAPIControllerExample.java to SwaggerAPIController.java 2020-03-09 16:54:58 +01:00
Christoph a40ef0396d Merge branch 'event-db' of /home/christoph/Documents/repos/abschlussprojekt-it-bois with conflicts. 2020-03-09 16:47:46 +01:00
tomvahl b4719af264 change SerializationServiceTest 2020-03-09 16:45:57 +01:00
Mahgs 6f1f802b6d added Exception for deleteUserEvent 2020-03-09 16:41:52 +01:00
AndiBuls d4e4834fe5 add submit button 2020-03-09 16:24:06 +01:00
Mahgs b30a4d02f9 Implemented Exeption and their handling 2020-03-09 16:18:14 +01:00
Christoph 0a9922b8fe Merge branch 'event-db' of /home/christoph/Documents/repos/abschlussprojekt-it-bois with conflicts. 2020-03-09 16:12:17 +01:00
killerber4t 006822b57d Merge remote-tracking branch 'origin/event-db' into html-gruppe 2020-03-09 16:04:19 +01:00
Christoph 4186e7c09c Change Lombok annotations to enable Jackson deserializing 2020-03-09 15:47:17 +01:00
kasch309 e0630478a0 Add template for search.html 2020-03-09 15:28:08 +01:00