Update Main before Sprint 3#181
Merged
Merged
Conversation
…ntroller to LobbySocketController
Refactor/backend cleanup
We need to decide as a team if duplicates are allowed or not. For now we leave the constraint as is, can be deleted in t he future
Turns out big variant is not as expensive as expected. As most systems run on 64 bit processors, it might have performance increase. Additionally (source reddit)
(source CrunchyData)
Note: each game will have 25 entries in the card table
…2-Codenames/Backend into feature/cheat-validation
Implement backend cheat validation
We move to JRE as we do not need certain build utilities
…t-resource-limits
…rce-limits Docs/deployment resource limits
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Context
This PR updates main with the current state of our game backend.
There were some changes, the most important ones include our cheat function, updates to the database and a security filter chain. For details please view the smaller PRs with more detailed descriptions.
Changes in the codebase
Referring to other PRs.
Changes outside the codebase
Docker resource limits have been added to docker compose files.
Additional Information
N/A