Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/doctrine/DoctrineBundle

Symfony Bundle for Doctrine ORM and DBAL
https://github.com/doctrine/DoctrineBundle

Re-working approach to *always* enable the service repository feature

This adds a new "marker" interface that is used to determine whether or
not the user determined ...

4efcb135344e55403a0fd193c23a8c7249cfd7d0 authored about 7 years ago by Ryan Weaver <[email protected]>
Adding a new option to allow repositories to be fetched from the service

container

3af691b56ee4d1fdfed93d8c44e1b1056f118e4b authored about 7 years ago by Ryan Weaver <[email protected]>
Merge pull request #724 from weaverryan/fix-tests

Fixing master tests

41d6b7c9a1a37e08ab1c321193446c12d6afb5ed authored about 7 years ago by Fabien Potencier <[email protected]>
Fixing tests

While trying to mock the DriverInterface directly, PhpUnit throws:

> Class cannot implement int...

a8995708341e038bc020569a41a1bdd7c3a81c4c authored about 7 years ago by Ryan Weaver <[email protected]>
Merge branch '1.6.x'

* 1.6.x:
Add class attribute to command services
Disable Bundle::registerCommands
Add comm...

5e21a32e1fa1f159a82c4fbd896e10b277b8b824 authored about 7 years ago by Fabien Potencier <[email protected]>
Merge pull request #715 from Jean-Beru/fix-commands-auto-registration

Fix Symfony 3.4 auto-registration deprecation

8cd4c2921b6cef14a78d98cd3f0fb81ba6a976f9 authored about 7 years ago by Fabien Potencier <[email protected]>
Add class attribute to command services

3da5ca1d2eb167e97efc9d4e54527747a2bb5481 authored about 7 years ago by hubert.lenoir <[email protected]>
Disable Bundle::registerCommands

75bb335e1df1ee99390a87e47a6254b3ec0caf73 authored about 7 years ago by hubert.lenoir <[email protected]>
Add command registration to fix Symfony 3.4 auto-registration deprecation

88c769549af9f6f07b991d9f07162c817ca66b3d authored about 7 years ago by hubert.lenoir <[email protected]>
Clear grouped queries cache on each collect

7c550de052a8b1b51adabfe5a8531032fecfb39a authored over 7 years ago by Gocha Ossinkine <[email protected]>
Merge branch '1.6.x'

* 1.6.x:
Ensure services and aliases are explicitly public
Fix profiler query explaining wit...

819c1fcadfa1eed3a2cdd5d5947ac1946a988963 authored over 7 years ago by Fabien Potencier <[email protected]>
Merge pull request #712 from sroze/doctrine-service-is-public

`doctrine` service is public

96a074a6202d6caf504fb728688f89bb76caf987 authored over 7 years ago by Fabien Potencier <[email protected]>
Ensure services and aliases are explicitly public

e0a9109196bf305410d9dee782e85eb5de3c1565 authored over 7 years ago by Samuel ROZE <[email protected]>
Fix profiler query explaining without the templating component

829499731395e1ecdf0e3f5cca3119f94f79c8e6 authored over 7 years ago by Christophe Coevoet <[email protected]>
Merge branch '1.6.x'

* 1.6.x:
Fix deprecation with Symfony 3.4
fixed tests
fixed compat with PHP 5.5
removed ...

4e013fc02347dda38671500e275b5db1ec1f5d72 authored over 7 years ago by Fabien Potencier <[email protected]>
Merge pull request #709 from stof/fix_profiler

Fix profiler query explaining without the templating component

1085c1bb132302b81f3020a80460b2223296db7e authored over 7 years ago by Fabien Potencier <[email protected]>
Merge pull request #710 from nicolas-grekas/no-set-container

Fix deprecation with Symfony 3.4

01e81847e097c68ef792ac90f598e064427cd2a0 authored over 7 years ago by Fabien Potencier <[email protected]>
Fix deprecation with Symfony 3.4

1977fd5416f467be0c6b9996fe2a46eed67c4915 authored over 7 years ago by Nicolas Grekas <[email protected]>
Fix profiler query explaining without the templating component

