Skip to content

8573 garbled#9

Open
pdurbin wants to merge 196 commits intoPaulBoon:8573-Shib-attribute-character-set-conversion-for-affiliationfrom
IQSS:8573-garbled
Open

8573 garbled#9
pdurbin wants to merge 196 commits intoPaulBoon:8573-Shib-attribute-character-set-conversion-for-affiliationfrom
IQSS:8573-garbled

Conversation

@pdurbin
Copy link

@pdurbin pdurbin commented Nov 6, 2024

What this PR does / why we need it:

Which issue(s) this PR closes:

Closes #

Special notes for your reviewer:

Suggestions on how to test this:

Does this PR introduce a user interface change? If mockups are available, please link/include them here:

Is there a release notes update needed for this change?:

Additional documentation:

Don Sizemore and others added 30 commits January 9, 2024 13:23
- Apache Abdera Parser, Apache Tika and RESTeasy (Testing) use MIME4J
- Tika and RESTeasy use newer APIs only present since v0.8+
- Abdera is an abandoned project, uses v0.7.2 and is hopefully
  compatible with newer releases
- v0.8.4 given by Apache Tika relies on vulnerable Apache Commons IO
  2.6, we want 2.11 per dependency management. Upgrading to v0.8.7 as
  earliest version with 2.11 dependency
Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.9.1...v2.10.0)

---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
ofahimIQSS and others added 27 commits November 1, 2024 12:59
…rkflows" (#10987)

will check after the reverted code is merged
Co-authored-by: Philip Durbin <philip_durbin@harvard.edu>
Co-authored-by: Philip Durbin <philip_durbin@harvard.edu>
Update dev-usage.rst - Add Details for Accessing and Saving Harvestin…
A fix for the harvesting regression/tests introduced in 10836
Adds new update dataverse general endpoint
Fix bug related to returnDatasetFieldTypes in Dataverses.listMetadataBlocks endpoint
…-in-zip

detected mime type of m4a uploaded in zip
Fixes unit test assertion in JsonParserTest
…_Bug_Fix

Fix relationType display value bug
…lds-version-difference

Ordering subfields while displaying dataset version differences
@coveralls
Copy link

Pull Request Test Coverage Report for Build #127

Details

  • 220 of 752 (29.26%) changed or added relevant lines in 43 files are covered.
  • 16 unchanged lines in 10 files lost coverage.
  • Overall coverage increased (+1.0%) to 21.853%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/edu/harvard/iq/dataverse/Dataset.java 11 12 91.67%
src/main/java/edu/harvard/iq/dataverse/api/imports/ImportDDIServiceBean.java 0 1 0.0%
src/main/java/edu/harvard/iq/dataverse/engine/command/impl/UpdateDatasetVersionCommand.java 0 1 0.0%
src/main/java/edu/harvard/iq/dataverse/metrics/MetricsServiceBean.java 0 1 0.0%
src/main/java/edu/harvard/iq/dataverse/pidproviders/doi/AbstractDOIProvider.java 9 10 90.0%
src/main/java/edu/harvard/iq/dataverse/pidproviders/doi/datacite/DataCiteDOIProvider.java 0 1 0.0%
src/main/java/edu/harvard/iq/dataverse/util/json/JsonPrinter.java 0 1 0.0%
src/main/java/edu/harvard/iq/dataverse/DatasetFieldServiceBean.java 1 3 33.33%
src/main/java/edu/harvard/iq/dataverse/api/Files.java 0 2 0.0%
src/main/java/edu/harvard/iq/dataverse/makedatacount/DatasetExternalCitationsServiceBean.java 0 2 0.0%
Files with Coverage Reduction New Missed Lines %
src/main/java/edu/harvard/iq/dataverse/util/FileUtil.java 1 39.59%
src/main/java/edu/harvard/iq/dataverse/search/SolrIndexServiceBean.java 1 0.0%
src/main/java/edu/harvard/iq/dataverse/engine/command/impl/AbstractCreateDatasetCommand.java 1 0.0%
src/main/java/edu/harvard/iq/dataverse/DatasetVersionDifference.java 1 1.78%
src/main/java/edu/harvard/iq/dataverse/engine/command/impl/CreateNewDataFilesCommand.java 1 54.58%
src/main/java/edu/harvard/iq/dataverse/metrics/MetricsServiceBean.java 1 0.0%
src/main/java/edu/harvard/iq/dataverse/api/Dataverses.java 1 5.27%
src/main/java/edu/harvard/iq/dataverse/util/ShapefileHandler.java 2 68.26%
src/main/java/edu/harvard/iq/dataverse/engine/command/impl/UpdateDataverseCommand.java 3 0.0%
src/main/java/edu/harvard/iq/dataverse/search/SearchServiceBean.java 4 0.0%
Totals Coverage Status
Change from base Build #126: 1.0%
Covered Lines: 18863
Relevant Lines: 86318

💛 - Coveralls

PaulBoon pushed a commit that referenced this pull request Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.