-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bring in new Drupal jump-start configsets #14
Comments
FYI we've forked this at https://github.com/fruition/solr to do exactly this (with credit where credit is due of course.) Thanks! |
csandanov
added a commit
that referenced
this issue
Sep 23, 2020
Thank you, the support for jump-start configsets now added |
@csandanov The change you made here to the |
csandanov
added a commit
that referenced
this issue
Sep 25, 2020
Right, thanks, fixed now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue outlines a parallel, automated configset generation and packaging process for the Drupal module. Through this new process, sensible-default english-language config sets are generated with the explicit goal of making cloud-native/Dockerized workflows faster and easier, while also expanding support for hosted Solr.
The download script currently rejects any version which ships only templates. This could be changed to bring in the jumpstart configsets.
Additionally, the download script does not currently recognize semantic versioning in recognizing releases; this line could/should be changed to use the "current" and "7.x" compatibility tags from the Drupal updates API to capture both 7.x and 8.x.
The text was updated successfully, but these errors were encountered: