-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/pid doi #2641
Open
pesikj
wants to merge
15
commits into
test
Choose a base branch
from
feat/pid-doi
base: test
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat/pid doi #2641
Conversation
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
Overview
Environment Variables (2 changes)
LC_ALL=cs_CZ.utf8
PATH=/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-TAG=refs/heads/dev
+TAG=
TZ=Europe/Prague
-VERSION=1.0.17
+VERSION= Labels (6 changes)
-org.opencontainers.image.authors=Archaeological Information System of the Czech Republic (AIS CR)
-org.opencontainers.image.created=2024-11-28T02:52:56.173Z
+org.opencontainers.image.created=2024-12-01T15:20:59.291Z
org.opencontainers.image.description=Archaeological Map of the Czech Republic (AMCR)
-org.opencontainers.image.documentation=https://aiscr-webamcr.readthedocs.io/
-org.opencontainers.image.licenses=GPL-3.0-or-later
+org.opencontainers.image.licenses=GPL-3.0
org.opencontainers.image.ref.name=ubuntu
-org.opencontainers.image.revision=3d5c027a953dcbaddc257862c123bde1ebee8141
+org.opencontainers.image.revision=fe47d1486f8ca9fb1407bf3f82e4a58848e2086e
org.opencontainers.image.source=https://github.com/ARUP-CAS/aiscr-webamcr
org.opencontainers.image.title=aiscr-webamcr
org.opencontainers.image.url=https://github.com/ARUP-CAS/aiscr-webamcr
-org.opencontainers.image.version=1.0.17
+org.opencontainers.image.version=2f4e315 Policies (0 improved, 1 worsened, 2 missing data)
|
pesikj
force-pushed
the
feat/pid-doi
branch
3 times, most recently
from
December 6, 2024 02:04
54c057f
to
4a4e2b0
Compare
motyc
reviewed
Dec 6, 2024
webclient/dokument/migrations/0013_dokumentcast_doi_alter_dokument_jazyky_and_more.py
Outdated
Show resolved
Hide resolved
Introduced `IGSN_PREFIX` setting and implemented its handling in prefix retrieval methods. Also corrected the tooltip reference for the DOI field in forms to resolve a mismapping issue.
Integrated ORCID, DOI, and ROR validation logic across various forms using external APIs to ensure data accuracy. Additionally, included updates to support IGSN management and improved admin form functionality.
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.
#2591
#2592
#2593
#2594
#2596
#2599
#2615
#2616