summaryrefslogtreecommitdiffstats
path: root/documentapi/src
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright headersJon Bratseth2021-03-182-0/+2
|
* Add a safeguard by not adding more than the 1000 traces during visitation.Henning Baldersheim2021-03-131-1/+3
|
* Do not add empty traces, they contain no value.Henning Baldersheim2021-03-131-1/+3
|
* Use fewer services in policy subset testJon Marius Venstad2021-02-221-9/+10
|
* Fix linksJon Bratseth2021-02-151-1/+1
|
* Handle POST -> remote visit, PUT -> mass udpate, DELETE -> mass deletionJon Marius Venstad2021-02-031-5/+6
|
* Nonfunctional changes, remove unused codeJon Marius Venstad2021-02-033-4/+4
|
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-311-1/+1
|
* Also install document-protocol-policies configJon Marius Venstad2021-01-281-0/+2
|
* Move config to other moduleJon Marius Venstad2021-01-281-0/+25
|
* Update abi spec and update CMakeListsJon Marius Venstad2021-01-283-3/+0
|
* Revert "Move .def to relevant module"Jon Marius Venstad2021-01-284-25/+3
| | | | This reverts commit 823c34b6b8ab549359b1a35716df94bc31ec5f21.
* Revert "Revert "Jonmv/reapply document protocol super config [run-systemtest]""Jon Marius Venstad2021-01-2812-88/+177
| | | | This reverts commit 2e2e2edeb3ea99f2c04925070cf44601e2cd94fb.
* Revert "Jonmv/reapply document protocol super config [run-systemtest]"Jon Marius Venstad2021-01-2812-177/+88
|
* Move .def to relevant moduleJon Marius Venstad2021-01-274-3/+25
|
* Move new config to already used packageJon Marius Venstad2021-01-275-7/+5
|
* Revert "Revert "Jonmv/document protocol super config""Jon Marius Venstad2021-01-2711-88/+157
| | | | This reverts commit d7359f7c72ff06889af594431baf4075e2b4da78.
* Revert "Jonmv/document protocol super config"Harald Musum2021-01-2711-157/+88
|
* Address reviewJon Marius Venstad2021-01-271-2/+4
|
* Use only injected config for injected document accessJon Marius Venstad2021-01-196-28/+113
|
* Non-functional changesJon Marius Venstad2021-01-197-62/+44
|
* 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
| | | | This reverts commit 9263966a9c697f5acff53a595493e27a2f05e683.
* 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-0519-1028/+922
| | | | This reverts commit 75b2e4c11ea6463c335f1c77dab3fdb5493e5600.
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-0519-922/+1028
|
* 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 ↵Arnstein Ressem2020-12-308-645/+600
| | | | this""
* Revert "Merge StoragePolicy down into ContentPolicy, and always use this"Arnstein Ressem2020-12-228-600/+645
|
* Merge StoragePolicy down into ContentPolicy, and always use thisJon Marius Venstad2020-12-228-645/+600
|
* Use percent complete instead of actual progress tokenJon Marius Venstad2020-12-101-1/+1
|
* Misc cleanup of includes and code healthHenning Baldersheim2020-12-012-6/+7
|
* Use explicit on the right places.Henning Baldersheim2020-11-271-1/+1
|
* GC LoadType and PriorityMapper.Henning Baldersheim2020-11-275-66/+1
|
* GC LoadTypeSetHenning Baldersheim2020-11-2721-308/+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-241-2/+1
|
* Remove load type from documentapi interface.Henning Baldersheim2020-11-244-23/+6
|
* Use std::string for selection as that is required for parsing and as it has ↵Henning Baldersheim2020-11-232-5/+10
| | | | a smaller memory footprint.
* - Reorder members for compactness.Henning Baldersheim2020-11-2316-101/+97
| | | | | - Avoid needing the definition of Error everywhere. - use std::make_xxx and other c++11 constructs.
* 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
|\ | | | | Jonmv/reindexig controller