.docker
Update dev dockerfile
2023-01-19 13:55:43 +01:00
.github
Refactor CI
2023-01-16 09:50:19 +01:00
adr
Merge branch '1.10' into 1.11
2022-03-25 14:25:57 +01:00
app
[Migrations] Use AbstractMigration from CoreBundle
2022-11-16 14:43:38 +01:00
bin
[maintenance] - Use symfony runtime component
2022-11-02 19:56:55 +01:00
config
Refactor CI
2023-01-16 09:50:19 +01:00
docs
Merge branch '1.12' into 1.13
2023-01-04 07:40:36 +01:00
etc
Replace zendframework/zend-stdlib with laminas/laminas-stdlib
2021-02-18 14:47:38 +00:00
features
As an Admin, I want to modify taxons of a product
2023-01-17 12:17:03 +01:00
public
[maintenance] - Use symfony runtime component
2022-11-02 19:56:55 +01:00
src
[Fix] Make spec class final
2023-01-18 16:48:46 +01:00
templates
Fix errors rendering in Admin API
2021-01-11 18:14:07 +01:00
tests
Fix tests' typos
2023-01-12 12:41:10 +01:00
translations
[Maintenance] Update composer, bundles and symfony lock
2020-09-04 14:29:26 +02:00
var
Use Symfony 3 directory structure
2016-11-22 19:02:56 +01:00
.babelrc
Bump JS dependencies' versions
2022-09-16 16:40:17 +02:00
.editorconfig
Use rollup to bundle JS (ES6 modules)
2018-06-15 19:49:05 +02:00
.env
Use Symfony Mailer by default
2022-10-05 10:36:08 +02:00
.env.test
[Maintenance] Updated mailer config
2022-10-05 10:36:09 +02:00
.env.test_cached
[Maintenance] Updated mailer config
2022-10-05 10:36:09 +02:00
.eslintrc.js
Use rollup to bundle JS (ES6 modules)
2018-06-15 19:49:05 +02:00
.gitattributes
[maintenance] - Ignore more files that will not be used with installed sylius
2022-11-02 19:48:24 +01:00
.gitignore
Remove yarn.lock file
2023-01-10 12:29:40 +01:00
.npmignore
Prepare for releasing @sylius-ui/frontend npm package
2022-11-10 16:58:57 +01:00
.symfony.insight.yaml
Update .symfony.insight.yaml to latest PHP version
2020-07-10 21:46:46 +02:00
behat.yml.dist
[Behat] Add session manager service
2022-02-23 14:30:23 +01:00
CHANGELOG-1.0.md
Generate changelog for v1.0.18
2018-07-10 13:22:15 +02:00
CHANGELOG-1.1.md
Use https instead of http for all (almost) links
2020-05-16 19:59:12 +02:00
CHANGELOG-1.2.md
Use https instead of http for all (almost) links
2020-05-16 19:59:12 +02:00
CHANGELOG-1.3.md
Prepare v1.3.16 release
2020-01-27 16:11:16 +01:00
CHANGELOG-1.4.md
Prepare v1.4.12 release
2020-01-27 16:13:38 +01:00
CHANGELOG-1.5.md
Prepare v1.5.9 release
2020-01-27 16:15:47 +01:00
CHANGELOG-1.6.md
Generate changelog for v1.6.9
2020-10-19 13:54:01 +02:00
CHANGELOG-1.7.md
[Release] Generate changelog for v1.7.11
2020-11-12 16:46:06 +01:00
CHANGELOG-1.8.md
Generate changelog for v1.8.12
2021-04-22 16:25:14 +01:00
CHANGELOG-1.9.md
Generate changelog for v1.9.10
2022-03-14 15:13:55 +01:00
CHANGELOG-1.10.md
Generate changelog for v1.10.14
2022-05-13 13:59:29 +02:00
CHANGELOG-1.11.md
Generate changelog for v1.11.13
2023-01-13 14:57:25 +01:00
CHANGELOG-1.12.md
Generate changelog for v1.12.3
2023-01-13 15:01:32 +01:00
composer-require-checker.json
[Maintenance] Bring back swiftmailer-based tests in packages
2022-10-05 10:36:10 +02:00
composer.json
Update phpstan/phpstan-doctrine requirement from 1.3.31 to 1.3.32
2023-01-18 16:25:45 +00:00
CONFLICTS.md
Merge branch '1.11' into 1.12
2023-01-11 15:58:17 +01:00
docker-compose.test.yml
[docker]Hot Fix - Create database via doctrine command
2022-07-21 14:09:45 +02:00
docker-compose.yml
[Docker] Add env vars to docker-compose.yml
2022-09-13 09:55:54 +02:00
ecs.php
Merge branch '1.11' into 1.12
2023-01-11 07:29:46 +01:00
gulpfile.babel.js
[frontend]Create gulp watch script
2022-07-19 23:38:22 +02:00
LICENSE
It's 2023!
2023-01-03 16:55:57 +01:00
Makefile
Use webpack in Docker CI
2022-09-20 10:33:22 +02:00
monorepo-builder.php
Checking package versions
2022-10-05 10:35:26 +02:00
package.json
Prepare for releasing @sylius-ui/frontend npm package
2022-11-10 16:58:57 +01:00
phparkitect.php
Specifications should be final
2022-05-18 17:30:50 +02:00
phpspec.yml.dist
Remove custom error level on Phpspec
2022-05-16 10:01:29 +02:00
phpstan.neon.dist
Merge branch '1.11' into 1.12
2023-01-12 12:31:10 +01:00
phpunit.xml.dist
Add unit test for CancelOrderStateMachineCallbackPass
2023-01-03 09:15:02 +01:00
psalm.xml
Merge branch '1.12' into 1.13
2023-01-04 07:56:10 +01:00
README.md
Refresh readme banner
2022-11-07 15:44:13 +01:00
rector.php
[Rector] Configure PHP version up to 8.0
2022-06-02 10:20:15 +02:00
RoboFile.php
Refactor CI
2023-01-16 09:50:19 +01:00
SECURITY.md
Refer to release process from SECURITY.md
2019-06-12 22:29:14 +08:00
symfony.lock
[maintenance] - Use symfony runtime component
2022-11-02 19:56:55 +01:00
UPGRADE-1.0.md
Use https instead of http for all (almost) links
2020-05-16 19:59:12 +02:00
UPGRADE-1.1.md
Mention BC breaks caused while fixing security issues
2018-07-10 13:27:39 +02:00
UPGRADE-1.2.md
Mention BC breaks caused while fixing security issues
2018-07-10 13:29:42 +02:00
UPGRADE-1.3.md
Fix typos
2020-04-27 12:44:17 +02:00
UPGRADE-1.4.md
Remove known errors section
2019-06-20 17:27:16 +08:00
UPGRADE-1.5.md
[UPGRADE] Mention locale requirement change in UPGRADE-1.5
2019-07-04 13:08:05 +02:00
UPGRADE-1.6.md
Adjust link to migration file
2020-11-24 20:55:53 +01:00
UPGRADE-1.7.md
Add warning on tax calculation in 1.7's upgrade
2020-08-28 12:44:23 +02:00
UPGRADE-1.8.md
[Bug] Fix default sylius config file path in Sylius 1.9
2021-08-27 16:01:17 +02:00
UPGRADE-1.9.md
[Bug] Fix default sylius config file path in Sylius 1.9
2021-08-27 16:01:17 +02:00
UPGRADE-1.10.md
[ShippingMethod] Add note about changing shipping rule behaviour to the UPGRADE file
2022-04-14 12:49:43 +02:00
UPGRADE-1.11.md
Merge branch '1.11' into 1.12
2023-01-12 12:31:10 +01:00
UPGRADE-1.12.md
Add note to UPGRADE-1.12 file about default order by for all entities
2023-01-12 12:37:50 +01:00
UPGRADE-1.13.md
Update UPGRADE-1.13.md
2023-01-17 10:33:05 +01:00
UPGRADE-2.0.md
Fixed typo
2018-11-27 10:08:05 +01:00
UPGRADE-API-1.8.md
[Bug] Fix default sylius config file path in Sylius 1.9
2021-08-27 16:01:17 +02:00
UPGRADE-API-1.9.md
[Bug] Fix default sylius config file path in Sylius 1.9
2021-08-27 16:01:17 +02:00
UPGRADE-API-1.10.md
[Bug] Fix default sylius config file path in Sylius 1.10
2021-08-27 16:02:48 +02:00
UPGRADE-API-1.11.md
Move Upgrade API from 1.11.11 to 1.11.12 section to the top of file
2022-12-15 09:58:39 +01:00
UPGRADE-API-1.12.md
Adjust FlattenException and HydraError normalizers to Symfony 5.4
2022-12-15 14:00:54 +01:00
webpack.config.js
Add Webpack Encore
2019-11-06 15:08:34 +01:00
yaml-standards.yaml
fixed find files in yaml standards
2021-03-30 22:59:30 +02:00