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

[pull] develop from IQSS:develop #635

Merged
merged 64 commits into from
Sep 1, 2023
Merged

Commits on Aug 14, 2023

  1. update Solr 8.11.1 to 9.3.0 (minus config) #9260

    Update all Solr references from 8.11.1 to 9.3.0 and
    make sure you can spin up containers.
    
    schema.xml was copied from
    solr-9.3.0/server/solr/configsets/_default/conf/managed-schema.xml
    
    (Note managed-schema.xml as there is no schema.xml upstream.)
    
    solrconfig.xml was copied from
    solr-9.3.0/server/solr/configsets/_default/conf/solrconfig.xml
    
    API tests will fail, of course, because we have not yet added
    our Dataverse-specific config. We'll be moving it from these
    files and then deleting them:
    
    conf/solr/8.11.1/schema.xml
    conf/solr/8.11.1/solrconfig.xml
    pdurbin committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    548dd99 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    5a68632 View commit details
    Browse the repository at this point in the history
  2. fix XSLTResponseWriter namespace and enable scripting module #9260

    "To improve security, XSLTResponseWriter has been moved
    to the scripting Module instead of shipping as part of
    Solr core. This module needs to be enabled explicitly."
    
    -- https://github.com/apache/solr/blob/main/solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
    
    See also https://stackoverflow.com/questions/74118537/solr-9-org-apache-solr-common-solrexceptionorg-apache-solr-common-solrexcepti
    pdurbin committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    10cb294 View commit details
    Browse the repository at this point in the history
  3. add Solr release note #9260

    pdurbin committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    bb01c6e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Merge branch 'develop' into 9260-solr930 #9260

    Conflicts:
    downloads/download.sh
    scripts/vagrant/setup.sh
    pdurbin committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e6928ea View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

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

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    89f6d7b View commit details
    Browse the repository at this point in the history
  2. double sleep in test #9260

    pdurbin committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    926e6ea View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. refactor(solr): base solrconfig.xml on latest vanilla

    Instead of keeping the XML file originating from Solr 7 around,
    let's put our customisations in the vanilla config.
    
    The indentation changed, so this looks like an "everything changed"
    thing.
    
    Aside from that, we are doing three changes:
    1. Enable ClassicIndexSchemaFactory
    2. Disable schemaless via "update.autoCreateFields:false"
    3. Tweak our searches in /select request handler
    poikilotherm committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5623503 View commit details
    Browse the repository at this point in the history
  2. refactor(solr): optimize schema.xml for Solr 9

    - No longer use Trie*Fields, switch all to point fields (Trie has been
      deprecated since 9)
    - Add some new field types added since Solr 9 came out
    poikilotherm committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    137f319 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe702b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d37b0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c21d8e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    dce0b0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9826 from IQSS/9260-vanilla-solr-src

    Rebase on vanilla Solr 9.3
    pdurbin authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    31ce7ac View commit details
    Browse the repository at this point in the history
  3. Revert "explain more about Solr modules #9260" #9260

    This reverts commit 8d37b0f.
    pdurbin committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e5be4be View commit details
    Browse the repository at this point in the history
  4. rm scripting module, XSLTResponseWriter removed #9260

    We don't need the scripting module anymore.
    pdurbin committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8666472 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    022bf06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    137b1ba View commit details
    Browse the repository at this point in the history
  7. update SolrJ to 9.3.0 #9260

    pdurbin committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    81490f8 View commit details
    Browse the repository at this point in the history
  8. style(test): rename var in FilesIT.testAccessFacet to depict that sea…

    …rching with token will always find things
    poikilotherm committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b8d0717 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    585dc61 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb10b86 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

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

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    a447270 View commit details
    Browse the repository at this point in the history
  2. clarify supported version #9260

    pdurbin committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    76902ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a74c6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e22e359 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9817 from IQSS/9805-new-handles-lib

    New handlnet library 9.3.1 from maven central (9805)
    kcondon authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3f5625f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be34440 View commit details
    Browse the repository at this point in the history
  7. fix reindex command #9260

    pdurbin committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2308c10 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #9787 from IQSS/9260-solr930

    Upgrade Solr to 9.3.0
    kcondon authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7f24353 View commit details
    Browse the repository at this point in the history
  9. remove Vagrant (unused) #9838

    pdurbin committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d9169d7 View commit details
    Browse the repository at this point in the history
  10. remove download.sh (used by vagrant) #9838

    The download.sh script was originally added in 294006e
    to support Vagrant in but now that we have removed Vagrant,
    it is unnecessary.
    
    We are moving the entire "downloads" directory, including
    Stata14TestFile.dta, which isn't used by any test. It was added
    in 9e7c40b.
    pdurbin committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8866e38 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88fbea2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f42fd11 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c5b7da0 View commit details
    Browse the repository at this point in the history
  14. remove unused titanium json ld jar from local_lib #9807

    It was already upgraded from the 1.3.0 snapshot
    to 1.3.2 in a4a6d23.
    pdurbin committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    58f85e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. remove UNF 5 (unused) #9810

    As the comment in the pom said, it was only added for testing:
    
    "UNF v5 (buggy), (temporarily) added for
    testing ingest against DVN v3  - L.A."
    pdurbin committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    051c51b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5875375 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9840 from IQSS/9822-p5top6

    add note about :MDCLogPath, Payara 5 vs 6 #9822
    kcondon authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    818d6cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    396ce2b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9835 from IQSS/9797-double-encoded-colon

    fix for double-url-encoded ":" in "hdl:". #9797
    kcondon authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9c078f0 View commit details
    Browse the repository at this point in the history
  6. release note

    qqmyers committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d315af0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #9841 from IQSS/9808-fits

    get FITS jar from Maven Central, not local_lib
    kcondon authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f9b19c4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #9842 from IQSS/9807-titanium

    remove unused titanium json ld jar from local_lib
    kcondon authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a66c4b5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #9843 from IQSS/9810-unf

    remove UNF 5 (unused)
    kcondon authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    035f811 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #9845 from GlobalDataverseCommunityConsortium/arch…

    …iver-warnings
    
    release note for archivers
    kcondon authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    cf6e34a View commit details
    Browse the repository at this point in the history
  11. Merge pull request #9839 from IQSS/9838-rm-vagrant

    Remove Vagrant (unused)
    kcondon authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b62b561 View commit details
    Browse the repository at this point in the history
  12. get FITS working again #9808

    pdurbin committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    56a4666 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    7c0c952 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdc1dac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    358a5ff View commit details
    Browse the repository at this point in the history
  4. A static 404 page to replace the dynamic 404.xhtml page that's been t…

    …hrowing errors under p6 on account of some conflict with prettyfaces rewrite. (#9770)
    landreev committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    11dd3a9 View commit details
    Browse the repository at this point in the history
  5. (Realized that I had the words "Harvard Dataverse" in that static pag…

    …e. Replaced them with the more neutral "Dataverse Project") #9770
    landreev committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b60c258 View commit details
    Browse the repository at this point in the history
  6. double sleep in test #9848

    pdurbin committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5516df8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ca9ba5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    775db59 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #9857 from IQSS/9773-p6-embargo-fix

    Update file-edit-button-fragment.xhtml
    kcondon authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    650341c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #9856 from IQSS/9770-404-page-error

    A static 404 page (9770)
    kcondon authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3e46adf View commit details
    Browse the repository at this point in the history
  11. Merge pull request #9849 from IQSS/9808-fits2

    get FITS metadata extraction working again post PR 9841
    kcondon authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    82dc11b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    74f0c02 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #9854 from poikilotherm/9802-xoai-jakarta

    Update to XOAI 5.1.0 for Jakarta EE 10
    kcondon authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    8c4cf46 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Merge pull request #9855 from IQSS/9848-tests

    get tests passing in Jenkins
    kcondon authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ed81893 View commit details
    Browse the repository at this point in the history