-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: PythonFloripa/py-certify-api
base: dev
head repository: PythonFloripa/py-certify-api
compare: master
- 12 commits
- 31 files changed
- 4 contributors
Commits on Oct 29, 2025
-
Merge pull request #1 from PythonFloripa/dev
Adicionar workflow para publicação de imagem Docker no AWS ECR: Confi…
Configuration menu - View commit details
-
Copy full SHA for 492e0a2 - Browse repository at this point
Copy the full SHA 492e0a2View commit details -
Merge pull request #2 from PythonFloripa/dev
Corrigir branch de push para 'master' no workflow de publicação da im…
Configuration menu - View commit details
-
Copy full SHA for 21b180d - Browse repository at this point
Copy the full SHA 21b180dView commit details
Commits on Nov 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7c5f6cd - Browse repository at this point
Copy the full SHA 7c5f6cdView commit details
Commits on Dec 5, 2025
-
Merge pull request #3 from PythonFloripa/dev
Add certificate existence check before creation: Implemented a verifi…
Configuration menu - View commit details
-
Copy full SHA for c3e9f7d - Browse repository at this point
Copy the full SHA c3e9f7dView commit details
Commits on Dec 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f33236b - Browse repository at this point
Copy the full SHA f33236bView commit details
Commits on Jun 21, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c404065 - Browse repository at this point
Copy the full SHA c404065View commit details
Commits on Jun 22, 2026
-
Merge pull request #6 from PythonFloripa/codex/migrate-lambdas-to-zip
build: deploy api lambda as zip package
Configuration menu - View commit details
-
Copy full SHA for 4a812cc - Browse repository at this point
Copy the full SHA 4a812ccView commit details
Commits on Jun 25, 2026
-
feat: Enhance repository implementations and add user certificate lis…
…ting functionality - Refactor OrderRepositoryImpl to improve item preparation and date handling. - Update ParticipantRepositoryImpl to normalize email and streamline methods. - Revise ProductRepositoryImpl to include boolean flags for certificate presence. - Introduce ListUserCertificates feature with request and response models. - Implement list_user_certificates_handler to fetch user certificates based on email and success status. - Add unit tests for ListUserCertificates and DynamoDB repository item preparation.
Configuration menu - View commit details
-
Copy full SHA for 1b73f99 - Browse repository at this point
Copy the full SHA 1b73f99View commit details
Commits on Jun 26, 2026
-
Merge pull request #7 from PythonFloripa/codex/migrate-lambdas-to-zip
feat: Enhance repository implementations and add user certificate lis…
Configuration menu - View commit details
-
Copy full SHA for 6b11b30 - Browse repository at this point
Copy the full SHA 6b11b30View commit details
Commits on Aug 29, 2026
-
refactor(pii): remove PII de participante não utilizada do modelo de …
…dados Remove cpf, phone, city e a geolocalização de check-in das entidades, do request em lote, da resposta tech-order, dos mappers e do repositório de participantes — nenhum desses campos é usado para produzir, entregar ou validar um certificado. Também remove participant_document (CPF) das respostas das APIs de consulta/listagem e os métodos de busca por cpf/cidade. Testes e README atualizados.
Configuration menu - View commit details
-
Copy full SHA for 21f5d19 - Browse repository at this point
Copy the full SHA 21f5d19View commit details -
feat(pii): adiciona script de limpeza de PII no DynamoDB
Adiciona scripts/scrub_pii.py para remover os atributos de PII já armazenados nos itens existentes (cpf, phone, city e geolocalização de check-in), com os nomes de atributo específicos de cada tabela (participants, orders, certificates). Roda em dry-run por padrão e exige --apply mais o nome explícito de cada tabela — não há default apontando para produção. Deve ser executado após a remoção dos índices cpf/city. Inclui testes da montagem da expressão REMOVE.
Configuration menu - View commit details
-
Copy full SHA for c5f4e6a - Browse repository at this point
Copy the full SHA c5f4e6aView commit details
Commits on Aug 30, 2026
-
Merge pull request #8 from bentoluizv/feat/minimize-pii
refactor(pii): remove PII de participante não utilizada do modelo de dados
Configuration menu - View commit details
-
Copy full SHA for 32def70 - Browse repository at this point
Copy the full SHA 32def70View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dev...master