-
Notifications
You must be signed in to change notification settings - Fork 69
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
revert: commit f9a8a85 #487
revert: commit f9a8a85 #487
Conversation
* it introduced circular dependency with invenio-users-resources. the feature will be moved to another package.
@@ -44,7 +44,7 @@ fi | |||
python -m check_manifest | |||
python -m setup extract_messages --output-file /dev/null | |||
python -m sphinx.cmd.build -qnN docs docs/_build/html | |||
eval "$(docker-services-cli up --db ${DB:-postgresql} --search ${SEARCH:-opensearch} --cache ${CACHE:-redis} --env)" |
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.
this should stay no? Otherwise, we cannot test search 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.
it was an addition of the commit i will revert. i thought to remove all what was added in the utnapischtim@f9a8a85
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 can keep that... Basically instead of git revert <commit>
you can just push a new one with only removing the necessary parts
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.
if we add that to the tests then a container will be started which is not used. that consumes resources which are unnecessary
since it was not there before in my opinion we should save resources
f6d4d46
to
61423c6
Compare
61423c6
to
1ef9f7c
Compare
which version do we need to yank? |
5.1.0 |
feature will be moved to another package.