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

sortmerna: finish update #1338

Merged
merged 4 commits into from
Oct 20, 2023
Merged

Commits on Oct 19, 2023

  1. sortmerna: finish update

    followup on bgruening#1316 which was
    not deployed
    
    - use the same chached data for chached and cached_to_index
      i.e. now they differ only in that the later uses the dbprep macro
    
      if I get it right previously the datamanager precomputed indexes
      which could be used. this seems not possible anymore
    
      I suggest to leave the dm untouched (than the provided data will also
      work for old sortmerna versions)
    
    - fix usage of cached data (did not work for multiple provided values)
      and add tests
    bernt-matthias committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b756400 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. add missing test file

    bernt-matthias committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    318aa47 View commit details
    Browse the repository at this point in the history
  2. also chached references are not optional

    selects default to optional="true" which should not apply here.
    also checkboxes do not work therefore.
    bernt-matthias committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    862987c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c306ed View commit details
    Browse the repository at this point in the history