aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/application/ApplicationReindexing.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Trigger periodic redeployment for apps with readied reindexingjonmv2023-08-301-0/+13
* Minor cleanup, no functional changesHarald Musum2023-08-261-4/+0
* Store and display reindexing causejonmv2022-12-071-6/+16
* Set speed: 1 for config change reindexing, and user-specified in (0, 10] from...Jon Marius Venstad2021-12-151-6/+16
* search -> schemaJon Bratseth2021-10-151-12/+0
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Improved model for reindexing dataJon Marius Venstad2021-01-181-80/+33
* Move logic for indexed document types inside config model api wrappingJon Marius Venstad2021-01-151-34/+0
* Let all ApplicationReindexing users config-awareJon Marius Venstad2021-01-141-0/+46
* Let maintainer remove data for no-longer-existent typesJon Marius Venstad2021-01-141-1/+20
* REST API for reindexing status on config serverJon Marius Venstad2020-11-111-1/+2
* Allow simultaneous pending and ready reindexingJon Marius Venstad2020-11-111-16/+28
* Use separate boolean to indicate disabled statusJon Marius Venstad2020-11-101-4/+1
* When disabled, all document types give empty statusJon Marius Venstad2020-11-101-0/+3
* Add "enabled" to application reindexing status, and storageJon Marius Venstad2020-11-101-10/+23
* Use most specific, not latest, reindexing ready timestamp, in configJon Marius Venstad2020-11-071-13/+7
* Use Optional<Status> to signal no reidexing for a typeJon Marius Venstad2020-11-041-4/+5
* Remove unused memberJon Marius Venstad2020-11-031-2/+0
* Default to "now" rather than EPOCH for new status, to avoid double reindexingJon Marius Venstad2020-11-031-3/+3
* Model reindexing status per cluster and document typeJon Marius Venstad2020-11-031-0/+231