Commit graph

922 commits

Author SHA1 Message Date
Tim Nagel
b3c0d4fd44 Merge pull request #600 from gido/patch-1
Make the class of `fos_elastica.paginator.subscriber` service configurable
2014-06-18 09:54:13 +10:00
Tim Nagel
5f335c37ab Merge pull request #613 from merk/composer-update
Update composer.json
2014-06-17 22:38:56 +10:00
Tim Nagel
1e07d3c7fe Update composer.json 2014-06-17 22:19:19 +10:00
Tim Nagel
089e7f0d2e Add unstable badge
[skip ci]
2014-06-17 12:12:54 +10:00
Tim Nagel
aafb8c8e89 Fix indexable callbacks with alias based indexes 2014-06-17 12:03:38 +10:00
Tim Nagel
e225d841ed Wrong service. Whoops. 2014-06-17 10:54:09 +10:00
Tim Nagel
b49437529c Fix incorrect provider configuration 2014-06-17 10:41:11 +10:00
Tim Nagel
94568d9554 Merge pull request #608 from merk/populate-indexable
Indexable callback refactoring, implemented callback in Provider
2014-06-17 10:11:46 +10:00
Tim Nagel
2e23f4a1bf Added documentation changes for indexable_callback 2014-06-17 10:07:10 +10:00
Tim Nagel
02d864f7e2 Merge pull request #593 from merk/gh-592
Fix nested property configuration
2014-06-17 09:48:22 +10:00
Tim Nagel
12797c60fa Merge pull request #609 from PeerJ/FixLoggerWithNullTransport
make sure headers is set prior to accessing
2014-06-17 09:44:43 +10:00
Patrick McAndrew
934c6af8b8 make PSR2 compliant 2014-06-16 14:30:03 +01:00
Tim Nagel
0383811834 Fix test, add test for failing mappings 2014-06-16 23:28:53 +10:00
Patrick McAndrew
629ca0df2e make sure headers is set prior to accessing 2014-06-16 12:59:09 +01:00
Tim Nagel
391e18dcbf Update changelog 2014-06-16 16:20:17 +10:00
Tim Nagel
e54cc3c243 Implement callback checking in the provider 2014-06-16 16:17:04 +10:00
Tim Nagel
66d2410999 Move Indexable callback calculations to a new service 2014-06-16 15:57:42 +10:00
Gilles Doge
fe19df365a Make the class of fos_elastica.paginator.subscriber service configurable 2014-06-10 18:20:02 +02:00
Tim Nagel
14083496d7 Merge pull request #598 from merk/mapping-tests
Adds initial functional tests
2014-06-08 22:45:40 +10:00
Tim Nagel
5009673b6a Functional Tests v1 2014-06-08 22:35:38 +10:00
Tim Nagel
833feee207 Merge branch 'transport-option' of https://github.com/milan/FOSElasticaBundle into transport-option
Conflicts:
	DependencyInjection/Configuration.php
2014-06-08 18:00:17 +10:00
Tim Nagel
f6b9e57a9c Merge pull request #595 from PeerJ/FixResetterException
fix method call
2014-06-08 17:56:15 +10:00
Patrick McAndrew
366fb39606 fix method call 2014-06-04 17:26:25 +01:00
Tim Nagel
8540f13bbf Fix nested property configuration
Fixes #592
2014-06-02 21:35:51 +10:00
Tim Nagel
fa65784b47 Merge pull request #583 from merk/rename-mappings
Rename mappings to properties maintaining BC
2014-06-02 00:41:54 +10:00
Tim Nagel
c52c32fb56 Merge pull request #590 from Tornaldo/patch-1
Update usage.md
2014-06-01 16:38:37 +10:00
Tornaldo
2e0aa064a2 Update usage.md 2014-06-01 01:27:20 +02:00
Tim Nagel
12b724dd20 Merge pull request #585 from leberknecht/patch-2
fixing missing flush event handler
2014-05-26 10:17:11 +10:00
Delf Tonder
8060d3dcd7 fixing missing flush event handler
In [commit](843c76b6ca (diff-850942b3ba)) the configuration-definition for the flush listener was accidentally removed. 
As the flush listener is no longer set to be enabled in the extensions getDoctrineEvents method, the flush listener is not set. 
This results in a situation were we are only able to have the modified objects on the list for index-update, but never actually sending the update to the ES host.
2014-05-25 18:51:14 +02:00
Tim Nagel
c38dc107e7 Rename mappings to properties maintaining BC
Fixes #407
2014-05-25 17:56:57 +10:00
Tim Nagel
be89ccf825 Merge pull request #582 from tobiassjosten/urllessconfig
Don't default url
2014-05-25 14:56:42 +10:00
Tobias Sjösten
f97e66712a Don't default url 2014-05-25 00:31:40 +01:00
Tim Nagel
5a84d55129 Merge pull request #580 from leberknecht/patch-1
update setup.md - immediate is an listener option
2014-05-24 23:10:44 +10:00
Delf Tonder
f9745c8d21 update setup.md - immediate is an listener option
fixed yml config example (having immediate as an persistence option will result in parsing error)
2014-05-24 12:49:12 +02:00
Tim Nagel
a9ea78443f Support Elastica proxy option 2014-05-24 00:17:59 +10:00
Tim Nagel
458b53240b Merge branch 'configuration-fixes' v3.0.0-alpha5 2014-05-23 23:21:29 +10:00
Tim Nagel
e77aa0c180 Test on php 5.5 2014-05-23 23:20:52 +10:00
Tim Nagel
f20392d78b Fix test failures for DoctrineProvider 2014-05-23 23:19:55 +10:00
Tim Nagel
f8a445b46c Fix disabling of logger in DoctrineProvider 2014-05-23 23:11:45 +10:00
Tim Nagel
d532e6b1e3 Merge pull request #579 from merk/client-overwrite
Surpress server errors cookbook update
2014-05-23 23:01:16 +10:00
Tim Nagel
3addfffc91 Added logging of server errors to example 2014-05-23 23:00:34 +10:00
Tim Nagel
18143449cc Merge branch 'patch-2' of https://github.com/stloyd/FOSElasticaBundle into client-overwrite 2014-05-23 22:52:58 +10:00
Tim Nagel
b09c7fb50e Merge branch 'master' of https://github.com/edast/FOSElasticaBundle 2014-05-23 22:51:11 +10:00
Tim Nagel
352e3b68ac Add configuration tests 2014-05-23 22:49:03 +10:00
Tim Nagel
41c4d77b20 Move serializer node to its own method, add serializer to type_prototype 2014-05-23 22:49:03 +10:00
Tim Nagel
843c76b6ca Move persistence node to its own method 2014-05-23 22:49:02 +10:00
Tim Nagel
6d2b7a8367 Combine client normalisation into a single method 2014-05-23 22:48:19 +10:00
Tim Nagel
57fbc70015 Merge pull request #522 from merk/doctrine-provider-speedup
Doctrine provider speedup
2014-05-23 22:46:36 +10:00
Tim Nagel
2029aba76a Ability for FOSElasticaBundle to disable persistence backend logging for population
Update documentation and changelog
2014-05-23 22:46:14 +10:00
Tim Nagel
6253d3f8df Merge pull request #553 from benniekrijger/issue-552-geoshape-mapping
Added GeoShape mapping options
2014-05-23 22:03:58 +10:00