3f7071d30461d94244b46c8de0dcbdd6c0c4c5f2 authored over 7 years ago by Christophe Coevoet <[email protected]>
fixed tests

9b74be006ce9e8d58597bc47ae39039e14c3a954 authored over 7 years ago by Fabien Potencier <[email protected]>
Merge pull request #706 from doctrine/tests-fix

Fix tests

18449cc09375a7099972a60436563cc2cb6433a9 authored over 7 years ago by Fabien Potencier <[email protected]>
fixed tests

a222b970e20bb813ddb5b30636c23f3b6a481f22 authored over 7 years ago by Fabien Potencier <[email protected]>
fixed compat with PHP 5.5

d276b1849ce1c252d3e0993e4ae1f0424118be8f authored over 7 years ago by Fabien Potencier <[email protected]>
removed unused use statement

31cf08f5f0fdbf332da18d45d47469254b233b7d authored over 7 years ago by Fabien Potencier <[email protected]>
changed services to be public for compat with Symfony 4

bcc66c15ac9b25746876e92b83392dcdd94f871e authored over 7 years ago by Fabien Potencier <[email protected]>
Fix check for DoctrineType::reset() existence

16645ba7f01f8d0e810b8ec442060b4da2255e2a authored over 7 years ago by Nicolas Grekas <[email protected]>
Fixed for SF > 3.0 on shutdown container create and close connections

Form SF 3.0 IntrospectableContainerInterface merged with ContainerInterface
SF < 3.0 `initialize...

4d7cd58192a89bfc24e534f569a598d01952e594 authored over 7 years ago by eugenegp <[email protected]>
Add "kernel.reset" tag to "form.type.entity"

eb60c66e59c64d05e9246e46ff8f56eebcbd1f4d authored over 7 years ago by Nicolas Grekas <[email protected]>
Bugfixes to CreateDatabaseCommand and its tests, fixes #686 fixes doctrine/orm#6689

576064759a4802e2f5a085fa4f4d6c7bf19aec9b authored over 7 years ago by Benjamin Eberlei <[email protected]>
Removing extra space

f6d098352b97a6e2fcc48e0dfc98bc77dc80e9c2 authored over 7 years ago by mike <[email protected]>
Fix a possible division by zero (#634)

* Fixed Division by zero when total execution time is 0ms

When you go to Symfony profiler -> ...

b71d7cd1a3b4b6dafcff1c771aa5ea00cb75bd62 authored over 7 years ago by mikeSimonson <[email protected]>
Add autowiring for Doctrine\DBAL\Connection (#685)

* Add autowiring for Doctrine\DBAL\Connection

Although this is a class rather than an interface...

8d77f6ec142798a45c644b1afaaaec10debc732f authored over 7 years ago by Christophe Coevoet <[email protected]>
Use ChildDefinition class when available

83d9d1c78c89b336d163499f7df5972d6ae74c58 authored over 7 years ago by Andreas Braun <[email protected]>
Merge pull request #700 from eugenegp/shutdown-bundle

Fixed for SF > 3.0 on shutdown container create and close connections

f8bff22d608224ed88e90b24e9d884cb10b389bb authored over 7 years ago by Fabien Potencier <[email protected]>
Merge pull request #703 from fabpot/symfony4-fixes

Change services to be public for compat with Symfony 4

17860002982ef37c2b6913288e112d8d8fe571d4 authored over 7 years ago by Fabien Potencier <[email protected]>
changed services to be public for compat with Symfony 4

6499491fd88fa679db7b16d4d963391489174348 authored over 7 years ago by Fabien Potencier <[email protected]>
Merge pull request #701 from nicolas-grekas/entity-reset

Fix check for DoctrineType::reset() existence

fbbc387f497fa114676f8efed2b634c329d116ab authored over 7 years ago by Kim Hemsø Rasmussen <[email protected]>
Fix check for DoctrineType::reset() existence

e654eaad4a17409de455efb39072e670f7c182c1 authored over 7 years ago by Nicolas Grekas <[email protected]>
Fixed for SF > 3.0 on shutdown container create and close connections

Form SF 3.0 IntrospectableContainerInterface merged with ContainerInterface
SF < 3.0 `initialize...

