✔️
Green-keeping the Symfony CI
Submitting features and bug(fixes) @symfony, to make it always faster, easier to use and better designed, uncompromising.
@ESPCI_Alumni engineer.
- Paris, France
-
13:02
(UTC +01:00) - @nicolasgrekas
- in/nicolasgrekas
Sponsors
Highlights
Block or Report
Block or report nicolas-grekas
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
symfony/contracts
symfony/contracts PublicA set of abstractions extracted out of the Symfony components
-
symfony/thanks
symfony/thanks PublicGive thanks (in the form of a GitHub ★) to your fellow PHP package maintainers (not limited to Symfony components)!
-
Advanced handling of HTTP requests i...
Advanced handling of HTTP requests in PHP 1=========================================
2Advanced handling of HTTP requests in PHP
3=========================================
45Nicolas Grekas - nicolas.grekas, gmail.com
-
7,359 contributions in the last year
Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
More
Activity overview
Contributed to
symfony/symfony,
symfony/framework-bundle,
symfony/symfony-docs
and 304 other
repositories
Contribution activity
November 2023
Created 188 commits in 26 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1 repository not shown
Created 1 repository
-
nicolas-grekas/psr7-integration-tests
PHP
This contribution was made on Nov 10
Created a pull request in Nyholm/psr7 that received 32 comments
Fix error handling in Stream::getContents()
stream_get_contents()
swallows errors. This creates issues like symfony/symfony#52490, where errors reported by the stream layer aren't propagated …
+12
−4
lines changed
•
32
comments
Opened 25 other pull requests in 5 repositories
symfony/symfony
2
open
18
merged
1
closed
-
[VarExporter] Work around php/php-src#12695 for lazy objects, fixing nullsafe-related behavior
This contribution was made on Nov 27
-
[VarExporter] Fix serializing objects that implement __sleep() and that are made lazy
This contribution was made on Nov 27
-
[HttpKernel] Fix logging deprecations to the "php" channel when channel "deprecation" is not defined
This contribution was made on Nov 23
-
[FrameworkBundle] Add TemplateController to the list of allowed controllers for fragments
This contribution was made on Nov 20
-
[VarExporter] Fix handling mangled property names returned by __sleep()
This contribution was made on Nov 16
-
[HttpClient] Revert "minor #52418 add native argument for the test server working directory"
This contribution was made on Nov 15
-
[7.0] minor cleanup
This contribution was made on Nov 15
-
[DependencyInjection] Fix dumping containers with null-referenced services
This contribution was made on Nov 15
-
[VarExporter] [WIP] Leverage native lazy proxies
This contribution was made on Nov 15
-
[VarExporter] Drop support for partially initialized lazy object
This contribution was made on Nov 13
-
[VarExporter] Deprecate per-property lazy-initializers
This contribution was made on Nov 13
-
[WebProfilerBundle] Mark CodeExtension as non-internal
This contribution was made on Nov 10
-
[FrameworkBundle] Don't reference SYMFONY_IDE env var in non-debug mode
This contribution was made on Nov 9
-
[HttpKernel] Check controllers are allowed when using the fallback surrogate strategy
This contribution was made on Nov 8
-
[HttpKernel] Fix DebugLoggerConfigurator
This contribution was made on Nov 8
-
[HttpKernel] Fix PHP deprecation
This contribution was made on Nov 7
-
[TwigBundle][WebProfilerBundle] Add conflicts with 7.0
This contribution was made on Nov 7
-
Move CodeExtension from TwigBridge to WebProfilerBundle
This contribution was made on Nov 7
-
[HttpKernel] Add
ControllerResolver::allowControllers()
to define which callables are legit controllers when the_check_controller_is_allowed
request attribute is setThis contribution was made on Nov 6 -
Check whether secrets are empty and mark them all as sensitive
This contribution was made on Nov 6
-
Remove full DSNs from exception messages
This contribution was made on Nov 3
nicolas-grekas/doctrine-orm
1
open
-
Use native proxies
This contribution was made on Nov 15
nicolas-grekas/symfony
1
open
-
[VarExporter] [WIP] Leverage native lazy proxies
This contribution was made on Nov 15
doctrine/DoctrineBundle
1
merged
-
Don't rely on LazyProxyTrait in LazyServiceEntityRepository
This contribution was made on Nov 13
php-http/psr7-integration-tests
1
merged
-
Add StreamIntegrationTest::testGetContentsError()
This contribution was made on Nov 10
Reviewed 79 pull requests in 7 repositories
symfony/symfony
25 pull requests
-
[VarExporter] Work around php/php-src#12695 for lazy objects, fixing nullsafe-related behavior
This contribution was made on Nov 27
-
[Cache] Fix Couchbase password parsing
This contribution was made on Nov 27
-
[Process]
ExecutableFinder::addSuffix()
has no effectThis contribution was made on Nov 26 -
[Validator] Fix type error for non-array items when
Unique::fields
is setThis contribution was made on Nov 26 -
[Cache] Remove database server version detection
This contribution was made on Nov 25
-
[Form] add "model_type" option to MoneyType
This contribution was made on Nov 25
-
[Mime] Add
TemplatedEmail::$locale
to the serialized propsThis contribution was made on Nov 24 -
[Translation] [Lokalise] Fix language format on Lokalise Provider
This contribution was made on Nov 24
-
[PropertyInfo] Fixed promoted property type detection for
PhpStanExtractor
This contribution was made on Nov 24 -
[Cache] Add url decoding of password in
RedisTrait
DSNThis contribution was made on Nov 24 -
Check whether secrets are empty and mark them all as sensitive
This contribution was made on Nov 24
-
[HttpFoundation] Add temporary URI signed
This contribution was made on Nov 23
-
[Serializer] Fix support for DiscriminatorMap in PropertyNormalizer
This contribution was made on Nov 23
-
[Serializer] Fix access to private properties/getters when using the
@Ignore
annotationThis contribution was made on Nov 23 -
[Serializer] Fix denormalizing empty string into
object|null
parameterThis contribution was made on Nov 23 -
[DependencyInjection] Fix tests on configuration prepend
This contribution was made on Nov 23
-
[HttpFoundation] Add
UploadedFile::getClientOriginalPath()
to support directory uploadsThis contribution was made on Nov 21 -
[Validator] Add additional versions (
*_NO_PUBLIC
,*_ONLY_PRIV
&*_ONLY_RES
) in IP address constraintThis contribution was made on Nov 21 -
[Messenger] Fix support for Redis Sentinel using php-redis 6.0.0
This contribution was made on Nov 21
-
[Form] Clean unused code
This contribution was made on Nov 21
-
[Cache][Lock]
PdoAdapter
/PdoStore
minor cleanupThis contribution was made on Nov 21 -
[Security] remove conflict with symfony/security-guard
This contribution was made on Nov 21
-
[Validator] Add
MacAddress
constraint for validating MAC addressThis contribution was made on Nov 20 -
[Validator] Add additional versions (
*_NO_PUBLIC
,*_ONLY_PRIV
&*_ONLY_RES
) in IP address constraintThis contribution was made on Nov 20 -
[Security] Add a normalization step for the user-identifier in firewalls
This contribution was made on Nov 20
- Some pull request reviews not shown.
symfony/symfony-docs
2 pull requests
-
[HttpClient] Symfony HTTP Client documentation
This contribution was made on Nov 22
-
Remove "--unpack" option from setup.rst
This contribution was made on Nov 22
doctrine/DoctrineBundle
2 pull requests
-
Don't rely on LazyProxyTrait in LazyServiceEntityRepository
This contribution was made on Nov 13
-
Compatibility with ORM 3
This contribution was made on Nov 6
twigphp/Twig
1 pull request
-
Bump dependencies
This contribution was made on Nov 21
symfony/recipes
1 pull request
-
[Translation] Fix translation provider add-lines instructions
This contribution was made on Nov 21
Nyholm/psr7
1 pull request
-
Fix error handling in Stream::getContents()
This contribution was made on Nov 13
FriendsOfPHP/security-advisories
1 pull request
-
Add advisories for Symfony Security Release 2023-01
This contribution was made on Nov 10
Created an issue in php/php-src that received 34 comments
Wrong magic methods sequence with ??
operator
Description
When ??
is used to check a property using magic methods, PHP unconditionnaly calls both __isset and __get even when __isset did actuall…
34
comments
Opened 3 other issues in 2 repositories
symfony/symfony-docs
1
closed
1
open
-
[DependencyInjection] Prepend extension config with `ContainerConfigura…
This contribution was made on Nov 20
-
[HttpKernel] Add
ControllerResolver::allowControllers()
to define whi…This contribution was made on Nov 7
PHP-CS-Fixer/PHP-CS-Fixer
1
open
-
Rule to add
null
as default value to properties that don't have a typeThis contribution was made on Nov 20
Answered 1 discussion in 1 repository
symfony/symfony
symfony/symfony
-
How can I stop the http client from urlencoding double quotes? In Symfony 6.
This contribution was made on Nov 13
35
contributions
in private repositories
Nov 2 – Nov 27