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

writeBundle hook #2643

Merged
merged 2 commits into from Jan 9, 2019
Merged

writeBundle hook #2643

merged 2 commits into from Jan 9, 2019

Conversation

lukastaegert
Copy link
Member

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:
Resolves #2617

Description

This will add a new writeBundle hook that will be executed after files have been written to disk to allow plugins to e.g. modify file attributes.
Also, the plugin documentation is changed to list how plugin hooks are executed (sync/async/sequential/parallel...)

@lukastaegert lukastaegert changed the title Write bundle hook writeBundle hook Jan 6, 2019
@lukastaegert lukastaegert merged commit b7a8403 into master Jan 9, 2019
@lukastaegert lukastaegert deleted the write-bundle-hook branch January 9, 2019 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

generateBundle hook should be executed after writing files when calling bundle.write
1 participant