Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

[bug] Não permitir que usuário acessem tasks para contests não iniciados ou cancelados #99

Merged
merged 15 commits into from
Nov 27, 2023

Conversation

bitterteriyaki
Copy link
Contributor

@bitterteriyaki bitterteriyaki commented Nov 27, 2023

O que este PR introduz?

Closes #90.

Checklist

Por favor, cheque se seu PR atende aos seguintes requisitos:

  • Eu atualizei a documentação de acordo (se necessário).
  • Eu adicionei testes para cobrir minhas mudanças (se necessário).
  • Todos os novos e existentes testes passaram.
  • Meu código segue o estilo de código deste projeto.

Tipo de PR

Que tipo de mudança este PR introduz?

  • Correção de bug
  • Feature request
  • Atualização na documentação
  • Atualização no estilo do código (formatação, variáveis locais, etc.)
  • Refatoração (sem mudanças funcionais, sem mudanças na API)
  • Atualizações de dependências
  • Mudanças relacionadas a CI/CD
  • Chore (mudanças não relacionadas a código)
  • Mudanças relacionadas a build (e.g. Dockerfile, pyproject.toml, etc.)

Este PR introduz uma mudança que quebra a compatibilidade?

  • Sim
  • Não

Outras informações (screenshots, detalhes, etc.)

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (0966cc5) 99.73% compared to head (16098a5) 99.20%.

❗ Current head 16098a5 differs from pull request most recent head c79c4fb. Consider uploading reports for the commit c79c4fb to get more accurate results

Files Patch % Lines
apps/tasks/views.py 66.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #99      +/-   ##
==========================================
- Coverage   99.73%   99.20%   -0.53%     
==========================================
  Files          34       34              
  Lines         372      378       +6     
==========================================
+ Hits          371      375       +4     
- Misses          1        3       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-bug-unauthorize-wf0imh November 27, 2023 18:03 Inactive
@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-bug-unauthorize-wf0imh November 27, 2023 18:06 Inactive
@bitterteriyaki bitterteriyaki changed the title Bug/unauthorized task access [bug] Não permitir que usuário acessem tasks para contests não iniciados ou cancelados Nov 27, 2023
@bitterteriyaki bitterteriyaki added the bug A bug with the application. label Nov 27, 2023
@bitterteriyaki bitterteriyaki added this to the Sprint 06 milestone Nov 27, 2023
test(apps/tasks): add test to access task that is not accessible

test(apps/tasks): add test to access task that is accessible
@bitterteriyaki bitterteriyaki force-pushed the bug/unauthorized-task-access branch from 16098a5 to c79c4fb Compare November 27, 2023 18:09
@bitterteriyaki bitterteriyaki temporarily deployed to unb-mds-bug-unauthorize-wf0imh November 27, 2023 18:10 Inactive
@bitterteriyaki bitterteriyaki merged commit 6f10125 into main Nov 27, 2023
3 checks passed
@bitterteriyaki bitterteriyaki deleted the bug/unauthorized-task-access branch November 27, 2023 18:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug A bug with the application.
Projects
Status: ✅ Feito
Development

Successfully merging this pull request may close these issues.

[bug] Não permitir que usuário acessem tasks para contests não iniciados ou cancelados
4 participants