Skip to content
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

feat(JobQueue) Implement import content job rest endpoint #30669 #30698

Merged
merged 38 commits into from
Nov 25, 2024

Conversation

valentinogiardino
Copy link
Contributor

@valentinogiardino valentinogiardino commented Nov 19, 2024

Proposed Changes

  • Added a new REST resource (ContentImportResource) to handle content import job operations, including creating and enqueuing content import jobs.
  • Added a helper class (ContentImportHelper) to manage content import operations, including methods for creating and managing jobs.
  • Created a bean class (ContentImportParams) to encapsulate multipart form parameters for content import operations.
  • Introduced a form object (ContentImportForm) to represent JSON parameters for content import operations.

Checklist

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

Additional Info

These changes aim to provide a REST endpoint for managing content import jobs, enabling operations like job creation and queueing.

This PR fixes: #30669

@valentinogiardino valentinogiardino marked this pull request as ready for review November 22, 2024 12:59
@valentinogiardino valentinogiardino changed the title Issue 30669 create import job rest endpoint feat(JobQueue) Implement import content job rest endpoint #30669 Nov 22, 2024
@nollymar nollymar added this pull request to the merge queue Nov 25, 2024
Merged via the queue into main with commit f4195a7 Nov 25, 2024
37 checks passed
@nollymar nollymar deleted the issue-30669-create-import-job-rest-endpoint branch November 25, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Content Import Job Management] Implement the Create Import Job REST endpoint
4 participants