Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a4e4cd8
docs: add signal endpoint design specification
treblereel May 7, 2026
2bdbd57
docs: add signal endpoint implementation plan
treblereel May 7, 2026
79e158e
feat: add SendSignalRequest DTO for signal endpoint
treblereel May 7, 2026
459c82d
fix: add validation annotations to SendSignalRequest
treblereel May 7, 2026
2383ad4
feat: add SignalResponse DTO for signal endpoint
treblereel May 7, 2026
8cbb9b3
feat: add SignalResource with null request validation
treblereel May 7, 2026
ec61278
refactor: extract ProblemDetail to shared DTO, use Bean Validation
treblereel May 7, 2026
951470f
test: add null path validation test
treblereel May 7, 2026
de9e137
test: add null value validation test
treblereel May 7, 2026
887acc0
test: add quarkus-hibernate-validator dependency
treblereel May 7, 2026
5e68ac7
test: add ConstraintViolationExceptionMapper for validation error han…
treblereel May 7, 2026
7154045
feat: add CaseHubRuntime integration and signal delivery
treblereel May 7, 2026
0640563
fix: add @InjectMock to caseHubRuntime and add quarkus-junit-mockito …
treblereel May 7, 2026
a9d1d54
feat: add 404 error handling for non-existent cases
treblereel May 7, 2026
bfdc41e
feat: add 500 error handling for runtime exceptions
treblereel May 7, 2026
736c0e3
test: add integration tests for signal endpoint
treblereel May 7, 2026
87299c7
test: update SignalResourceTest mocks for query validation
treblereel May 7, 2026
ecd8643
docs: add comprehensive test summary for signal endpoint
treblereel May 7, 2026
44f1c9d
refactor: move PagedResponse to dto package
treblereel May 7, 2026
f442763
refactor: consolidate ProblemDetail to shared DTO
treblereel May 7, 2026
5d7ab54
moved ConstraintViolationExceptionMapper to the validation package
treblereel May 7, 2026
4b1ee39
chore: ignore .mcp.json local config file
treblereel May 7, 2026
550aa19
chore: remove TEST_SUMMARY.md (temporary documentation artifact)
treblereel May 7, 2026
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ nb-configuration.xml

# Local environment
.env
.mcp.json

# Plugin directory
/.quarkus/cli/plugins/
Expand Down
Loading
Loading