Commit graph

553 commits

Author SHA1 Message Date
Richard Miller 2732296aed Merge branch '2.0'
Conflicts:
	Doctrine/AbstractElasticaToModelTransformer.php
	Doctrine/MongoDB/ElasticaToModelTransformer.php
	Doctrine/ORM/ElasticaToModelTransformer.php
	composer.json
2012-07-10 21:37:23 +01:00
Richard Miller cc410cb804 Added require-dev section to composer.json 2012-07-10 21:29:18 +01:00
Richard Miller 1626910299 Removed unneccesary argument from findByIdentifiers methods 2012-07-10 21:28:31 +01:00
Richard Miller affc50a2eb Added type hint to Repository constructor 2012-07-10 20:41:27 +01:00
Richard Miller 3d2252a688 Changed finder interface hierarchy 2012-07-10 20:38:08 +01:00
Richard Miller 76f583324e Converted indentation to spaces 2012-07-10 20:32:45 +01:00
Richard Miller 50ba50f848 Added findHybrid to the repository 2012-07-10 20:30:19 +01:00
Richard Miller 886ffbe279 Merge pull request #132 from Fran6co/imp-add-paginator-repository
adds createPaginatorAdapter to the repository
2012-07-10 12:18:06 -07:00
Francisco Facioni b7df8fb651 adds createPaginatorAdapter to the repository 2012-07-10 13:16:44 -03:00
Richard Miller 7a8664727c Merge remote-tracking branch 'origin/attachment_type_transformation'
Conflicts:
	Tests/Transformer/ModelToElasticaAutoTransformerTest.php
	Transformer/ModelToElasticaAutoTransformer.php
2012-07-08 15:38:09 +01:00
Richard Miller a787dcbe53 Merge pull request #119 from Fran6co/imp-knp-paginatior
Added knp paginator support
2012-07-08 06:59:54 -07:00
Richard Miller aa611605b6 Updated test to reflect changes in the way properties are accessed in the transformer 2012-07-08 14:31:19 +01:00
Richard Miller e37d22c220 Added minimum-stability to composer.json 2012-07-08 14:22:39 +01:00
Richard Miller c0cf0b921c Merge pull request #131 from Fran6co/fix-reset
Bugfix: missing 'parameters' is causing 'MapperParsingException' when resetting index
2012-07-08 05:35:21 -07:00
Francisco Facioni 4f26eb6e21 Updated Test to reflect actual configuration case (this bundle is using arrays instead of Elastica_Type_Mapping) 2012-07-02 10:00:40 -03:00
Francisco Facioni a6ca1bec7c Bugfix: missing 'parameters' was causing 'MapperParsingException' when resetting index 2012-06-29 13:05:18 -03:00
Jeremy Mikola 765d875d86 Merge pull request #113 from Fran6co/fix-propertypath
Using PropertyPath for resolving what getter to use
2012-06-14 07:43:45 -07:00
Richard Miller b721e86412 Merge pull request #126 from geoffrey-brier/master
Fixed missing argument concerning the foq:elastica:populate command
2012-06-14 04:55:10 -07:00
Geoffrey Brier 9dd4943af7 Fixed missing argument concerning the foq:elastica:populate command 2012-06-14 13:36:48 +02:00
Francisco Facioni 59bf8a1efd More CS 2012-06-13 15:40:27 -03:00
Francisco Facioni 2bf7344fbb CS 2012-06-13 15:28:16 -03:00
Francisco Facioni 33397ec467 Added to the documentation how to paginate with knp paginator 2012-06-13 13:40:41 -03:00
Richard Miller d0085057d5 Fixed modifier issue in Test 2012-06-13 17:22:13 +01:00
Richard Miller 835087eff1 Merge remote-tracking branch 'miguelibero/master' 2012-06-13 17:21:08 +01:00
Richard Miller 7455145511 Merge remote-tracking branch 'Fran6co/fix-missing-configuration' 2012-06-13 17:19:46 +01:00
Richard Miller 9f3b3daea2 Merge branch '2.0'
Conflicts:
	Command/PopulateCommand.php
