-
Notifications
You must be signed in to change notification settings - Fork 4
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
IBX-3644: [Doc] Fixed usage text suggested dest dir path #36
Conversation
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.
In the doc PR, it is also added information about merging in the schema changes needed by Commerce. Shouldn't this script also do that part ?
Bonus point for fixing references to "eZ Platform"/"eZ Platform Cloud" 😉 |
>In the doc PR, it is also added information about merging in the schema changes needed by Commerce. Shouldn't this script also do that part ? This package is part of open source edition so it shouldn't handle anything related to content/expirance and commerce editions. |
Well, it wouldn't hurt if it supported an |
To handle it in a clean way we would need some extension point which would delegate work to the other 1st party package scripts. Given the doc is simple and easy to apply I find it to be a bit overkill. Nevertheless contributions welcomed :) The only requirement would be that it cannot be a redundant copy, but some smart mechanism adding feature on top of the existing one. |
Kudos, SonarCloud Quality Gate passed! |
If I create a PR in this very repo, adding option like the following be accepted ? :
It is a simple solution to a simple problem. Instead of adding complexity of extension points etc. Adding a extension point where 1st party packages may add things to the schema wouldn't be hard. But if we would need the possibility for one package to change something already defined by another package would be a mess. I think we are just better off having all the logic for the solr schema in one place |
The problem with that is that you're exposing details of a closed-source package to an open source one, which is:
|
Okay, so that is a no go then |
v4.2
This PR aligns usage (help) text of
./bin/generate-solr-config.sh
script with the changes agreed in ibexa/documentation-developer#1742