Commit graph

253 commits

Author SHA1 Message Date
Jeremy Mikola 58e983fb06 Document installation via composer in README (closes #271) 2013-04-16 13:16:53 -04:00
Jeremy Mikola f0d3a4d956 Ensure mongo extension is available in Travis CI 2013-03-28 16:31:26 -04:00
Jeremy Mikola 49a9ad31f2 Revert "Provide branch alias for 1.0"
This reverts commit e8ea4e910f.
2013-03-28 13:51:45 -04:00
Tim Nagel e8ea4e910f Provide branch alias for 1.0 2013-03-28 11:23:43 +11:00
Jeremy Mikola 4aa8fefe2d Rename FOQ filenames to FOS 2013-03-27 13:58:32 -04:00
Jeremy Mikola 49de4d361d Rename FOQ namespaces and services to FOS 2013-03-27 13:44:44 -04:00
Jeremy Mikola 22ad3cfe01 Update package installation for Travis CI 2013-03-15 15:15:55 -04:00
Jeremy Mikola fb73ded604 Replace minimum-stability with ODM dev requirements 2013-03-15 15:15:26 -04:00
Jeremy Mikola 9ec6a0ae1b Update test assertions for date format 2013-03-07 17:53:08 -05:00
Jeremy Mikola 1a6fe2c362 Fix format typo for ISO 8601 date conversion
See: dd00409e85 (typo on my part when cherry-picking that commit).
2013-03-07 17:51:20 -05:00
Miha Vrhovnik dd00409e85 Normalize DateTime values as ISO 8601 strings 2013-03-07 17:33:07 -05:00
Jeremy Mikola d3602e075b Revise language for advanced query example 2013-03-07 17:12:14 -05:00
topweb 14d2b82529 Add advanced query example to README 2013-03-07 17:12:14 -05:00
Richard Miller 51f03ebbc3 Merge pull request #167 from Exercise/fixing_collection_identifier
Fixing identifier field not being set in TransformerCollection
2012-11-28 12:45:34 -08:00
Robin van der Vleuten bb6a3cf08d Allow providing a URL or host and port for client configurations 2012-10-03 10:48:24 -04:00
Richard Miller 5f1e1326d5 Fixing identifier field not being set in TransformerCollection 2012-09-24 23:15:05 +01:00
Isaac Su 285e51c04a Updated README.md code sample is of type TransformedFinder instead of MappedFinder 2012-08-14 11:20:20 -04:00
Richard Miller 16f439cfaf Stopped logger collecting data when not in debug mode 2012-08-07 19:39:14 +01:00
Richard Miller 3bc34c159c Added default value for limit in FinderInterface 2012-08-07 19:26:41 +01:00
Richard Miller a14d56720f Added findHybrid to Repository 2012-08-07 19:25:43 +01:00
Richard Miller 43e6e84c5b Merge remote-tracking branch 'nurikabe/2.0' into 2.0 2012-08-07 18:57:25 +01:00
Richard Miller 5251829f53 Added hybrid results to README 2012-08-06 23:30:31 +01:00
Richard Miller 5de1f5ca2d Fixed wrong type in documentation of manual provider 2012-08-06 23:24:27 +01:00
Richard Miller 59ba64cfe1 Stopped installing dev requires in travis as currently not being resolved successfully by composer 2012-08-06 23:12:44 +01:00
Richard Miller 6de220c878 Removed RawFinder as per GH-133 2012-08-06 23:11:50 +01:00
Richard Miller 97d7ea8c67 Merge pull request #144 from Schyzophrenic/2.0
Fix resultSet size when using a Repository for 2.0
2012-08-06 15:01:02 -07:00
Schyzophrenic 93c0f608c2 Fix resultSet size when using a Repository
When using a Repository, the $limit parameter was lost along the way.
This is why the limit was always set to 10 in that case.
2012-08-05 02:35:32 +03:00
nurikabe 37f3d656b5 Remove really old-school comment-based archival mechanism. 2012-07-16 13:08:26 -04:00
nurikabe 0c21eb4333 Highlightable models. 2012-07-16 11:49:28 -04:00
Richard Miller 60d3ef69f3 Specified specific Elastica version in composer.json 2012-07-10 22:48:40 +01:00
Richard Miller d9561795f5 Changed travis config to install dev requirements 2012-07-10 21:37:53 +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 ba75ca8d7b Updated location of composer autoload in test bootstrap file 2012-06-13 17:01:10 +01: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 becc902864 New Option no-reset for the populate command 2012-05-07 17:48:06 +02: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
fran6co 02009c28b0 Minor improvement, using an intermediate variable to hold the transformed objects 2012-05-05 17:00:56 +01:00
fran6co 927030914c Fixed bug when a transformer returns objects of different classes.\n The doctrine transformer can generate this kind of situations whene it returns proxy objects. 2012-05-05 17:00:42 +01:00
William DURAND da194b581c Made persister services public to use them 2012-05-05 16:59:52 +01:00
Oleg Zinchenko 0fab7ff7c1 Merge pull request #105 from willdurand/fix-propel-impl
Fixed propel implementation
2012-05-04 07:21:40 -07:00
William DURAND 6956662e88 Fixed propel implementation 2012-05-04 15:45:30 +02:00
Richard Miller f9cab6e48d Update Elastica version required in composer.json
Conflicts:

	composer.json
2012-05-04 12:22:12 +01:00
Chris Jones 9fa452f314 Updating break from v0.19.3.0 2012-05-04 12:18:51 +01:00
Richard Miller 21abb977ac Update .travis.yml to remove invalid composer option 2012-05-02 10:12:44 +02:00
Jeremy Mikola 96776e34ad Merge pull request #85 from nurikabe/2.0
Allow "_source" configuration.
2012-04-17 09:20:42 -07:00
Jeremy Mikola c3391d957a Add suggested Doctrine and Propel deps for test suite coverage 2012-04-10 17:51:02 -04:00