Skip to content
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

global: upgrade to 12.0.0b3.dev7 #146

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

zzacharo
Copy link
Contributor

@zzacharo zzacharo commented Apr 2, 2024

No description provided.

@@ -81,3 +81,6 @@ celerybeat-schedule.db
# node modules
**/*/node_modules
node_modules

# local tmp folder
tmp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is tmp needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not needed I added so I can keep track of some local files without committing them. I can remove them if you think it is confusing.

site/setup.cfg Outdated
@@ -20,7 +20,7 @@ tests =
[options.entry_points]
flask.commands =
cds-admin = cds_rdm.cli:cds_admin
migration = cds_rdm.migration.cli:migration
# migration = cds_rdm.migration.cli:migration
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: maybe it is better to group the commented out entrypoints together

Pipfile Outdated
[pipenv]
allow_prereleases = false
allow_prereleases = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need pre-releases?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please no! :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes for the dev release of invenio-app-rdm (+ invenio-rdm-migrator if we go with it).

Pipfile Outdated
[pipenv]
allow_prereleases = false
allow_prereleases = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please no! :)

invenio.cfg Outdated

# CDS Administration panel
# ========================
USERS_RESOURCES_ADMINISTRATION_ENABLED = True
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we really need to change invenio-users-resources and now enable it by default. Feel free to add a commit there

@zzacharo zzacharo force-pushed the cds-rdm-ugrade branch 2 times, most recently from 6c0af38 to aad29b3 Compare April 2, 2024 12:35
@zzacharo zzacharo changed the title global: upgrade to 12.0.0b3.dev5 global: upgrade to 12.0.0b3.dev7 Apr 2, 2024
@zzacharo zzacharo force-pushed the cds-rdm-ugrade branch 4 times, most recently from e52ea2a to 76c9b70 Compare April 2, 2024 14:11
@zzacharo zzacharo merged commit a1a70a8 into CERNDocumentServer:master Apr 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants