Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new TSP (Timestamping Protocol) profile management API surface to the client model and core web interfaces, enabling CRUD/listing and enable/disable operations for TSP profiles.
Changes:
- Introduces TSP Profile DTOs for create/update requests, detail views, and list views.
- Adds a TSP activation/detail DTO to expose availability and signing URL.
- Adds
TspProfileControllerwith searchable-field listing, paginated listing, CRUD, and bulk operations.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/main/java/com/czertainly/api/model/client/signing/protocols/tsp/TspProfileRequestDto.java | New request DTO for creating/updating TSP profiles, including custom attributes. |
| src/main/java/com/czertainly/api/model/client/signing/protocols/tsp/TspProfileListDto.java | New list DTO for paginated listings of TSP profiles. |
| src/main/java/com/czertainly/api/model/client/signing/protocols/tsp/TspProfileDto.java | New detail DTO for TSP profile (includes signing URL and response attributes). |
| src/main/java/com/czertainly/api/model/client/signing/protocols/tsp/TspActivationDetailDto.java | New DTO for activation/availability detail and signing URL. |
| src/main/java/com/czertainly/api/interfaces/core/web/TspProfileController.java | New controller interface defining REST endpoints for TSP profile management. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|



No description provided.