Skip to content

Conversation

@hassandotcms
Copy link
Contributor

@hassandotcms hassandotcms commented Jan 27, 2026

Add bulk delete publishing jobs by status endpoint
Changes:

  • Add IN_PROGRESS_STATUSES and SAFE_PURGE_STATUSES constants to helper
  • Add isInProgressStatus() and getInProgressStatuses() validation methods
  • Add ResponseEntityPurgeView for Swagger documentation
  • Add 7 integration tests for purge endpoint validation

Checklist

  • Tests
  • Translations
  • Security Implications Contemplated (add notes if applicable)

Additional Info

** any additional useful context or info **

Screenshots

Original Updated
** original screenshot ** ** updated screenshot **

This PR fixes: #34322

…4322

Add bulk delete publishing jobs by status endpoint with async execution
and socket notifications for completion feedback.

Changes:
- Add IN_PROGRESS_STATUSES and SAFE_PURGE_STATUSES constants to helper
- Add isInProgressStatus() and getInProgressStatuses() validation methods
- Add purgePublishingJobs() endpoint with async DotSubmitter execution
- Add ResponseEntityPurgeView for Swagger documentation
- Add 7 integration tests for purge endpoint validation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

[TASK] Implement DELETE /v1/publishing/purge - Bulk delete publishing jobs by status

2 participants