dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/68/3168/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7393: fts: deleted tracker is also deleted in elastic search story #7393: fts: deleted artifact is propagated to elastic search" Change-Id: I05ec0fc46899e5d1f9240ad63fd2a9882b5ab439

Modified Files

Name
M plugins/fulltextsearch/include/ElasticSearch/IndexClientFacade.class.php +0 −2 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearch/TrackerSystemEventManager.class.php +30 −0 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearchTrackerActions.class.php +14 −0 Go to diff View file
A plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_TRACKER_ARTIFACT_DELETE.class.php +106 −0 Go to diff View file
A plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_TRACKER_TRACKER_DELETE.class.php +105 −0 Go to diff View file
M plugins/fulltextsearch/include/autoload.php +4 −2 Go to diff View file
M plugins/fulltextsearch/include/fulltextsearchPlugin.class.php +12 −0 Go to diff View file
A plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_TRACKER_ARTIFACT_DELETETest.php +63 −0 Go to diff View file
A plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_TRACKER_TRACKER_DELETETest.php +61 −0 Go to diff View file
M plugins/git/include/autoload.php +1 −1 Go to diff View file
M plugins/ldap/include/autoload.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +7 −0 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +7 −0 Go to diff View file
M plugins/tracker/include/constants.php +17 −1 Go to diff View file
M src/common/autoload.php +1 −1 Go to diff View file