Commit Graph

12 Commits

Author SHA1 Message Date
6795697dea 🐛 (settings.py): Remove conditional check for DEBUG to always allow CORS from all origins for better cross-origin resource sharing
All checks were successful
Creates a docker image for production / Build the docker image (push) Successful in 49s
Build / Code quality (push) Successful in 9m49s
2025-02-05 11:08:40 -03:00
50690f01cf Fix settings
Some checks failed
Build / Code quality (push) Has been cancelled
2025-02-05 10:33:23 -03:00
8bcc4e4373 Problemas resolvidos
Some checks failed
Creates a docker image for production / Deploy (push) Has been cancelled
Creates a docker image for production / Build the docker image (push) Has been cancelled
Build / Code quality (push) Has been cancelled
2025-02-05 10:04:42 -03:00
f3e0e60048 Lint fix v2
All checks were successful
Build / Code quality (push) Successful in 9m45s
2025-02-04 15:51:45 -03:00
e6c3896918 Lint fix v1 2025-02-04 15:49:25 -03:00
7c66517882 feature: adicionando suporte a 1password (#7)
* feature:  obter secrets de 1password

* chore: organizando CI workflow
2022-08-31 18:04:25 -03:00
d8f94955ff chore: poetry and migrations (#4) 2022-08-30 20:22:46 -03:00
a78f7b9882 Adding sentry to monitor errors 2020-11-08 16:05:05 -03:00
4cdb149a94 Enabling CORS for the frontend development 2020-11-07 15:36:59 -03:00
733f3e5992 Basic game creating API (#2)
* Adding the base of our API

* Little file and lint adjustments

* Adding the lint command to Makefile

* Adding the Minesweeper logic for game creation

* Adding some tests for the Minesweeper algorithm

* Adding some tools command to Makefile like pre-commit and pip-tools

* Adding test help text to Makefile

* all new user is_staff=True, for development for now

* Now we can get the data from specific game

Adding game status

Adding game status

Fixing game models
2020-11-05 23:29:35 -03:00
c8aaf33170 Adding a custom User model 2020-11-04 21:53:20 -03:00
b1d7d1b636 Creating the project bootstrap 2020-11-04 21:32:04 -03:00