Looking forward to SymfonyCon Disneyland!
-
Alexander M. Turek
- Düsseldorf, Germany
- https://derrabus.de
- @derrabus
Block or Report
Block or report derrabus
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
-
-
-
Homebrew/homebrew-core Public
🍻 Default formulae for the missing package manager for macOS (or Linux)
3,911 contributions in the last year
Happy Halloween!
Learn how we count contributions
Less
More
Activity overview
Contribution activity
October 2022
Created 126 commits in 21 repositories
Created a pull request in symfony/symfony that received 35 comments
[Routing] PSR-4 directory loader
This PR adds a PSR-4 directory loader to the Routing component. When we currently want to load routes from a directory with controllers, we config…
+547
−72
•
35
comments
Opened 91 other pull requests in 15 repositories
doctrine/orm
27
merged
- Remove the Annotation interface
- Merge 2.14.x into 3.0.x
- Merge 2.13.x into 2.14.x
- Merge 2.14.x into 3.0.x
- PHPStan 1.8.11
- Merge 2.13.x into 2.14.x
- Bump CI to PHP 8.2 and latest database versions
- Remove reference to deprecated DriverChain from docs
-
Deprecate the
Annotationinterface - Remove DriverChain
- Bump DBAL to 3.5 and remove BC hacks
- Remove EntityManager::create()
- Merge 2.14.x into 3.0.x
-
Fix calls to
AbstractSchemaManager::createSchema() - Merge 2.13.x into 2.14.x
- Fix build with DBAL 3.5
- Add native types to annotation classes
- Merge 2.14.x into 3.0.x
- Fix type doc blocks in annotation classes
- Add CI jobs for SQLite3 driver
- Merge 2.14.x into 3.0.x
- Merge 2.13.x into 2.14.x
- Merge 2.14.x into 3.0.x
- Merge 2.13.x into 2.14.x
- Psalm 4.29
- Some pull requests not shown.
doctrine/dbal
19
merged
- Fix typo in exception message
- Run tests with MariaDB 10.9
- Merge 3.4.x into 3.5.x
- Run tests with Postgres 15
- PHPStan 1.8.10, Psalm 4.29.0
- Add 3.5 and 4.0 to .doctrine-project.json
- Remove user defined SQLite functions
-
Use the
%operator instead ofMOD()in SQLite - Merge 3.5.x into 4.0.x
- Allow doctrine/event-manager 2
-
Deprecate
LOCATE()emulation on SQLite - Remove deprecated API to register custom SQLite functions
- Merge 3.5.x into 4.0.x
-
Deprecated the
userDefinedFunctionsdriver option forpdo_sqlite - Merge 3.5.x into 4.0.x
- Merge 3.4.x into 3.5.x
- Enable testReturnsDatabaseNameWithoutDatabaseNameParameter for SQLite
- New driver: SQLite3
- Bump dev dependencies
doctrine/event-manager
13
merged
- Update branch metadata
- Merge 1.2.x into 2.0.x
- Merge 1.2.x into 2.0.x
- Remove doctrine/deprecations
- Merge 1.1.x into 1.2.x
-
Made the
$eventparameter ofEventManager::getListeners()mandatory - Merge 1.2.x into 2.0.x
-
Revert return type on
EventSubscriber::getSubscribedEvents() - Update branch metadata
- Bump to PHP 8.1 and add types everywhere
-
Split
getAllListeners()out ofgetListeners() - Flatten directory structure
- Bump tools and CI workflows
Homebrew/homebrew-core
9
closed
1
open
symfony/symfony
6
merged
- [Routing] Add tests for loading PSR-4 classes from PHP files
- [Config][Routing] Fix delegating to PSR-4 loader from subdirectory
- [Config][Routing] Nicer config syntax for PSR-4 route loading
-
[DoctrineBridge] Deprecate calling
ContainerAwareEventManager::getListeners()without event name - [DoctrineBridge] Allow doctrine/event-manager 2
-
[DoctrineBridge] Implement
EventManager::getAllListeners()
doctrine/annotations
4
merged
symfony/symfony-docs
2
merged
symfony/recipes
1
open
1
merged
doctrine/persistence
2
merged
derrabus/twig-awesome-bundle
1
merged
doctrine/inflector
1
merged
derrabus/php-ereg-shim
1
merged
doctrine/lexer
1
merged
doctrine/migrations
1
merged
slevomat/coding-standard
1
merged
Reviewed 108 pull requests in 15 repositories
doctrine/orm
25 pull requests
- Add lockMode to EntityManager#refresh()
- Added parameter to getSelectJoinColumnSQL
- Remove last remnants of the YAML driver
-
Deprecate the
Annotationinterface -
Infer types in
OneToManyPersister::deleteEntityCollection - DDC-1680
- Add isMemberOf and isInstanceOf to Expr helper list
- Fix grammer in working-with-objects
- Automap events in AttachEntityListenersListener
- Migrate more references to annotations
- Purge annotations
- Migrate to attributes
- Adapt use statements to the code
- Address dbal deprecations
- CI for Oracle DB
- Make the mapping driver deprecations more obvious
- Adjust comments
- Merge 2.13.x up into 2.14.x
- Migrate more documentation towards attributes
- Implement BC compatibel BackedEnum switch
- Do not export phpstan stuff
- Merge 2.13.x up into 2.14.x
- Modernize documentation code
- Stop triggering static analysis workflows on tests
- Add CI jobs for SQLite3 driver
- Some pull request reviews not shown.
symfony/symfony
23 pull requests
- [DependencyInjection] Allow enum as service parameter in php config files
- [Translation] cs fix
- [MonologBridge] #48023 - Suggestion to deprecation issue construction of Monolog Logger
- [Validator] Add the type for ConstraintValidatorTestCase::createValidator
- [ErrorHandler] s/</br>/<br>
- Fix Typos In Comments 6.1+
- Fix Typos In Comments 6.0+
- Fix Typos In Comments 5.4+
- [DomCrawler] remove duplicated catch block
-
[Routing] Fix nested directory support in
Psr4DirectoryLoader - [Security][Serializer] Add missing args to trigger_deprecation
- [Config][Routing] Nicer config syntax for PSR-4 route loading
- [FrameworkBundle] remove DateTime from core Bundles
-
[SecurityBundle] Deprecate the
enable_authenticator_manageroption - [Routing] PSR-4 directory loader
- update dependency
- Leverage First-class callable syntax
- [HttpClient] Deprecation Contracts Dependency
-
[DoctrineBridge] Deprecate calling
ContainerAwareEventManager::getListeners()without event name -
[DoctrineBridge] Implement
EventManager::getAllListeners() - [WebLink] Add relations defined in RFC 8631
- [Security] TraceableAccessDecisionManager: fix inspecting voters of custom access decision managers
- [DoctrineBridge] Fix auto mapping for bundles that contain only embeddables
doctrine/dbal
20 pull requests
- Fixed return type of DBAL\Connection methods
- Remove unwanted suffix
- New driver: SQLite3
- Document breaking changes about serverVersion
- Revert "Clean up MySQL version detection logic"
- Merge 3.5.x into 4.0.x
- Deprecate QueryBuilder::getConnection()
- Clean up MySQL version detection logic
- Remove irrelevant @throws annotations
- Merge 3.5.x into 4.0.x
- Add 3.5 and 4.0 to .doctrine-project.json
- Non-nullabe result of comparing tables
- Deprecate SchemaDiff::toSql() and SchemaDiff::toSaveSql()
- Merge 3.5.x into 4.0.x
- Merge 3.4.x into 3.5.x
- Rename SQL Server platform unit test
- Merge 3.5.x into 4.0.x
- Bump dev dependencies
- Convert Doctrine\DBAL\Exception to an interface
-
Removing deprecated
isFullfilledBy()method
doctrine/event-manager
5 pull requests
doctrine/coding-standard
4 pull requests
doctrine/persistence
3 pull requests
doctrine/annotations
2 pull requests
doctrine/inflector
2 pull requests
symfony/recipes
2 pull requests
symfony/polyfill
1 pull request
Homebrew/homebrew-core
1 pull request
doctrine/migrations
1 pull request
doctrine/data-fixtures
1 pull request
symfony/symfony-docs
1 pull request
KnpLabs/KnpMenu
1 pull request
Created an issue in doctrine/dbal that received 6 comments
SQLite: Revisit user defined functions registered by DBAL
Summary
While working on #5742, I haven't questioned the three functions that we always register in SQLite, but maybe we should:
sqrt(): SQLite d…
6
comments
Opened 3 other issues in 2 repositories
vimeo/psalm
1
open
1
closed
symfony/symfony
1
closed
Answered 2 discussions in 1 repository
doctrine/orm
doctrine/orm
-
Cannot create `Doctrine\ORMEntityManager` instance, inheritance error
This contribution was made on Oct 27
-
setSQLLogger is deprecated, how can I disable the logger?
This contribution was made on Oct 18
10
contributions
in private repositories
Oct 9 – Oct 14





