- May 24, 2017
-
-
Adrien Di Mascio authored
ESTransactionQueue batches all ES operations on postcommit. Client cubes could override the default logic to add, log, ditch… any other operation.
-
- May 31, 2017
-
-
Adrien Di Mascio authored
mocked parameter list was inverted
-
- May 24, 2017
-
-
Adrien Di Mascio authored
Indexer instances are the ones who know how to connect to elasticsearch and which index should the query should be executed on
-
Adrien Di Mascio authored
As for ES "id" parameters, "doc_type" should be customizable, there is no reason why es document type should match cw_etype
-
- May 23, 2017
-
-
Samuel Trégouët authored
and it seems redundant with `allow_all_hooks_but`
-
Samuel Trégouët authored
-
Samuel Trégouët authored
-
Katia Saurfelt authored
-
- May 22, 2017
-
-
Adrien Di Mascio authored
Default is to use 'eid' but one may want to use something else (stable id, ark, etc.) closes #17079908
-
Adrien Di Mascio authored
For optimization sake, just make sure the original rset fetches everyting or use complete=True but relying on cw_attr_cache will cause very obscure bugs closes #17079907
-
- Mar 20, 2017
-
-
Katia Saurfelt authored
* get rid of CUSTOM_ATTRIBUTES. Replace it with IFullTextIndexSerializable adapter `custom_indexable_attributes` attribute; * FullTextIndexSerializable.serialize method : default complete value is now True* closes #17079905
-
- May 09, 2017
-
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
-
- May 05, 2017
-
-
Samuel Trégouët authored
-
- May 04, 2017
-
-
David Douard authored
otherwise the import just hand forever.
-
- Apr 14, 2017
-
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
-
Sylvain Thénault authored
First stop removing them (was done for legacy cube) then register them.
-
Sylvain Thénault authored
since it's a cube as package which are supported from there.
-
Sylvain Thénault authored
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
-
- Apr 13, 2017
-
-
Adrien Di Mascio authored
CubicWebConfig.config_for might accept extra parameters such as "debugmode"
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
--debug and --dry-run should be used as flag-only options. They don't expect a "yes" / "no" value. Also, remove tests on stdout in debug mode because it's fragile and messes up with logging handling in cubicweb.
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
Besides from being a debug-only trace, it raises an error when no actual document is indexed.
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
It's not used (and therefore not real-life-tested) anywhere and current implementation is known to be partial and a bit hard to maintain.
-
- Mar 10, 2017
-
-
Samuel Trégouët authored
we should not crash if we try to delete an inexisting document
-
Samuel Trégouët authored
-
- Apr 13, 2017
-
-
Adrien Di Mascio authored
(closes #17071989)
-
- Mar 31, 2017
-
-
Arthur Lutz authored
-
- Apr 04, 2017
-
-
Samuel Trégouët authored
-
Samuel Trégouët authored
-
Samuel Trégouët authored
-
- Mar 14, 2017
-
-
Katia Saurfelt authored
-
- Mar 30, 2017
-
-
Samuel Trégouët authored
let serializer decide if cw_etype and doc_type is different
-
- Mar 09, 2017
-
-
Adrien Di Mascio authored
-