This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add release note for opcache flush option #8240
Merged
meker12
merged 2 commits into
ece-tools-2002.1.4-release
from
mae-mcloud-7015-opcache-reset-option
Nov 19, 2020
Merged
Add release note for opcache flush option #8240
meker12
merged 2 commits into
ece-tools-2002.1.4-release
from
mae-mcloud-7015-opcache-reset-option
Nov 19, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add information about the `opcache.enable_cli` PHP option for resetting cache configuration when deploying Magento on the Cloud platform. (MCLOUD-7015)
meker12
commented
Nov 18, 2020
BarnyShergold
approved these changes
Nov 18, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice little tweak
Hi @meker12, thank you for your contribution! |
bdenham
approved these changes
Nov 19, 2020
meker12
added a commit
that referenced
this pull request
Nov 19, 2020
* Add release note for opcache flush option Add information about the `opcache.enable_cli` PHP option for resetting cache configuration when deploying Magento on the Cloud platform. (MCLOUD-7015)
bdenham
added a commit
that referenced
this pull request
Feb 1, 2021
* Added REMOTE_STORAGE deploy variable to Cloud Guide (#8230) * Update src/cloud/env/variables-deploy.md * Added REMOTE_STORAGE deploy variable documentation * Update release notes for ece-tools 2002.1.4 Merges changes from #8229 Co-authored-by: Oleg Posyniak <oleg.posyniak@gmail.com> Co-authored-by: hguthrie <hguthrie@users.noreply.github.com> * Add release note for opcache flush option (#8240) * Add release note for opcache flush option Add information about the `opcache.enable_cli` PHP option for resetting cache configuration when deploying Magento on the Cloud platform. (MCLOUD-7015) * MCLOUD-7120: Add command which validate .magento.env.yaml locally before push * Update src/cloud/project/magento-env-yaml.md Co-authored-by: Barny Shergold <barny.shergold@vaimo.com> * Update src/cloud/project/magento-env-yaml.md Co-authored-by: hguthrie <hguthrie@users.noreply.github.com> * MCLOUD-7120: Add command which validate .magento.env.yaml locally before push * MCLOUD-7120: Add command which validate .magento.env.yaml locally before push * Update src/cloud/project/magento-env-yaml.md * MCLOUD-7306: Ece-tools release notes * MCLOUD-7306: WIP - Release notes update to fix a bad merge. * version and markdown fixes * Update src/cloud/project/magento-env-yaml.md Co-authored-by: hguthrie <hguthrie@users.noreply.github.com> * Draft of release notes and related documentation * Updated language for cache:flush step. :) * Minor updates. * Apply suggestions from code review Co-authored-by: hguthrie <hguthrie@users.noreply.github.com> * Updated ece-tools release notes from reviews. * Updated ece-tools release notes from reviews. * Updated ece-tools release notes from reviews. Co-authored-by: Margaret Eker <meker@adobe.com> Co-authored-by: Oleg Posyniak <oleg.posyniak@gmail.com> Co-authored-by: hguthrie <hguthrie@users.noreply.github.com> Co-authored-by: Oleksandr Shmyheliuk <oshmyheliuk@magento.com> Co-authored-by: Barny Shergold <barny.shergold@vaimo.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
2.x
Internal Dev
Differentiates work between community and Magento staff
Technical
Updates to the code or processes that alter the technical content of the doc
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
Added release note for addition of the
opcache.enable_cli
PHP option for resetting cache configuration when deploying Magento on the Cloud platform. (MCLOUD-7015)Affected DevDocs pages