Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
7d4c7fb
feat: implement Catalogs module with complete CRUD operations
Nov 18, 2025
d56dbab
Merge master into catalogs_module_implementation
Nov 18, 2025
3266102
remove arquivo desnecessario
Nov 18, 2025
1498f4f
fix: correct test data for Catalogs module requests
Nov 18, 2025
914fc23
fix(catalogs): correct authorization and API response format
Nov 18, 2025
859bbe3
refactor(catalogs): improve API consistency and service name validation
Nov 18, 2025
2cef125
refactor(catalogs): code quality improvements and test infrastructure…
Nov 18, 2025
c163a94
refactor(catalogs): apply code review suggestions for test quality
Nov 18, 2025
9632cbc
refactor(catalogs): apply comprehensive code review suggestions
Nov 18, 2025
7bf80df
docs: remove redundant README_TESTS.md from Catalogs module
Nov 18, 2025
7d2a9b4
fix(catalogs): improve test assertions and repository name normalization
Nov 18, 2025
db3ee27
refactor(catalogs): apply code review round 6 - consistency and robus…
Nov 18, 2025
73658d7
refactor(catalogs): apply code review round 7 - validation, diagnosti…
Nov 18, 2025
89bd2a8
refactor(catalogs): add input validation guards and batch query optim…
Nov 18, 2025
87f6d1f
test(catalogs): improve domain test coverage and robustness
Nov 18, 2025
ff80800
refactor(catalogs): fix validation, routing, and E2E test DTOs
Nov 18, 2025
bdf8248
chore: ignore launchSettings.json and fix empty GUID validation
Nov 18, 2025
840219d
refactor: improve code structure and standardization
Nov 18, 2025
af69fab
refactor: reorganize Catalogs handlers to match Users module structure
Nov 18, 2025
91d7803
docs: atualizar documentação dos módulos Catalogs e Location
Nov 18, 2025
bff62bd
style: aplicar dotnet format e corrigir imports dos Commands
Nov 19, 2025
60f3532
fix: adicionar validações Guid.Empty e corrigir documentação/testes
Nov 19, 2025
3fb3473
mais review
Nov 19, 2025
704c688
niitpicksom
Nov 19, 2025
2c26120
refactor: improve repository consistency and builder pattern
Nov 19, 2025
e51cb44
refactor: improve markdown formatting and test assertions
Nov 19, 2025
ccc633a
refactor: use nullable int for ServiceBuilder._displayOrder
Nov 19, 2025
943cfc0
refactor: add defensive length limits and improve test coverage
Nov 19, 2025
8cc6d40
style: fix whitespace formatting issues
Nov 19, 2025
231c608
test: strengthen E2E test assertions and improve determinism
Nov 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: remove redundant README_TESTS.md from Catalogs module
The README_TESTS.md file contained module-specific test documentation that:
- Duplicated information already centralized in docs/testing/
- Was outdated (didn't reflect recent refactorings)
- Was not a pattern followed by other modules (Users, Providers, etc.)

All test documentation is now properly centralized in:
- docs/testing/integration_tests.md
- docs/testing/test_infrastructure.md
- docs/testing/code_coverage_guide.md
- docs/testing/test_auth_examples.md

This improves maintainability by avoiding documentation drift between
module-specific files and centralized docs.
  • Loading branch information
Filipe Frigini committed Nov 18, 2025
commit 7bf80df004b681c918720dd495e4431f8897b4e2
220 changes: 0 additions & 220 deletions src/Modules/Catalogs/Tests/README_TESTS.md

This file was deleted.