-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add endpoints for Gamebrain + bugfixes (#61)
* Move challenge events endpoint to unity controller (it's only used there anyway) * Resolved an issue that caused players to be unable to return to a CubeSpace game if they refreshed or otherwise left the page. * Add Serilog for better log control in Grafana. * Add admin endpoint to clear out Unity-related challenge data. * Resolve player presence bugs during team formation. * Resolve player presence bugs during team formation. * Fixed a regression in the api/team/:id endpoint * Fixed a regression in the api/team/:id endpoint * Enhancements to unity challenges endpoint to accommodate console-related metadata. * Modified the unity create challenge endpoint to accept calls from each player on the team. * Add mission update endpoint for Gamebrain. * Correct an issue where invite code was being deleted by enlistees. * Corrects an issue where the Unity API was creating state for TopoMojo incorrectly.
- Loading branch information
1 parent
f9d2c15
commit 0404712
Showing
44 changed files
with
797 additions
and
556 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 0 additions & 50 deletions
50
src/Gameboard.Api/Features/ChallengeEvents/ChallengeEventController.cs
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
src/Gameboard.Api/Features/ChallengeEvents/ChallengeEventMaps.cs
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
src/Gameboard.Api/Features/ChallengeEvents/ChallengeEventModels.cs
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
src/Gameboard.Api/Features/ChallengeEvents/ChallengeEventService.cs
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
src/Gameboard.Api/Features/ChallengeEvents/ChallengeEventStore.cs
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
src/Gameboard.Api/Features/ChallengeEvents/ChallengeEventValidator.cs
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
src/Gameboard.Api/Features/ChallengeEvents/IChallengeEventStore.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.