cancel
Showing results for 
Search instead for 
Did you mean: 

Community Engineering Update – August 2018

MrManners
Adobe Team

Magento Open Source - Statistics

 

During the month of August, we made the following progress on pull requests and issues:

 

Pull Requests

  • Processed: 738
  • Merged: 515
  • Rejected: 223
  • Created: 575
  • Accepted Rate: 70%
  • Contributors: 164
  • New Contributors: 53

 

Issues

  • Created: 229
  • Closed: 346
  • Fixed by the community: 43
  • Fixed by partners: 46

 

Top Magento Contributors

All contributor stats are now available on the Magento Contributors website .

 

Top 5 Individual Contributors

Our top 5 individual contributors in August are:

 

# Contributor Points Created Accepted
1 Pratik OzaPratik Oza 159 49 36
2 Dmytro Cheshun Dmytro Cheshun 155 18 21
3 Eduard Chitoraga Eduard Chitoraga 101 11 10
4 Yaroslav Rogoza Yaroslav Rogoza 91 10 13
5 Jignesh Baldha Jignesh Baldha 87 35 22

 

Top Partner Contributors

The top 5 partner contributors are:

 

Team Name Contribution Points Created Accepted Contributing Members
Atwix 740 47 53 6
Interactiv4 297 4 5 2
Krish TechnoLabs 229 58 47 5
Comwrap 110 2 8 1
MediaCT 77 18 12 1

 

Top Maintainers

And our top maintainers for August are:

 

# Maintainer Processed Accepted Rejected
1 Oscar Recio Oscar Recio 45 36 9
2 Yaroslav Rogoza Yaroslav Rogoza 35 25 10
3 Ihor Sviziev Ihor Sviziev 53 34 19
4 Vlad Veselov Vlad Veselov 64 26 38
5 Miguel Balparda Miguel Balparda 26 18 8

 

August’s pull request highlights

 

In August, we processed and merged 738 pull requests across all our projects. For the main Magento 2 repository, we would like to highlight four pull requests merged in August.

 

 

Making configurable settings for MAX_IMAGE_WIDTH and MAX_IMAGE_HEIGHT

GitHub PR: https://github.com/magento/magento2/pull/15942

Eduard Chitoraga (@eduard13) created a pull request that allows an Admin user to configure the max image width and height for uploaded images. With this update, a shop owner can configure allowed image sizes for the wysiwyg editor.

 

 

Improving upgrades for stores with large catalogs

GitHub PR: https://github.com/magento/magento2/pull/16570

Aurélien Lavorel (@AurelienLavorel) provided a pull request the replaces the usage of order address collections during setup upgrade. This performance improvement will now make it easier for stores with a large set of orders to upgrade from older versions of Magento.

 

 

Fixing unstable session manager

GitHub PR: https://github.com/magento/magento2/pull/14973

Elio Ermini (@elioermini) has updated the session management to allow for a higher amount of concurrent sessions. This fix is especially important in the cart when a quick reload could previously have resulted in the emptying of the user’s cart and session.

 

 

Community Engineering Project Updates

 

Please check out our new weekly newsletters for details on project progress, meetings, recordings, and more.  Every project entry includes contributors, PRs, GitHub links, Slack channels, and highlights of all work completed that week.

 

Check the Magento Community Engineering Google Calendar for all events:

 

How to get involved

 

As always, if you are interested in finding out more about contributing to Magento, we recommend getting involved in the Community Engineering Slack (or join us). All projects have public channels to connect with us and community developers. You can also find us on Twitter @MagentoEngComm.

 

We have a wide selection of projects currently running, and just started with phase 2 of the Bulk API, payment improvements and GraphQL projects. If you are interested in participating in one of these projects, take a look at the project overview page and let us know. You can also check the weekly newsletters for project GitHub links and Slack channels.

Ready to contribute? We recommend reading over the Contributor’s Guide and Coding Standards on Magento DevDocs. The guide includes code guidelines, accepted pull requests per release line, GitHub labels, porting information, and much more.