Commit graph

1054 commits

Author SHA1 Message Date
Tim Nagel 55bfee22e8 Cache composer 2015-03-10 22:00:09 +11:00
Tim Nagel 2401b1083c Bump version 2015-01-31 18:33:07 +11:00
Tim Nagel 8e627ee011 Merge pull request #788 from FriendsOfSymfony/elastica-bump
Update Elastica dependency
2015-01-31 18:31:08 +11:00
Tim Nagel 6992beeb47 Update Elastica dependency 2015-01-31 18:24:47 +11:00
Tim Nagel e5d9c3ddbb Merge branch 'pr/732' into 3.0.x 2015-01-25 19:41:57 +11:00
Tim Nagel 906e2e0749 Ability to set connectionStrategy for elastica clients 2015-01-25 19:38:01 +11:00
Tim Nagel 81f5f983c0 Fix line break 2015-01-25 19:06:41 +11:00
Tim Nagel 030b194c7b Fix tests 2015-01-22 11:49:28 +11:00
Tim Nagel 79e263d7a7 Merge pull request #779 from merk/index-name-doc
Clarified what index_name does. Closes #731
2015-01-22 11:25:47 +11:00
Tim Nagel e772ca6450 Fix php 5.3 compatibility 2015-01-22 11:23:51 +11:00
Tim Nagel 55abe132c6 Update changelog 2015-01-22 09:36:33 +11:00
Tim Nagel aef5940578 Merge branch 'pr/760' into 3.0.x 2015-01-22 09:34:10 +11:00
Tim Nagel b9b0c1b961 Move TypeConfig creation to its own method 2015-01-22 09:33:46 +11:00
Michaël Perrin 64fa26e3d9 Fix PHP notice when using indexes without defined types 2015-01-22 09:24:59 +11:00
Tim Nagel c4a2858265 Merge branch 'pr/772' into 3.0.x 2015-01-22 09:23:24 +11:00
CedCannes 7471c13d75 Update manual-provider.md
Typo in class path
2015-01-22 09:22:34 +11:00
Tim Nagel c901d60552 Clarified what index_name does. Closes #731 2015-01-22 09:15:38 +11:00
Tim Nagel 401446e1c4 Add integration testing around _parent mapping 2015-01-22 09:06:21 +11:00
Christophe Coevoet 32d190f554 Bump the changelog for 3.0.7 2015-01-21 18:10:33 +01:00
Christophe Coevoet 5060fa4d4a Move the test file to a better location
The test of the DI extension is not a functional test.
2015-01-21 17:51:56 +01:00
Christophe Coevoet b4c01f3641 Merge branch 'formapro-forks/fixing-bug-with-parent' into 3.0.x 2015-01-21 17:43:36 +01:00
Tim Nagel 2ce2d7e610 Add test for multi_field 2015-01-09 08:55:57 +11:00
Vladimir Kartaviy 905265ea0e "multi_field" type fields are not normalized
Fix for #764
2015-01-09 08:47:15 +11:00
Tim Nagel 9f5ce217dc Release 3.0.6 2015-01-04 22:08:20 +11:00
Tim Nagel 6ef6092f3f Update 3.0 changeling 2015-01-04 22:03:19 +11:00
Evan Owens 156884527c Update example
FOS\ElasticaBundle\Client has been deprecated.
2015-01-04 20:01:04 +11:00
DjangoFR 5eaff9e61b removed unused image (being base64 encoded - see #742) 2015-01-04 19:49:30 +11:00
Danijel Brkic 3975ed3d5b Built-in templates use a base64 encoded image for the toolbar 2015-01-04 19:49:25 +11:00
Tim Nagel d33e064801 Merge commit '1f7acc5' into 3.0.x 2014-12-24 09:10:41 +11:00
Tim Nagel 1f7acc563a Ignore strings starting with @ 2014-12-24 09:09:45 +11:00
Christophe Coevoet eaa32cbf22 Fix the BC layer for indexable callbacks
Using services was not based on a @ prefix in the string in the old API
but based on the existence of the class.
2014-12-23 15:21:25 +01:00
Christophe Coevoet 97848ca0d0 Removed the testing on Symfony dev-master
dev-master is Symfony 3.0, and we are not yet marking it as compatible
2014-12-17 14:23:00 +01:00
Nikolai Zujev c45dcd955d Clean filtered objects if the entire batch was filtered away, to prevent memory allocation issue. 2014-12-01 09:47:32 +11:00
Tim Nagel 67ae044309 #724 Fix debug_logging option on the provider 2014-10-08 08:59:45 +11:00
Michael Schramm b3f87e414f move classes to parametes 2014-09-21 21:08:41 +10:00
Tim Nagel 428a1014ca Move query logging into its own method 2014-09-21 20:12:30 +10:00
Tim Nagel 1d5fe44ca4 Fix CS from scrutiniser-ci 2014-09-21 20:12:30 +10:00
Tim Nagel c4210a5c6d Fix previous merge 2014-09-04 09:37:27 +10:00
Tim Nagel 029ebb153a Merge remote-tracking branch 'upstream/pr/705' into 3.0.x
Conflicts:
	Index/AliasProcessor.php
2014-09-04 09:26:53 +10:00
Tim Nagel 736163551c Merge remote-tracking branch 'upstream/pr/704' into 3.0.x 2014-09-04 09:17:34 +10:00
Patrick McAndrew 76dcd2f62e fix warning if no aliases
PHP Warning:  array_keys() expects parameter 1 to be array, AliasProcessor.php on line 128
2014-08-29 15:52:46 +01:00
Patrick McAndrew 2958833012 Ability to delete an index if expecting an alias 2014-08-28 17:59:58 +01:00
Tim Nagel a7a23b92cb Merge pull request #698 from merk/new-testing
Update testing
2014-08-21 23:15:38 +10:00
Tim Nagel 598a59927e Update travis testing 2014-08-21 22:54:12 +10:00
Patrick McAndrew 0425379420 add back fos_elastica.client tag that was removed in e78950ddb7 2014-08-21 22:18:53 +10:00
Tim Nagel 380727afbe Merge pull request #695 from notFloran/fix-search-annotation
Use the new Search annotation
2014-08-21 21:54:23 +10:00
Floran Brutel 69c2214bc5 Use the new Search annotation
Use "FOS\ElasticaBundle\Annotation\Search" instead of "FOS\ElasticaBundle\Configuration\Search" in the repository manager.
Update the cookbook
2014-08-18 13:30:45 +02:00
Tim Nagel af5fb7e97e Merge pull request #694 from notFloran/update-version-setup
Update version in setup.md
2014-08-17 21:13:11 +10:00
Floran Brutel 22a2a223cc Update version in setup.md
Use "~3.0" instead of "~3.0.2" to get version 3.0.3 and future minor
versions
2014-08-17 12:16:15 +02:00
Luis Cordova 33ee047f83 fix dependency on elastic extension
i had a weird error in which just installing the bundle with "friendsofsymfony/elastica-bundle":     "~3.0.2",
game me a version back even before it had a composer! 😊
i checked and found out composer gets really confused or glitchy with packages not following semver.
In any case 1.3.0 is out, and i remove the 4th digit which i think composer ignores totally or gets confused about.
2014-08-11 08:44:15 +10:00