Commit Graph
56 Commits
Author SHA1 Message Date
ChristophandGitHub 7c2d5ecb28 Merge pull request #81 from hhu-propra2/keycloakRestApi
Keycloak rest api
2020-03-16 16:28:35 +01:00
ChristophandGitHub 523b7a8f16 Merge pull request #80 from hhu-propra2/details-templates
Details templates
2020-03-16 14:55:15 +01:00
ChristophandGitHub 9e1a04f723 Merge pull request #75 from hhu-propra2/docker-profile
add docker spring profile, mysql adapter + docker compose
2020-03-16 12:36:03 +01:00
Christoph f6a3b431a9 add docker spring profile, mysql adapter + docker compose 2020-03-15 15:19:02 +01:00
Christoph e48c1a78bb update readme 2020-03-13 16:10:16 +01:00
Christoph f64bb0f578 refactor projection method 2020-03-12 14:37:32 +01:00
Christoph 31b9456892 update eventbuilder 2020-03-12 14:08:14 +01:00
Christoph 07bbbec7e5 Merge branch 'master' of /home/christoph/Documents/repos/abschlussprojekt-it-bois with conflicts. 2020-03-12 13:57:48 +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
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
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
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
Christoph 1eeda87c7f Change Lombok annotations to enable Jackson deserializing 2020-03-09 16:48:54 +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
Christoph 0a9922b8fe Merge branch 'event-db' of /home/christoph/Documents/repos/abschlussprojekt-it-bois with conflicts. 2020-03-09 16:12:17 +01:00
Christoph 1b1de974c6 Add class to build random events for easier testing 2020-03-09 15:49:20 +01:00
Christoph 4186e7c09c Change Lombok annotations to enable Jackson deserializing 2020-03-09 15:47:17 +01:00
Christoph 2da89300e3 Jackson serialization test 2020-03-09 13:48:01 +01:00
Christoph 1a3b1c52b3 add eventDTO 2020-03-09 13:25:54 +01:00
Christoph af4a12c892 refactor aggregate build process 2020-03-09 13:25:38 +01:00
Christoph 86a4975c00 fix tests after refactor 2020-03-09 12:46:29 +01:00
Christoph c7f9c0b985 removed final modifier from aggregate-id 2020-03-09 12:28:46 +01:00
Christoph cfb6af52c2 removed unnecessary dependencies 2020-03-09 11:36:09 +01:00
Christoph d45aa8b7d9 remove unnecessary dependency + increase spotbugs report level 2020-03-09 11:32:32 +01:00
Christoph 6d32092dcf refine swagger example 2020-03-07 17:21:17 +01:00
Christoph 1a3c0a459f add javafaker + slf4j binding for spotbugs 2020-03-07 16:54:02 +01:00
Christoph dd87078b2e refactor buildfile 2020-03-07 16:31:26 +01:00
Christoph b94432eec6 refactor UpdateRoleEvent-handler 2020-03-06 22:18:44 +01:00
Christoph cc174b3269 general style improvements + javadoc 2020-03-06 22:18:11 +01:00
Christoph e05c6f4e3a decreased visibility of group-fields -> adapted tests and GroupService 2020-03-06 21:30:58 +01:00
Christoph fb3a94cf04 changed role representation to enum 2020-03-06 20:58:57 +01:00
Christoph 17ae13c1e8 made events immutable, removed group-setters -> changed tests to work without setters. 2020-03-06 20:55:29 +01:00
Christoph 0537f27333 try to make naming more consistent 2020-03-06 20:23:39 +01:00
Christoph 0e1e79d51a slight changes to package structure + naming 2020-03-06 20:10:23 +01:00
Christoph 64f54ada27 slight changes to package structure 2020-03-06 20:03:15 +01:00
Christoph 9b1f113388 Merge remote-tracking branch 'origin/Services' into Services 2020-03-06 16:38:25 +01:00
Christoph 4d90cd23a3 fix test updateRoleForExistingUser() 2020-03-06 16:38:14 +01:00
Christoph 2b1e542688 Merge remote-tracking branch 'origin/Services' into Services 2020-03-06 16:21:27 +01:00
Christoph d14d95dad9 add assertJ + UpdateRoleEvent test 2020-03-06 16:21:20 +01:00
Christoph 05feef8356 Merge remote-tracking branch 'origin/Services' into Services
# Conflicts:
#	src/main/java/mops/gruppen2/entities/Gruppe.java
#	src/main/java/mops/gruppen2/services/GruppenService.java
2020-03-06 16:03:21 +01:00
Christoph b1d266d7bf change user_id to String + add updateRoleEvent 2020-03-06 15:58:35 +01:00
Christoph 1ddfab0091 rename events package, add aggregat superclass 2020-03-06 14:40:55 +01:00
Christoph 8da29d3749 Merge remote-tracking branch 'origin/Services' into Services 2020-03-06 13:36:00 +01:00
Christoph 761727c8f0 add gruppen2/ prefix to url 2020-03-06 13:35:37 +01:00
Christoph cac32dc672 move createAccountFromPrincipal to service 2020-03-06 13:32:59 +01:00
Christoph 3842ee1739 disable csrf + headers.frameoptions, permit /h2-console/** 2020-03-05 14:07:41 +01:00
Christoph 2d729686bb add initial simplified schema + h2-console spring-security + h2 password 2020-03-05 13:24:58 +01:00
Christoph c91d28735c remove check for import order 2020-03-04 16:44:52 +01:00
Christoph 9739354279 dockerfile to build and run application 2020-03-04 15:27:39 +01:00
Christoph d4f11f4531 slight change to spotbugs config 2020-03-04 13:09:48 +01:00
Christoph 3afcfacddf add checkstyle config (google) 2020-03-03 14:37:14 +01:00