PrestaShop Core Weekly - Last week of 2020
An inside look at the PrestaShop codebase
This edition of the Core Weekly report highlights changes in PrestaShop’s core codebase from Monday 28th of December 2020 to Sunday 3rd of January 2021.
General messages
Happy new year to you, dear contributors and community members! Contributors and maintainers slowly come back from time off and activity increases back on the GitHub repositories.
During December holidays, QA team tested the 1.7.7.1 candidate release and reported some issues of this build. Only one is significant enough to prevent the release from happening: an issue preventing upgrade from PrestaShop 1.6 to PrestaShop 1.7.7. The scope of the release has been updated accordingly.
Once this bug is fixed, the road should be open for 1.7.7.1 public release!
Another notice: following increased performance issues on our current CI pipeline, we are slowly migrating our CI to GitHub Actions. We had previously explored GitHub Actions capacities on modules to validate it as a suitable solution and we are now moving into the next phase.
A quick update about PrestaShop’s GitHub issues and pull requests:
- 39 new issues have been created in the project repositories;
- 29 issues have been closed, including 1 fixed issues on the core;
- 27 pull requests have been opened in the project repositories;
- 12 pull requests have been closed, including 10 merged pull requests.
Code changes in the ‘develop’ branch
Back office
- #22614: Move SpecificPrice command and handlers into a product sub domain, by @jolelievre
Tests
- #22567: Migrated Unit Tests & Linter from Travis CI to Github Actions, by @Progi1984
Code changes in modules, themes & tools
Customer reassurance block module
- #101: Bump webpack from 5.11.0 to 5.11.1. Thank you @dependabot[bot]
- #100: Bump webpack-cli from 4.2.0 to 4.3.0. Thank you @dependabot[bot]
- #99: Bump friendsofphp/php-cs-fixer from 2.17.2 to 2.17.3. Thank you @dependabot[bot]
Faceted search module
- #298: Bump webpack from 5.10.3 to 5.11.1. Thank you @dependabot[bot]
PrestaShop Virtual Machine
- #7: Allow people to use MailCatcher as SMTP, by @PierreRambaud
Customer “Sign in” link module
- #30: Bump prestashop/php-dev-tools from 3.12 to 3.13. Thank you @dependabot[bot]
Nightly board
- #50: Add PWA, correct lint, add noreferrer to link, by @NeOMakinG
Where to start contributing?
What about adding fixing some minor display issues in autoupgrade module? This is a bug reported some months ago, and it is one of our good first issues.
Good first issues are a list of all beginner-friendly improvements and bugs to fix in the project. You can read more about this label on our article about it.
Thank you to the contributors whose pull requests were merged since the last Core Weekly Report: @jolelievre, @dependabot[bot], @PierreRambaud, @NeOMakinG, @Progi1984!
Thank you to the contributors whose PRs haven’t been merged yet! And of course, a big thank you to all those who contribute with issues and comments on GitHub!
If you want to contribute to PrestaShop with code, please read these pages first:
…and if you do not know how to fix an issue but wish to report it, please read this: How to use GitHub to report an issue. Thank you!
Happy contributin’ everyone!