Skip to content

Commit

Permalink
feat: Implement max games limit (#1797)
Browse files Browse the repository at this point in the history
* Restructure game and avatar creation and add limit of 15 running games

* Revert "build(deps): bump certifi from 2023.5.7 to 2023.7.22 (#1796)"

This reverts commit 20fff90.

* Implement middleware and tests

* Reinstall coverage in dockerfiles

* Update lockfile

* Add tearDown func

* Check update() still works

* Feedback

* Improve signal so running games at max capacity can still be updated

* Remove get token endpoint
  • Loading branch information
faucomte97 committed Aug 11, 2023
1 parent 0652815 commit 8d276de
Show file tree
Hide file tree
Showing 21 changed files with 832 additions and 664 deletions.
95 changes: 44 additions & 51 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions aimmo-game-creator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM python:3.8.17-buster as builder
LABEL Author='codeforlife@ocado.com'

RUN pip install pipenv=="2018.11.26"
COPY ["Pipfile", "Pipfile.lock", "setup.py", "./"]
RUN pipenv install --system --deploy
Expand Down
Loading

0 comments on commit 8d276de

Please sign in to comment.