dev

Forked from tuleap/dev

Clone or download

Read-only

story #7393: fts: deleted artifact is propagated to elastic search"

Change-Id: I03a7d093ecc96a4013f761603aa9839e267c4b72

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 +16 −0 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearchTrackerActions.class.php +9 −0 Go to diff View file
A plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_TRACKER_ARTIFACT_DELETE.class.php +106 −0 Go to diff View file
M plugins/fulltextsearch/include/autoload.php +3 −2 Go to diff View file
M plugins/fulltextsearch/include/fulltextsearchPlugin.class.php +6 −0 Go to diff View file
A plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_TRACKER_ARTIFACT_DELETETest.php +63 −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/constants.php +9 −1 Go to diff View file
M src/common/autoload.php +1 −1 Go to diff View file