summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* More robust upgradingJon Bratseth2018-01-081-12/+15
| | | | | - Support upgrades to a lower version than the highest deployed in an application - Check what's actually deployed when deciding whether a change is done
* Use longs for dimensions lengths in all API'sJon Bratseth2017-12-191-6/+2
| | | | | This is to be able to support tensor dimensions with more than 2B elements in the future without API change.
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-186-29/+26
|
* Revert "Bratseth/tensorflow models"gjoranv2017-12-176-26/+29
|
* Merge pull request #4438 from vespa-engine/bratseth/tensorflow-modelsJon Bratseth2017-12-176-29/+26
|\ | | | | Bratseth/tensorflow models
| * Merge with masterJon Bratseth2017-12-131-0/+1
| |\
| * | Check agreement between TF and Vespa executionJon Bratseth2017-12-136-29/+26
| | |
* | | Revert "Revert "Revert "Revert "Bratseth/select 1 host by index""""Jon Bratseth2017-12-151-3/+0
| | |
* | | Revert "Revert "Revert "Bratseth/select 1 host by index"""Henning Baldersheim2017-12-141-0/+3
| | |
* | | Merge with masterJon Bratseth2017-12-141-0/+1
|\ \ \ | | |/ | |/|
| * | Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | | | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
| * | Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
| | |
| * | Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | | | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
| * | Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
| | |
| * | Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| |/ | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* / Revert "Revert "Bratseth/select 1 host by index""Jon Bratseth2017-11-241-3/+0
|/
* Revert "Bratseth/select 1 host by index"Jon Bratseth2017-11-241-0/+3
|
* Prepare to select host by index (no change)Jon Bratseth2017-11-221-3/+0
|
* Optimize importsJon Bratseth2017-11-141-8/+0
|
* Suppress parser output on stderrJon Bratseth2017-11-143-6/+20
|
* Merge pull request #4012 from vespa-engine/balder/omit-sessionid-from-cache-keyJon Bratseth2017-11-076-29/+73
|\ | | | | 1 - Ignores the session key when creating the cache key.
| * Be resilient on the length too.Henning Baldersheim2017-11-072-3/+4
| |
| * Make the tests resilient to order of execution as the assigned uniqueId will ↵Henning Baldersheim2017-11-072-12/+28
| | | | | | | | change with execution order.
| * The queryflags count as part of the cache key.Henning Baldersheim2017-11-062-2/+2
| |
| * 1 - Ignores the session key when creating the cache key.Henning Baldersheim2017-11-064-17/+44
| | | | | | | | 2 - Fix an earlier bug due to variable header size in cache key generation.
* | do all peak_qps reporting in a timer taskArne Juul2017-11-031-39/+41
| |
* | ensure we keep flushing peak_qps after a burst of queriesArne Juul2017-11-021-6/+29
|/
* Remove unranked items not contributing to recallJon Bratseth2017-10-182-3/+26
|
* Merge with masterJon Bratseth2017-10-172-2/+2
|\
* | Don't remove OR terms which contributes to rankJon Bratseth2017-10-172-48/+40
| |
* | Change method order - no functiona changesJon Bratseth2017-10-171-49/+50
| |
* | Nonfunctional changes onlyJon Bratseth2017-10-173-4/+7
|/
* Nonfunctional changes onlyJon Bratseth2017-10-161-2/+3
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+28
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-28/+0
|
* Create function to install config definitions.Arnstein Ressem2017-09-271-54/+27
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+55
|
* Merge pull request #3403 from vespa-engine/bratseth/nonfunctional-changes-3Arne H Juul2017-09-137-42/+42
|\ | | | | Nonfunctional changes only
| * Nonfunctional changes onlyJon Bratseth2017-09-137-42/+42
| |
* | DisambiguateJon Bratseth2017-09-121-25/+14
| |
* | remove printlnsJon Bratseth2017-09-121-3/+0
| |
* | Clean up error message handlingJon Bratseth2017-09-124-70/+132
| |
* | Make it possible to clear errors of a HitGroupJon Bratseth2017-09-112-8/+60
| | | | | | | | | | | | This also pulls errors from the query in the case where new errors are added before the list of errors are inspected. This may break something, but the old behavior was inconsistent.
* | Nonfunctional changes onlyJon Bratseth2017-09-1139-67/+74
|/
* We need the document type too.Henning Baldersheim2017-09-081-2/+6
|
* Nonfunctional changes onlyJon Bratseth2017-09-074-85/+91
|
* Persist after removeJon Bratseth2017-09-061-1/+1
|
* Merge pull request #3287 from ↵gjoranv2017-09-0523-23/+0
|\ | | | | | | | | vespa-engine/revert-3275-revert-3260-hmusum/remove-version-from-def-files Revert 3275 revert 3260 hmusum/remove version from def files
| * Merge branch 'master' into ↵Harald Musum2017-08-314-2/+18
| |\ | | | | | | | | | revert-3275-revert-3260-hmusum/remove-version-from-def-files
| * | Revert "Revert "version in def files are deprecated""Harald Musum2017-08-3023-23/+0
| | |