Commit graph

1202 commits

Author SHA1 Message Date
Leszek b06c268f05 Added Object Persister Test. Made test skipped when elastica library classes are not found. 2011-07-28 22:37:54 +02:00
Leszek c430aeaea1 Added test for MappingRegistry Populator and ModelToElasticaAutoTransformer. Extend Populator 2011-07-28 21:56:58 +02:00
Leszek 3896ffd9ff Added IndexManager test 2011-07-28 21:56:58 +02:00
Leszek 1c5f63d560 Fixed indentations 2011-07-28 21:56:58 +02:00
Leszek 4d49c5f311 Added Reseter tests 2011-07-28 21:56:58 +02:00
Leszek d046271690 Added Populator test 2011-07-28 21:56:58 +02:00
Leszek 3d7bbdc840 Added phpunit.dist.xml file 2011-07-28 21:56:58 +02:00
Thibault Duplessis cce13a95f1 Merge pull request #14 from richardmiller/fixed_old_bundle_name
Updated install instructions to use new bundle name
2011-07-20 08:56:55 -07:00
Richard Miller 10b7eb0624 Updated install instructions to use new bundle name 2011-07-20 10:17:32 +01:00
Thibault Duplessis e137f4c2df Merge pull request #12 from antonbabenko/master
Added convertion method for DateTime into timestamp as string
2011-07-12 09:14:33 -07:00
Anton Babenko 1eee6e92ff Added convertion method for DateTime into timestamp as string 2011-07-12 16:18:47 +02:00
Leszek b6d643b809 Added IndexManager test 2011-07-07 23:42:03 +02:00
Leszek f627645481 Fixed indentations 2011-07-07 22:58:43 +02:00
Leszek d261ee2d0f Added Reseter tests 2011-07-07 22:42:03 +02:00
Leszek 4dcd011781 Added Populator test 2011-07-07 22:41:46 +02:00
Leszek 7b911aa63e Added phpunit.dist.xml file 2011-07-07 22:41:18 +02:00
ornicar f92247cc6f Complete pagination changes 2011-07-05 12:11:32 -07:00
ornicar d10fff12d4 Replace dependency to Zend\Paginator to dependency to Pagerfanta (optional) 2011-07-05 10:43:01 -07:00
Thibault Duplessis 47caa92cb4 Merge pull request #11 from imiborbas/master
Typo correction, and Doctrine 2 compatibility fix
2011-07-02 09:36:14 -07:00
Borbás Imre Sándor 071fd29fbe Fixed compatibility with Doctrine2's createQueryBuilder method (it should be called with a mandatory parameter). 2011-07-02 17:52:40 +02:00
Borbás Imre Sándor eb8d009eec Typo fix in Resources/config/orm.xml config. 2011-07-02 17:51:04 +02:00
ornicar f805508d72 Change listener failure logging level to warn. 2011-07-01 08:59:02 -07:00
ornicar b7c4317f6e Catch listeners elastica exceptions and log them 2011-06-30 16:37:52 -07:00
ornicar 36f0a4bb19 Update commands for Symfony changes. Breaks compatibility with beta5 2011-06-21 10:23:25 -07:00
Thibault Duplessis 4e5423efd4 Merge pull request #10 from itandrew/patch-1
Removed explicit binding to array as it causes no results to be returned.
2011-06-20 14:23:15 -07:00
Andrew 3279ee9ef1 Removed explicit binding to array as it causes no results to be returned. 2011-06-20 12:10:55 -07:00
Thibault Duplessis 54a62284ae Merge pull request #9 from stof/orm_params
Switched to use a query parameter in the ORM implementation
2011-06-18 06:37:00 -07:00
Christophe Coevoet 84c98d5b70 Switched to use a query parameter in the ORM implementation 2011-06-18 14:56:18 +02:00
ornicar b6c4a582d3 Fix configuration and indentation 2011-06-10 16:03:17 -07:00
ornicar 83b177e4f2 Make TransformedFinder::find limit argument optional - fixes #8 2011-06-10 14:44:24 -07:00
Thibault Duplessis 59313e0ba7 Merge pull request #6 from l3l0/fix-model-transformer
use RuntimeException
2011-06-10 14:41:59 -07:00
ornicar 214250416a Replace the type inspector with a mapping registry to improve performances 2011-06-07 14:19:50 -07:00
ornicar 074c596994 Apply @Stof comments 2011-06-07 11:48:11 -07:00
ornicar 022d56b195 Fix logger type hint, make it optional 2011-06-07 11:28:39 -07:00
ornicar 6fee4131f4 Doctrine integration refactoring, adds realtime index updates 2011-06-07 11:16:19 -07:00
Leszek 1720dbf2f0 Use \RuntimeException 2011-05-26 21:22:46 +02:00
Jay Severson 09fe17d36b fixing missing use for exception 2011-05-18 12:40:35 -07:00
ornicar 2a60e57488 Fix typo in orm transformer 2011-05-14 19:19:38 -07:00
ornicar 753af9b485 Fix orm configuration and readme 2011-05-14 18:56:48 -07:00
ornicar 91b78da714 Fix bug in orm transformer 2011-05-14 18:54:35 -07:00
ornicar ecb9e85050 Add elasticsearch 0.16.0 support 2011-05-14 18:52:53 -07:00
ornicar 5df741ba82 Update to latest version of Elastica 2011-05-11 09:25:22 -07:00
ornicar 743b2c0e64 Move transformed finder and paginator out of the Doctrine\ namespace 2011-05-09 17:54:01 -07:00
Thibault Duplessis cae2ebf20f Merge pull request #4 from stof/orm
Implemented the ORM transformer
2011-05-09 16:13:50 -07:00
Christophe Coevoet 1387205d94 Implemented the ORM transformer 2011-05-10 01:10:45 +02:00
ornicar ed1293bc86 Move the doctrine finder to Doctrine\Finder 2011-05-09 15:38:52 -07:00
ornicar 1eff840c99 Move doctrine related logic to Doctrine\ORM and Doctrine\MongoDB 2011-05-09 15:31:20 -07:00
ornicar 30eb9c90f5 Split elastica->model transformer to orm and mongodb implementations 2011-05-09 15:06:55 -07:00
ornicar 71314264f4 Improve Doctrine ORM support / thanks @Stof for the fancy count code 2011-05-09 14:17:38 -07:00
ornicar a800289481 Fix DoctrineORMProvider::countObjects() using PHP_INT_MAX 2011-05-09 12:57:07 -07:00