Commit graph

200 commits

Author SHA1 Message Date
Paweł Jędrzejewski
688e435618 Update composer.lock hash 2016-01-21 14:35:55 +01:00
Arminek
d55f78dc9f Add behat page object extension
Loading services in test environment, introduce shared storage

First approach to behat steps with new workflow

[WIP] Security service for handling programatically log user in

Add custom page factory to inject router

Small refactoring in checkoutContext

Split checkout context

Update composer.lock

Relocate setup contexts

Contexts clean up and fix security issues

Create decorated channel factory

Check if user has privilege to show thank you page

Small refactoring

Get rid of container, kernel in behat contexts
2016-01-21 10:15:31 +01:00
Ben Davies
2c5dce769e fix composer hash 2016-01-20 09:36:53 +00:00
Kamil Kokot
63404d167d [Composer] Using semantic versioning for PHP 2016-01-08 16:45:29 +01:00
Kamil Kokot
0140a4a038 [Core] Reverted #3726 2016-01-08 15:40:57 +01:00
Nikita Basalaev
49666d3321 Update version of sensio/distribution-bundle to 3.0 2016-01-07 14:38:05 +03:00
michalmarcinkowski
9c207f5da7 Update composer to support jms/serializer-bundle 1.0+ 2016-01-05 14:10:32 +01:00
Łukasz Chruściel
32830ea8bf [API] Add ApiTestCase to composer 2015-12-28 01:07:14 +01:00
Kamil Kokot
e431b1669a [Composer] Removed constraint to keep Doctrine ORM under 2.5 version 2015-12-16 10:34:53 +01:00
Kamil Kokot
0e5bd6e18f [Composer] Removed values alignment 2015-12-09 10:51:18 +01:00
Kamil Kokot
508f34c48a [Composer] Using stable doctrine/phpcr-odm 2015-12-09 10:45:49 +01:00
Kamil Kokot
7d68212789 [Travis] Improved waiting for port while executing JS scenarios on Travis 2015-12-03 10:44:04 +01:00
Kamil Kokot
e9671fe7e3 [Composer] Added explicit dependency symfony/proxy-manager-bridge 2015-12-01 16:53:09 +01:00
Kamil Kokot
223deba8bf [Composer] Removed @rc from PhpSpec dependency, updated composer.lock 2015-11-30 11:32:51 +01:00
Joseph Bielawski
295071f5c8 Add usage of Symfony Polyfill components 2015-11-28 16:04:06 +01:00
Kamil Kokot
e5f41fb6ec [Core] Made cache:warmup don't use database schema at all 2015-11-27 15:11:26 +01:00
Kamil Kokot
11a30b5222 Bumping symfony/symfony to 2.7.7 due to security issues 2015-11-24 15:10:11 +01:00
Kamil Kokot
8b939842f9 [Composer] Updated minimal version of phpspec from 2.4@alpha to 2.4@rc 2015-11-23 14:23:18 +01:00
Kamil Kokot
a68a7f9a69 [Travis] Using memcached in PHP7 2015-11-19 09:32:03 +01:00
Jan Goralski
9c0a17bbd3 Symfony components set up to ^2.7 2015-11-17 15:28:43 +01:00
Magdalena Banasiak
984a2c4be2 symfony/framework-bundle update to ^2.7.5 in bundles composer.jsons 2015-11-17 09:59:33 +01:00
Magdalena Banasiak
19d98c5b7e Symfony update to 2.7.5 in main composer.json 2015-11-17 08:36:35 +01:00
Maksim Kotlyar
857e717283 [payum] Payum 1.0 upgrade 2015-11-10 07:26:59 +00:00
Kamil Kokot
67a9e69a3f Updated PhpSpec to 2.4@alpha, native PHP7 support 2015-11-09 13:04:18 +01:00
Martin Hujer
e1737833b6 Intl extension is required
Otherwise sample data could not be loaded:
    > php app\console sylius:install:sample-data

    Loading sample data...

      [Symfony\Component\Intl\Exception\MethodArgumentValueNotImplementedException]
      The Symfony\Component\Intl\Collator\Collator::__construct()
      method's argument $locale value 'en_US' behavior is not implemented.
      Only the locale "en" is supported.  Please install the "intl"
       extension for full localization capabilities.
2015-11-05 14:13:44 +01:00
Martin Hujer
9399c1fbd2 Fileinfo extension is required
Otherwise, the installation of sample data fails:

    > php app\console sylius:install:sample-data
    ....

      [LogicException]
      Unable to guess the mime type as no guessers are available (Did you enable the php_fileinfo extension?)
2015-11-05 14:09:47 +01:00
Martin Hujer
09d1bd0893 GD extension is required by Imagine
Without it, installation of Sylius fails:
    > php app\console sylius:install:database
    Creating Sylius database for environment dev.
     2/4 [|||||||||||||||             ]  50%

      [Imagine\Exception\RuntimeException]

      Gd not installed