2012-06-13 17:08:08 +01:00
Richard Miller ba75ca8d7b Updated location of composer autoload in test bootstrap file 2012-06-13 17:01:10 +01:00
Richard Miller c62822712c Merge branch 'master' of github.com:Exercise/FOQElasticaBundle 2012-06-13 16:53:13 +01:00
Richard Miller abe282550e Tidying up no-reset option for populate command 2012-06-13 16:52:34 +01:00
Richard Miller f63a71a492 Merge remote-tracking branch 'pdaether2/master' 2012-06-13 16:40:20 +01:00
Richard Miller c0ae2c870f Merge pull request #120 from lavoiesl/master
Changed ObjectPersiter::transformToElasticaDocument from protected to public to allow usage as a converter service
2012-06-13 08:34:48 -07:00
Sébastien Lavoie 408b7aeebe Changed ObjectPersiter::transformToElasticaDocument from protected to public to allow usage as a converter service 2012-05-29 14:28:20 -04:00
Miguel Ibero 0c02025e51 Merge branch 'master' of git://github.com/Exercise/FOQElasticaBundle 2012-05-24 20:14:01 +02:00
Miguel Ibero f69e969898 fixed for consistency 2012-05-24 20:13:58 +02:00
Francisco Facioni 0d9e0f1172 Added knp paginator support
Bug fix: no
Feature addition: yes
Backwards compatibility break: no

Encapsulated Pagerfanta dependency for pagination and added support for knp pagination component
2012-05-24 11:35:19 -03:00
Francisco Facioni 5bea4da409 added index_analyzer and search_analyzer for type fields 2012-05-23 14:42:28 -03:00
Francisco Facioni d5778bda4b Added composer dependency to symfony/form 2012-05-21 15:00:56 -03:00
Jeremy Mikola 2b858f0e42 Merge pull request #114 from willdurand/update-wdt-view
Updated collector view to fit the new WDT
2012-05-21 10:49:13 -07:00
William DURAND 303e48c8c6 Updated collector view to fit the new WDT 2012-05-21 10:09:58 +02:00
Francisco Facioni 08b4095687 Using PropertyPath for resolving what getter to use 2012-05-20 23:57:51 -03:00
Miguel Ibero ae80e3e4f3 added index_analyzer and search_analyzer type options 2012-05-17 13:00:53 +02:00
Richard Miller e61d0aac0f Updated no-reset option description 2012-05-15 07:48:04 +01:00
Richard Miller 6aa96dd227 Merge pull request #108 from pdaether/2.0
New Option "no-reset" for the populate command
2012-05-14 23:42:40 -07:00
William DURAND c1a6728be0 [Propel] Added new method to return a query to use in
findByIdentifiers().

That way, it's easier to override the default ElasticaToModelTransformer
class.
2012-05-07 20:20:25 +01:00
pdaether 486e78f3ee New Option no-reset for the populate command 2012-05-07 18:10:26 +02:00
pdaether becc902864 New Option no-reset for the populate command 2012-05-07 17:48:06 +02:00
William DURAND 836481aff7 [Propel] Added new method to return a query to use in
findByIdentifiers().

That way, it's easier to override the default ElasticaToModelTransformer
class.
2012-05-07 15:07:56 +02:00
Richard Miller 5a28372abf Merge branch '2.0' 2012-05-05 17:02:34 +01:00
nurikabe 16f621b78f Somewhat clearer exception when Elastica results do not match Doctrine objects. Consistent behavior for both transform() and hybrdidTrasnform(). 2012-05-05 17:02:13 +01:00
nurikabe 68e73366d9 Throw a more meaningful error when the number of items retrieved by Doctrine is less than the number of items from ElasticSearch. 2012-05-05 17:02:00 +01:00