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

[Owls] PB-370: Introduce upgrade mechanism for Page Builder content #378

Conversation

cspruiell
Copy link
Contributor

@cspruiell cspruiell commented Feb 6, 2020

Scope

Story

  • PB-370 Introduce upgrade mechanism for Page Builder content

Builds

All-User-Requested-Tests

Related Pull Requests

https://github.com/magento/magento2-page-builder-ee/pull/107

Checklist

  • PR is green on M2 Quality Portal
  • Jira issues have accurate summary, meaningful description and have links to relevant documentation at the story/task level
  • Semantic Version build failure is approved by architect (if build is red)
  • Pull Request approved by architect
  • Pull Request quality review performed by
  • All unstable functional acceptance tests are isolated (if any)
  • All linked Zephyr tests are approved by PO and have Ready to Use status
  • Travis CI build is green (for mainline CE only)
  • Jenkins Extended FAT build is green

omiroshnichenko and others added 21 commits January 16, 2020 11:45
…y In Desktop Viewport

- fix functional tests
 - upgrade framework and data patch for PB-55
…ry' into PB-370-Introduce-upgrade-mechanism

 Conflicts:
	app/code/Magento/PageBuilder/Model/Dom/Adapter/ElementInterface.php
	app/code/Magento/PageBuilder/Model/Dom/Adapter/HtmlCollectionInterface.php
	app/code/Magento/PageBuilder/composer.json
 - move utility function to Document class
 - replace usage of ObjectManager with Factory
@cspruiell
Copy link
Contributor Author

@magento run all tests

@cspruiell cspruiell changed the title [Owls] PB-37: Introduce upgrade mechanism for Page Builder content [Owls] PB-370: Introduce upgrade mechanism for Page Builder content Feb 7, 2020
@@ -23,12 +23,12 @@ class Document implements DocumentInterface
/**
* @var ObjectManagerInterface
*/
private $objectManager;
protected $objectManager;
Copy link
Contributor

Choose a reason for hiding this comment

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

protected anything is disallowed, can we work around this?

@davemacaulay
Copy link
Contributor

MHI approved:

Current file(s) contain protected modifier for method or property. (phpProtectedModifier)
Magento/PageBuilder/Model/Dom/Document.php

@omiroshnichenko omiroshnichenko merged commit c6def81 into magento:develop Feb 14, 2020
@omiroshnichenko
Copy link
Contributor

@magento run all tests

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.

3 participants