Commit Graph

58 Commits

Author SHA1 Message Date
e6c3896918 Lint fix v1 2025-02-04 15:49:25 -03:00
ff010739c4 Updating Makefile
Some checks failed
Build / Code quality (push) Failing after 23s
2025-02-04 15:46:54 -03:00
7b588edda6 Sonar and gitea settings
Some checks failed
Build / Code quality (push) Failing after 25s
2025-02-04 15:45:04 -03:00
f51e7c83c6 Updating from master to main
Some checks failed
Release Drafter / update_release_draft (push) Failing after 21s
Build / Build (push) Failing after 4m46s
2022-10-25 17:20:24 -03:00
dab961bcf3 Create build.yml for sonarqube 2022-10-25 17:19:15 -03:00
6a19421782 Create sonar-project-properties 2022-10-25 17:18:23 -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
f8402a87d4 test: testando envio de releases para Sentry 3 2022-08-31 13:40:19 -03:00
ca3b91d292 test: testando envio de releases para Sentry 2 2022-08-31 13:33:34 -03:00
8ae203b8dd test: testando envio de releases para Sentry 2022-08-31 13:28:59 -03:00
724926af6b chore: removendo quebra de linha 2022-08-30 22:22:40 -03:00
3f9e485258 chore: ajustando script de deploy (#6) 2022-08-30 22:16:10 -03:00
272dd94177 chore: release drafter update (#5) 2022-08-30 21:51:26 -03:00
d8f94955ff chore: poetry and migrations (#4) 2022-08-30 20:22:46 -03:00
9ecc3acdd0 chore: using poetry 2022-08-30 19:50:21 -03:00
c91ee89999 chore: updating the docker repository 2022-08-30 19:02:49 -03:00
b792ff7bfd chore: updating github actions 2022-08-30 18:58:09 -03:00
13d2c98fbe chore: moving to github actions 2022-08-30 18:51:57 -03:00
Michel Wilhelm
06ec35a0b7 deploy 2022-03-20 02:14:46 -03:00
Michel Wilhelm
df03514b1a Usar Nexus 2021-08-27 11:20:36 -03:00
2dc3a4d074 Adding circleci 2020-11-16 09:26:42 -03:00
bead225a73 Returning put_mine instead return None 2020-11-08 16:16:19 -03:00
ac9359b23e Adds the sentry to stack at README.md 2020-11-08 16:11:47 -03:00
a78f7b9882 Adding sentry to monitor errors 2020-11-08 16:05:05 -03:00
fc10a32d7e Fixing the recursive put_mine 2020-11-08 15:50:18 -03:00
1b708db977 Adding one more desire 2020-11-08 15:42:48 -03:00
f186b0b5a6 cd the project path after clonning 2020-11-08 15:37:48 -03:00
fba15c9a3b Updating the README.md 2020-11-08 15:34:50 -03:00
7ca3f9e189 Return 404 on game event listing if the game not exists 2020-11-08 14:24:13 -03:00
92268557b7 Fix 2020-11-08 04:40:10 -03:00
994d3ddc05 Adding the logic for adjacent cells revealing 2020-11-08 03:42:10 -03:00
579289e9d9 Fix game end 2020-11-08 01:06:19 -03:00
6fdd9ac743 Only returns board game when game is finished 2020-11-08 00:26:08 -03:00
956008f736 Renaming the image 2020-11-07 21:44:23 -03:00
db45845179 Fixing branches 2020-11-07 21:40:07 -03:00
2bab724bc6 Adding Github actions for docker image creation 2020-11-07 21:38:11 -03:00
0dcc427a1e NAIVE_CLICK as default and returns the game data on event POST 2020-11-07 20:45:51 -03:00
c7bfc1021c Adding the game data to the event click response 2020-11-07 16:18:09 -03:00
d554837967 Merge branch 'feature/game-events' into main 2020-11-07 15:37:25 -03:00
4cdb149a94 Enabling CORS for the frontend development 2020-11-07 15:36:59 -03:00
928cb8ffca Adding django-cors-headers to Django for development 2020-11-07 15:34:59 -03:00
26de57fbfc Creating structure for the game events (#3)
* Adding the GameVent model and migration

* Initializing the GameEvent endpoint

* GameEvent listing endpoint

* Adding CLICK_NAIVE event

* Added signal for identify what is on the click location

* Using row and col integer is better than metadata with jsonfield

* Create event for the same position is not allowed

* Better signals control

* Adding a board progress to Game model

* Identifying the win status

* Hide generated board from client
2020-11-07 00:29:51 -03:00
0c9f847865 Hide generated board from client 2020-11-07 00:29:00 -03:00
7e8f65a5b7 Identifying the win status 2020-11-07 00:11:05 -03:00
4b191ca06d Adding a board progress to Game model 2020-11-06 22:31:34 -03:00
1682d7f4a6 Better signals control 2020-11-06 22:13:38 -03:00
2e40d7032c Create event for the same position is not allowed 2020-11-06 21:12:57 -03:00
197624d7c8 Using row and col integer is better than metadata with jsonfield 2020-11-06 20:58:47 -03:00
adf12efd75 Added signal for identify what is on the click location 2020-11-06 13:22:28 -03:00
e29a1a88e0 Adding CLICK_NAIVE event 2020-11-06 02:01:11 -03:00