git filter-branch --prune-empty --subdirectory-filter src/Hautelook/ProductBundle/ master
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-08-16T03:45:03.855657+00:00 app[clarifai_input_sync.1]: { status: | |
2017-08-16T03:45:03.855659+00:00 app[clarifai_input_sync.1]: { code: 10020, | |
2017-08-16T03:45:03.855660+00:00 app[clarifai_input_sync.1]: description: 'Gateway timeout', | |
2017-08-16T03:45:03.855660+00:00 app[clarifai_input_sync.1]: details: 'Please try again or contact [email protected] if the problem persists. code:2504' } } | |
2017-08-16T03:45:03.855751+00:00 app[clarifai_input_sync.1]: { status: | |
2017-08-16T03:45:03.855752+00:00 app[clarifai_input_sync.1]: { code: 10020, | |
2017-08-16T03:45:03.855753+00:00 app[clarifai_input_sync.1]: description: 'Gateway timeout', | |
2017-08-16T03:45:03.855754+00:00 app[clarifai_input_sync.1]: details: 'Please try again or contact [email protected] if the problem persists. code:2504' } } | |
2017-08-16T03:45:04.166082+00:00 heroku[router]: at=info method=GET path="/v1/product-variations/00129309-4898-4dac-887a-ab165ef95810?include=product" host=sourcing-guide-backend.herokuapp.com reque |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"division":"Men", | |
"department":"Shoes", | |
"class":"Boots", | |
"sub_class":"Dress", | |
"brand_name":"Andrew Marc", | |
"name":"Hillcrest Wingtip Boot", | |
"style_num":"AMHILCS-0291", | |
"style_id":1036433, | |
"fiber_content":"", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"division":"Women", | |
"department":"Clothing", | |
"class":"Dresses", | |
"sub_class":"Daytime", | |
"brand_name":"Tart", | |
"name":"Cherie Striped Dress", | |
"style_num":"H1746", | |
"style_id":1207866, | |
"fiber_content":"95% rayon, 5% spandex", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apr 29 14:27:44 prod-workflow1 php-fpm: pool www[5482]: PHP Fatal error: Maximum function nesting level of '100' reached, aborting! in /opt/halo-symfony/releases/2/vendor/twig/twig/lib/Twig/Node.php on line 138 | |
Apr 29 14:27:44 prod-workflow1 php-fpm: pool www[5482]: PHP Stack trace: | |
Apr 29 14:27:44 prod-workflow1 php-fpm: pool www[5482]: PHP 1. {main}() /opt/halo-symfony/releases/2/workflow/web/app.php:0 | |
Apr 29 14:27:44 prod-workflow1 php-fpm: pool www[5482]: PHP 2. AppKernel->handle() /opt/halo-symfony/releases/2/workflow/web/app.php:29 | |
Apr 29 14:27:44 prod-workflow1 php-fpm: pool www[5482]: PHP 3. Symfony\Component\HttpKernel\Kernel->handle() /opt/halo-symfony/releases/2/workflow/app/AppKernel.php:64 | |
Apr 29 14:27:44 prod-workflow1 php-fpm: pool www[5482]: PHP 4. Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle() /opt/halo-symfony/releases/2/workflow/app/bootstrap.php.cache:2245 | |
Apr 29 14:27:44 prod-workflow1 php-fpm: pool www[5482]: PHP 5. Symfony\Component\HttpKe |
sudo /Library/StartupItems/VirtualBox/VirtualBox restart
New Virtualbox:
sudo launchctl load /Library/LaunchDaemons/org.virtualbox.startup.plist
sudo yum install mongo
sudo pecl install mongo
touch /etc/php.d/mongo.ini
vi /etc/php.d/mongo.ini
Add the following line:
extension=mongo.so
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* InvitationsTest | |
* | |
* @Rest\Relation("self", | |
* href = "" | |
* ) | |
* @Rest\Relation("http://hautelook.com/rels/returns/items", | |
* href = "" | |
* ) | |
* @Rest\Relation("http://hautelook.com/rels/returns", |