-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rest API: Implement missing endpoints for Content Import Job Resource #30874
Closed
Tracked by
#30550
Comments
valentinogiardino
added a commit
that referenced
this issue
Dec 6, 2024
valentinogiardino
added a commit
that referenced
this issue
Dec 6, 2024
valentinogiardino
added a commit
that referenced
this issue
Dec 6, 2024
valentinogiardino
added a commit
that referenced
this issue
Dec 6, 2024
valentinogiardino
added a commit
that referenced
this issue
Dec 6, 2024
valentinogiardino
added a commit
that referenced
this issue
Dec 9, 2024
valentinogiardino
added a commit
that referenced
this issue
Dec 9, 2024
valentinogiardino
added a commit
that referenced
this issue
Dec 9, 2024
3 tasks
valentinogiardino
added a commit
that referenced
this issue
Dec 9, 2024
valentinogiardino
added a commit
that referenced
this issue
Dec 9, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Dec 9, 2024
…30874 (#30896) ### Proposed Changes * Added methods to fetch content import jobs by statuses: completed, canceled, failed, abandoned, and successful. * Implemented functionality to list jobs with pagination for the following statuses: - Active - Completed - Failed - Canceled - Successful * Enhanced job queue management to support status-based filtering within specific queues. * Added a new `ResponseEntityJobPaginatedResultView` class for handling paginated REST responses. * Extended `ContentImportHelper` to support job fetching by status and added support for job cancellation. * Updated relevant classes and interfaces: - `JobQueueManagerAPI` and `JobQueueManagerAPIImpl` to include new job retrieval methods. - `JobQueue` and `PostgresJobQueue` for filtering and retrieving jobs by status. ### Checklist - [x] Tests - [x] Translations - [x] Security Implications Contemplated ### Aditional info This PR adds functionality for managing content import jobs, including listing by status with pagination and the ability to cancel jobs.
3 tasks
github-project-automation
bot
moved this from In Review
to Internal QA
in dotCMS - Product Planning
Dec 9, 2024
github-project-automation
bot
moved this from Internal QA
to Current Sprint Backlog
in dotCMS - Product Planning
Dec 10, 2024
nollymar
moved this from Current Sprint Backlog
to Internal QA
in dotCMS - Product Planning
Dec 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Parent Issue
#30550
Task
Implement the endpoints for:
Proposed Objective
Core Features
Proposed Priority
Priority 2 - Important
Acceptance Criteria
No response
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
No response
Assumptions & Initiation Needs
No response
Quality Assurance Notes & Workarounds
No response
Sub-Tasks & Estimates
No response
The text was updated successfully, but these errors were encountered: