Bring in new Drupal jump-start configsets
bradjones1 opened this issue · 4 comments
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.
FYI we've forked this at https://github.com/fruition/solr to do exactly this (with credit where credit is due of course.) Thanks!
Thank you, the support for jump-start configsets now added
@csandanov The change you made here to the current
endpoint only means no more config sets for 7.x, by the way... current
only returns 8.x+.
Right, thanks, fixed now