Ecosyste.ms: OpenCollective

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

github.com/doctrine/data-fixtures

Doctrine2 ORM Data Fixtures Extensions
https://github.com/doctrine/data-fixtures

modified reference repository to handle references differently in case if it gets unmanaged, now it uses two strategies, if reference is managed it will simply return it, otherwise it will load proxy by its identifier

9a7d2cae021ac8851e83d4f479a6497cf59eb61b authored over 13 years ago by gediminasm <[email protected]>
added tests for new functionality of reference repository

2e3d1e77886206e279575ace4071fc4653c5997e authored over 13 years ago by gediminasm <[email protected]>
[Dependent Fixtures] Added some more checks and unit tests

e060999f9e0e529c8ed35f2a43fd0d1f5a759e2e authored over 13 years ago by Gustavo Adrian <[email protected]>
Removed unused reference to Jackalope\Node

4aeac931f4d81de0b0386b885ceac66f799c8100 authored over 13 years ago by Daniel Barsotti <[email protected]>
After the removal of Symfony DIC references, PHPCRExecutor is basically a copy of the MongoDBExecutor, modified the @author to reflect that + cleanup

ddce41cef2ec73f84106ac273a82fb556aba8c36 authored over 13 years ago by Dan <[email protected]>
Removed references to Symfony DIC from the PHPCRExecutor and removed the PHPCRFixtureInterface which is not needed anymore

8431b15c7f3ad01d8a6a475dc53c83831e688ad1 authored over 13 years ago by Daniel Barsotti <[email protected]>
Initial import of phpcr fixtures

3d0f74d85b6bb680d7e585882a9de64373264d0c authored over 13 years ago by Daniel Barsotti <[email protected]>
[DependentFixtureInterface] Now both orders are executed if necessary. Added more units tests too.

5d4ed6d2cbfe9c62b9f9afa3582fd8a52156f7c2 authored over 13 years ago by Gustavo Adrian <comfortablynumb>
Fixed some more CS related issues

4d4d8a4eaf325e52c7baea5895221f4db0c7f22c authored over 13 years ago by Gustavo Adrian <[email protected]>
Fixed some CS issues and added more checks on ordering by parent classes feature

c8bed58e8e1301c6372529e24cf5af61389d9696 authored over 13 years ago by Gustavo Adrian <[email protected]>
Added to fixtures a way to add multiple parents. Unit tests were added too

894cd6fba5b927163909025318d98e81af96c049 authored over 13 years ago by Gustavo Adrian <[email protected]>
Added unit tests

cfbf6abdb9575d382e231d73ccda3b0141b7ecb8 authored over 13 years ago by Gustavo Adrian <[email protected]>
Fixed some typos

9077a78079d5e20fcd2ef6befb92ebacfa87c445 authored over 13 years ago by Gustavo Adrian <[email protected]>
Fixed some typos

4ccb106c5b02b927ef905b777f9ec6c47c586095 authored over 13 years ago by Gustavo Adrian <[email protected]>
Fixed some typos

ad264fcbae9720d6b5b7f989ffda58178a0b9825 authored over 13 years ago by Gustavo Adrian <[email protected]>
Added an interface to have a way to order fixtures based on a parent class

e9744f905cf229fa7a7d62bd7944c682a1af5628 authored over 13 years ago by Gustavo Adrian <[email protected]>
Merge branch 'fixture-ordering-and-references', remote branch 'origin'

9a751b36434238f19f45438b186996c498671444 authored almost 14 years ago by Jonathan H. Wage <[email protected]>
Removing unnecessary logic in ReferenceRepository#setReference()

a84a3e1903f51d4d3c3ff8362ea02710bc59ceb2 authored almost 14 years ago by Jonathan H. Wage <[email protected]>
Removing need to create temp dir.

dcd9f78bbe1236abbeab7cbe35cadfb24de8d078 authored almost 14 years ago by Jonathan H. Wage <[email protected]>
Merged fixture ordering and references and tweaked it a little bit.

830a493c4d6c98299e773a65d4f3582047569bae authored almost 14 years ago by Jonathan H. Wage <[email protected]>
implemented possibility to manually set fixture execution order

2a0aced2345172ec6e972959060633c73a15f6c1 authored almost 14 years ago by gediminasm <[email protected]>
Implemented the sharing of references for the fixtures

669fb86aa4c3e3676188d351669c2775acfba8cf authored almost 14 years ago by gediminasm <[email protected]>
Initial functionality for storing the fixture references

18dbe2a767c100aa79ad36b7e600ea13c5929c07 authored almost 14 years ago by gediminasm <[email protected]>
Dramatically improve fixture loading performances.

374d037b2320af296bf5bfe85c7820714ed06718 authored almost 14 years ago by ornicar <[email protected]>
Fixing data fixtures file loader so it only loads php files.

e6f95fe1282827f38dff24df06681a19879d2bf2 authored almost 14 years ago by Jonathan H. Wage <[email protected]>
Fixed Loader::loadFromDirectory iterates over directory dots

e4799a18ad2f1288d7274e2c10870a083b943f46 authored about 14 years ago by Martijn Evers <[email protected]>
Refactoring to allow a logger for fixture execution.

5933216fafbe8d0d5a3a4b33134716c1da8e61f9 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Bug fixes from refactoring.

8b80927875263bcaf03c174722c51a8822b91565 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Refactoring to support both mongodb and orm in same library.

e8730a73c3b25b1c6919d62c328222bf1b2de5d6 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Adding Executor::setPurger method

7175895d27f56ca50268a7294bfb20c8d578a7d0 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Fixing spelling error.

d2e99c2421e0c97c0c2d4ad3213c8ebb5d222860 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Refactoring and adding proper unit tests.

a5f54fecd5ab2113f0aa151cc36a8b083310d13e authored about 14 years ago by Jonathan H. Wage <[email protected]>
Wrapping execution in transation.

e1976ccdb45f8a4e0dfa0df3051be9f9efce52c8 authored over 14 years ago by Jonathan H. Wage <[email protected]>
first commit

4a860e98d5c03205cef55ba0d4049436e4d319d7 authored over 14 years ago by Jonathan H. Wage <[email protected]>