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

Commits on Jan 18, 2024

  1. LIBFCREPO-1259. 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
    peichman-umd committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    7093a0a View commit details
    Browse the repository at this point in the history
  2. LIBFCREPO-1259. Added a --publish flag to the import CLI command.

    Forces the published status for every item in the import.
    
    https://umd-dit.atlassian.net/browse/LIBFCREPO-1259
    peichman-umd committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    07fa679 View commit details
    Browse the repository at this point in the history