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

LIBFCREPO-1259. Added a --publish flag to the import CLI command. #269

Conversation

peichman-umd
Copy link
Member

@peichman-umd peichman-umd commented Jan 22, 2024

Forces the published status for every item in the import.

Also modified the import job creation and retrieval process:

  • Created an ImportJobs class that is used to create new or load existing jobs
  • Use a single run() method in ImportJob to run the job, whether starting or resuming
  • The differences between starting and resuming are handled completely by the import command modules (CLI and STOMP)

https://umd-dit.atlassian.net/browse/LIBFCREPO-1259

- Created an ImportJobs class that is used to create new or load existing jobs
- Use a single `run()` method in ImportJob to run the job, whether starting or resuming
- The differences between starting and resuming are handled completely by the import command modules (CLI and STOMP)

https://umd-dit.atlassian.net/browse/LIBFCREPO-1259
@aguilarm-umd aguilarm-umd merged commit c2c1b84 into umd-lib:feature/LIBFCREPO-1126 Jan 22, 2024
@peichman-umd peichman-umd deleted the feature/LIBFCREPO-1259 branch January 22, 2024 20:26
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.

None yet

2 participants