Include first prototype of the release procedure.#290
Open
Conversation
f49d79b to
5e4bc1f
Compare
d0f48d8 to
576dcc5
Compare
dianarand
requested changes
Mar 20, 2026
| __tablename__ = "releases_metadata" | ||
|
|
||
| BULK_IMMUTABLE_FIELDS = ["recid", "title", "DOI"] | ||
| status = db.Column( |
Collaborator
There was a problem hiding this comment.
Since the statuses are defined in ReleaseStatus, maybe it could be used here as an enum, something like
status = db.Column(db.Enum(ReleaseStatus), nullable=False, index=True)
ca0d321 to
4089fd3
Compare
zzacharo
reviewed
Mar 31, 2026
| handlers["signup_handler"]["info"] = user_info_with_cern_roles | ||
|
|
||
| # OAUTHCLIENT_SETTINGS_TEMPLATE = 'invenio_theme/page_settings.html' | ||
| COMMUNITIES_CUSTOM_FIELDS = None |
Contributor
There was a problem hiding this comment.
by default this is set to [], see https://github.com/inveniosoftware/invenio-communities/blob/master/invenio_communities/config.py#L252
zzacharo
reviewed
Mar 31, 2026
| cernopendata webpack clean | ||
| # TODO THIS IS A HACK. If we don't create the directory by hand, we get: | ||
| # ERROR in ./js/invenio_communities/community/new.js 207:19-76 | ||
| # 31 110.8 Module not found: Error: Can't resolve '@templates/custom_fields' in '/opt/invenio/var/instance/assets/js/invenio_communities/community' |
Contributor
…releases and dealing with records. It includes user login, communities and a bunch of new dependencies.
Co-authored-by: Diana Rand <54885108+dianarand@users.noreply.github.com>
psaiz
commented
Apr 15, 2026
psaiz
commented
Apr 15, 2026
Co-authored-by: Diana Rand <54885108+dianarand@users.noreply.github.com> Co-authored-by: psaiz <psaiz@users.noreply.github.com>
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
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.
No description provided.