summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.171.10-1].vespa-7.171.10-1sd-buildbot2020-02-044-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.171.10 --no-auto-changelog
* Merge pull request #12054 from vespa-engine/freva/start-unthrottledValerij Fredriksen2020-02-034-26/+169
|\ | | | | Start container with uncapped CPU and start capping 30s after first s…
| * Remove invalid docValerij Fredriksen2020-02-031-1/+0
| |
| * Fix time remaining calculationValerij Fredriksen2020-02-032-3/+2
| |
| * Start container with uncapped CPU and start capping 30s after first ↵Valerij Fredriksen2020-02-034-26/+171
| | | | | | | | successful health check
* | Merge pull request #12052 from ↵Bjørn Christian Seime2020-02-031-0/+6
|\ \ | | | | | | | | | | | | vespa-engine/toregge/use-vespa-icu-for-centos-7-and-rhel-7 Use vespa-icu for CentOS 7 and RHEL 7.
| * | Stop depending on libicu when using CentOS 7 or RHEL 7.Tor Egge2020-02-031-0/+4
| | |
| * | Use vespa-icu for CentOS 7 and RHEL 7.Tor Egge2020-02-031-0/+2
|/ /
* | Merge pull request #12050 from vespa-engine/bratseth/allow-resourcesJon Bratseth2020-02-031-1/+2
|\ \ | | | | | | Allow resources in dedicated nodes
| * | Allow resources in dedicated nodesJon Bratseth2020-02-031-1/+2
|/ /
* | Merge pull request #12044 from vespa-engine/bratseth/non-functional-changesJon Bratseth2020-02-036-12/+10
|\ \ | | | | | | Non-functional changes only
| * | Non-functional changes onlyJon Bratseth2020-02-036-12/+10
| | |
* | | Merge pull request #12031 from vespa-engine/balder/wait-until-nodestate-is-knownHenning Baldersheim2020-02-032-1/+6
|\ \ \ | | | | | | | | A dispatcher should not be considered ready before it has information…
| * | | A dispatcher should not be considered ready before it has information about ↵Henning Baldersheim2020-01-312-1/+6
| | | | | | | | | | | | | | | | all nodes. Either bad or good news.
* | | | Merge pull request #12030 from vespa-engine/balder/send-ping-asyncHenning Baldersheim2020-02-0310-68/+131
|\ \ \ \ | | | | | | | | | | Send ping every second truly async to all nodes who does not have any…
| * | | | Provide pongHandler in constructor to avoid needing an AtomicReference.Henning Baldersheim2020-02-037-20/+24
| | | | |
| * | | | lastPing -> lastPong.Henning Baldersheim2020-02-031-5/+5
| | | | |
| * | | | Do not catch more than you can handle.Henning Baldersheim2020-02-031-3/+2
| | | | |
| * | | | Use sequence numbers and check on Pong reception instead.Henning Baldersheim2020-02-033-14/+48
| | | | |
| * | | | Add comment on semantics.Henning Baldersheim2020-01-311-0/+3
| | | | |
| * | | | Send ping every second truly async to all nodes who does not have any ↵Henning Baldersheim2020-01-3110-67/+90
| |/ / / | | | | | | | | | | | | pending pings.
* | | | Merge pull request #12045 from ↵Henning Baldersheim2020-02-032-2/+36
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | vespa-engine/bratseth/optimization-on-sddocname-and-recall Bratseth/optimization on sddocname and recall
| * | | Short-circuit if trueJon Bratseth2020-02-031-3/+2
| | | |
| * | | Don't remove ranked terms when recalling allJon Bratseth2020-02-032-4/+22
| | | |
| * | | Failed reproduction of https://github.com/vespa-engine/vespa/issues/11975Jon Bratseth2020-01-311-1/+18
| | | |
* | | | Merge pull request #12022 from ↵Tor Brede Vekterli2020-02-0343-149/+1060
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/support-imported-fields-in-gc-selections Support using imported fields in document selection expressions
| * | | | Add comment to importedfield entry in documenttypes config definitionTor Brede Vekterli2020-02-031-0/+1
| | | | |
| * | | | Add copyright to new filesTor Brede Vekterli2020-01-315-0/+5
| | | | |
| * | | | Support imported attribute fields in backend selection logicTor Brede Vekterli2020-01-316-38/+77
| | | | |
| * | | | Forward isUndefined() for imported attributes to the target attribute vectorTor Brede Vekterli2020-01-313-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | Default implementation would always return false, which means that the undefined sentinel value would be returned to--and used by--the caller.
| * | | | Detect and handle simple imported fields in expressions (C++)Tor Brede Vekterli2020-01-312-6/+71
| | | | |
| * | | | Propagate configured imported fields to DocumentTypeRepo (C++)Tor Brede Vekterli2020-01-315-57/+139
| | | | |
| * | | | Detect and handle simple imported fields in expressions (Java)Tor Brede Vekterli2020-01-312-3/+59
| | | | |
| * | | | Wire imported fields config into Java DocumentTypeTor Brede Vekterli2020-01-316-4/+134
| | | | |
| * | | | Add imported fields to document configsTor Brede Vekterli2020-01-3120-41/+555
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the field names of all imported fields in a search definition to the document configs associated with it (document manager and document types config for Java and C++, respectively). This enables consumers of these configs to distinguish between field references to imported fields and fields that don't exist in the document schema itself.
* | | | | Merge pull request #12041 from vespa-engine/freva/clustercontroller-statusValerij Fredriksen2020-02-035-14/+50
|\ \ \ \ \ | | | | | | | | | | | | Support getting clustercontroller status via /application/v4/
| * | | | | Support getting clustercontroller status via /application/v4/Valerij Fredriksen2020-02-035-14/+50
| | |_|_|/ | |/| | |
* | | | | Merge pull request #12043 from vespa-engine/bjorncs/athenz-miscBjørn Christian Seime2020-02-035-8/+41
|\ \ \ \ \ | | | | | | | | | | | | Bjorncs/athenz misc
| * | | | | Improve naming of string conversion methods for AthenzRoleBjørn Christian Seime2020-02-032-10/+15
| | | | | |
| * | | | | Add methods to convert AthenzRole to and from single stringBjørn Christian Seime2020-02-032-4/+15
| | | | | |
| * | | | | Add debug logging of error responsesBjørn Christian Seime2020-02-031-2/+7
| | | | | |
| * | | | | Add toString() to ResourceNameAndActionBjørn Christian Seime2020-02-031-0/+8
| | | | | |
| * | | | | Access tokens should not be an empty stringBjørn Christian Seime2020-02-031-2/+6
| | | | | |
* | | | | | Merge pull request #12042 from ↵Bjørn Christian Seime2020-02-031-6/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/mortent/remove-flag-install-l4-package Remove unused flag install-l4-routing
| * | | | | Remove unused flag install-l4-routing-packageMorten Tokle2020-02-031-6/+0
| | | | | |
* | | | | | Merge pull request #12036 from ↵Jon Marius Venstad2020-02-031-3/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/jvenstad/source-revision-may-not-be-present Source revision may not be present
| * | | | | Source revision may not be presentJon Marius Venstad2020-02-031-3/+5
| |/ / / /
* | | | | Merge pull request #12039 from ↵Harald Musum2020-02-032-6/+19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/remove-default-implementations-2 Remove default implementations
| * | | | | Remove default implementationsHarald Musum2020-02-032-6/+19
| | | | | |
* | | | | | Merge pull request #12034 from vespa-engine/lesters/add-lightgbm-importLester Solbakken2020-02-0331-12/+2379
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add support for importing LightGBM models