* 1.6:
Improve deployment - platform.sh documentation
Skip lint:container command if it does not exist (Symfony < 4.4)
[Travis] Add lint:container command to the CI build
Solve issues mentioned by lint:container command
[Maintenance] Update PR template with supported versions
fix: api URI for getting single product detail
Fix missing colun
* 1.5:
Improve deployment - platform.sh documentation
Skip lint:container command if it does not exist (Symfony < 4.4)
[Travis] Add lint:container command to the CI build
Solve issues mentioned by lint:container command
[Maintenance] Update PR template with supported versions
fix: api URI for getting single product detail
Fix missing colun
This PR was merged into the 1.6-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.4
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
<!--
- Bug fixes must be submitted against the 1.4 or 1.5 branch (the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
-->
In CI, we test migration up during installation, but we never test down migrations.
This new Travis test checks doctrine migration up & down.
Commits
-------
d72c1c4cd8 Test doctrine migrations up & down
* 1.5:
[UPGRADE] Mention locale requirement change in UPGRADE-1.5
Do not require psr/event-dispatcher
Fixes
Require phpstan/phpstan instead of phpstan/phpstan-shim
Fix button groups radius
Add psr event dispatcher on dependencies
few psalm fix
test psalm on travis
psalm configuration
This PR was merged into the 1.6-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | closes#10435
| License | MIT
<!--
- Bug fixes must be submitted against the 1.4 or 1.5 branch (the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
-->
<img width="1551" alt="Zrzut ekranu 2019-06-12 o 12 45 32" src="https://user-images.githubusercontent.com/15385420/59346535-ca089a80-8d12-11e9-9b0c-dc12c2b7cd9d.png">
Commits
-------
4c320084f1 Change the grid view
86b4ef65b2 Change login page
9f394d8089 Change product edit page
d1e4c3629f Add Sylius logo to the admin panel
5f962ed4f8 Change admins top bar
847f09c101 Change dashboard boxes
4242cc1479 Freshen up the admin CSS
f1c3b7decf Change dashboard view
c0d2e1f227 Ignore extra alerts
This PR was merged into the 1.4 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.4
| Bug fix? | no
| New feature? | kind of
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
<!--
- Bug fixes must be submitted against the 1.3 or 1.4 branch (the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
-->
This is a performance improvement. You can read more on [Symfony blog](https://symfony.com/blog/new-in-symfony-flex-1-2) on **Improved the handling of ``.env`` files** section.
I added this dump-env on travis to speed up build (hope!).
Commits
-------
6a3ab3b4db upgrade flex to use composer dump-env
* 1.3:
[Travis] Update mysql version to speed up builds
Add changelog entry for cherrypicked commits
[Product] Fixed products sorting by price
mySQL 5.7 on Travis
Add new exception, translation flashes and refactor
Update installation.rst
Refactor
Disabled button "Generate"
Refactor feature and add new functions in context
Added new function catching exception in product variant
Add new steps in context
Add new feature "generating_product_variant_without_value"
Fix a mistake
Add plugin-feature docs style
Added a missing word
* 1.2:
Fix the "REST APIs" link in the documentation
Update shipments.rst
[Travis] validate yaml files
Fix Travic build
Do not stale issues selected to Roadmap
* 1.2:
Fix docs build
Fix typo
Rename typo in filename
Allow to use Pagerfanta in both ^1.0 and ^2.0
Fixing Typo in Documentation
[Core][Fixture] Fix for ignored geographical zone scope
Do not run tests if not needed