11405 refactor exports experiment#12546
Merged
landreev merged 2091 commits intoJul 20, 2026
Merged
Conversation
…and `TermsOfUseAndAccess` in `MinimalPopulator`
…bject` properties in fixture builders (Dataset and DataFile)
…its integration across fixture builders and tests using a new recipe
…onse Fix timing issue when posting guestbook response and requesting the d…
11912 edit template api
Timezone fix in validateInternalTimestampIsNotOutdated()
API: File Get Citation In Other Formats
… and recipes Provides comprehensive guides and examples for using the dataset fixture generator, recipes, and populators. Includes usage scenarios, architecture overview, persistence guidance, and extension recommendations to support test development.
Enable S3 multipart upload (in non-direct upload)
… tests This utility is replaced by a more sophisticated JUnit extension
…nit extension Adds `JpaEntityManagerService` for managing JPA entity lifecycle and transaction operations in tests, the `JpaPerformanceTest` annotation to streamline performance test setup with Testcontainers, and the `JpaPerformanceTestExtension` to handle shared PostgreSQL container and database isolation. Updates `pom.xml` with required dependencies for these utilities.
…ceTest` utilities Replaces `JpaTestBootstrap` and manual container management with the `JpaPerformanceTest` annotation and `JpaEntityManagerService`. Removes redundant `@AfterAll` cleanup logic.
Includes resource-local transaction management, entity scanning setup, and matching production-like JPA properties, but tailored for test scenarios.
…tup and best practices Includes instructions for running performance tests, database-bound testing with Testcontainers, and using `JpaEntityManagerService`. Provides example test class, configuration details, and advanced usage for query profiling.
Adds support for Markdown files in Sphinx configuration. Upgrades `myst-parser` from `2.0.0` to `4.0.0` in requirements for compatibility.
* A quick fix for the issue with file-level handles bombing on create. #12174 * Another quick fix, for #8881 (combined with #12174) * A release note #12174 * A quick fix for the issue with file-level handles bombing on create. #12174 Another quick fix, for #8881 (combined with #12174) A release note #12174
docs: fix code block formatting in Native API Guide (#12457)
Removed a note about the proposed Geospatial metadata block.
Co-authored-by: Philip Durbin <philip_durbin@harvard.edu>
Use sphinx-design module for feature list
move the list of features into the guides
# Conflicts: # doc/sphinx-guides/source/installation/config.rst # src/main/java/edu/harvard/iq/dataverse/settings/FeatureFlags.java # tests/integration-tests.txt
New expanded geospatial block
bump opennlp-tools version
…allyFAIR Locally FAIR Data
Fix for Guestbook Response parsing
Fixing flaky IT tests
Documenting auth. change for /access/datafile/.../userPermissions API
Resolved the following merge conflicts: modules/dataverse-parent/pom.xml src/main/java/edu/harvard/iq/dataverse/harvest/server/OAIRecordServiceBean.java src/main/java/edu/harvard/iq/dataverse/util/json/JsonPrinter.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(this is a local PR, not into develop, but from a sub-branch into another working branch)