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

Record Inheritance resolve updates #2637

Merged
merged 3 commits into from
Feb 11, 2022

Commits on Feb 10, 2022

  1. Record Inheritance resolve updates

    Make the RI resolve list configurable.
    
    Improve performance of RI by removing ancestor instances from
    the list to resolve by default.
    
    For the PUI ancestors processing has no clear need for instances
    by default (it is not part of the default RI config), but it can
    have a negative impact on performance when there are many linked
    containers through the ancestors. Have observed 3x indexing speed
    improvement for some batches using default config by removing this.
    mark-cooper committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    abd6f11 View commit details
    Browse the repository at this point in the history
  2. See: archivesspace@5035a1a

    That change made the build job for rspec use bundler to invoke...thus breaking
    all the places we don't use bundler and so are able to just let the Gemfile contain
    stuff that is unique to that app.
    Brian Hoffman committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    e03c098 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34ca0ec View commit details
    Browse the repository at this point in the history