stable

Clone or download

Read-only

Scaffold search REST API endpoint

It basically do nothing for now but it exists and can be used to prepare the frontend app. Part of story #26771: Index artifact fields (REST + Switch to) on updated artifacts only Change-Id: If64f3b987d60c4c543d2491ed287815facad229d

Modified Files

Name
A plugins/fts_db/include/REST/ResourcesInjector.php +33 −0 Go to diff View file
A plugins/fts_db/include/REST/v1/SearchQueryRepresentation.php +34 −0 Go to diff View file
A plugins/fts_db/include/REST/v1/SearchResource.php +63 −0 Go to diff View file
M plugins/fts_db/include/fts_dbPlugin.php +18 −0 Go to diff View file
A plugins/fts_db/tests/rest/setup.sh +5 −0 Go to diff View file
A plugins/fts_db/tests/rest/v1/SearchResourceTest.php +40 −0 Go to diff View file