stable
Clone or download
Read-only
Merge commit 'refs/changes/91/3591/9' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #7816: not trying to index files above a certain size in elastic search Change-Id: I05e83416d4213d075feb3e382160539df5164bfb
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fulltextsearch/etc/fulltextsearch.inc.dist | +4 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearch/DocmanSystemEventManager.class.php | +4 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearchDocmanActions.class.php | +31 | −4 | Go to diff View file |
A | plugins/fulltextsearch/include/FullTextSearchDocmanIndexFileTooBigException.php | +27 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_INDEX.class.php | +7 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_UPDATE.class.php | +7 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_UPDATE_METADATA.class.php | +7 | −2 | Go to diff View file |
M | plugins/fulltextsearch/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/fulltextsearch/tests/FullTextSearchDocmanActionsTest.php | +43 | −1 | Go to diff View file |
A | plugins/fulltextsearch/tests/_fixtures/big_file.txt | +40 | −0 | Go to diff View file |