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

MAGECLOUD-3605: Added support for configuring hooks locally via .magento.app.yaml #30

Merged
merged 5 commits into from
Jul 19, 2019

Conversation

BaDos
Copy link
Contributor

@BaDos BaDos commented Jul 18, 2019

Description

Added support for configuring hooks locally via .magento.app.yaml

Fixed Issues (if relevant)

https://magento2.atlassian.net/browse/MAGECLOUD-3605

Manual testing scenarios

https://jira.corp.magento.com/browse/MAGECLOUD-132

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages

@magento-cicd2
Copy link

magento-cicd2 commented Jul 18, 2019

CLA assistant check
All committers have signed the CLA.

@@ -0,0 +1,62 @@
#!/usr/bin/env python3
Copy link

Choose a reason for hiding this comment

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

What the reason to write hooks on python?

Copy link
Contributor Author

@BaDos BaDos Jul 19, 2019

Choose a reason for hiding this comment

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

@kandy Because this is an infrastructure part and I think that the infrastructure part must be isolated.
We cannot use, for example, PHP because a user can disable yaml extension.

@BaDos BaDos changed the title MAGECLOUD-3605: [Spike] [Cloud docker] Investigation MAGECLOUD-3605: Added support for configuring hooks locally via .magento.app.yaml Jul 19, 2019
@mveeramneni mveeramneni self-assigned this Jul 19, 2019
@mveeramneni
Copy link

QA Approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Progress: accept PR/issue status Release: 1.0.0 Magento-Cloud-Docker Release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants