Commit Graph
168 Commits
Author SHA1 Message Date
Nicolas Grekas 93a5aba47a gitignore /bin/.phpunit 2017-11-27 15:45:31 +01:00
symfony-flex-server[bot]andGitHub 13bbebb259 Merge pull request #280 2017-11-26 19:09:44 +00:00
Nicolas Grekas 4e0800f3bc Set SHELL_VERBOSITY to "-1" (quiet) 2017-11-26 18:21:32 +01:00
Fabien Potencier d0777b3ca7 added a tests/ for for phpunit-related recipes 2017-11-26 09:13:33 -08:00
Nicolas Grekas aa3da47614 Prefer simple-phpunit over direct phpunit deps 2017-11-24 16:46:23 +01:00
symfony-flex-server[bot]andGitHub d46bbd5cb9 Merge pull request #271 2017-11-23 19:53:17 +00:00
Ben Scott b3c5ff1df5 Add checks for Dotenv before calling it
`composer install --no-dev` fails when Dotenv is a dev dependency (which
it is in skeleton) and you're running in an environment without an
APP_ENV variable set.

Throw exception when no env variables are set and Dotenv is absent so
the user knows to either require DotEnv or specify an APP_ENV variable.
2017-11-23 15:39:39 +00:00
Ryan WeaverandGitHub 3f10493a54 Making it more clear how to enable sessions 2017-11-22 08:20:26 -06:00
symfony-flex-server[bot]andGitHub f434f5ccb3 Merge pull request #253 2017-11-21 18:31:24 +00:00
Pascal BorreliandGitHub 1950c76f35 Propose make alias 2017-11-21 12:59:23 +00:00
Javier Eguiluz 25e1dc9e5e Exclude DataFixtures/ from the autowired services 2017-11-19 11:42:42 +01:00
symfony-flex-server[bot]andGitHub d5939b6e96 Merge pull request #260 2017-11-18 07:26:14 +00:00
Fabien Potencier 126f532c03 moved routes config for annotations 2017-11-18 09:19:53 +02:00
Ryan WeaverandGitHub a90e4fb5ed Ignoring 404 errors in the production logs by default 2017-11-17 07:39:26 -06:00
Fabien Potencier a816cee223 added maker-bundle recipe 2017-11-17 09:53:28 +01:00
Javier Eguiluz 6e72ce66d9 Added a recipe for the Workflow component 2017-11-14 16:34:33 +01:00
Javier Eguiluz 18d744af79 Revert the move of translations/ into config/ 2017-11-13 08:54:56 +01:00
Maxime Steinhausser 4b5d97bbb3 Move translation dir to config/translations 2017-11-11 18:18:16 +01:00
Nicolas Grekas 4861a3653b Enable container.dumper.inline_class_loader param by default 2017-11-10 19:28:53 +01:00
symfony-flex-server[bot]andGitHub 04b4e27364 Merge pull request #244 2017-11-10 16:11:23 +00:00
Renato Mendes Figueiredo 5737053240 [MonologBundle] Using yaml configuration since Symfony/Console is now default on Flex 2017-11-10 13:57:57 +01:00
Jan Rosier 2bb4ff005c Use $this->getProjectDir() instead of dirname(__DIR__) 2017-11-10 13:40:49 +01:00
Nicolas Grekas b758d3a313 Make "APP_DEBUG" mode fallback to "APP_ENV !== prod" 2017-11-07 17:24:19 +01:00
Ryan WeaverandGitHub ca14aad308 Remove Repository from being ignored
See https://github.com/doctrine/DoctrineBundle/pull/727

But also, this directory was always safe to auto-register. If they cannot be autowired, unless you try to *use* them as services, they will be discarded without showing the autowiring failure.
2017-11-06 11:50:39 -05:00
Massimiliano ArioneandGitHub 5e24f62a38 unalign 2017-11-03 17:13:15 +01:00
Benjamin Lazarecki 824bd92d9b FrameworkBundle kernel should be compatible 2017-10-28 00:57:30 +02:00
Tobias SchultzeandGitHub 9eef91211f Do not enable session in test env by default
Session system is not enabled by default in prod, dev. see https://github.com/symfony/recipes/blob/master/symfony/framework-bundle/3.3/config/packages/framework.yaml#L8
So it should also not be enabled by default in test env.
2017-10-25 19:27:45 +02:00
Nicolas Grekas 6951a4cd72 Enable container.autowiring.strict_mode 2017-10-23 16:42:36 +02:00
Fabien PotencierandSymfony 50d45cb37f removes templating as an alias (#219) 2017-10-20 13:33:51 -07:00
Fabien Potencier 0636f0e8bb fixed typo 2017-10-17 14:12:53 -07:00
Maximilian BerghoffandSymfony aa946a3a89 when make is gone, composer should use symfony console command (#216) 2017-10-17 07:04:17 -07:00
Fabien PotencierandSymfony 82e8cf1a6d removed Makefile support (#215) 2017-10-16 16:05:06 -07:00
Maxime SteinhausserandSymfony 5ae47fd7d4 Add simple-phpunit alias (#213) 2017-10-16 08:25:57 -07:00
Ryan WeaverandSymfony 56acc9cfb9 Always using umask(0000) in debug mode (#210) 2017-10-10 01:46:31 -07:00
Ryan WeaverandSymfony 56c2f01d8e Use the native PHP session handler by default (#209) 2017-10-09 08:16:56 -07:00
Fabien PotencierandSymfony 325838a7b3 added some command names for make help (#207) 2017-10-06 09:27:11 -07:00
Ryan WeaverandSymfony 9da5ff1b7a reverting #131 (#205) 2017-10-04 07:26:31 -07:00
Javier EguiluzandSymfony bf020aa4e6 Proposed a security.yaml file for the "test" environment (#131) 2017-10-03 17:53:39 -07:00
Nicolas GrekasandSymfony caa8bce19d Fix Makefile (#203) 2017-10-03 17:50:56 -07:00
Fabien PotencierandSymfony 1d2ae35047 fixed logic in Makefile (#201) 2017-10-02 16:55:29 -07:00
Fabien PotencierandSymfony be5333aae5 fixed space issue in bin/console (#200) 2017-10-02 16:10:45 -07:00
Kévin DunglasandSymfony 2f672602bc [Encore] Improve the generate package.json (#197) 2017-10-01 09:52:05 -07:00
SymfonyandGitHub dfce5ae0f0 Merge pull request #178 from mercuryseries/patch-2 2017-09-26 21:20:12 -07:00
Nicolas Grekas da0f8b1d60 Fix PHP 7.0 2017-09-25 16:56:00 +02:00
Nicolas Grekas f092653e6b Allow PHP 7.0 2017-09-23 19:48:54 +01:00
SymfonyandGitHub 18a780d8dd Merge pull request #177 from mercuryseries/patch-1 2017-09-15 08:26:31 -07:00
SymfonyandGitHub f6343d69f7 Merge pull request #162 from simensen/symfony-framework-bundle-environment-specific-services-and-parameters 2017-09-15 08:24:18 -07:00
SymfonyandGitHub f3864025aa Merge pull request #179 from symfony/annotations 2017-09-15 07:42:23 -07:00
Fabien Potencier bf29125220 changed the way we register annotations 2017-09-14 21:27:04 -07:00
Honoré HOUNWANOUandGitHub 4b1eaaef36 Add some punctuations
Harmonize punctuations.
2017-09-13 02:53:58 -04:00