|
|
658e91bf8c
|
finally disable archunit failing tests
|
2020-04-12 16:12:32 +02:00 |
|
|
|
663517127d
|
disable archunit - architecture changed
|
2020-04-12 16:05:02 +02:00 |
|
|
|
edb0aa9d96
|
test
|
2020-04-12 14:21:36 +02:00 |
|
|
|
2065f53209
|
changed package structure
|
2020-04-12 11:54:25 +02:00 |
|
|
|
065899f21a
|
fix tests
|
2020-04-10 23:49:52 +02:00 |
|
|
|
ce5238a22d
|
fix tests
|
2020-04-10 23:49:07 +02:00 |
|
|
|
a964dbb8b6
|
new GroupCreationController mappings
|
2020-04-09 18:53:17 +02:00 |
|
|
|
647dc06c8c
|
fix tests
|
2020-04-09 18:40:56 +02:00 |
|
|
|
0cb56e2391
|
refactor controllers
|
2020-04-09 18:18:28 +02:00 |
|
|
|
4ac3164569
|
fix some warnings
|
2020-04-08 21:08:57 +02:00 |
|
|
|
70f3ffdc84
|
test fix + spotbugs dead assignment
|
2020-04-08 20:52:22 +02:00 |
|
|
|
482dde7960
|
"finish" service refactor + fix obvious bugs after refactor (everything should run pretty much)
|
2020-04-08 20:48:42 +02:00 |
|
|
|
8d88ef4346
|
finish up group service?
|
2020-04-07 21:53:04 +02:00 |
|
|
|
fbe25deda1
|
renamings + rework group creation process + remove most wrapper types
|
2020-04-07 20:27:35 +02:00 |
|
|
|
897722fbd7
|
ControllerService + CreationController + GroupService improvements + disabled controllerservice tests, the need to be rewritten
|
2020-04-07 17:58:04 +02:00 |
|
|
|
9c6732d2d2
|
loggers replaced with lombok, additional logging, further general service refactoring
|
2020-04-07 01:32:40 +02:00 |
|
|
|
952b32a86c
|
add idservice + finish up (hope) projectionservice + eventstoreservice
|
2020-04-07 00:13:26 +02:00 |
|
|
|
7f05e0fb10
|
greater projectionservice refactoring
|
2020-04-06 17:21:09 +02:00 |
|
|
|
9e158ad6d0
|
badpayloadexception + more reordering ugh
|
2020-04-06 01:06:22 +02:00 |
|
|
|
3d66f58af8
|
new eventbuilderservice + projectionservice + searchservice, some renamings etc
|
2020-04-06 00:07:46 +02:00 |
|
|
|
b730dee4b1
|
fix uuidMock() after merge
Co-authored-by: Christoph <tobi@urpost.de>
|
2020-03-30 11:15:40 +02:00 |
|
|
|
935b1c7a60
|
Merge branch 'dev' into TEST-api-tests
|
2020-03-30 11:08:47 +02:00 |
|
|
|
0c8e841c8e
|
new api tests + fixes
Co-authored-by: Christoph <tobi@urpost.de>
|
2020-03-29 17:24:25 +02:00 |
|
|
|
58f0cfbe33
|
new individual event-tests + removed old comments + removed doubled exception
Co-authored-by: Christoph <tobi@urpost.de>
|
2020-03-29 15:47:25 +02:00 |
|
|
|
33ccf8ddcb
|
init individual event-tests
Co-authored-by: Christoph <tobi@urpost.de>
|
2020-03-29 14:13:26 +02:00 |
|
|
|
36ebb6b8b6
|
rename package
Co-authored-by: Christoph <tobi@urpost.de>
|
2020-03-29 14:12:43 +02:00 |
|
|
|
98607dcf49
|
remove simple to fix warnings
Co-authored-by: Christoph <tobi@urpost.de>
|
2020-03-29 00:15:22 +01:00 |
|
|
|
f3f5f072b9
|
Merge remote-tracking branch 'origin/master' into JavaDocComments
# Conflicts:
# src/main/java/mops/gruppen2/controller/WebController.java
|
2020-03-27 16:39:40 +01:00 |
|
|
|
b1069b5049
|
Fix tests and checkstyle
Co-Authored-By: andibuls <andibuls@users.noreply.github.com>
Co-Authored-By: Lukas Ettel <lukasettel@users.noreply.github.com>
Co-Authored-By: Talha Caliskan <killerber4t@users.noreply.github.com>
|
2020-03-27 16:30:59 +01:00 |
|
|
|
82ae081f95
|
Fix tests
Co-Authored-By: andibuls <andibuls@users.noreply.github.com>
Co-Authored-By: Lukas Ettel <lukasettel@users.noreply.github.com>
|
2020-03-27 16:17:45 +01:00 |
|
|
|
59e9ff4d4d
|
Merge with master
Co-Authored-By: andibuls <andibuls@users.noreply.github.com>
Co-Authored-By: Lukas Ettel <lukasettel@users.noreply.github.com>
|
2020-03-27 15:55:23 +01:00 |
|
|
|
bf122457c2
|
Merge remote-tracking branch 'origin/master' into controllerAndControllerServiceRefactor
# Conflicts:
# src/main/java/mops/gruppen2/service/ValidationService.java
# src/test/java/mops/gruppen2/service/ControllerServiceTest.java
|
2020-03-27 15:33:45 +01:00 |
|
|
|
3650561123
|
Merge remote-tracking branch 'origin/master' into JavaDocComments
# Conflicts:
# src/main/java/mops/gruppen2/service/ControllerService.java
|
2020-03-27 15:29:50 +01:00 |
|
|
|
2e3f705544
|
Fix merge confilcts
Co-Authored-By: andibuls <andibuls@users.noreply.github.com>
Co-Authored-By: Lukas Ettel <lukasettel@users.noreply.github.com>
|
2020-03-27 15:26:32 +01:00 |
|
|
|
e2b40e5aec
|
refactor tests after merging master
Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
Co-Authored-By: kasch309 <kasch309@users.noreply.github.com>
|
2020-03-27 15:13:38 +01:00 |
|
|
|
d0114a5a58
|
Merge remote-tracking branch 'origin/master' into JavaDocComments
# Conflicts:
# src/main/java/mops/gruppen2/controller/WebController.java
# src/main/java/mops/gruppen2/domain/dto/InviteLinkDTO.java
# src/main/java/mops/gruppen2/repository/EventRepository.java
# src/main/java/mops/gruppen2/service/EventService.java
# src/main/java/mops/gruppen2/service/UserService.java
|
2020-03-27 14:56:41 +01:00 |
|
|
|
55fa269edb
|
Merge remote-tracking branch 'origin/master' into ControllerServiceTests
# Conflicts:
# src/main/java/mops/gruppen2/service/ControllerService.java
# src/main/java/mops/gruppen2/service/GroupService.java
# src/test/java/mops/gruppen2/service/ControllerServiceTest.java
# src/test/java/mops/gruppen2/service/GroupServiceTest.java
|
2020-03-27 14:48:54 +01:00 |
|
|
|
64dd8f5ad3
|
Merge remote-tracking branch 'origin/invite-link-update' into invite-link-update
|
2020-03-27 14:38:17 +01:00 |
|
|
|
9c984f8572
|
fixed checkstyle in tests
|
2020-03-27 14:38:07 +01:00 |
|
|
|
63d9b76d40
|
caching
Co-authored-by: Christoph <tobi@urpost.de>
|
2020-03-27 14:33:01 +01:00 |
|
|
|
30abcc4085
|
fix checkstyle errors
|
2020-03-27 14:21:50 +01:00 |
|
|
|
ee1beaeccb
|
Update ControllerServiceTest.java
Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
Co-Authored-By: kasch309 <kasch309@users.noreply.github.com>
|
2020-03-27 13:59:30 +01:00 |
|
|
|
02e7bcbcc4
|
fix api
Co-authored-by: Christoph <tobi@urpost.de>
|
2020-03-26 21:19:59 +01:00 |
|
|
|
68a9ddeecc
|
create links
Co-authored-by: Christoph <tobi@urpost.de>
|
2020-03-26 17:10:15 +01:00 |
|
|
|
12eb4b9534
|
add more testcases
|
2020-03-26 16:59:50 +01:00 |
|
|
|
a79ab6473b
|
add more testcases
|
2020-03-26 16:26:07 +01:00 |
|
|
|
2443179ad5
|
add Multiple tests And rename 1 Method
|
2020-03-26 16:00:16 +01:00 |
|
|
|
3c05dbef75
|
added javaDoc for EventService and fix Todo
fix Todo in EventRepository
|
2020-03-26 13:28:23 +01:00 |
|
|
|
02d81d4ee8
|
prevent private lectures in frontend, still needs validation
Co-authored-by: [Mahgs] <maxoerter@gmx.de>
Co-authored-by: Christoph <tobi@urpost.de>
|
2020-03-25 16:44:53 +01:00 |
|
|
|
bc903e2543
|
fix tests
|
2020-03-25 16:04:56 +01:00 |
|