Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
8053aa5
early mods of the new export data provider framework #11405
landreev Jun 5, 2025
ebbde8b
... and had to change it back temporarily
landreev Jun 5, 2025
dcae3fc
re-checking in the updated data provider interface. #11405
landreev Jun 12, 2025
788dc4d
Merge branch 'develop' into 11405-refactor-exports
landreev Aug 25, 2025
be3603c
intermediate state of the export data provider implementation using t…
landreev Aug 26, 2025
90757da
removed some experimental code. #11405
landreev Aug 26, 2025
fbd4998
work in progress
landreev Aug 27, 2025
3cdb98f
work in progress (this is working for me, since I have dataverse-spi …
landreev Sep 2, 2025
de62287
alternative, batch implementation #11405
landreev Sep 2, 2025
4fd6a0e
logging statements for debugging #11405
landreev Sep 4, 2025
a8a7ac9
A quick fix for the batch-based datatable metadata processing #11405
landreev Sep 5, 2025
b1ed132
implemented a dedicated method in the VersionFileService for looking up
landreev Sep 8, 2025
a769133
Merge branch 'develop' into 11405-refactor-exports
landreev Sep 8, 2025
933f6a7
experimental attempts to build with snapshot releases of dataverse-sp…
landreev Sep 9, 2025
a5ca53d
fixing the typo in the repo url :( #11405
landreev Sep 9, 2025
11cd77c
Adding the option of re-exporting select formats only to the API #11405
landreev Sep 16, 2025
f9751e1
Merge branch 'develop' into 11405-refactor-exports
landreev Nov 5, 2025
7dac667
Made the batch-sizing math smarter (processing datavariable metadata …
landreev Nov 10, 2025
b2dc80e
first stab at making the internal exportdataprovider use the latest i…
landreev May 6, 2026
da772b4
some cleanup/debugging needed to get the exports working again, when …
landreev May 8, 2026
db203c6
extra data consistency logic #11405
landreev May 26, 2026
515e0ea
Added further data consistency checks to avoid any ambiguity in how t…
landreev May 27, 2026
43951fe
Merge branch 'develop' into 11405-refactor-exports-experiment
landreev Jun 18, 2026
cd1a9ed
code changes that were needed in develop in order to sync up the expo…
landreev Jun 18, 2026
22b2d39
New tests added, some cleanup (this is still in the "experiment" sub-…
landreev Jul 20, 2026
e096244
Merge pull request #12546 from IQSS/11405-refactor-exports-experiment
landreev Jul 20, 2026
523bf0e
Minor fix in Oliver's sample JpaEntityManageService test. It was work…
landreev Jul 20, 2026
4662b9f
Adding the new, JpaEntityManagerService-based test to the list of reg…
landreev Jul 20, 2026
1eb8420
Merge branch 'develop' into 11405-refactor-exports
landreev Jul 20, 2026
f24c726
Removed modules/dataverse-spi and the action that used to build snaps…
landreev Jul 21, 2026
3d318be
... failed to add this change to the commit; unit tests have just fai…
landreev Jul 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 0 additions & 94 deletions .github/workflows/spi_release.yml

This file was deleted.

4 changes: 1 addition & 3 deletions modules/dataverse-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<module>../../pom.xml</module>
<module>../../scripts/zipdownload</module>
<module>../container-base</module>
<module>../dataverse-spi</module>
</modules>

<!-- Transitive dependencies, bigger library "bill of materials" (BOM) and
Expand Down Expand Up @@ -424,8 +423,6 @@
</snapshots>
</repository>
<!-- Uncomment when using snapshot releases from Maven Central -->
<!-- Note the new - as of Sept. 2025 sonatype url -->
<!--
<repository>
<id>central-portal-snapshots</id>
<name>Central Portal Snapshots</name>
Expand All @@ -439,6 +436,7 @@
<enabled>true</enabled>
</snapshots>
</repository>
<!--
<repository>
<id>s01-oss-sonatype</id>
<name>s01-oss-sonatype</name>
Expand Down
1 change: 0 additions & 1 deletion modules/dataverse-spi/.gitignore

This file was deleted.

242 changes: 0 additions & 242 deletions modules/dataverse-spi/pom.xml

This file was deleted.

Loading
Loading