aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi
Commit message (Expand)AuthorAgeFilesLines
* Handle no result being set after abort and interruptJon Marius Venstad2021-01-152-3/+3
* Handle empty spec when computing stepsJon Marius Venstad2021-01-121-1/+1
* Check for TaS-failed before not-found in mbus async session reply parsingJon Marius Venstad2021-01-071-3/+3
* Revert "Revert "Keep reply with most severe error when merging error replies""Jon Marius Venstad2021-01-074-36/+39
* Revert "Keep reply with most severe error when merging error replies"Jon Marius Venstad2021-01-074-39/+36
* Keep reply with most severe error when merging error repliesJon Marius Venstad2021-01-064-36/+39
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-0520-1133/+991
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-0520-991/+1133
* Specify when TODOJon Marius Venstad2021-01-041-1/+1
* Non-functionalJon Marius Venstad2020-12-301-1/+1
* Merge storagepolicy into contentpolicyJon Marius Venstad2020-12-309-373/+321
* Replace use of [Storage... with [Content... and avoid overriding config idJon Marius Venstad2020-12-303-11/+2
* Revert "Revert "Merge StoragePolicy down into ContentPolicy, and always use t...Arnstein Ressem2020-12-309-750/+669
* Revert "Merge StoragePolicy down into ContentPolicy, and always use this"Arnstein Ressem2020-12-229-669/+750
* Merge StoragePolicy down into ContentPolicy, and always use thisJon Marius Venstad2020-12-229-750/+669
* Use percent complete instead of actual progress tokenJon Marius Venstad2020-12-101-1/+1
* Revert "Merge pull request #15581 from vespa-engine/revert-15578-bratseth/app...Jon Bratseth2020-12-021-0/+2
* Revert "Bratseth/apply on restart take 10"Jon Bratseth2020-12-021-2/+0
* Revert "Merge pull request #15577 from vespa-engine/revert-15575-bratseth/app...Jon Bratseth2020-12-011-0/+2
* Revert "Bratseth/apply on restart take 9"HÃ¥kon Hallingstad2020-12-011-2/+0
* Merge pull request #15575 from vespa-engine/bratseth/apply-on-restart-take-9Jon Bratseth2020-12-011-0/+2
|\
| * Revert "Merge pull request #15552 from vespa-engine/revert-15550-bratseth/app...Jon Bratseth2020-12-011-0/+2
* | Misc cleanup of includes and code healthHenning Baldersheim2020-12-012-6/+7
|/
* Revert "Bratseth/apply on restart take 8"Jon Bratseth2020-11-301-2/+0
* Revert "Merge pull request #15549 from vespa-engine/revert-15543-bratseth/app...Jon Bratseth2020-11-301-0/+2
* Revert "Bratseth/apply on restart take 7"Jon Bratseth2020-11-301-2/+0
* Revert "Merge pull request #15542 from vespa-engine/revert-15540-bratseth/app...Jon Bratseth2020-11-301-0/+2
* Revert "Bratseth/apply on restart take 6"Jon Bratseth2020-11-301-2/+0
* Revert "Merge pull request #15532 from vespa-engine/revert-15527-bratseth/app...Jon Bratseth2020-11-301-0/+2
* Revert "Bratseth/apply on restart take 5"Jon Bratseth2020-11-301-2/+0
* Revert "Merge pull request #15521 from vespa-engine/revert-15520-bratseth/app...Jon Bratseth2020-11-301-0/+2
* Revert "Bratseth/apply on restart take 4"Jon Bratseth2020-11-291-2/+0
* Revert "Merge pull request #15510 from vespa-engine/revert-15508-bratseth/app...Jon Bratseth2020-11-291-0/+2
* Use explicit on the right places.Henning Baldersheim2020-11-271-1/+1
* GC LoadType and PriorityMapper.Henning Baldersheim2020-11-276-67/+1
* GC LoadTypeSetHenning Baldersheim2020-11-2722-309/+37
* Non-functional changesJon Marius Venstad2020-11-264-5/+3
* Non-functional changesJon Marius Venstad2020-11-262-2/+2
* Don't encode deprecated load type explicitlyTor Brede Vekterli2020-11-242-2/+1
* Remove load type from documentapi interface.Henning Baldersheim2020-11-244-23/+6
* Use c_str instead of data.Henning Baldersheim2020-11-241-0/+0
* Use std::string for selection as that is required for parsing and as it has a...Henning Baldersheim2020-11-232-5/+10
* - Reorder members for compactness.Henning Baldersheim2020-11-2316-101/+97
* Reorder members for smaller memory footprint.Henning Baldersheim2020-11-181-1/+1
* Non waiting when completing LocalVisitorSession, againJon Marius Venstad2020-11-091-1/+1
* Merge pull request #15187 from vespa-engine/jonmv/reindexig-controllerJon Marius Venstad2020-11-093-20/+33
|\
| * Address review comments, and fix unit testJon Marius Venstad2020-11-061-1/+1
| * Avoid interrupts for control flowJon Marius Venstad2020-11-063-3/+8
| * Dummy support for progress tokens and remote destination in LocalVisitorSessionJon Marius Venstad2020-11-051-17/+24
| * Properly handle interruption while destroying MessageBusVisitorSessionJon Marius Venstad2020-11-051-1/+2