Jules Pietri
d80a799ad7
[FrameworkBundle] Added the new RoutingConfigurator
2020-02-11 00:59:47 +01:00
symfony-flex-server[bot] and GitHub
0de9f01fe1
Merge pull request #732
2020-01-31 16:53:20 +00:00
Fabien Potencier
37d61b6d54
Fix broken link
2020-01-31 17:51:50 +01:00
symfony-flex-server[bot] and GitHub
a952b01933
Merge pull request #730
2020-01-30 16:12:00 +00:00
Nyholm
0142d02a80
[Monolog] Add buffer_size on fingers_crossed handler
2020-01-30 14:10:07 +01:00
symfony-flex-server[bot] and GitHub
3229808f4e
Merge pull request #724
2020-01-30 12:05:03 +00:00
symfony-flex-server[bot] and GitHub
24cc9f60ac
Merge pull request #728
2020-01-29 16:58:27 +00:00
Guilliam Xavier and GitHub
86714aef30
Fix TRUSTED_HOSTS regexp example
2020-01-29 17:46:04 +01:00
Guilliam Xavier and GitHub
f3d210946a
Fix TRUSTED_HOSTS regexp example
2020-01-29 17:45:58 +01:00
Nicolas Grekas
a0cb2ea41f
Get rid of config/bootstrap.php for 5.1 apps
2020-01-29 16:53:59 +01:00
Guilliam Xavier and GitHub
7d12a7bf9e
Fix TRUSTED_HOSTS regexp example
2020-01-29 16:31:47 +01:00
Guilliam Xavier and GitHub
bc2ac1be8b
Fix TRUSTED_HOSTS regexp example
2020-01-29 16:31:21 +01:00
symfony-flex-server[bot] and GitHub
e9ca0382be
Merge pull request #727
2020-01-25 12:09:53 +00:00
Nicolas Grekas
8ca8f49826
Fix loading .env.local.php
2020-01-25 11:21:29 +01:00
symfony-flex-server[bot] and GitHub
f55d090460
Merge pull request #725
2020-01-23 10:46:40 +00:00
Nicolas Grekas
4912cc6f87
Some cleanups
2020-01-23 11:42:12 +01:00
symfony-flex-server[bot] and GitHub
990f591216
Merge pull request #723
2020-01-11 09:51:00 +00:00
Christian Flothmann
c0aa165e43
fix PHP syntax error
2020-01-11 10:26:23 +01:00
symfony-flex-server[bot] and GitHub
602a78bd4e
Merge pull request #698
2020-01-10 07:58:46 +00:00
symfony-flex-server[bot] and GitHub
3f91d6dbe2
Merge pull request #683
2020-01-10 07:52:36 +00:00
symfony-flex-server[bot] and GitHub
196d95a6c7
Merge pull request #704
2020-01-10 07:47:45 +00:00
symfony-flex-server[bot] and GitHub
a4cb97d0c0
Merge pull request #714
2020-01-10 07:46:24 +00:00
symfony-flex-server[bot] and GitHub
01016d083e
Merge pull request #720
2020-01-10 07:45:35 +00:00
thewalkingcoder and GitHub
1d3ba22b75
Fix error synthax in bootstrap.php
...
PR to fix #35293
2020-01-10 08:00:49 +01:00
symfony-flex-server[bot] and GitHub
a33416f0e8
Merge pull request #719
2020-01-10 05:36:21 +00:00
Nicolas Grekas
321ef8390c
Allow missing APP_ENV in .env.local.php
2020-01-06 20:17:28 +01:00
symfony-flex-server[bot] and GitHub
5f8acedd41
Merge pull request #715
2020-01-03 14:41:05 +00:00
Oleg Voronkovich
a03235ded6
Fix broken link in .env file
2020-01-01 04:26:57 +03:00
symfony-flex-server[bot] and GitHub
b4bbe2238a
Merge pull request #713
2019-12-18 22:03:14 +00:00
Kevin and GitHub
d8149875da
Code coverage settings for phpunit-bridge
...
Same reasoning as commit a51bcbbcdc
2019-12-18 18:22:12 +01:00
Kevin and GitHub
a51bcbbcdc
Align code coverage settings with documentation
...
After noticing slow coverage collection on our jenkins server for our symfony project, i noticed after some time that we were missing the on the whitelist configuration the processUncoveredFilesFromWhitelist attribute. I tried to backtrace why this configuration was missing and realized that this might come from the phpunit flex recipe. So here we go with the fix.
Fixes issues with slow coverage collection mentioned here:
https://github.com/sebastianbergmann/phpunit/issues/2489
Also the documentation already includes the configuration:
https://symfony.com/doc/4.4/create_framework/unit_testing.html
https://symfony.com/doc/current/create_framework/unit_testing.html
2019-12-18 18:00:20 +01:00
Roland Franssen and GitHub
f009bcac08
Update doctrine.yaml
2019-12-18 14:06:31 +01:00
Roland Franssen and GitHub
a610be6c12
Update doctrine.yaml
2019-12-18 13:15:17 +01:00
Nicolas Grekas
3015f125e3
Enable inline_class_loader in debug mode
2019-12-18 12:15:32 +01:00
symfony-flex-server[bot] and GitHub
a796c1226b
Merge pull request #705
2019-12-17 14:02:02 +00:00
Nicolas Grekas
5d24d659fc
Simplify the default Kernel
2019-12-17 11:15:13 +01:00
symfony-flex-server[bot] and GitHub
dcfc281346
Merge pull request #711
2019-12-13 20:04:45 +00:00
Ryan Weaver
cb9d2fc495
Creating phpunit-bridge 4.2 recipe to point to 4.2 version of bootstrap.php
...
This also updates the 4.3 recipe to use all the stuff from 4.2
2019-12-13 14:33:55 -05:00
symfony-flex-server[bot] and GitHub
fac3cdef6c
Merge pull request #708
2019-12-13 18:36:33 +00:00
symfony-flex-server[bot] and GitHub
4c5c2188da
Merge pull request #710
2019-12-13 18:36:07 +00:00
symfony-flex-server[bot] and GitHub
3d0d46bf33
Merge pull request #709
2019-12-13 18:36:03 +00:00
Ryan Weaver
1a886501b8
Making symfony/console 4.2 use symfony/framework 4.2's config/bootstrap.php file
...
This assumes that the components are upgraded at the same time, but that is
an assumption we need to make for sane versioning. This assumption is already
made (for example) in the framework-bundle 4.2 recipe, whose config/bootstrap.php
file references a DotEnv 4.2 method
2019-12-12 16:48:07 -05:00
Nicolas Grekas
1a4241eda7
Dont inline_class_loader on PHP 7.4
2019-12-11 11:45:05 +01:00
Nicolas Grekas
e32a75b3cd
Dont create config/secrets/ by default
2019-12-11 11:35:47 +01:00
symfony-flex-server[bot] and GitHub
a4a3f3448d
Merge pull request #707
2019-12-11 08:37:16 +00:00
Fabien Potencier
39f031b39b
Remove ;
2019-12-11 09:36:04 +01:00
symfony-flex-server[bot] and GitHub
983f5b81a3
Merge pull request #706
2019-12-11 00:52:56 +00:00
Nyholm
88046e8b26
Remove snapshot test for PHP 7.4
2019-12-10 09:16:45 +01:00
symfony-flex-server[bot] and GitHub
be57d37840
Merge pull request #702
2019-12-08 18:58:37 +00:00
Yannick Ihmels
a3e45d607e
Use configureBabelPresetEnv()
2019-12-08 11:41:28 +01:00