-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a153ee
commit dde6008
Showing
29 changed files
with
636 additions
and
329 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
21 changes: 21 additions & 0 deletions
21
src/dvtests/testing/data/dataverse_production/default/system/testdata_authentication.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"shibboleth": { | ||
"login-valid": [ | ||
{ | ||
"title": "AUSSDA" | ||
} | ||
] | ||
}, | ||
"normal-login": { | ||
"login-valid": [ | ||
[ | ||
{ | ||
"login-mode": "normal-user-and-shibboleth" | ||
}, | ||
{ | ||
"title": "AUSSDA" | ||
} | ||
] | ||
] | ||
} | ||
} |
38 changes: 38 additions & 0 deletions
38
src/dvtests/testing/data/dataverse_production/default/unit/testdata_api.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"dataverse": { | ||
"valid": [ | ||
[ | ||
{ | ||
"alias": ":root" | ||
}, | ||
{ | ||
"alias": "AUSSDA", | ||
"name": "AUSSDA", | ||
"affiliation": "AUSSDA", | ||
"emails": [ | ||
"info@aussda.at" | ||
], | ||
"tagline": "We make social science data accessible, creating opportunities for research and data reuse, benefitting science and society.", | ||
"link-url": "https://aussda.at", | ||
"url": "https://data.aussda.at/api/v1/dataverses/:root?User-Agent=pydataverse" | ||
} | ||
], | ||
[ | ||
{ | ||
"alias": "AUSSDA" | ||
}, | ||
{ | ||
"alias": "AUSSDA", | ||
"name": "AUSSDA", | ||
"affiliation": "AUSSDA", | ||
"emails": [ | ||
"info@aussda.at" | ||
], | ||
"tagline": "We make social science data accessible, creating opportunities for research and data reuse, benefitting science and society.", | ||
"link-url": "https://aussda.at", | ||
"url": "https://data.aussda.at/api/v1/dataverses/AUSSDA?User-Agent=pydataverse" | ||
} | ||
] | ||
] | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
src/dvtests/testing/data/dataverse_production/default/unit/testdata_authentication.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"shibboleth": { | ||
"interface-valid": [ | ||
[ | ||
{ | ||
"url": "/Shibboleth.sso/DiscoFeed" | ||
}, | ||
{ | ||
"content-type": "application/json; charset=UTF-8" | ||
} | ||
], | ||
[ | ||
{ | ||
"url": "/Shibboleth.sso/Metadata" | ||
}, | ||
{ | ||
"content-type": "application/samlmetadata+xml" | ||
} | ||
] | ||
] | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
src/dvtests/testing/data/dataverse_production/default/unit/testdata_installation.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"version": { | ||
"valid": [ | ||
{ | ||
"version": "4.20", | ||
"build": "413-4e07b62" | ||
} | ||
] | ||
}, | ||
"server": { | ||
"api-valid": [ | ||
{ | ||
"url": "data.aussda.at" | ||
} | ||
], | ||
"request-valid": [ | ||
{ | ||
"server": "Apache/2.4.41 (Ubuntu)", | ||
"content-encoding": "gzip", | ||
"keep-alive": "timeout=5, max=100", | ||
"connection": "Keep-Alive" | ||
} | ||
] | ||
} | ||
} |
51 changes: 51 additions & 0 deletions
51
src/dvtests/testing/data/dataverse_production/default/unit/testdata_oaipmh.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"endpoint": { | ||
"valid": [ | ||
[ | ||
{ | ||
"url": "https://data.aussda.at/oai" | ||
}, | ||
{ | ||
"encoding": "UTF-8", | ||
"content-type": "text/xml;charset=UTF-8" | ||
} | ||
], | ||
[ | ||
{ | ||
"url": "https://data.aussda.at/oai?verb=ListIdentifiers&metadataPrefix=oai_ddi&set=all_published" | ||
}, | ||
{ | ||
"encoding": "UTF-8", | ||
"content-type": "text/xml;charset=UTF-8" | ||
} | ||
], | ||
[ | ||
{ | ||
"url": "https://data2.aussda.at/oai?verb=ListIdentifiers&metadataPrefix=ddi" | ||
}, | ||
{ | ||
"encoding": "UTF-8", | ||
"content-type": "text/xml;charset=UTF-8" | ||
} | ||
], | ||
[ | ||
{ | ||
"url": "https://data2.aussda.at/oai?verb=ListRecords&metadataPrefix=ddi&set=all_published" | ||
}, | ||
{ | ||
"encoding": "UTF-8", | ||
"content-type": "text/xml;charset=UTF-8" | ||
} | ||
], | ||
[ | ||
{ | ||
"url": "https://data2.aussda.at/oai?verb=GetRecord&metadataPrefix=oai_ddi&identifier=doi:10.11587/BQVSOW" | ||
}, | ||
{ | ||
"encoding": "UTF-8", | ||
"content-type": "text/xml;charset=UTF-8" | ||
} | ||
] | ||
] | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
src/dvtests/testing/data/dataverse_production/default/unit/testdata_robots-txt.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"robots-txt": { | ||
"valid": [ | ||
{ | ||
"encoding": "ISO-8859-1", | ||
"content-type": "text/plain" | ||
} | ||
] | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
src/dvtests/testing/data/dataverse_production/default/unit/testdata_sitemap.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"sitemap": { | ||
"valid": [ | ||
{ | ||
"encoding": "ISO-8859-1", | ||
"content-type": "application/xml" | ||
} | ||
] | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
src/dvtests/testing/data/dataverse_production/default/unit/testdata_user.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"api": { | ||
"valid": [ | ||
{ | ||
"url": "data.aussda.at" | ||
} | ||
] | ||
} | ||
} |
This file contains 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
Oops, something went wrong.