Problem/Motivation
The module's elasticsearch_connector.services.yml has few comments, inconsistent style, and doesn't seem to have an order, so it seems to make the most sense to add services at the bottom. But, adding services at the bottom increases the chance that multiple patches will conflict with each-other. Lack of whitespace also increases the chance of conflicting patches.
Proposed resolution
Order the service definitions in elasticsearch_connector.services.yml and tests/modules/elasticsearch_connector_test/elasticsearch_connector_test.services.yml alphabetically.
Add whitespace between the services, and a comment to each service.
Make the service definitions consistent style.
If tests pass, then this should not require any additional tests.
Remaining tasks
Merge request 9.0.x- done by @mparker17 in #2Merge request 8.0.x- done by @mparker17 in #3Make sure tests still pass- done by @mparker17 by #5Merge 9.0.x- merged by @mparker17 in #6Merge 8.0.x- merged by @mparker17 in #8- Release 9.0.x
- Release 8.0.x
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork elasticsearch_connector-3590887
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
mparker17Created merge requests; lets see what Testbot thinks.
Comment #5
mparker17Great, tests pass, merging.
Comment #7
mparker17Awesome, merging 8.0.x
Comment #9
mparker17Merged. I will update this issue when this change is released.