Skip to content

SVC Release 5.0.0 #32

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

Merged
merged 9 commits into from
Mar 12, 2020
Merged

SVC Release 5.0.0 #32

merged 9 commits into from
Mar 12, 2020

Conversation

roribio
Copy link
Contributor

@roribio roribio commented Mar 11, 2020

Description (*)

Add performance improvements to SVC during creation of DependencyMap and creation of static analyzers. I also remove the method stmts from the method nodes being stored in the dependency map. This is to fix the memory issues when comparing files.
- Added nikic/php-parser as hard dependency in composer
- Improved performance of DependencyMap creation.
- Remove stms when adding ClassMethod nodes to dependency tree
- Added better doc comments
- Addeed more aggresive AbstractApiVisitor traversal termination
- Refactored code to use switch statements

Fixed Issues (if relevant)

https://jira.corp.magento.com/browse/MC-30776

Manual testing scenarios (*)

Compared results with running original svc branch using 2.3-develop and 2.4-develop.

Both logs are equivalent. The only difference is that this branch adds some "Method implementation changed" PATCH changes. This is explained in AbstractApiVisitor::enterNode comment.

Questions or comments

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds are green)

roribio and others added 8 commits December 20, 2019 16:30
* readme:
  Update README.md: Add information about releases and versioning
* EQPS-477: Dynamically set the correct path for autoload.php based on the location of the ‘vendor’ folder

* EQPS-477: Make zend-stdlib a required dependency
Solving merge conflicts with master
- Added nikic/php-parser as hard dependency in composer
- Improved performance of DependencyMap creation.
- Remove stms when adding ClassMethod nodes to dependency tree
- Added better doc comments
- Addeed more aggresive AbstractApiVisitor traversal termination
- Refactored code to use switch statements
@roribio roribio changed the title Develop SVC Release 5.0.0 Mar 11, 2020
@roribio roribio self-assigned this Mar 11, 2020
@roribio roribio merged commit a9fb58d into master Mar 12, 2020
roribio pushed a commit that referenced this pull request Jun 18, 2020
* SVC Release 5.0.0 (#32)

* MC-30776:  Improve Performance of SVC (#28)

- Added nikic/php-parser as hard dependency in composer
- Improved performance of DependencyMap creation.
- Remove stms when adding ClassMethod nodes to dependency tree
- Added better doc comments
- Addeed more aggresive AbstractApiVisitor traversal termination
- Refactored code to use switch statements

Co-authored-by: Raoul Rego <[email protected]>

* MC-33067: Update magento2-infrastructure composer dependencies
- Add PHP 7.4 to composer.json

* Update magento-semver to be compatible with PHP7.4 (#33)

* MC-33156: Update magento-semver to be compatible with PHP7.4
magento-devops-reposync-svc pushed a commit that referenced this pull request Jun 22, 2022
…yrrans-magento-semver-69

[Imported] [Pyrrans] AC-3208: updated symfony/console to the latest version
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