31771f3b1382326cf51980698b644085e368455a authored over 7 years ago by eugenegp <[email protected]>
Merge pull request #695 from nicolas-grekas/entity-reset

Add "kernel.reset" tag to "form.type.entity"

80267a76793cd630bb5e387c59bd8df815a5ac4c authored over 7 years ago by Kim Hemsø Rasmussen <[email protected]>
Add "kernel.reset" tag to "form.type.entity"

31d2b7e6e8af1c8bae806b2afa9b231fb2b030e7 authored over 7 years ago by Nicolas Grekas <[email protected]>
Bugfixes to CreateDatabaseCommand and its tests, fixes #686 fixes doctrine/orm#6689

1aa2acd933720be3cf62e8c5b61497d22a8a2201 authored over 7 years ago by Benjamin Eberlei <[email protected]>
Removing extra space

c9f8cc06153a70433d2c67393f10725959f7bb43 authored over 7 years ago by mike <[email protected]>
Fix a possible division by zero (#634)

* Fixed Division by zero when total execution time is 0ms

When you go to Symfony profiler -> ...

b3281c17fbc45bb857ef0dbb3e2ebd005c066bb1 authored over 7 years ago by mikeSimonson <[email protected]>
Add autowiring for Doctrine\DBAL\Connection (#685)

* Add autowiring for Doctrine\DBAL\Connection

Although this is a class rather than an interfa...

3a40530a730a2ee507e345957ce2b3688f7c5350 authored over 7 years ago by Christophe Coevoet <[email protected]>
Add .gitattributes (#688)

This is also fixing #639

59e35a2041d370107da5074025cc953803d1a1fc authored over 7 years ago by Massimiliano Arione <[email protected]>
improve sql explain table display (#681)

629d2a8b16f99a0b2ba6868f7af9986afee5fea7 authored over 7 years ago by Adam Szaraniec <[email protected]>
Merge pull request #677 from sebastianfeldmann/master

Enhance exception message

4f603e1d098188bf6ef7f7d7f0be1bc1355e5ef8 authored over 7 years ago by Kim Hemsø Rasmussen <[email protected]>
Merge pull request #680 from xabbuh/patch-2

fix section title markup

97a4fc38cbdf9f393669593dc1f26cb0735ea6ea authored over 7 years ago by Andreas <[email protected]>
fix section title markup

bfc119b892a36c462fcaa49878b1faa7368a4796 authored over 7 years ago by Christian Flothmann <[email protected]>
Enhance exception message

The error we want to improve occures if doctrine needs to establish
a connection to determine th...

88d67f147deb4c3f67aa09484e6deaf66d2ddf03 authored over 7 years ago by Sebastian Feldmann <[email protected]>
Merge branch 'feature/#663-wrapper-class-for-easier-ide-introspection'

Close #663

1818d3d60bff83bdeea79cbb852eed104217998f authored over 7 years ago by Marco Pivetta <[email protected]>
Adjusted position of `wrapperClass`-related code

d04c0c9d65b2cb9628219fa6eef7505cdc77b3fe authored over 7 years ago by Xymanek <[email protected]>
Small test fix

e542da9c7478434725203175caaa77663a42233f authored over 7 years ago by Xymanek <[email protected]>
Improvement to IDE-friendliness when 'wrapper_class' option in DBAL configuration is used

73aa96afdc1db5dfab4e8378ae7555faae5bb964 authored over 7 years ago by Xymanek <[email protected]>
Merge pull request #669 from doctrine/bump-branch-alias

Bump master to 1.7.x

28438d40f16c7e6f0d1d41c2bfed3db36cba873f authored over 7 years ago by Christophe Coevoet <[email protected]>
Bump master to 1.7.x

a919b7315222f38d82bda4624c4ff96351811ce2 authored over 7 years ago by Luís Cobucci <[email protected]>
Merge pull request #668 from alcaeus/update-dependencies

Require PHP 7

Related to https://github.com/doctrine/doctrine2/issues/6425

abdd1d9426b190642a181726f4456713425f7c69 authored over 7 years ago by Luís Cobucci <[email protected]>
Drop PHP 7.0

9f9360cb4515560f74f16c3f98064083618eb189 authored over 7 years ago by Andreas Braun <[email protected]>
Require PHP 7

72e716f8e837a3ce75138476580503b253af6a51 authored over 7 years ago by Andreas Braun <[email protected]>
Use ChildDefinition class when available

0a3f1504355ad2f621af3bd608821fecb686944d authored over 7 years ago by Andreas Braun <[email protected]>
Merge pull request #662 from dunglas/patch-1

Allow Symfony 4.0

6e96577cbbdbb5b6dcca2ff203d665976b51beb0 authored over 7 years ago by Andreas <[email protected]>
Allow Symfony 4.0

488a55f6dce3dfe326e024e355e13aff36d57c76 authored over 7 years ago by Kévin Dunglas <[email protected]>
Merge pull request #661 from jglhelias/patch-1

ie11: fix icon.svg width

aecdf1a492d7e974f538a95571e7680b5eb85386 authored over 7 years ago by Christophe Coevoet <[email protected]>
ie11: fix icon.svg width

4dba389317ad1a0c9ad64217eff2b5250d3bcd09 authored over 7 years ago by jglhelias <[email protected]>
Document "wrapper_class" option (#645)

16aed4cc9efcaa23d918bd8d93c0a06d0e031dad authored over 7 years ago by ilyes kooli <[email protected]>
Merge pull request #653 from alexdee2007/patch-1

Fix exception "A non-numeric value encountered" in PHP 7.1

32220c127a62700c57afec675c9c768f66988097 authored over 7 years ago by Christophe Coevoet <[email protected]>
Fix exception "A non-numeric value encountered" in PHP 7.1

Passing a string (Specifically 'ERROR') to the method writeln, which accepting int.
This causes...

dcc8547f5e46951a64e5719729621f6b88c969c1 authored over 7 years ago by alexdee2007 <[email protected]>
Merge pull request #651 from rosier/cleanup-charset

Remove legacy mysql charset code from DI

8aef236fb73585b32ecb4a6fd1ff97e21bc5bbab authored over 7 years ago by Marco Pivetta <[email protected]>
Remove legacy mysql charset code from DI

e892a691009ca99fee81176f30b408a9da1bc4f0 authored over 7 years ago by Jan Rosier <[email protected]>
new Travis job for testing with latest dev dependencies (#646)

(to show current issues with Symfony 3.3-dev)

7338c504a198af0ee2020c62d694ba080d2775f5 authored over 7 years ago by Christian Raue <[email protected]>
Merge pull request #648 from chalasr/cleanup-legacy

Remove legacy code from DoctrineExtension

adec6646609349d4e0c9965bb89af925ac7cbec9 authored over 7 years ago by Christophe Coevoet <[email protected]>
Remove legacy code from DI extension

875b1382e41dc1fc445725384d7fc056df7805bd authored almost 8 years ago by Robin Chalas <[email protected]>
minor #640 Add aliases to help autowiring (nicolas-grekas)

This PR was merged into the 1.6.x-dev branch.

Discussion
----------

Add aliases to help autowi...

bdb5af6b2b155173cc50c7804cb0422c37594e0e authored almost 8 years ago by Fabien Potencier <[email protected]>
Add aliases to help autowiring

e421a83ac89148f8c80afe0003fa5629aecfc51c authored almost 8 years ago by Nicolas Grekas <[email protected]>
Fix an issue were some commented type (#623)

* Fix an issue were some commented type

They were not marked as such if the mappingType array...

99a62a7c4139c0ccb6969de5eff1447b1a6cbaf4 authored almost 8 years ago by mikeSimonson <[email protected]>
Enable doctrine:database:import command (#622)

The command is the proxy to dbal:import and is not related to Docrine ORM.
So we can include it...

4b7261e5ba51b28a28f9f7cb08568843e34d9f3b authored almost 8 years ago by Micha Alt <[email protected]>
Merge pull request #626 from mikeSimonson/travis-update

Removing EOL version of symfony from the matrix

b75873accc5cef8a167bac2148fb5b5aed972a84 authored almost 8 years ago by Christophe Coevoet <[email protected]>
Separating concerns (#625)

The responsability of changing the value of the initialized
property shouldn't be on the user o...

fce6f119fb961f7799d1a5beb2c55c837e8bb37d authored almost 8 years ago by mikeSimonson <[email protected]>
Removing EOL version of symfony from the matrix

f10853f1019c275041524fa998a87be8976afbfb authored almost 8 years ago by mike <[email protected]>
Testing on php nightly too (#624)

aed924b7a7aebc507e436fca93330ed3cafa341d authored almost 8 years ago by mikeSimonson <[email protected]>
Allow database entry for orm cache driver node config (#619)

339625a884cc2a61038aac5266ef2e2f5b65d128 authored almost 8 years ago by Benoit Maziere <[email protected]>
Add missing returns to cerate & drop schema commands (#616)

076fe5a95557f5ae461d60222af7efdecd1d0e45 authored almost 8 years ago by Benoit Maziere <[email protected]>
Merge pull request #615 from bmaziere/fix-ensure-prod-settings-return

Add return to ensure prodution settings comand to get exit status of command

2fbd346b548e7142b773a5d1b98e74f0ac57192d authored almost 8 years ago by Christophe Coevoet <[email protected]>
Add return to ensure prodution settings command to get exit status of command

b9c8f9e2ef4a66d7ff9ef784787b92779baf4ae4 authored almost 8 years ago by Benoit Maziere <[email protected]>
Merge pull request #614 from chalasr/fix-twig-requirement

Fix twig requirement constraint

ef5153294435fd172c1785303cb24af4d960efae authored almost 8 years ago by Christophe Coevoet <[email protected]>
Fix twig requirement constraint

4b7472ead8365e13bd25a94f264b43953246b535 authored almost 8 years ago by Robin Chalas <[email protected]>
Avoid duplication of AttachEntityListeners (#560)

* Avoid duplication of AttachEntityListeners

* Test AttachEntityListeners are filtered by con...

a01d99bc6c9a6c8a8ace0012690099dd957ce9b9 authored almost 8 years ago by Anton Minin <[email protected]>
Merge pull request #608 from nicolas-grekas/class-compil

Dont call addClassesToCompile on PHP 7.0, its deprecated

44184231ca18e3ed5d87abcb20cc3d5e10c93df6 authored almost 8 years ago by mikeSimonson <[email protected]>
Dont call addClassesToCompile on PHP 7.0, its deprecated

75994d1a96e172baf1354924869161f5c180275b authored almost 8 years ago by Nicolas Grekas <[email protected]>
Merge pull request #607 from mhor/patch-1

doc: fix yaml synthax

d908a73d5ed714630094451de873c8a7320d7b54 authored almost 8 years ago by Kim Hemsø Rasmussen <[email protected]>
Update configuration.rst

9c1a71dd09243483b30153c8d5be22a145561141 authored almost 8 years ago by Maxime Horcholle <[email protected]>
doc: fix yaml synthax

9a963daed3b462911b534c3980ac66dc61c1e154 authored almost 8 years ago by Maxime Horcholle <[email protected]>
Merge pull request #606 from ickbinhier/patch-1

add twig/twig version 2.0

0f0c4df366bd1d36d38a27e2f5ff128e118ac969 authored about 8 years ago by mikeSimonson <[email protected]>
add twig/twig version 2.0

824aa279b70360f48d0024530dc4dd47907419e2 authored about 8 years ago by Andreas Lemke <[email protected]>
Merge pull request #604 from mikeSimonson/oracle-init-doc

Add documentation on the oracle session environment

394063d5852a8c11d05c9238c459e5d9916a0d70 authored about 8 years ago by Marco Pivetta <[email protected]>
Add documentation on the oracle session environment

45ad0428a073411bb9d9f0cb1b08e593302336cf authored about 8 years ago by mike <[email protected]>
Merge pull request #601 from mikeSimonson/refactor-test

Refactor doctrineExtensionTest

ffed2a15779ba8f041b1ca147330bbda9c8b953b authored about 8 years ago by mikeSimonson <[email protected]>
Correcting the condition to skip the test

56439b4ee9ba06fec4163fed741b2b7ce0866af1 authored about 8 years ago by mike <[email protected]>
Testing default value for an empty dbal config

b375549f8fed8c22dd7db549709d4f418358992f authored about 8 years ago by mike <[email protected]>