Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2091 commits
Select commit Hold shift + click to select a range
353c383
Fix timing issue when posting guestbook response and requesting the d…
stevenwinship Apr 20, 2026
9c0e64b
fix documentation
stevenwinship Apr 17, 2026
278b7ca
fix(fixtures): ensure bidirectional linkage between `DatasetVersion` …
poikilotherm Apr 27, 2026
2636065
fix(fixtures): ensure timestamps are explicitly set for required `DvO…
poikilotherm Apr 27, 2026
cedaab3
feat(fixtures): add support for `DatasetType` in `DatasetRecipe` and …
poikilotherm Apr 27, 2026
a0cf2ef
Merge pull request #12341 from IQSS/12340-timing-issue-guestbook-resp…
sekmiller Apr 27, 2026
718b114
Merge pull request #12159 from IQSS/11912-edit-template-api
ChengShi-1 Apr 27, 2026
2eb10cc
Merge pull request #12355 from IQSS/12354-timezone-bug
ekraffmiller Apr 28, 2026
7904e99
Merge pull request #12238 from IQSS/11733-api-get-file-citation-format
ChengShi-1 Apr 28, 2026
4215b92
test(performance): add fixtures to large dataset export testing
poikilotherm Apr 28, 2026
d25756d
Add usage and response counts to get guestbook
stevenwinship Mar 31, 2026
51d145e
add docs
stevenwinship Mar 31, 2026
f3bfe55
change ignoreStats to includeStats
stevenwinship Apr 2, 2026
bfccabe
docs(fixtures): add detailed documentation for test fixture generator…
poikilotherm Apr 30, 2026
08b9c86
Merge pull request #12358 from janvanmansum/enable-multipart-upload
landreev May 1, 2026
b7b335e
test(performance): remove `JpaTestBootstrap` utility from performance…
poikilotherm May 2, 2026
595e8f2
test(performance): introduce JPA performance testing utilities and JU…
poikilotherm May 2, 2026
4ead806
test(performance): migrate large dataset export test to `JpaPerforman…
poikilotherm May 2, 2026
5e18459
test(performance): add `persistence.xml` for test configuration
poikilotherm May 2, 2026
8095d2f
docs(performance): add comprehensive guide for performance testing se…
poikilotherm May 2, 2026
4bb2816
docs(develop): add temporary links to testing fixtures and performanc…
poikilotherm May 2, 2026
36c9e93
docs: enable Markdown support in Sphinx and update myst-parser version
poikilotherm May 2, 2026
4a660f6
Fixed Anonymous guestbook file download via persistentId
stevenwinship Apr 27, 2026
460070e
fix test
stevenwinship Apr 27, 2026
cc5dd50
address comments
stevenwinship Apr 30, 2026
7b68d78
change signature-secret to signing-secret in config doc
stevenwinship Apr 30, 2026
55f77c5
change signature-secret to signing-secret in native-api doc
stevenwinship Apr 30, 2026
3ccee6e
fix download all files in dataset with guestbook response
stevenwinship Apr 30, 2026
f7e726f
Merge remote-tracking branch 'origin/develop' into storage-driver-end…
jp-tosca May 4, 2026
8a603e2
Improvements in handles support (#12366)
landreev May 4, 2026
9d2418e
Merge pull request #12182 from IQSS/storage-driver-endpoint
ChengShi-1 May 4, 2026
73edcd3
index draft content as LF
qqmyers May 4, 2026
d76e445
Merge remote-tracking branch 'IQSS/develop' into LocallyFAIR
qqmyers May 4, 2026
7f3202e
fix merge issue
qqmyers May 5, 2026
e80cc5d
#12379 docs: set ingestlimit of 1 instead of 0
donsizemore May 5, 2026
f1ccacc
PrePublish disclaimer for submit for review
stevenwinship May 1, 2026
4a0dc28
updated docs
stevenwinship May 1, 2026
2e193bf
Add DatasetPrePublishPopupCustomText
stevenwinship May 1, 2026
3509442
Add DatasetPrePublishPopupCustomText
stevenwinship May 1, 2026
d41fb78
rename PrePublish to SubmitForReview
stevenwinship May 5, 2026
96ebb7a
forgot to uncomment a test
stevenwinship May 5, 2026
32b3fd3
Merge branch 'develop' into 11447-mydata-retrieve-empty-result-set
stevenwinship May 5, 2026
c21fe92
Merge pull request #12380 from IQSS/12379_ingest_sizelimit_1
landreev May 5, 2026
0b3e05d
Merge pull request #12363 from IQSS/12245-anon-guestbook-download-via…
sekmiller May 5, 2026
a19d03b
Merge pull request #12373 from IQSS/12325-submit-for-review-message
landreev May 5, 2026
1841bcc
Merge branch 'refs/heads/develop' into feat/12194
vera May 7, 2026
f3e45c5
docs: fix usage example for /api/dataverses/<id> with ignoreSettingEx…
vera May 7, 2026
8db91f1
test: test getting dataverse with ignoreSettingExcludeEmailFromExport…
vera May 7, 2026
77ee195
Merge pull request #12195 from vera/feat/12194
sekmiller May 7, 2026
97286c3
Merge branch 'develop' into 11447-mydata-retrieve-empty-result-set
stevenwinship May 7, 2026
e2ed54a
feat(ct): add automated Solr schema watcher script to Configbaker
poikilotherm Nov 7, 2025
9462466
chore(cat): clean additional apt cache directories in Configbaker Doc…
poikilotherm Nov 7, 2025
d2e837d
docs(ct,metadata): document and include `solr-driver.sh` for automate…
poikilotherm Nov 7, 2025
e18c3e6
refactor(ct,solr): unify Dataverse auth handling with header-based ap…
poikilotherm Dec 17, 2025
060272f
style(ct,solr): improve error logging for schema fallback logic #11959
poikilotherm Dec 17, 2025
abec775
refactor(ct,solr): improve metadata sync and schema update logic #11959
poikilotherm Dec 17, 2025
ab0df33
fix(ct,solr): repair source and target schema handling #11959
poikilotherm Dec 18, 2025
db7609a
refactor(ct,solr): streamline schema backup logic and signal handling…
poikilotherm Dec 18, 2025
b52c229
feat(ct,solr): add verbose logging support and improve metadata loggi…
poikilotherm Dec 18, 2025
695f992
fix(ct): switch AUTH_HEADER_ARG to array format for improved curl com…
poikilotherm Dec 19, 2025
4aadc91
fix(ct): correct typo in ADMIN_API_UNBLOCK_KEY assignment in apply-db…
poikilotherm Dec 19, 2025
4fcc0e1
fix(solr): remove Kubernetes health check logic and related options
poikilotherm Jan 8, 2026
430037c
Merge pull request #11963 from poikilotherm/11959-automate-solr-schem…
landreev May 8, 2026
a4db5f5
fix #8500 issue for cvoc fields, stop return from saving form
qqmyers May 8, 2026
486e3f2
adding includeInherited to get guestbook list api
stevenwinship Apr 13, 2026
1b4a17a
Merge pull request #12269 from IQSS/12260-get-guestbook-with-usage-an…
ChengShi-1 May 11, 2026
b7f3960
Merge branch 'develop' into 12323-get-inherited-guestbooks-list-api
stevenwinship May 12, 2026
efb10a0
fix test after merge conflict
stevenwinship May 12, 2026
807c8f6
fix test after merge conflict
stevenwinship May 12, 2026
78e3967
Fis guestbook stats test after merge
stevenwinship May 12, 2026
c976fcd
Merge pull request #12393 from IQSS/fix-guestbook-stats-test-after-merge
landreev May 13, 2026
6cbe7ec
Merge branch 'develop' into 12323-get-inherited-guestbooks-list-api
stevenwinship May 13, 2026
1bd05bb
Merge pull request #12151 from beepsoft/cors-filter-fix
sekmiller May 13, 2026
16a7096
Remove two fake fields
lubitchv May 13, 2026
5531161
Merge branch 'develop' into 12323-get-inherited-guestbooks-list-api
stevenwinship May 13, 2026
d0b449a
Fixes to counter-weekly and updateCitationsForDataset API (#12397)
stevenwinship May 20, 2026
a478ecc
Manage Guestbook APIs to Edit Guestbooks and retrieve Guestbook Respo…
stevenwinship May 14, 2026
ae692af
remove changes from GuestbookServiceBean
stevenwinship May 15, 2026
fbe7b2e
remove changes from GuestbookServiceBean
stevenwinship May 15, 2026
5d3b143
Merge pull request #12326 from IQSS/12323-get-inherited-guestbooks-li…
ChengShi-1 May 21, 2026
bfa7986
Merge branch 'develop' into 12386-manage-guestbook-apis
stevenwinship May 21, 2026
d605f1f
fix conflict
stevenwinship May 21, 2026
d07a45c
fix conflict
stevenwinship May 21, 2026
0000c12
fix conflict
stevenwinship May 21, 2026
03a6763
Merge branch 'develop' into 11447-mydata-retrieve-empty-result-set
stevenwinship May 21, 2026
7d851e9
Merge branch 'develop' into feature/fast-redeploy-scripts
ErykKul May 22, 2026
cde389f
small cleanup
ErykKul May 22, 2026
552da06
typo
pdurbin May 22, 2026
8e91d70
Merge pull request #11961 from IQSS/feature/fast-redeploy-scripts
pdurbin May 26, 2026
5d431b9
feat(api/SearchIT.java): make search more precise and disable failing…
srmanda-cs Apr 29, 2026
216bcb7
feat(.github/workflows/container_integration_test.yml): add container…
srmanda-cs Apr 29, 2026
0a812ab
Potential fix for pull request finding
srmanda-cs Apr 29, 2026
ac837ee
Modify integration test workflow configuration
srmanda-cs Apr 29, 2026
370902a
Update paths-ignore to exclude .txt files
srmanda-cs Apr 29, 2026
1ee940a
Disable unreliable testRetrieveMyDataCollections
srmanda-cs Apr 29, 2026
b64e634
Update container integration tests workflow
srmanda-cs Apr 29, 2026
2484285
Update SUSHI config file handling in workflow
srmanda-cs Apr 29, 2026
ce34be7
Enhance curl command with error handling
srmanda-cs Apr 29, 2026
08ecbf0
Update jacoco path in integration tests workflow
srmanda-cs Apr 29, 2026
4328a10
Update SUSHI config file retrieval method
srmanda-cs Apr 29, 2026
6754e95
Include master branch in CI workflow triggers
srmanda-cs May 4, 2026
e281160
Refactor SUSHI config file injection method
srmanda-cs May 4, 2026
5fa56ec
Add file existence check before docker cp
srmanda-cs May 4, 2026
e8b0fd2
Refactor file injection method for integration tests
srmanda-cs May 4, 2026
70f7b99
feat(.github/workflows/container_integration_test.yml): test jacoco fix
srmanda-cs May 6, 2026
b87af01
feat(.github/workflows/container_integration_test.yml): fix sloppy ex…
srmanda-cs May 6, 2026
c387517
feat(.github/workflows/container_integration_test.yml): enable DVAPIK…
srmanda-cs May 6, 2026
978d32d
feat(.github/workflows/container_integration_test.yml): failsafe for …
srmanda-cs May 6, 2026
82b8d67
feat(.github/workflows/container_integration_test.yml): just another …
srmanda-cs May 6, 2026
f14954d
Configure JaCoCo agent in docker-compose for testing
srmanda-cs May 6, 2026
275d8f3
Enhance JaCoCo integration in CI workflow
srmanda-cs May 6, 2026
fb190b0
Reduce timeout and clean up workflow comments
srmanda-cs May 6, 2026
2bb134b
Reorder stopping Dataverse stack in workflow
srmanda-cs May 6, 2026
9db609b
Update JaCoCo agent configuration in docker-compose
srmanda-cs May 6, 2026
ebda709
Update environment variable and JaCoCo execution process
srmanda-cs May 6, 2026
e7a2e70
feat(.github/workflows/container_integration_test.yml): remove jacoco…
srmanda-cs May 11, 2026
37ff518
feat(.github/workflows/container_integration_test.yml): full revert w…
srmanda-cs May 11, 2026
befd61d
feat(.github/workflows/container_integration_test.yml): revert commit
srmanda-cs May 11, 2026
9bc351e
feat(.github/workflows/container_integration_test.yml): speed up buil…
srmanda-cs May 11, 2026
11e9d6c
feat(.github/workflows/container_integration_test.yml): reduce timeout
srmanda-cs May 11, 2026
1bf2a61
feat(.github/workflows/container_integration_test.yml): remove unnece…
srmanda-cs May 11, 2026
1c3d286
feat(.github/workflows/container_integration_test.yml): bump upload a…
srmanda-cs May 11, 2026
e9c52db
feat(.github/workflows/container_integration_test.yml): pass cors as …
srmanda-cs May 13, 2026
b9dfa50
feat(.github/workflows/container_integration_test.yml): CorsIT fix
srmanda-cs May 13, 2026
51aecf7
feat(.github/workflows/container_integration_test.yml): switch env to…
srmanda-cs May 13, 2026
bc5a539
Merge pull request #12338 from IQSS/12337-guestbook-response-document…
landreev May 26, 2026
68e9a84
Merge pull request #12368 from uncch-rdmc/12367-github-actions-workfl…
pdurbin May 26, 2026
4a7173b
Fix destroy dataset response for persistent IDs #8412
won-seoop May 20, 2026
9b0e389
Required controlledVocabulary metadata marked as valid while empty (#…
stevenwinship May 26, 2026
cd907fd
Fix DataRetrieverApiIT.testRetrieveMyDataCollections() for github mig…
stevenwinship Apr 30, 2026
352e361
address review comments
stevenwinship Apr 30, 2026
a5a5410
un-disable testRetrieveMyDataCollections() test
stevenwinship May 26, 2026
63e520b
Merge branch 'IQSS:develop' into 10398-geospatial-block
lubitchv May 26, 2026
47cbce0
Integration testing
lubitchv May 26, 2026
a1de833
solr remove header fields
lubitchv May 26, 2026
1cec97b
Merge pull request #12390 from GlobalDataverseCommunityConsortium/Edi…
sekmiller May 26, 2026
d5e2cda
Merge pull request #12372 from IQSS/12371-fix-dataretriever-api-test-…
pdurbin May 26, 2026
8ccec57
Merge branch 'develop' into 12386-manage-guestbook-apis
stevenwinship May 27, 2026
0f2511b
Bump org.keycloak:keycloak-services in /conf/keycloak/builtin-users-spi
dependabot[bot] Apr 13, 2026
61bae55
Bump org.omnifaces:omnifaces from 4.0-M13 to 4.7.5
dependabot[bot] Apr 16, 2026
ca98439
Bump michalvankodev/copy-issue-labels from 1.3.0 to 2.0.0
dependabot[bot] Apr 16, 2026
c6faaa6
Bump actions/add-to-project from 1.0.2 to 2.0.0
dependabot[bot] May 5, 2026
2c7ec9f
Bump org.postgresql:postgresql in /modules/dataverse-parent
dependabot[bot] May 6, 2026
14f8206
Fix typo in dataset management documentation (#12396)
Parthsuii May 28, 2026
406b279
Merge remote-tracking branch 'IQSS/develop' into LocallyFAIR
qqmyers May 29, 2026
ac1da80
merge fixes
qqmyers May 29, 2026
60124c3
Merge remote-tracking branch 'IQSS/develop' into LCDataCite
qqmyers May 29, 2026
ddb57fa
Merge branch 'LCDataCite' of https://github.com/QualitativeDataReposi…
qqmyers May 29, 2026
8bbd737
Auto Create thumbnail so Search API will return image_url when publis…
stevenwinship May 29, 2026
824f16f
Merge branch 'develop' into 11447-mydata-retrieve-empty-result-set
stevenwinship May 29, 2026
fe20ed7
Merge branch 'develop' into 12386-manage-guestbook-apis
stevenwinship May 29, 2026
693c89e
add release date script (#12312)
pdurbin May 29, 2026
6e5aea8
review fixes
qqmyers May 29, 2026
217d430
Merge pull request #12256 from IQSS/11447-mydata-retrieve-empty-resul…
ChengShi-1 Jun 1, 2026
261ab11
Merge branch 'develop' into 12386-manage-guestbook-apis
stevenwinship Jun 1, 2026
7ee98da
Remove TestIngest Class
stevenwinship May 29, 2026
3be83ea
add release note
stevenwinship May 29, 2026
beb49c6
Removing deprecated Meta class
stevenwinship May 29, 2026
080a81b
remove meta from DatasetPage
stevenwinship Jun 1, 2026
c57b7af
Merge pull request #12416 from IQSS/12415-remove-testingest-class
landreev Jun 1, 2026
e46a251
Merge pull request #12418 from IQSS/12417-remove-meta-class
landreev Jun 1, 2026
fb2fe48
Merge branch 'develop' into 12386-manage-guestbook-apis
stevenwinship Jun 2, 2026
3ee64ea
Merge pull request #12322 from uncch-rdmc/12321_installer_payara7
pdurbin Jun 2, 2026
0f3e645
Merge branch 'develop' into 12386-manage-guestbook-apis
stevenwinship Jun 2, 2026
4acddc8
fix label spacing and alignment
qqmyers Jun 2, 2026
c797854
stop downloading XSDs from sitemaps.org, use local copies #12422
pdurbin Jun 3, 2026
f9f4afb
Merge pull request #12427 from IQSS/12422-sitemaps.org
landreev Jun 3, 2026
0a1817f
Merge pull request #12365 from IQSS/11405-optimize-huge-exports
landreev Jun 3, 2026
bc94b4c
Merge branch 'develop' into 12386-manage-guestbook-apis
stevenwinship Jun 3, 2026
ca73078
add test to create dataset and local review of it #12313
pdurbin Apr 10, 2026
9d41651
add command and API to get reviews #12313
pdurbin Apr 13, 2026
a7e525f
add tests for unpublished local reviews #12313
pdurbin Apr 13, 2026
a07ba08
add docs for "list reviews" API endpoint #12313
pdurbin Apr 13, 2026
0377168
add release note #12313
pdurbin Apr 13, 2026
3d3a10a
croissant with local reviews, more review fields, test rubric #12314
pdurbin Jun 2, 2026
b87df81
remove duplicate JSON, use JSON from guides instead
pdurbin Jun 3, 2026
d6f93f6
reference pull request in release note snippet
pdurbin Jun 3, 2026
0771ee2
chore(deps): bump aquasecurity/setup-trivy from 0.2.6 to 0.3.1
dependabot[bot] Jun 3, 2026
603b87f
correct block name
pdurbin Jun 3, 2026
ac0d032
remove tabs to make reviewdog happy
pdurbin Jun 3, 2026
8ef2ad4
Merge branch 'develop' into rst2md1
pdurbin Jun 3, 2026
0109463
Merge pull request #12291 from IQSS/rst2md1
pdurbin Jun 3, 2026
ac64059
Merge pull request #12324 from IQSS/dependabot/maven/conf/keycloak/bu…
pdurbin Jun 3, 2026
f363fce
Merge pull request #12335 from IQSS/dependabot/maven/org.omnifaces-om…
pdurbin Jun 3, 2026
9497570
Merge pull request #12383 from IQSS/dependabot/maven/modules/datavers…
pdurbin Jun 3, 2026
dffbdcc
Merge pull request #12375 from IQSS/dependabot/github_actions/actions…
pdurbin Jun 3, 2026
8cc4b99
Merge pull request #12336 from IQSS/dependabot/github_actions/michalv…
pdurbin Jun 3, 2026
cc3c65e
Merge pull request #12430 from IQSS/dependabot/github_actions/aquasec…
pdurbin Jun 3, 2026
199057d
Merge pull request #12402 from won-seoop/8412-destroy-response-persis…
pdurbin Jun 3, 2026
82751e8
Merge branch 'develop' into LocallyFAIR
qqmyers Jun 4, 2026
359e476
bump opennlp-tools version
pdurbin Jun 3, 2026
4ce883c
Merge pull request #12239 from QualitativeDataRepository/Get_settings…
sekmiller Jun 5, 2026
a3b8fd7
IQSS/12244 - fix org citations (#12248)
qqmyers Jun 8, 2026
77fdb6e
Adding geo to solr schema and block, fix spelling
lubitchv Jun 8, 2026
66c911f
remove quotes
lubitchv Jun 8, 2026
706fec4
remove additional quotes
lubitchv Jun 8, 2026
335e52b
Merge branch 'IQSS:develop' into 10398-geospatial-block
lubitchv Jun 8, 2026
5226f5f
various doc improvements #12319
pdurbin Jun 8, 2026
8fc2be7
Alicia changes
lubitchv Jun 8, 2026
dfd0198
Merge pull request #12395 from IQSS/12386-manage-guestbook-apis
ChengShi-1 Jun 8, 2026
377953e
Fix for Gestbook Response parsing
stevenwinship Jun 9, 2026
177217e
Some cleanup and extra validation in the code that repackages shape f…
landreev Jun 9, 2026
3354a7a
fix test by ordering the custom questions by displayOrder
stevenwinship Jun 9, 2026
f3b42ca
Merge branch 'IQSS:develop' into 10398-geospatial-block
lubitchv Jun 9, 2026
63593fb
geographic
lubitchv Jun 10, 2026
7d9cd72
Merge pull request #12425 from IQSS/12313-local-reviews-croissant
sekmiller Jun 11, 2026
d81f093
a typo in the warning message #12426
landreev Jun 11, 2026
08bb973
Merge branch 'develop' into 12426-shapefile-handler
landreev Jun 11, 2026
21d82ef
don't feature Locally FAIR so prominently in User Guide #12319
pdurbin Jun 12, 2026
292223a
Merge branch 'develop' into 11998-features-in-guides
pdurbin Jun 12, 2026
62211b4
fix link to big data support
pdurbin Jun 12, 2026
724bb9c
Update geospatial.tsv
lubitchv Jun 12, 2026
05b5832
various improvements from doc wg meeting #11998
pdurbin Jun 12, 2026
e228655
switch to Title Case #11998
pdurbin Jun 12, 2026
94dcafe
remove unused script #11998
pdurbin Jun 12, 2026
b290214
add release note #11998
pdurbin Jun 12, 2026
bc8fae4
add geographic
lubitchv Jun 12, 2026
1e03c09
Merge pull request #12224 from QualitativeDataRepository/LCDataCite
sekmiller Jun 12, 2026
c14d83c
geographic
lubitchv Jun 12, 2026
68f75d3
docs(admin): use sphinx-design module to make feature list more visua…
poikilotherm Jun 12, 2026
48035b2
docs(admin): convert some more features into cards for larger examples
poikilotherm Jun 12, 2026
e2004ae
Merge pull request #12448 from IQSS/12426-shapefile-handler
pdurbin Jun 12, 2026
568e56e
docs(admin): make columns in feature list responsive
poikilotherm Jun 12, 2026
fa04f0d
docs(admin): make intro/heading card take full size
poikilotherm Jun 12, 2026
6cd8740
docs(admin): convert remaining sections into cards
poikilotherm Jun 12, 2026
c0484a3
docs(admin): re-add a TOC for better navigation
poikilotherm Jun 12, 2026
18cecc3
docs: fix code block formatting in Native API Guide (#12457)
Sipxi Jun 13, 2026
8b4c3ab
Merge pull request #12462 from Sipxi/patch-1
pdurbin Jun 15, 2026
160e7db
Update appendix.rst to remove outdated note #10398
pdurbin Jun 15, 2026
f1eaa4f
revert Iran to how it was
pdurbin Jun 15, 2026
b64abb1
better blurb #10398
pdurbin Jun 15, 2026
88e2bcc
Update doc/sphinx-guides/source/admin/features.md
poikilotherm Jun 15, 2026
ab19d61
add link to ISO 19115 #10398
pdurbin Jun 15, 2026
d34f6d8
Merge pull request #12460 from IQSS/11998-alternative-layout
pdurbin Jun 15, 2026
2f74719
Merge pull request #12000 from IQSS/11998-features-in-guides
pdurbin Jun 15, 2026
1703622
Merge remote-tracking branch 'IQSS/develop' into LocallyFAIR
qqmyers Jun 15, 2026
338c117
Merge remote-tracking branch 'origin/LocallyFAIR' into LocallyFAIR
qqmyers Jun 15, 2026
e6708b0
Merge pull request #11507 from lubitchv/10398-geospatial-block
pdurbin Jun 15, 2026
35ed00e
Merge pull request #12429 from IQSS/12389-bump-opennlp
pdurbin Jun 15, 2026
5a1a566
Merge pull request #12319 from GlobalDataverseCommunityConsortium/Loc…
pdurbin Jun 15, 2026
9289b5b
Merge pull request #12447 from IQSS/12446-fix-guestbook-response-parsing
sekmiller Jun 15, 2026
8e705b4
Fixing flaky IT tests
stevenwinship Jun 15, 2026
670f82f
Merge pull request #12466 from IQSS/12463-fix-flaky-tests
pdurbin Jun 15, 2026
259b4ab
#12464 update code to work with both versions of display value string…
sekmiller Jun 16, 2026
b6d5d09
documenting auth. change for /access/datafile/.../userPermissions API…
landreev Jun 17, 2026
396b1cc
keep lines together and reword slightly #12472
pdurbin Jun 17, 2026
3e5bba0
Merge pull request #12473 from IQSS/12472-api-changelog-per-12319
pdurbin Jun 17, 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
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 18 additions & 0 deletions .github/workflows/add_bugs_to_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Add bugs to project board

on:
issues:
types:
- opened
- labeled

jobs:
add-to-project:
name: Add bug to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v2.0.0
with:
project-url: https://github.com/orgs/IQSS/projects/34
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: "Type: Bug"
4 changes: 2 additions & 2 deletions .github/workflows/check_property_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Duplicate Keys
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Run duplicates detection script
shell: bash
run: tests/check_duplicate_properties.sh
Expand All @@ -18,7 +18,7 @@ jobs:
name: Metadata Blocks Properties
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup GraalVM + Native Image
uses: graalvm/setup-graalvm@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

# Add any setup steps before running the `github/codeql-action/init` action.
# This includes steps like installing compilers or runtimes (`actions/setup-node`
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/container_app_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@ jobs:
if: ${{ github.repository_owner == 'IQSS' }}
steps:
# Checkout the pull request code as when merged
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'
- uses: actions/setup-java@v5
with:
java-version: "17"
java-version: "21"
distribution: 'adopt'
- uses: actions/cache@v4
- uses: actions/cache@v5
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

# Note: Accessing, pushing tags etc. to GHCR will only succeed in upstream because secrets.
- name: Login to Github Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}

- name: Set up QEMU for multi-arch builds
uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@v4

# Get the image tag from either the command or default to branch name (Not used for now)
#- name: Get the target tag name
Expand All @@ -69,7 +69,7 @@ jobs:
-Dapp.image.tag=${{ env.IMAGE_TAG }}
-Ddocker.registry=ghcr.io -Ddocker.platforms=${{ env.PLATFORMS }}

- uses: marocchino/sticky-pull-request-comment@v2
- uses: marocchino/sticky-pull-request-comment@v3
with:
header: registry-push
hide_and_recreate: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/container_app_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,20 @@ jobs:
# Depending on context, we push to different targets. Login accordingly.
- if: github.event_name != 'pull_request'
name: Log in to Docker Hub registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- if: ${{ github.event_name == 'pull_request' }}
name: Login to Github Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}

- name: Set up QEMU for multi-arch builds
uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@v4

- name: Add rolling image tag when pushing to develop
if: ${{ github.event_name == 'push' && github.ref_name == 'develop' }}
Expand All @@ -141,7 +141,7 @@ jobs:
${{ env.REGISTRY }} -Ddocker.platforms=${{ env.PLATFORMS }}
-P ct deploy

- uses: marocchino/sticky-pull-request-comment@v2
- uses: marocchino/sticky-pull-request-comment@v3
if: ${{ github.event_name == 'pull_request' }}
with:
header: registry-push
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/container_base_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
# Note: Accessing, pushing tags etc. to DockerHub will only succeed in upstream and
# on events in context of upstream because secrets. PRs run in context of forks by default!
- name: Log in to the Container registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

# In case this is a push to develop, we care about buildtime.
# Configure a remote ARM64 build host in addition to the local AMD64 in two steps.
- name: Setup SSH agent
uses: webfactory/ssh-agent@v0.9.1
uses: webfactory/ssh-agent@v0.10.0
with:
ssh-private-key: ${{ secrets.BUILDER_ARM64_SSH_PRIVATE_KEY }}
- name: Provide the known hosts key and the builder config
Expand Down
Loading
Loading