-
Notifications
You must be signed in to change notification settings - Fork 232
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
Adding Drush Command for posting solr schema #99
Conversation
Formatting fixes
Hi @stevector ! Will this go in at a certain point, or should we for now create our own custom script that basically does the same? |
@amitaibu! I think this PR could still eventually get merged. It would have to be tested and approved to then be released with a regular core release. (We try to limit the number of releases that come through the Pantheon dashboard) I saw you were chatting with @greg-1-anderson over in pantheon-systems/quicksilver-examples#142. Does that get the job done for you? |
@stevector !! 😄 pantheon-systems/quicksilver-examples#142 is actually another issue from Gizra, but not I was working on (thus, I don't care about it that much 😜), but I'll have to try it at a certain point. This PR however seems to do the job for me - I'm now using it for a site creation script, where Solr is also configured. |
Glad to know it is working for you! @greg-1-anderson, what do you think of merging this into a future release? |
Hm there's a release of Drupal 7 due out this Wednesday... |
Could you make this PR merge into the |
... and rebase it off of HEAD of default? |
Done! #131 |
Fulfills #82
@greg-1-anderson, I'm going to schedule a meeting for tomorrow for us to discuss how to test this functionality and other parts of the repo.