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

Enhancement tools #312

Closed

Commits on Feb 3, 2023

  1. name enhancer for person entity

    Enhance one dc.title from a list of other metadatafields. Language and Security are not considered. Some optional default value can be specified.
    floriangantner committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0615e64 View commit details
    Browse the repository at this point in the history
  2. item enhancer for collections and entity type

    extended item enhancer. Items can be limit to entity type or collection. Some pagination (max entries) can be defined for testing and some limit after which some commit to the database is made.
    floriangantner committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4b8e3e3 View commit details
    Browse the repository at this point in the history
  3. item enhancer for collections and entity type and modifiedDate using …

    …solr
    
    extended item enhancer based on the solr search. Items can be limit to entity type or collection. Some pagination (max entries) can be defined for testing and some limit after which some commit to the database is made.
    Additional some solr-query can be defined (e.g. enhance all items of some author/matching the query result) and some solr-based date range to only enhance items lastModified between two dates.
    floriangantner committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    13677d8 View commit details
    Browse the repository at this point in the history
  4. enhancer using mapconverter result

    enhancer using the result value of some mapConverter file,
    floriangantner committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    05cd10f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    c42703b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2912ca View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    4b51093 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    ee91399 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4e7728 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. common itemenhancer integration tests

    call the script without further options; copy of standard tests from ItemEnhancerScriptIT
    floriangantner committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    fd79222 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    7b10626 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa1c3f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. refactor item enhancement entity type script

    changes: do not iterate over all entities when some entity type is given, but over all collections with this type which improves performance. More checks on specified collection and entity types.
    floriangantner committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    742ab6a View commit details
    Browse the repository at this point in the history
  2. refactor item enhancement by date script

    changes: fix some labels, comment and SearchCore Instantiation for proper tests
    floriangantner committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    cad9330 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    7c045ef View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    8103547 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Merge tag 'dspace-cris-2023.02.02' into dspace-cris-7-enhancement

    [maven-release-plugin] copy for tag dspace-cris-2023.02.02
    floriangantner committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d46630f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c10042 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c46991 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ab97e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    81aa4a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. integration tests for enhancer

    test entitytype, collection, limit and max and solr query parameter on the enhancement scripts. lower progress handler infos to debug
    floriangantner committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    dfa2a91 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. integration test for nameenhancer

    provide simple integration test for the nameenhancer using common cris metadatafields
    floriangantner committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8600d1b View commit details
    Browse the repository at this point in the history