summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [6.295.12-1].vespa-6.295.12-1by-screwdriver2018-10-034-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=6.295.12 --no-auto-changelog
* Merge pull request #7177 from ↵Harald Musum2018-10-021-5/+4
|\ | | | | | | | | vespa-engine/revert-7154-hmusum/use-dedicated-logserver-nodes-in-more-zones Revert "Enable dedicated log server nodes in all dev and perf zones and one p…"
| * Revert "Enable dedicated log server nodes in all dev and perf zones and one ↵Harald Musum2018-10-021-5/+4
| | | | | | | | p…"
* | Merge pull request #7175 from vespa-engine/bratseth/status-is-known-on-failureJon Bratseth2018-10-021-1/+3
|\ \ | |/ |/| Status is known when failing
| * Status is known when failingJon Bratseth2018-10-021-1/+3
| |
* | Merge pull request #7158 from vespa-engine/mortent/rotation-with-systemMartin Polden2018-10-0211-45/+70
|\ \ | | | | | | Add systemname to global rotation name
| * | Add systemname to global rotation nameMorten Tokle2018-10-0211-45/+70
| | |
* | | Merge pull request #7173 from ↵Lester Solbakken2018-10-0212-82/+113
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/bratseth/model-evaluation-improvements Bratseth/model evaluation improvements
| * | bindings->arguments, binding->name in web service APIJon Bratseth2018-10-022-16/+10
| | |
| * | Be truthful about generated functionsJon Bratseth2018-10-026-35/+65
| | |
| * | Don't expose generated functionsJon Bratseth2018-10-024-6/+15
| | |
| * | Return function types without evaluatingJon Bratseth2018-10-024-27/+25
| |/
* | Merge pull request #7150 from vespa-engine/ollivir/split-search-and-fillJon Bratseth2018-10-0220-609/+968
|\ \ | | | | | | Java dispatch: CloseableChannel split to search and fill invokers
| * | CloseableChannel split to search and fill inokersOlli Virtanen2018-10-0120-609/+968
| | |
* | | Add VIP handler to logserver container (#7172)Harald Musum2018-10-021-0/+1
| |/ |/|
* | Merge pull request #7167 from vespa-engine/bratseth/change-owners-3Martin Polden2018-10-012-2/+2
|\ \ | | | | | | Change owners
| * | NewlineJon Bratseth2018-10-011-1/+1
| | |
| * | Change ownersJon Bratseth2018-10-012-2/+2
|/ /
* | Merge pull request #7163 from vespa-engine/bratseth/change-ownersMartin Polden2018-10-011-1/+1
|\ \ | | | | | | Change owners
| * | Change ownersJon Bratseth2018-10-011-1/+1
| | |
* | | Merge pull request #7164 from vespa-engine/bratseth/change-owners-2Lester Solbakken2018-10-011-0/+1
|\ \ \ | | | | | | | | Change owners
| * | | Change ownersJon Bratseth2018-10-011-0/+1
| |/ /
* | | Merge pull request #7165 from vespa-engine/gjoranv/log-component-constructionHenning Baldersheim2018-10-011-0/+3
|\ \ \ | | | | | | | | Add debug logging for component construction.
| * | | Add debug logging for component construction.gjoranv2018-10-011-0/+3
| |/ /
* | | Merge pull request #7162 from vespa-engine/gjoranv/remove-invalid-timeoutBjørn Christian Seime2018-10-011-6/+4
|\ \ \ | | | | | | | | Remove invalid timeout
| * | | Remove invalid timeoutgjoranv2018-10-011-6/+4
| |/ / | | | | | | | | | | | | .. that was used in code that has been removed (see i.a. rev 2aca644c).
* | | Merge pull request #7160 from ↵Tor Brede Vekterli2018-10-011-0/+3
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/vekterli/silently-handle-tls-client-graceful-shutdown Handle case where SSL_read fails when client has shutdown normally
| * | | Handle case where SSL_read fails when client has shutdown normallyTor Brede Vekterli2018-10-011-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Break the connection silently when SSL_ERROR_ZERO_RETURN is returned from SSL_read, as this just implies the client has sent a shutdown alert frame.
* | | | Merge pull request #7161 from vespa-engine/bratseth/add-copyright-headersgjoranv2018-10-01120-25/+145
|\ \ \ \ | | | | | | | | | | Add copyright header
| * | | | Add copyright headerJon Bratseth2018-10-01120-25/+145
| | |/ / | |/| |
* | | | Merge pull request #7157 from vespa-engine/gjoranv/exec-own-jvmgjoranv2018-10-011-4/+5
|\ \ \ \ | |/ / / |/| | | Calculate exportPackages in a separate JVM (not maven's).
| * | | Calculate exportPackages in a separate JVM (not maven's).gjoranv2018-10-011-4/+5
| | | |
* | | | Merge pull request #7155 from vespa-engine/bratseth/expose-type-informationLester Solbakken2018-10-0121-121/+409
|\ \ \ \ | | | | | | | | | | Bratseth/expose type information
| * | | | Expect the right argumentsJon Bratseth2018-10-013-13/+14
| | | | |
| * | | | Remove TODOJon Bratseth2018-10-012-4/+0
| | | | |
| * | | | Test validation explicitlyJon Bratseth2018-10-012-2/+71
| | | | |
| * | | | Validate all bindingsJon Bratseth2018-10-018-31/+66
| | | | |
| * | | | Fill in missing typesJon Bratseth2018-10-017-44/+78
| | | | |
| * | | | Resoløve return types whenever possibleJon Bratseth2018-10-016-9/+43
| | | | |
| * | | | Include argument type information in functionsJon Bratseth2018-10-0110-57/+176
| | | | |
* | | | | Merge pull request #7156 from vespa-engine/bratseth/allow-long-constructionJon Bratseth2018-10-011-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Allow component construction to take a long time
| * | | | Allow component construction to take a long timeJon Bratseth2018-10-011-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | Most components should be read only and eagerly set up to achieve low latency. Therefore we should allow construction to take a long time.
* | | | Merge pull request #7154 from ↵Harald Musum2018-10-011-4/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/use-dedicated-logserver-nodes-in-more-zones Enable dedicated log server nodes in all dev and perf zones and one p…
| * | | | Enable dedicated log server nodes in all dev and perf zones and one prod ↵Harald Musum2018-10-011-4/+5
|/ / / / | | | | | | | | | | | | zone in main
* | | | Merge pull request #7022 from vespa-engine/jvenstad/remove-antrun-sillinessgjoranv2018-10-012-21/+1
|\ \ \ \ | | | | | | | | | | Replace plugin used for a single mkdir with mkdirs in dependent
| * | | | Replace plugin used for a single mkdir with mkdirs in dependentJon Marius Venstad2018-09-202-21/+1
| | | | |
* | | | | Merge pull request #7149 from vespa-engine/lesters/add-java-ml-eval-benchmarkJon Bratseth2018-09-295-1/+14844
|\ \ \ \ \ | | | | | | | | | | | | Add microbenchmark of Java ML model evaluation
| * | | | | Add microbenchmark of Java ML model evaluationLester Solbakken2018-09-295-1/+14844
|/ / / / /
* | | | | Merge pull request #7145 from ↵Jon Bratseth2018-09-2911-70/+757
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/lesters/add-java-reduce-join-optimization Add reduce-join optimization in Java
| * | | | | Non-functional changesLester Solbakken2018-09-292-59/+65
| | | | | |