2015-11-05 13:57:31 +01:00
Martin Hujer
bfbeed00c4 Exif extension is necessary
Required by Sylius\Bundle\InstallerBundle\Requirement\ExtensionsRequirements
2015-11-05 13:51:29 +01:00
Joseph Bielawski
24f7ddf35f Add "akeneo/phpspec-skip-example-extension" dependency & fix broken specs 2015-09-25 10:26:15 +02:00
Kamil Kokot
29b592fd9e [Travis] [PhpSpec] Added PhpSpecSkipExtension to skip MongoDB-based specs in PHP 7 2015-09-23 16:50:59 +02:00
Kamil Kokot
625a221b2b [Travis] Running JavaScript tests 2015-09-15 16:15:33 +02:00
Kamil Kokot
2e76b9f7dc [PHP 5.5] Updated Composer and Travis 2015-09-08 13:20:45 +02:00
Christian Suter
43b37308de Updated composer lock file 2015-05-22 16:08:22 +01:00
michalmarcinkowski
93ccdd5b97 Correct composer.lock 2015-05-22 09:28:53 +02:00
michalmarcinkowski
d8adae821a Removed FOSUserBundle and all its dependencies 2015-05-21 23:26:16 +02:00
Lukasz Adrian Chrusciel
63fad7ad96 Password change and reset
More specs

rebase fixes

mailer init

password reset impl

pre update listener

token expire date

expire fix

cs-fix

listeners spec

pssword reset routing, serializer fixes. UserType api support

reset password route extract, pin & token generator

spec fix, fos_user enabled
2015-05-21 23:06:37 +02:00
Kotlyar Maksim
d3974ad4d9 update payum up to 0.14 2015-03-05 17:48:10 +02:00
Paweł Jędrzejewski
e89b0a8b07 Use stable whenever possible, tweak composer.jsons 2015-02-06 12:44:07 +01:00
stloyd
380b6c93cf Fix issue with composer dependencies & FOSRest config 2015-02-03 12:27:36 +01:00
Adam Elsodaney
503047ec21 Merge branch 'master' into feature/archetype
Conflicts:
	composer.lock
	features/backend/product_prototypes.feature
	phpspec.yml
	src/Sylius/Bundle/ArchetypeBundle/spec/Sylius/Bundle/ArchetypeBundle/Form/Type/ArchetypeTypeSpec.php
	src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.de.yml
	src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.es.yml
	src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.fr.yml
	src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.nl.yml
	src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.pl.yml
	src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ru.yml
	src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sk.yml
	src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sr.yml
	src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.de.yml
	src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.es.yml
	src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.fr.yml
	src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.nl.yml
	src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ru.yml
	src/Sylius/Bundle/ProductBundle/DependencyInjection/Configuration.php
	src/Sylius/Bundle/ProductBundle/Resources/config/services.xml
	src/Sylius/Bundle/ProductBundle/Resources/translations/messages.de.yml
	src/Sylius/Bundle/ProductBundle/Resources/translations/messages.tr.yml
	src/Sylius/Bundle/ProductBundle/Resources/translations/validators.de.yml
	src/Sylius/Bundle/ProductBundle/spec/Form/Type/PrototypeTypeSpec.php
	src/Sylius/Bundle/ProductBundle/spec/Sylius/Bundle/ProductBundle/Form/Type/PrototypeTypeSpec.php
	src/Sylius/Bundle/VariationBundle/Resources/translations/messages.de.yml
	src/Sylius/Bundle/VariationBundle/Resources/translations/messages.es.yml
	src/Sylius/Bundle/VariationBundle/Resources/translations/messages.fr.yml
	src/Sylius/Bundle/VariationBundle/Resources/translations/messages.nl.yml
	src/Sylius/Bundle/VariationBundle/Resources/translations/messages.pl.yml
	src/Sylius/Bundle/VariationBundle/Resources/translations/messages.ru.yml
	src/Sylius/Bundle/WebBundle/Resources/translations/menu.de.yml
	src/Sylius/Bundle/WebBundle/Resources/translations/messages.de.yml
	src/Sylius/Component/Product/spec/Builder/PrototypeBuilderSpec.php
	src/Sylius/Component/Product/spec/Model/PrototypeSpec.php
	src/Sylius/Component/Product/spec/Sylius/Component/Product/Model/ArchetypeSpec.php
	src/Sylius/Component/Product/spec/Sylius/Component/Product/Model/PrototypeSpec.php
2015-01-07 16:16:50 +00:00
Arnaud Langlade
c7d7c03859 PhpSpec config has been added with ps4 support 2015-01-03 21:01:33 +01:00
Paweł Jędrzejewski
190d744c24 Update composer.lock and fix specs 2015-01-02 11:09:07 +01:00
Matthieu Blottière
1eeb2995a2 Improve composer consistency 2014-12-30 11:40:44 +01:00
Adam Elsodaney
54b3457a8e Merge branch 'master' into feature/archetype
Conflicts:
	composer.lock
	src/Sylius/Bundle/ProductBundle/DependencyInjection/Configuration.php
	src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model/Attribute.orm.xml
	src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model/Option.orm.xml
2014-12-17 18:37:01 +00:00
Paweł Jędrzejewski
790ee2f392 Remove outdated specs, update composer.lock 2014-12-17 09:49:53 +01:00
Gonzalo Vilaseca
bb22cc3f22 Sylius i18n 2014-12-16 13:22:31 +00:00
Adam Elsodaney
de7d000c9b Create Archetype component and bundle to replace the product prototype 2014-12-14 13:48:19 +00:00
stloyd
ed0b8224e9 Replace doctrine-bundle with stable version & adjust some other deps 2014-11-28 09:56:30 +01:00
Argyrios Gounaris
33280a06a0 composer.lock update, another fix for doctrine lower case 2014-11-07 09:59:06 +00:00
Maksim Kotlyar
d6dab13d6f [payum] make compatible with payum 0.12 2014-11-03 19:25:34 +00:00