Files
gerrit/Documentation
Patrick Hiesel 20d981e1d9 Implement REST endpoint to reindex a project
We recently added a project index to Gerrit. This complements the
existing set of indices (change, account, group). For this new index we
want to offer a REST endpoint as well to reindex a project with the
option to recusively reindex the children as well.

Unfortunately, we previously bound /index to the endpoint that reindexes
all changes in the project. This commit changes that binding to
/index.changes.
We make an effort to keep the REST API stable, but this is just an
administrative endpoint and it seems to be a better fit to just
repurpose the endpoint name.

This commit adds tests and methods for the Java extension API.

Change-Id: I2b3bb9f38c94938b98059da193e80289996a4a41
2018-07-04 13:18:16 +02:00
..
2015-05-06 11:25:51 -07:00
2016-07-07 14:06:31 +02:00
2016-07-07 14:06:31 +02:00
2017-10-18 21:55:15 -04:00
2018-05-02 11:21:18 +09:00
2018-06-06 16:20:00 +00:00
2017-07-14 13:25:19 +09:00
2018-06-13 16:20:48 +09:00
2018-06-08 14:14:59 +09:00
2017-08-08 14:24:34 +02:00
2017-09-30 15:47:14 +02:00
2015-04-30 14:37:09 +00:00
2017-09-30 15:47:14 +02:00
2018-04-20 12:18:24 +02:00
2018-06-13 16:20:48 +09:00