Commit graph

119 commits

Author SHA1 Message Date
Gordon Franke
82b82b1908 add logger explicit;cleanup;correct cs 2011-10-04 17:26:14 +02:00
Gordon Franke
30e3d67cb6 correct class doc block 2011-10-04 17:18:50 +02:00
Gordon Franke
914dbca3aa add data collector for client class 2011-10-04 17:01:38 +02:00
ornicar
14db48ddbd Fix bug when index has no settings 2011-09-13 12:23:27 +02:00
ornicar
dc35b489a2 Allow empty type settings 2011-09-12 19:52:01 +02:00
ornicar
46cca16fd1 Document advanced type settings 2011-09-12 18:34:05 +02:00
ornicar
451a5b4fc2 Remove mapping and setting registries, use the reseter to configure the indexes 2011-09-12 18:28:59 +02:00
ornicar
e83a3344e9 Add a setting registry 2011-09-12 17:33:00 +02:00
Thibault Duplessis
5ced74641d Merge pull request #21 from EmmanuelVella/1db0ffb4196a05913d9ccb5a12d03998c3c1af1d
Updated normalizeValue function to preserve type if supported
2011-08-24 09:58:12 -07:00
Emmanuel Vella
aa9793f290 Removed new lines and trailing whitespace 2011-08-24 18:35:38 +02:00
Emmanuel Vella
1db0ffb419 Updated normalizeValue function to keep good types 2011-08-24 16:45:14 +02:00
Thibault Duplessis
bfbcdb4c21 Merge pull request #15 from l3l0/add-tests
Add unit tests
2011-08-23 13:45:20 -07:00
ornicar
e10d466215 Catch and log all listener exceptions 2011-08-11 09:37:38 -07:00
Thibault Duplessis
73aff18870 Merge pull request #16 from gimler/master
fix exception
2011-08-05 09:23:29 -07:00
Gordon Franke
3f15b1a2d8 fix exception 2011-08-05 13:07:41 +02:00
Jay Severson
7335647a2f removing unnecessary line from findPaginated 2011-08-04 15:43:33 -07:00
Leszek
1232e4f86c Merge branch 'add-tests' of github.com:l3l0/ElasticaBundle into add-tests
Conflicts:
	Tests/PopulatorTest.php
	Tests/ReseterTest.php
2011-07-28 23:04:21 +02:00
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