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

8372 gdcc xoai library #8753

Merged
merged 40 commits into from
Oct 13, 2022
Merged

8372 gdcc xoai library #8753

merged 40 commits into from
Oct 13, 2022

Commits on May 23, 2022

  1. Replacing the local_lib copies of the old lyncode.xoai libraries buil…

    …t from
    
    a local fork in 2016, with a new and improved io.gdcc version. Yay!
    Checking in the results of the first swipe of this I took last week.
    Very much work in progress; it (builds but) does not work properly yet.
    (ref. #8372)
    landreev committed May 23, 2022
    Configuration menu
    Copy the full SHA
    565432d View commit details
    Browse the repository at this point in the history
  2. adding a quick todo: (#8372)

    landreev committed May 23, 2022
    Configuration menu
    Copy the full SHA
    7cc0a44 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    0f137b1 View commit details
    Browse the repository at this point in the history
  2. cosmetic/comments (#8372)

    landreev committed May 24, 2022
    Configuration menu
    Copy the full SHA
    a27768e View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. implements passing the MetadataFormat to the ItemRepository via Scope…

    …dFilters;
    
    fixes a couple of other small things. (#8372)
    landreev committed May 25, 2022
    Configuration menu
    Copy the full SHA
    c29ee40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9c3ec2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c2e88d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99454c8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Adds back a quick fix for the "proprietary json format harvesting" wo…

    …rkaround
    
    (to be revisited; #8372)
    landreev committed May 27, 2022
    Configuration menu
    Copy the full SHA
    03b1372 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    0f4a3b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d6a49b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Moved all the handling of custom dataverse_json metadata out of OaiHa…

    …ndler and GetRecord
    
    parser. (#8372)
    landreev committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    bf413e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    171f2f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    09b6441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    709bd3b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

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

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    27683b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7fa537 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3864f1e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. removed all the logic that we used to have in the record service for …

    …manipulating the "until" date parameter to ensure inclusivity. (#8372)
    landreev committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    14fae8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ee6fdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6d169e View commit details
    Browse the repository at this point in the history
  4. replaced the old http get-and-save fragment with some code that uses …

    …the jdk http client and stream .transferTo() (#8372)
    landreev committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    3c8f225 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e64a81d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    088d9b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f81a010 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4b8ebc View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Update src/main/java/edu/harvard/iq/dataverse/harvest/server/xoai/Dat…

    …averseXoaiSetRepository.java
    
    Co-authored-by: Oliver Bertuch <poikilotherm@users.noreply.github.com>
    landreev and poikilotherm authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    d1504be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbf1309 View commit details
    Browse the repository at this point in the history
  3. Update src/main/java/edu/harvard/iq/dataverse/harvest/server/xoai/Dat…

    …averseXoaiItemRepository.java
    
    Co-authored-by: Oliver Bertuch <poikilotherm@users.noreply.github.com>
    landreev and poikilotherm authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    daf1446 View commit details
    Browse the repository at this point in the history
  4. Update src/main/java/edu/harvard/iq/dataverse/harvest/server/xoai/Dat…

    …averseXoaiItemRepository.java
    
    Co-authored-by: Oliver Bertuch <poikilotherm@users.noreply.github.com>
    landreev and poikilotherm authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    bbb9b22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aea559f View commit details
    Browse the repository at this point in the history
  6. Update src/main/java/edu/harvard/iq/dataverse/harvest/server/xoai/Dat…

    …averseXoaiItemRepository.java
    
    Co-authored-by: Oliver Bertuch <poikilotherm@users.noreply.github.com>
    landreev and poikilotherm authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b26eee4 View commit details
    Browse the repository at this point in the history
  7. Update src/main/java/edu/harvard/iq/dataverse/harvest/server/xoai/Dat…

    …averseXoaiItemRepository.java
    
    Co-authored-by: Oliver Bertuch <poikilotherm@users.noreply.github.com>
    landreev and poikilotherm authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    d5c1871 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

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

Commits on Aug 4, 2022

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

Commits on Sep 23, 2022

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

Commits on Sep 28, 2022

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

Commits on Oct 12, 2022

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