Commit graph

446 commits

Author SHA1 Message Date
Mateusz Zalewski
ae2490d605
minor #10971 Use Symfony CLI command to check security (pamil)
This PR was merged into the 1.7-dev branch.

Discussion
----------

Related to #10928, replaces #10967.

Commits
-------

5cc4690faa Use Symfony CLI command to check security
2019-12-19 09:55:35 +01:00
Kamil Kokot
f7143b12ce
[Travis] Use HTTPS for JS Behat tests 2019-12-18 16:53:38 +01:00
Kamil Kokot
5cc4690faa
Use Symfony CLI command to check security 2019-12-18 16:51:24 +01:00
Kamil Kokot
3bb2b7ca61
Use Symfony CLI command instead of symfony/web-server-bundle 2019-12-18 15:50:15 +01:00
Grzegorz Sadowski
32d5ac7800
Merge branch '1.6'
* 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
2019-12-13 11:43:55 +01:00
Grzegorz Sadowski
6f02f94749
Merge branch '1.5' into 1.6
* 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
2019-12-13 11:43:37 +01:00
Kamil Kokot
ddb6cd0296
Skip lint:container command if it does not exist (Symfony < 4.4) 2019-12-11 16:55:56 +01:00
Kamil Kokot
3392592584
[Travis] Add lint:container command to the CI build 2019-12-11 16:44:30 +01:00
Kamil Kokot
2a965183cc
[Psalm] Treat MismatchingDocblockReturnType as errors 2019-11-14 15:52:09 +01:00
Kamil Kokot
02809f6627
minor #10666 Test doctrine migrations up & down (loic425)
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
2019-09-26 13:45:06 +02:00
Loïc Frémont
d72c1c4cd8 Test doctrine migrations up & down 2019-09-10 11:36:04 +02:00
Kamil Kokot
e0e4119125
Merge branch '1.5'
* 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
2019-07-04 23:25:54 +08:00
Loïc Frémont
3727c7008d
test psalm on travis 2019-06-27 14:46:38 +08:00
Kamil Kokot
50ce054906
feature #10444 Change dashboard view (kulczy, pamil)
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
2019-06-13 01:23:57 +08:00
Kamil Kokot
f6216d4868
Make JS tests pass on Travis 2019-06-13 01:13:52 +08:00
Kamil Kokot
c0d2e1f227
Ignore extra alerts 2019-06-13 00:49:42 +08:00
Kamil Kokot
97dfb6e74c
Do not run application tests if SECURITY.md is changed 2019-06-12 22:30:39 +08:00
Mateusz Zalewski
ac49b27a79
minor #10276 Upgrade flex to use composer dump-env (loic425)
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
2019-04-02 10:00:36 +02:00
Mateusz Zalewski
9f9e8c56d2
Merge branch '1.3' into 1.4
* 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
2019-04-01 12:03:46 +02:00
Mateusz Zalewski
57f01f00e4
[Travis] Update mysql version to speed up builds 2019-04-01 10:39:19 +02:00
Loïc Frémont
6a3ab3b4db upgrade flex to use composer dump-env 2019-03-28 17:12:38 +01:00
Kamil Kokot
708c5cdc59
Use FriendsOfBehat\SymfonyExtension v2 2019-01-16 21:49:44 +01:00
Kamil Kokot
7ed723981f
Switch to Symfony's dotenv file handling 2019-01-11 15:29:24 +01:00
Grzegorz Sadowski
09f1a2b6e0
Merge branch '1.2' into 1.3
* 1.2:
  Fix build
2018-11-27 14:51:51 +01:00
Mateusz Zalewski
5aaf06345a
Fix build 2018-11-27 14:07:57 +01:00
Kamil Kokot
6b9ac52d3b
Upgrade security checker 2018-10-11 20:39:11 +01:00
Kamil Kokot
196eff88dd
Fix error templates path 2018-10-04 15:53:12 +02:00
Kamil Kokot
70cc248b50
Merge branch '1.2' into 1.3
* 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
2018-10-02 12:29:11 +02:00
Loïc Frémont
7912a98df7 [Travis] validate yaml files 2018-09-28 15:11:09 +02:00
Kamil Kokot
cc4196094e
Merge branch '1.2'
* 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
2018-09-18 12:32:54 +02:00
Kamil Kokot
ad8bedd950
Merge branch '1.1' into 1.2
* 1.1:
  Fix docs build
  Fix typo
  Rename typo in filename
  Do not run tests if not needed
2018-09-18 12:30:52 +02:00
Kamil Kokot
0e261c99e1
Merge branch '1.0' into 1.1
* 1.0:
  Fix docs build
2018-09-18 12:23:36 +02:00
Kamil Kokot
69ef2d78ce
Fix docs build 2018-09-18 11:06:58 +02:00
Kamil Kokot
eb86d91ca0
Do not run tests if not needed 2018-08-29 13:13:17 +02:00
Kamil Kokot
2a70a0c155
Introduce Symfony Flex 2018-08-27 14:15:23 +02:00
Kamil Kokot
b9fbf6c05d
Final fixes 2018-08-17 17:37:59 +02:00
Kamil Kokot
264a7b3498
Move vendor bin scripts do "vendor/bin" 2018-08-15 14:32:51 +02:00
Kamil Kokot
4948f4e26e
Make PHPStan passing 2018-08-15 14:32:33 +02:00
Kamil Kokot
98f065f2d4
Make Behat passing with the new directory structure 2018-08-15 14:31:54 +02:00
Kamil Kokot
37acd4cd4f
Remove "incenteev/composer-parameter-handler" from dependencies 2018-08-15 14:31:53 +02:00
Kamil Kokot
0982d80757
Make Travis webserver use "web" as docroot 2018-05-26 14:11:01 +02:00
Teoh Han Hui
df840ef990
Upgrade to gulp 4
Use gulpfile.babel.js so that we can write in ES2015+
2018-05-18 15:56:51 +02:00
Kamil Kokot
6d3d2364cf
Test packages with a specific version of Symfony 2018-04-25 16:12:53 +02:00
Kamil Kokot
0eb7aa6c02
Install assets in "web" directory 2018-04-25 12:39:55 +02:00
Kamil Kokot
ddfe6cd050
Use PHPStan in CI 2018-03-15 13:50:13 +01:00
Kamil Kokot
14e0417f88
Update to PHPUnit ^6.5 2018-03-12 16:43:00 +01:00
Kamil Kokot
a445715363
Perform only one Composer install on Travis 2018-03-09 10:43:35 +01:00
Kamil Kokot
f463aecd10
Run Travis with readonly project directories 2018-02-25 22:49:36 +01:00
Kamil Kokot
88342d0f65
Test sylius:install command on Travis 2017-12-30 13:08:42 +00:00
Kamil Kokot
6da8845d17
Extend Travis build matrix & setup extra jobs running nightly 2017-12-28 14:29:52 +00:00