144 Commits

Author SHA1 Message Date
af7ae33d5b Use (array) cast instead of !is_array check for both readability and performance 2015-02-08 17:56:14 +03:00
b750cf662d prepare for the next release. 2015-01-10 22:59:50 -05:00
d7462656f7 2.0.2 release 2015-01-10 22:57:55 -05:00
92f2216573 add support for _parent to elasticsearch active fixture 2015-01-09 17:20:28 +01:00
a0038ab15a elasticsearch activefixture, ensure data is flushed
this is needed to ensure search works immediately after the insert.
2015-01-09 11:02:57 +01:00
d97f5edf61 improved error reporting of elasticsearch ActiveFixture 2015-01-09 10:49:55 +01:00
6e6353e2cd fixed indentation 2015-01-07 22:48:33 +01:00
fea4c8da52 Add fixture support for elasticsearch
close #6432
issue #2053
2015-01-07 22:45:35 +01:00
7881bba26c prepare for next release. 2014-12-07 11:46:05 -05:00
84b42abad0 prepare for 2.0.1 release 2014-12-07 11:42:41 -05:00
19224e74b5 Elasticsearch, allow custom options for update+delete
including support for optimistic locking (#1313)

fixes #5758
2014-12-01 00:50:51 +01:00
e92482f554 Typo in word 2014-11-22 02:58:56 +03:00
38d0570843 fixed unlink() for array valued attributes
return value would not be a valid array when json encoded after unlink().

fixes #6065
2014-11-15 21:42:36 +01:00
f23ba6cbdc explicitly set the language for elasticsearch script
groovy is now always on in ES 1.3.0

fixes #5662
2014-11-13 15:39:36 +01:00
f0d073a6ef Improved elasticsearch trace message 2014-10-25 01:27:11 +02:00
74a7d307da Added missing phpdoc 2014-10-14 02:01:06 +04:00
5a99797f86 Removed unused aliases 2014-10-14 01:56:52 +04:00
47f2272652 prepare for next release. 2014-10-12 16:44:45 -04:00
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
cba52e3c5e Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use 2014-10-07 01:13:17 +04:00
4054b2196f fixed broken links 2014-10-06 22:04:59 +02:00
c303ffd64a added ActiveRecord::arrayAttributes to elasticsearch
fixes #3381
2014-10-04 00:16:52 +02:00
f85f339356 fixed typo
fixes #5339
2014-10-03 17:47:08 +02:00
5205eabe3e prepare for next release. 2014-09-28 01:44:31 -04:00
d2b864da84 prepare for 2.0.0-rc release. 2014-09-27 21:59:54 -04:00
222f9ddfad added missing documentation about the NOT operator in Query
fixes #5147
2014-09-24 12:53:33 +02:00
982a27db83 removed support for unlinkAll() from elasticsearch
feature is not reliable

fixes #5136
2014-09-23 12:56:05 +02:00
1e5c48957d composer.json tabs -> spaces 2014-09-22 17:37:19 +02:00
e40fd9d623 added branch alias to composer.json 2014-09-22 17:26:21 +02:00
9655e3bd94 CHANGELOG 2014-09-11 02:09:21 +02:00
cc10725c2b Add support for elasticsearch delete by query
close #4487
2014-09-11 02:04:42 +02:00
259b8c901f Add support for elasticsearch suggestions
close #4505
2014-09-11 01:48:25 +02:00
3fb680964c add aggregation, stats and suggester to elasticsearch
fixes #4452, close #4452
2014-09-11 01:26:15 +02:00
9885aac0ae Removed unused "use" statements 2014-09-07 15:56:06 +04:00
f099616967 improved IDE autocompletion for AR::find()
[ci skip]
2014-08-12 23:21:34 +02:00
87427294fe fixed broken NOT condition in elasticsearch 2014-08-12 23:14:01 +02:00
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00
e8c6bb516f Fixes #4048: Added init event to ActiveQuery classes 2014-07-19 20:26:58 -04:00
9c0bb74829 Update README.md
fixed outdated example.
2014-07-16 14:38:33 +02:00
a4b8fd4db2 Fix typo 2014-07-15 12:55:38 -03:00
773d67e513 elasticsearch 1.x breaking changes
all fine now

closes #2427
2014-07-12 14:06:42 +02:00
d02bbd7c49 CHANGELOG #4187 2014-07-04 14:06:07 +02:00
4e8e22da3c fixed issue with elasticsearch >=1.2.0
do not use scripting as it is disabled by default and will cause edge
case queries to fail

fixes #4187
2014-07-04 14:04:38 +02:00
1085f1bd9b cleanup after #4092
fixes #4086
2014-06-29 13:29:23 +02:00
2d2c9f03d3 Merge pull request #4092 from dizews/afterUpdate_event_ench
changedAttributes of AfterSaveEvent contain an old values
2014-06-29 12:52:51 +02:00
11ed296de4 Update CHANGELOG.md 2014-06-27 18:55:40 +02:00
eb317507d2 made elasticsearch error messages more readable 2014-06-27 18:47:23 +02:00
f9febd0087 unify changedAttributes of afterSave in extensions 2014-06-27 20:10:43 +04:00
48f6e380df Merge PR #4038 branch 'consistent-after-save'
* consistent-after-save:
  use an AfterSaveEvent class to be consistent
  fixed test break and wrong parameter
  changed updateAttributes to be more simple update
  Ensure consistent behavior in ActiveRecord::afterSave()

Conflicts:
	framework/UPGRADE.md
2014-06-25 20:23:16 +02:00
6578cfbdab updated phpdoc and classmap 2014-06-25 18:24:23 +02:00