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
on
dev
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 6, 2025
feat: adiciona endpoint para criação de certificados em lote
Show description for 7358add
maxsonferovante
committed
7358add
View commit details
Copy full SHA for 7358add
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 HTML templates for certificate responses: Revamp styles and structure in certificate download, not found, not generated, UUID invalid, and server error templates. Update to a unified desig…
Show description for 01a35ef
maxsonferovante
committed
01a35ef
View commit details
Copy full SHA for 01a35ef
View code at this point
Browse repository at this point
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 find_by_id method to repository implementations: Implemented find_by_id methods in OrderRepositoryImpl, ParticipantRepositoryImpl, and ProductRepositoryImpl to support ID retrieval using both s…
Show description for ab0478a
maxsonferovante
committed
ab0478a
View commit details
Copy full SHA for ab0478a
View code at this point
Browse repository at this point
Refactor HTML templates for certificate responses: Update CSS styles in certificate download, not found, not generated, UUID invalid, and server error templates to use double curly braces for consi…
Show description for cc980f3
maxsonferovante
committed
cc980f3
View commit details
Copy full SHA for cc980f3
View code at this point
Browse repository at this point
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
Enable validation in APIGatewayRestResolver: Update the instantiation of APIGatewayRestResolver to include enable_validation=True, enhancing request validation capabilities.
maxsonferovante
committed
a2ec55a
View commit details
Copy full SHA for a2ec55a
View code at this point
Browse repository at this point
Refactor FailedResponse model: Remove default values for status, message, and details fields, and add a __str__ method for improved string representation.
maxsonferovante
committed
d635a5d
View commit details
Copy full SHA for d635a5d
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
Add API Gateway integration and certificate creation handler: Introduce a new API Gateway resolver for handling requests, implement a certificate creation handler with logging, and define request a…
Show description for 31547e0
maxsonferovante
committed
31547e0
View commit details
Copy full SHA for 31547e0
View code at this point
Browse repository at this point
Update BuildOrderResponse and FailedResponse models: Change existing and new orders in BuildOrderResponse to use integer lists instead of TechOrdersResponse, and enhance FailedResponse fields with …
Show description for e54362d
maxsonferovante
committed
e54362d
View commit details
Copy full SHA for e54362d
View code at this point
Browse repository at this point
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
Add FetchOrderTechFloripa service to DependencyContainer: Implement method for creating FetchOrderTechFloripa instances, enhancing service management and application functionality.
maxsonferovante
committed
befe359
View commit details
Copy full SHA for befe359
View code at this point
Browse repository at this point
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 URL_SERVICE_TECH to Config class: Introduce a new configuration variable for the service URL, enhancing the flexibility of the configuration management.
maxsonferovante
committed
8447b72
View commit details
Copy full SHA for 8447b72
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
Refactor repository implementations: Remove extensive docstrings from Certificate, Order, Participant, and Product repository classes to streamline code and improve readability. Enhance method impl…
Show description for 0818154
maxsonferovante
committed
0818154
View commit details
Copy full SHA for 0818154
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
Add new services to DependencyContainer: Implement methods for creating SendForBuildCertificate and CreateCertificate instances, enhancing dependency management and service availability.
maxsonferovante
committed
519f238
View commit details
Copy full SHA for 519f238
View code at this point
Browse repository at this point
Commits on Aug 19, 2025
Refactor CertificateRepositoryImpl: Enhance get_by_id, delete, and exists methods to support optional order_id for composite key handling. Update documentation for clarity and improve item retrieva…
Show description for 9ce7b1d
maxsonferovante
committed
9ce7b1d
View commit details
Copy full SHA for 9ce7b1d
View code at this point
Browse repository at this point
Enhance DynamoDBService: Add support for boolean data type conversion to JSON format for DynamoDB, improving item handling consistency.
maxsonferovante
committed
80583af
View commit details
Copy full SHA for 80583af
View code at this point
Browse repository at this point
Update BuildOrderResponse model: Change existing_orders and new_orders types from List[int] to List[Any] to allow for more flexible data structures.
maxsonferovante
committed
e9d8e3d
View commit details
Copy full SHA for e9d8e3d
View code at this point
Browse repository at this point
Refactor Certificate model: Update success field to use Field for default value, change optional fields to required for order_id, order_date, product_id, product_name, certificate_details, certific…
Show description for 6a89881
maxsonferovante
committed
6a89881
View commit details
Copy full SHA for 6a89881
View code at this point
Browse repository at this point
Refactor DynamoDBService: Integrate configuration management for table names and ARNs, enhance item handling with JSON format conversion, and add methods for retrieving table information. Update do…
Show description for 8bc8e9d
maxsonferovante
committed
8bc8e9d
View commit details
Copy full SHA for 8bc8e9d
View code at this point
Browse repository at this point
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
Add Dependency Container: Implement a singleton Dependency Injection Container to centralize service and repository instantiation, following Clean Architecture principles.
maxsonferovante
committed
43b587f
View commit details
Copy full SHA for 43b587f
View code at this point
Browse repository at this point
Add AWS infrastructure services: Implement DynamoDB and SQS services with CRUD operations and message handling. Include configuration management using Pydantic settings.
maxsonferovante
committed
4f216d7
View commit details
Copy full SHA for 4f216d7
View code at this point
Browse repository at this point
Refactor response models: remove legacy Response class, add BuildOrderResponse, FailedResponse, and TechOrdersResponse classes for improved structure and clarity.
maxsonferovante
committed
9c8aeec
View commit details
Copy full SHA for 9c8aeec
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.