-
Notifications
You must be signed in to change notification settings - Fork 3
3289 harvest via oai pmh of rein d space fails #3321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
lbownik
merged 34 commits into
develop
from
3289_Harvest_via_OAI_PMH_of_REIN_DSpace_fails
Jul 6, 2026
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
ded5c45
refactorings
6649f26
refactoring, formatting
4e518c9
killed redundant class, added forgotten repository class
895017e
refactoring
0397b85
removed useless exception messages, stripped Serializable, unified ty…
a9580dc
refactoring
60c5aff
refactoring
0ae81c5
removed unused imports
b1b7a87
renamed variables, manual formatting
633a99c
renamed variables, manual formatting
38c30a3
wip
33cc422
wip
c7a3ad9
wip
539413e
wip
3abd4c2
added now type of GlobalId = url
921acb9
wip
e352fe1
handle contributor
3b8d947
handle http/https doi/handle properly
1fec2ec
fixed failed url for some imported datasets
3b0267c
fixed unicode support
85d465b
removed unused code, rewritten algorithm of finding publication date
df18d0c
fixed parsing date consisting only of year and month
574e5d6
made language optional
3fbacce
added broken doi detection, refactored GlobalId
646ab8b
fixed http/https identifiers
3621368
wip
9e329ce
bug fixes
740c0fa
fixed potential broken date issue
04e0f21
fixed logging, removed temporary debug helper
ea69afb
fixed connection timeout while receiving headers
a19d7ad
minor optimization
ba36d7f
removed obsolete code
0de8833
this, final , static imports, manual formatting, removed redundant va…
ed216b9
some comments addressed
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two time this.protocol this was intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes - we have the following global id types: "doi", "hdl" "http" and "https"
in case of doi the string representation shall be
doi:blabla
in case of hdl the string represenation shall be
hdl:blablabla
so in case of http the string representation shall be
http:http://blablabalaba
ans in case of https the string respresentation shall be
htttps:https://blablabla