Skip to content
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

Register caches before plugins #39

Merged
merged 3 commits into from Apr 16, 2018
Merged

Register caches before plugins #39

merged 3 commits into from Apr 16, 2018

Conversation

michaelhue
Copy link
Contributor

Some plugins may have cache dependencies. In order to make cache
configurations available to plugins, this commit switches the order of
registration.

Closes #38

Some plugins may have cache dependencies. In order to make cache
configurations available to plugins, this commit switches the order of
registration.

Closes #38
@coveralls
Copy link

coveralls commented Apr 15, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 45f5c2a on michaelhue:caches-before-plugins into 2a063d6 on hapipal:master.

engine: null,
name: ''
}
},
{
place: 'plugins',
method: 'register',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The purpose of the after property is to express exactly this sort of rule: "plugin registrations come after cache provisions." Can you also add after: ['caches'] to this plugin registrations item? It's described in a bit more detail here, but I am happy to elaborate!

@devinivy
Copy link
Member

Thank you for your contribution! I had one little comment, but this generally looks great 👍I appreciate the docs update.

@devinivy devinivy added the bug label Apr 15, 2018
@michaelhue
Copy link
Contributor Author

Thanks for the feedback, you are welcome!

@devinivy devinivy modified the milestones: 2.2.1, 3.0.1 Apr 16, 2018
@devinivy devinivy self-assigned this Apr 16, 2018
@devinivy devinivy merged commit 7ae438b into hapipal:master Apr 16, 2018
@michaelhue michaelhue deleted the caches-before-plugins branch April 16, 2018 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants