1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-23 05:40:51 +02:00
Commit graph

240 commits

Author SHA1 Message Date
MohammedKevin aa0e850f1b feature(#22): add delete functionality 2024-05-24 12:54:56 +02:00
Rafael Tanzer d441e64004 Merge branch 'hotfix/inport-userdetailcomponent-routing' into 'development'
Hotifx: added import for UserDrtail component in app-routing

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!45
2024-05-23 15:31:46 +00:00
rafael 91e8b6138a added import for UserDEtail component in app-routing 2024-05-23 17:20:53 +02:00
Rafael Tanzer 9cfaab3ce5 Merge branch 'feat/#62/tournament-teams-list' into 'development'
fix(#62): add tournament teams list

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!32
2024-05-23 15:09:18 +00:00
motzik 26592d3e00 fix(#62): add missing route 2024-05-23 16:21:35 +02:00
Kevin Mohammed 1ba9677f9d Merge branch 'refactor/move-tournament-components-to-folder' into 'development'
refactor(#60): move tournament components to folder

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!41
2024-05-23 09:22:42 +00:00
MohammedKevin 77eb0e1c0b fix(#60): prettier 2024-05-23 11:18:36 +02:00
MohammedKevin ccffbceb95 refactor(#60): move tournament components to folder 2024-05-23 11:08:26 +02:00
motzik b93ba17287 fix(#62): fix mat-drawer-content width; generate api services 2024-05-21 20:56:21 +02:00
motzik f2648fc108 feat(#62): add tournament teams endpoint 2024-05-21 20:55:26 +02:00
motzik 080f92c825 fix(#62): add tournament teams list 2024-05-21 20:55:26 +02:00
Kevin Mohammed b6acd9581a Merge branch 'issue/#60/create-torunament-button' into 'development'
feature(#60): add create tournament button

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!40
2024-05-21 15:01:00 +00:00
MohammedKevin 2e4108fd7c feature(#60): add create tournament button 2024-05-21 16:39:50 +02:00
Kevin Mohammed 00698d5aec Merge branch 'tournament--overview-tests' into 'development'
test/#49/Tournament overview Tests after revert

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!39
2024-05-21 13:25:39 +00:00
MohammedKevin 37619581e0 test(#49): fix tests 2024-05-21 15:01:48 +02:00
MohammedKevin 551a49304b Revert "Revert "Merge branch 'tournament-overview' into 'development'""
This reverts commit 6a0a4c30d7.
2024-05-21 14:56:29 +02:00
Rafael Tanzer b5855d04cc Merge branch 'revert-4f06cc28' into 'development'
Revert "Merge branch 'tournament-overview' into 'development'"

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!36
2024-05-20 17:13:40 +00:00
Rafael Tanzer 6a0a4c30d7 Revert "Merge branch 'tournament-overview' into 'development'"
This reverts merge request !22
2024-05-20 17:09:15 +00:00
Rafael Tanzer 4f06cc2807 Merge branch 'tournament-overview' into 'development'
test/#49/Tournament overview Tests

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!22
2024-05-20 17:01:54 +00:00
Moritz Kepplinger 4e96073662 Merge branch 'feature/#30/update-beerpong-table-for-tournament' into 'development'
feature/#30/update-beerpong-table-for-tournament

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!35
2024-05-20 16:49:00 +00:00
FreshGuy32 27092ff1c0 feat(#30): added link back to beer pong table overview from create/update form 2024-05-20 15:51:15 +00:00
FreshGuy32 fc48e596a2 test(#30): implemented integration and unit tests for beer pong get by id and update 2024-05-20 14:41:49 +00:00
FreshGuy32 a268596716 feat(#30): implemented beer pong table update api and frontend 2024-05-20 14:41:48 +00:00
Mathias Trapl 0c845c0415 Merge branch 'feature/#28/create-beerpong-table-for-tournament' into 'development'
Feature/#28/create beerpong table for tournament

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!29
2024-05-20 14:41:19 +00:00
FreshGuy32 15b6ea3b17 test(#28): fix beer pong e2e create test 2024-05-20 14:38:05 +00:00
FreshGuy32 ced81feb0a fix(#28): openapi clients not having the beer pong client 2024-05-20 14:15:48 +00:00
FreshGuy32 dfd4ad9f3b test(#28): fix beer pong table issues from rebase 2024-05-20 14:15:47 +00:00
FreshGuy32 5eaeb04cfc refactor(#28): renamed TestUserGenerator to TestDataGenerator
is a more fitting name, because tournaments are now also generated there
2024-05-20 14:15:47 +00:00
FreshGuy32 2bd30b2f7b fix(#28): typo in validation message for CreateBeerPongTableDto 2024-05-20 14:15:46 +00:00
FreshGuy32 1d4a60bde0 test(#28): remove no longer needed AfterEach from service test 2024-05-20 14:15:45 +00:00
FreshGuy32 cfe7448557 fix(#28): issues after rebase from development 2024-05-20 14:15:45 +00:00
FreshGuy32 9070656345 test(#28): fix test data not being cleaned up 2024-05-20 14:15:44 +00:00
FreshGuy32 b26bf8faea test(#28): added e2e test for beer pong table create 2024-05-20 14:15:43 +00:00
FreshGuy32 8997d40bf9 test(#28): implemented integration tests for beer pong table create endpoint 2024-05-20 14:15:42 +00:00
FreshGuy32 94c70014a7 test(#28): added integration test for beer pong table service create 2024-05-20 14:15:42 +00:00
FreshGuy32 88ad16cde8 feat(#28): implemented creation of a beer pong table for a tournament 2024-05-20 14:15:36 +00:00
MohammedKevin 9d3a88d6e2 test(#49): fix tests 2024-05-20 13:20:15 +02:00
MohammedKevin 1500e342e8 Merge remote-tracking branch 'origin/development' into tournament-overview 2024-05-20 13:11:48 +02:00
Kevin Mohammed 90e82a6a07 Merge branch 'layout' into 'development'
feature/#61/add basic layout

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!28
2024-05-20 11:10:10 +00:00
MohammedKevin f994b093f9 fix(#49): run prettier fix 2024-05-20 13:04:40 +02:00
MohammedKevin 1ca736dcbd feature(#61): remove list naming from tournaments endpoint 2024-05-20 13:03:12 +02:00
MohammedKevin 52f3163d36 test(#49): fix merge errors 2024-05-20 12:58:37 +02:00
MohammedKevin 5c0f5beb9e Merge branch 'development' into tournament-overview 2024-05-20 12:53:16 +02:00
MohammedKevin fe44bb92ae Merge remote-tracking branch 'origin/development' into layout 2024-05-20 12:43:46 +02:00
MohammedKevin 9df6428b18 feature(#61): prettier e2e 2024-05-20 12:42:21 +02:00
MohammedKevin 36055edd38 feature(#61): prettier 2024-05-20 12:38:32 +02:00
MohammedKevin feaf3d7f26 feature(#61): lint 2024-05-20 12:35:05 +02:00
MohammedKevin 2e7331db59 feature(#61): fix tests 2024-05-20 12:24:10 +02:00
Mathias Trapl 6ec09496bf Merge branch 'test/#66/add-back-test-that-checks-if-every-endpoint-is-secured' into 'development'
test/#66/add-back-test-that-checks-if-every-endpoint-is-secured

See merge request 2024ss-se-pr-group/24ss-se-pr-qse-11!34
2024-05-20 09:51:12 +00:00
MohammedKevin 7c909cf73c Merge remote-tracking branch 'origin/development' into layout 2024-05-20 11:39:19 +02:00