Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
PythonFloripa
/
py-certify-api
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
2
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
py-certify-api
src
application
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 29, 2026
refactor(pii): remove PII de participante não utilizada do modelo de dados
Show description for 21f5d19
bentoluizv
committed
21f5d19
View commit details
Copy full SHA for 21f5d19
View code at this point
Browse repository at this point
Commits on Jun 25, 2026
feat: Enhance repository implementations and add user certificate listing functionality
Show description for 1b73f99
maxsonferovante
committed
1b73f99
View commit details
Copy full SHA for 1b73f99
View code at this point
Browse repository at this point
Commits on Dec 5, 2025
Add certificate existence check before creation: Implemented a verification step to check if a certificate already exists for a given order ID, logging a message and skipping creation if it does. T…
Show description for 85f2ed2
maxsonferovante
committed
85f2ed2
View commit details
Copy full SHA for 85f2ed2
View code at this point
Browse repository at this point
Commits on Sep 24, 2025
Refactor FetchOrderTechFloripa class: Update fetch_orders method to accept product_id as a string instead of an integer.
maxsonferovante
committed
eaebc02
View commit details
Copy full SHA for eaebc02
View code at this point
Browse repository at this point
Commits on Sep 13, 2025
Add download certificate functionality: Implement DownloadCertificate class and related DTOs for handling certificate download requests. Introduce FileManager for S3 operations, update dependency c…
Show description for c63c7b2
maxsonferovante
committed
c63c7b2
View commit details
Copy full SHA for c63c7b2
View code at this point
Browse repository at this point
Commits on Aug 25, 2025
Update SendForBuildCertificate class to increase parts from 4 to 30 for improved order processing efficiency. Add comment to clarify the purpose of dividing orders into parts for SQS queue submission.
maxsonferovante
committed
ac3b343
View commit details
Copy full SHA for ac3b343
View code at this point
Browse repository at this point
Refactor CreateCertificate class: Update response handling to return ProcessedOrdersResponse with valid and invalid orders, replacing the previous BuildOrderResponse. Clean up unused imports to str…
Show description for 5582e03
maxsonferovante
committed
5582e03
View commit details
Copy full SHA for 5582e03
View code at this point
Browse repository at this point
Add fetch certificate functionality: Implement FetchCertificate class and related DTOs for handling certificate retrieval requests. Introduce FetchCertificateStrategyFactory to manage strategy sele…
Show description for ce6c7c9
maxsonferovante
committed
ce6c7c9
View commit details
Copy full SHA for ce6c7c9
View code at this point
Browse repository at this point
Commits on Aug 24, 2025
Refactor SQS message handling: Update SQSService to use BUILDER_QUEUE_URL instead of QUEUE_URL, and remove MessageGroupId and MessageDeduplicationId from send_message method for simplified message …
Show description for b6abb37
maxsonferovante
committed
b6abb37
View commit details
Copy full SHA for b6abb37
View code at this point
Browse repository at this point
Refactor certificate creation process: Update CreateCertificate class to return ProcessedOrdersResponse instead of BuildOrderResponse, introducing a new response model for valid and invalid orders.…
Show description for 6d3b3fd
maxsonferovante
committed
6d3b3fd
View commit details
Copy full SHA for 6d3b3fd
View code at this point
Browse repository at this point
Commits on Aug 22, 2025
Refactor repository methods to synchronous execution: Update all repository methods in the application to remove async/await syntax, improving consistency and simplifying the codebase. This change …
Show description for ea6da93
maxsonferovante
committed
ea6da93
View commit details
Copy full SHA for ea6da93
View code at this point
Browse repository at this point
Commits on Aug 20, 2025
Refactor SendForBuildCertificate class: Simplify order processing by splitting orders into parts for SQS sending, enhancing efficiency and maintainability. Remove extensive docstrings to streamline…
Show description for ce89129
maxsonferovante
committed
ce89129
View commit details
Copy full SHA for ce89129
View code at this point
Browse repository at this point
Add FetchOrderTechFloripa class: Implement a new class for fetching orders from the Tech Floripa API with enhanced timeout settings and retry logic. Includes robust error handling and logging for i…
Show description for 141e5f8
maxsonferovante
committed
141e5f8
View commit details
Copy full SHA for 141e5f8
View code at this point
Browse repository at this point
Add SendForBuildCertificate class: Implement a new class for sending tech orders to build certificates via SQS, including order processing and error handling with retry logic. Update BuildOrderResp…
Show description for 5dd405d
maxsonferovante
committed
5dd405d
View commit details
Copy full SHA for 5dd405d
View code at this point
Browse repository at this point
Add CreateCertificate use case: Implement a new class for managing the certificate creation process, including validation and registration of tech orders, and integrate with repositories for partic…
Show description for 13884aa
maxsonferovante
committed
13884aa
View commit details
Copy full SHA for 13884aa
View code at this point
Browse repository at this point
Commits on Aug 19, 2025
Enhance Certificate and Order Repositories: Add order_date to CertificateMapper, update key references from 'id' to 'order_id' and 'product_id' in Order and Product repositories, and improve docume…
Show description for a8f912f
maxsonferovante
committed
a8f912f
View commit details
Copy full SHA for a8f912f
View code at this point
Browse repository at this point
Add Tech Order Mappers: Introduce TechOrderMapper, TechProductMapper, TechParticipantMapper, and CertificateMapper classes to transform TechOrdersResponse into domain entities (Order, Product, Part…
Show description for 7ddc25d
maxsonferovante
committed
7ddc25d
View commit details
Copy full SHA for 7ddc25d
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.