-
Notifications
You must be signed in to change notification settings - Fork 11
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
Conversation
@@ -81,3 +81,6 @@ celerybeat-schedule.db | |||
# node modules | |||
**/*/node_modules | |||
node_modules | |||
|
|||
# local tmp folder | |||
tmp |
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.
why is tmp needed?
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.
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 |
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.
nit: maybe it is better to group the commented out entrypoints together
Pipfile
Outdated
[pipenv] | ||
allow_prereleases = false | ||
allow_prereleases = true |
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.
do we need pre-releases?
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.
Please no! :)
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 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 |
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.
Please no! :)
invenio.cfg
Outdated
|
||
# CDS Administration panel | ||
# ======================== | ||
USERS_RESOURCES_ADMINISTRATION_ENABLED = True |
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.
I think we really need to change invenio-users-resources
and now enable it by default. Feel free to add a commit there
6c0af38
to
aad29b3
Compare
e52ea2a
to
76c9b70
Compare
No description provided.