Overview
Could not load contribution data
Please try again later
3 Releases published by 1 person
40 Pull requests merged by 25 people
-
[Process] Fix Process::getEnv() when setEnv() hasn't been called before
#45931 merged
Apr 4, 2022 -
[ExpressionLanguage] Fix matching null against a regular expression
#45928 merged
Apr 3, 2022 -
[RateLimiter] Add typecase to SlidingWindow::getExpirationTime
#45925 merged
Apr 3, 2022 -
[PHPUnitBridge] Fix max threshold when only ignoreFile is set in SYMFONY_DEPRECATIONS_HELPER
#45923 merged
Apr 3, 2022 -
[VarExporter] Fix syntax that makes psalm crash
#45927 merged
Apr 3, 2022 -
[Form] Add prototype_options to CollectionType
#45605 merged
Apr 3, 2022 -
[PhpUnitBridge] Fix ignoreFile comments
#45921 merged
Apr 3, 2022 -
Release v6.0.7
#45916 merged
Apr 2, 2022 -
Release v5.4.7
#45915 merged
Apr 2, 2022 -
Release v4.4.40
#45914 merged
Apr 2, 2022 -
[ExpressionLanguage] Add some more operators
#45912 merged
Apr 2, 2022 -
[Serializer] Add serializer profiler
#45656 merged
Apr 1, 2022 -
[Messenger] reset connection on worker shutdown
#45910 merged
Apr 1, 2022 -
[Form][TwigBundle] reset Twig form theme resources between requests
#45909 merged
Apr 1, 2022 -
[Filesystem] Missing return type in getFilenameWithoutExtension function
#45908 merged
Apr 1, 2022 -
[HttpClient] on redirections don't send content related request headers
#45906 merged
Apr 1, 2022 -
[Validator] Allow creating constraints with required arguments
#45072 merged
Apr 1, 2022 -
[Messenger] Fix cannot select FOR UPDATE from view on Oracle
#45714 merged
Apr 1, 2022 -
Leverage non-capturing catches
#45902 merged
Apr 1, 2022 -
[Finder] Look for gitignore patterns up to git root
#43239 merged
Apr 1, 2022 -
[TwigBundle] Pre-compile only *.twig files in cache warmup
#45845 merged
Apr 1, 2022 -
[Mailer] Improve extensibility of `EsmtpTransport`
#44446 merged
Apr 1, 2022 -
[TwigBridge] Fix the build
#45905 merged
Apr 1, 2022 -
[Messenger] Add mysql indexes back and work around deadlocks using soft-delete
#45888 merged
Mar 31, 2022 -
[PropertyInfo] PhpStanExtractor namespace missmatch issue
#45890 merged
Mar 31, 2022 -
[TwigBridge] fix bootstrap_3_layout ChoiceType's expanded label_html
#45897 merged
Mar 31, 2022 -
[FrameworkBundle] Fix UidTest
#45900 merged
Mar 31, 2022 -
[PhpUnitBridge] Add option `ignoreFile` to configure a file that lists deprecation messages to ignore
#45226 merged
Mar 31, 2022 -
[Messenger] Add Redis Sentinel support
#43163 merged
Mar 31, 2022 -
[Messenger] [Security/Core] Remove legacy class aliases
#45899 merged
Mar 31, 2022 -
[VarExporter] Fix exporting objects with readonly properties
#45891 merged
Mar 30, 2022 -
[PropertyAccess] Fix typo in PropertyAccessor::readProperty() DocBlock
#45895 merged
Mar 30, 2022 -
[HttpKernel] Simplifying Bundle/Extension config definition
#43701 merged
Mar 30, 2022 -
[HttpFoundation] Allow dynamic session "ttl" when using a remote storage
#45873 merged
Mar 30, 2022 -
[ExpressionLanguage] Fix matches when the regexp is not valid
#45875 merged
Mar 30, 2022 -
[DependencyInjection] Add argument type `closure` to help passing closures to services
#45878 merged
Mar 30, 2022 -
Add BC layer to handle old objects already present in cache
#45876 merged
Mar 29, 2022 -
[Ldap] LDAP authentication should return a meaningful error when the LDAP server is unavailable
#44898 merged
Mar 29, 2022 -
[RateLimiter] Always store SlidingWindows with an expiration set
#44996 merged
Mar 29, 2022 -
[HttpKernel] Resolve DateTime values with default timezone
#45874 merged
Mar 29, 2022
6 Pull requests opened by 6 people
-
[Serializer] Fix inconsistent behaviour of nullable objects in key/va…
#45884 opened
Mar 29, 2022 -
[Console] Render all throwables the same, including \Error subclasses
#45885 opened
Mar 30, 2022 -
[Cache] Optimize fetching of tags
#45896 opened
Mar 30, 2022 -
[SecurityBundle] Allow specifying attributes for RequestMatcher
#45907 opened
Apr 1, 2022 -
[DependencyInjection] Add TaggedIteratorArgument unit tests
#45929 opened
Apr 3, 2022 -
Bridge/PhpUnit: Fix check for project directory
#45930 opened
Apr 3, 2022
44 Issues closed by 13 people
-
Compile issue (infinite recurssion) under PHP 8.0.4 or >on Windows
#45911 closed
Apr 4, 2022 -
[Messenger (Redis transport)] Connection should use custom Redis instance
#45057 closed
Apr 3, 2022 -
[Messenger] Ability to use pconnect on Redis bridge
#44804 closed
Apr 3, 2022 -
Automatic cache:warmup in development broken on later versions of PHP (>8.0.3)
#45556 closed
Apr 3, 2022 -
[Cache] Use Lock-Component when locking the recomputation of cache items
#45663 closed
Apr 3, 2022 -
Improve the HttpClient panel in the Web Profiler
#33311 closed
Apr 3, 2022 -
php8.1 SoapClient istantiation fails with symfony/proxy-manager-bridge
#45626 closed
Apr 3, 2022 -
[ExpressionLanguage] Matches throws error for null values
#45926 closed
Apr 3, 2022 -
[PHPUnitBridge] ignoreFile does not allow comments
#45918 closed
Apr 3, 2022 -
[Messenger] messages lost during graceful shutdown with SQS
#45778 closed
Apr 1, 2022 -
[TwigBridge] Form option is settable only for first created form
#45229 closed
Apr 1, 2022 -
[Form] Testing a collection of forms fails with InvalidArgumentException : Unreachable field
#45150 closed
Apr 1, 2022 -
notifier: chat/slack + email leads to UnsupportedSchemeException
#40978 closed
Apr 1, 2022 -
[Form] Make the TypeGuesser choose <textarea> if there's an @Assert\Length() with max > 255
#36521 closed
Apr 1, 2022 -
Symfony Messenger - ORA-02014: cannot select FOR UPDATE from view
#33718 closed
Apr 1, 2022 -
Boolean Environment Variable Processor Not Working
#45868 closed
Apr 1, 2022 -
[Twig] Allow filtering for file extensions in template paths
#41950 closed
Apr 1, 2022 -
[Messenger] Slow on mysql after update
#42868 closed
Mar 31, 2022 -
[PropertyInfo] PhpStan FQSEN error
#44431 closed
Mar 31, 2022 -
[TwigBridge] bootstrap_3_layout ChoiceType's expanded label_html does not work
#41189 closed
Mar 31, 2022 -
PHPUnitBridge - add a deprecation 'ignoreFile option' to allow silencing deprecation patterns
#45223 closed
Mar 31, 2022 -
[Mailer] SendGrid bypass suppressions
#42854 closed
Mar 31, 2022 -
run-time json encoded environment variable string does not work in security.yml
#27683 closed
Mar 31, 2022 -
[Mailer] Sendgrid mailer transport does not respect custom ports
#36224 closed
Mar 30, 2022 -
[LDAP] Modifying an entry crashes when having permissions set within Active Directory
#41127 closed
Mar 30, 2022 -
[Notification] You have requested a non-existent service "texter".
#45880 closed
Mar 30, 2022 -
Allow TaggedLocator autowiring via enums
#44556 closed
Mar 29, 2022 -
[RFC][Security] Deprecate `UserInterface` implementations not implementing `EquatableInterface` too
#37036 closed
Mar 29, 2022 -
[RFC][Validator] Move the filtering/sanitation/normalization out of the validators
#35316 closed
Mar 29, 2022 -
[Messenger] amqp-messenger does not allow a queue to have more than one binding
#37233 closed
Mar 29, 2022 -
LDAP authentication should return a meaningful error when the LDAP server is unavailable
#44089 closed
Mar 29, 2022 -
[BC-Break] Changes to KernelTestCase in #45595 broke our test suite
#45800 closed
Mar 28, 2022 -
[Form] FormErrorIterator create recursion problem using analyzer
#45847 closed
Mar 28, 2022 -
Asserts on a OneToOne relation are ignored when validating a form
#45726 closed
Mar 28, 2022 -
[Messenger (Redis transport)] TransportException thrown on empty pending message
#40103 closed
Mar 28, 2022 -
[Form] Making possible to make csrf token generation lazy for forms
#40270 closed
Mar 28, 2022
8 Issues opened by 8 people
-
[Notifier] [OvhCloud] Adding a no_stop_clause option
#45932 opened
Apr 4, 2022 -
[Translation] Push and pull translations commands say OK even no translations were transmitted
#45920 opened
Apr 2, 2022 -
CLI colors are broken in Docker
#45917 opened
Apr 2, 2022 -
Improve a security related exception
#45913 opened
Apr 1, 2022 -
[PropertyInfo] Support union types through PhpDoc
#45903 opened
Mar 31, 2022 -
[Security] Allow specifying attributes._route for RequestMatcher
#45901 opened
Mar 31, 2022 -
[Serializer] inconsistent behaviour of nullable objects in key/value arrays
#45883 opened
Mar 29, 2022 -
[Messenger] Be able to start a worker for multiple queues with custom consumption priorities
#45882 opened
Mar 29, 2022
50 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
[Messenger] Add functionality for choosing transport while dispatching message
#39306 commented on
Mar 31, 2022 • 18 new comments -
[Validator] Define which collection keys should be checked for uniqueness
#42403 commented on
Apr 3, 2022 • 18 new comments -
optional getLogDir.
#45579 commented on
Apr 1, 2022 • 7 new comments -
[Routing] Allow using services as variables in the route condition
#44405 commented on
Apr 3, 2022 • 6 new comments -
[DX] Static vs. runtime env vars
#40794 commented on
Apr 1, 2022 • 5 new comments -
Mailer return path is not set correctly
#41322 commented on
Mar 30, 2022 • 4 new comments -
[Routing] Add Requirement, a collection of universal regular-expressions constants to use as route parameter requirements
#45528 commented on
Apr 1, 2022 • 4 new comments -
[ExpressionLanguage] Add Support For Nullsafe Operator
#45795 commented on
Mar 31, 2022 • 4 new comments -
[Messenger] Defining transport dynamically
#38200 commented on
Apr 1, 2022 • 3 new comments -
[RFC] Create common DomCrawlerInterface
#35873 commented on
Mar 28, 2022 • 2 new comments -
[Serializer] @SerializedName flattening nested attributes
#32080 commented on
Mar 30, 2022 • 2 new comments -
[Security] Add Bearer Authenticator
#45844 commented on
Mar 31, 2022 • 2 new comments -
LoginLinkHandler options should be able to be overridden programmatically
#41151 commented on
Mar 31, 2022 • 2 new comments -
[Serializer] ChainEncoder does not honor context support check if called repeatedly
#38270 commented on
Apr 2, 2022 • 2 new comments -
phpunit-bridge: Doesn't work properly with vendor being a symlink
#44863 commented on
Apr 3, 2022 • 2 new comments -
[Form] Violation Mapper
#40213 commented on
Apr 4, 2022 • 2 new comments -
[Validator] Add Some and None collection constraints
#44688 commented on
Apr 1, 2022 • 2 new comments -
[Translation] Allow usage of Provider domains if possible
#45171 commented on
Apr 2, 2022 • 2 new comments -
[Routing] Add EnumRequirement to help generate route requirements from a \BackedEnum
#45803 commented on
Mar 31, 2022 • 2 new comments -
Console: Option with "not empty" value
#43046 commented on
Mar 28, 2022 • 1 new comment -
[Serializer] Polymorphic deserialize object with external property
#40360 commented on
Mar 28, 2022 • 1 new comment -
[Messenger] Provided middlewares only work on the default connection
#43005 commented on
Mar 28, 2022 • 1 new comment -
Use the new Authentication Manager to refresh User Token with new roles
#41853 commented on
Mar 29, 2022 • 1 new comment -
Monolog Notifier Handler uses method not available in dependency injected interface
#42809 commented on
Mar 29, 2022 • 1 new comment -
json_login_ldap in chain with json_login and new authenticator
#41892 commented on
Mar 29, 2022 • 1 new comment -
[Messenger] ClassNotFoundError once consumer is started manually via CLI
#45862 commented on
Mar 29, 2022 • 1 new comment -
Allow to add new headers to a SentMessage object
#45871 commented on
Mar 29, 2022 • 1 new comment -
[Console][ErrorHandler] Add option to disable deprecations in dev console in 4.4
#35575 commented on
Mar 29, 2022 • 1 new comment -
Way to disable baseUrl in Request?
#40569 commented on
Mar 30, 2022 • 1 new comment -
[Process] Allow running multiple commands at once
#43162 commented on
Mar 31, 2022 • 1 new comment -
[Mailer] TLS wrongfully enabled
#45077 commented on
Apr 1, 2022 • 1 new comment -
RememberMe cookie was cleared after db error
#40496 commented on
Apr 2, 2022 • 1 new comment -
[Serializer] Nested discriminator mapping with false on ALLOW_EXTRA_ATTRIBUTES throws exception
#43085 commented on
Apr 2, 2022 • 1 new comment -
[FrameworkBundle] KernelBrowser::loginUser creates a cookie without hostname/domain
#40661 commented on
Apr 3, 2022 • 1 new comment -
[Finder] Finder::notPath treats absolute paths with trailing slashes as regexes
#43282 commented on
Apr 3, 2022 • 1 new comment -
[HttpFoundation] Request: Duplicate override doesn't affect result uri
#37707 commented on
Apr 3, 2022 • 1 new comment -
[DI] `getDefaultIndexName()` is not called by default
#45809 commented on
Apr 3, 2022 • 1 new comment -
[HttpClient] Add support for client pool
#43327 commented on
Apr 3, 2022 • 1 new comment -
[DependencyInjection] Allow array attributes for service tags
#38540 commented on
Apr 2, 2022 • 1 new comment -
[Form] Errors Property Paths mismatch CollectionType children when removing an entry
#39438 commented on
Apr 1, 2022 • 1 new comment -
[Messenger] Kafka Transport Bridge
#39712 commented on
Mar 29, 2022 • 1 new comment -
[Mime] Fix attached inline part not related
#43255 commented on
Mar 29, 2022 • 1 new comment -
[FrameworkBundle] Add semaphore configuration
#44155 commented on
Apr 1, 2022 • 1 new comment -
[HttpKernel] Use the existing session id if available.
#45394 commented on
Apr 1, 2022 • 1 new comment -
[DependencyInjection] Add support of array argument to #[When]
#45567 commented on
Apr 1, 2022 • 1 new comment -
[Serializer] Fixes message for http client errors
#45821 commented on
Mar 31, 2022 • 1 new comment -
add json output to DebugCommand.php
#45822 commented on
Apr 3, 2022 • 1 new comment -
[AmqpMessenger] Allow using the default amqp exchange
#45784 commented on
Mar 29, 2022 • 0 new comments -
Web profiler AJAX request div is too narrow to fit long URLs
#45741 commented on
Mar 29, 2022 • 0 new comments -
Command `debug:router --no-interaction` fails when several route match
#45777 commented on
Mar 29, 2022 • 0 new comments