aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [6.291.25-1].vespa-6.291.25-1by-screwdriver2018-09-264-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=6.291.25 --no-auto-changelog
* Merge pull request #7095 from ↵Jon Bratseth2018-09-258-88/+133
|\ | | | | | | | | vespa-engine/bratseth/support-multiple-envs-and-regions Allow multiple regions and environments in a single attribute
| * Allow multiple regions and environments in a single attributeJon Bratseth2018-09-258-88/+133
|/
* Merge pull request #7094 from ↵Jon Bratseth2018-09-2535-452/+241
|\ | | | | | | | | vespa-engine/revert-7070-bratseth/rank-type-information-2 Revert "Bratseth/rank type information 2"
| * Revert "Bratseth/rank type information 2"Arnstein Ressem2018-09-2535-452/+241
|/
* Merge pull request #7089 from vespa-engine/havardpe/jrt-tls-mixed-modeBjørn Christian Seime2018-09-256-2/+264
|\ | | | | added support for auto-detecting tls for incoming connections
| * added support for auto-detecting tls for incoming connectionsHåvard Pettersen2018-09-256-2/+264
| |
* | Merge pull request #7091 from ↵Jon Bratseth2018-09-252-1/+45
|\ \ | | | | | | | | | | | | vespa-engine/jvenstad/delay-new-revisions-when-finishing-a-successful-one-in-block-window Let successful revision finish when in block window
| * | Let successful revision finish when in block windowJon Marius Venstad2018-09-252-1/+45
| | |
* | | Merge pull request #7088 from ↵Henning Baldersheim2018-09-2512-442/+0
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/toregge/remove-batch-document-update-from-document-api-java-portion Remove BatchDocumentUpdateMessage and BatchDocumentUpdateReply
| * | | Remove BatchDocumentUpdateMessage and BatchDocumentUpdateReply fromTor Egge2018-09-2512-442/+0
| | | | | | | | | | | | | | | | java portion of documentapi.
* | | | Merge pull request #7090 from ↵Henning Baldersheim2018-09-254-27/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/remove-deprecated-header-body-statements Remove deprecated header and body statements
| * | | | Remove deprecated header and body statementsHarald Musum2018-09-254-27/+0
| | | | |
* | | | | Merge pull request #7086 from vespa-engine/mpolden/more-details-in-warningMorten Tokle2018-09-252-13/+16
|\ \ \ \ \ | | | | | | | | | | | | Log number of applications failing metrics update
| * | | | | Log number of applications failing metrics updateMartin Polden2018-09-251-8/+15
| | | | | |
| * | | | | Remove getRotationStatus default implementationMartin Polden2018-09-251-5/+1
| | | | | |
* | | | | | Merge pull request #7084 from ↵Valerij Fredriksen2018-09-252-21/+23
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | vespa-engine/freva/fetch-containers-when-subsystem-freeze-expires NodeAdmin: Fetch containers to run when subsystem freeze expires
| * | | | | Reverse orderValerij Fredriksen2018-09-251-1/+1
| | | | | |
| * | | | | Fetch containers to run when subsystem freeze expiresValerij Fredriksen2018-09-252-21/+23
| | | | | |
* | | | | | Merge pull request #7085 from ↵Håkon Hallingstad2018-09-251-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hakonhall/avoid-aclmaintainer-with-host-network Avoid AclMaintainer with host network
| * | | | | | Avoid AclMaintainer with host networkHåkon Hallingstad2018-09-251-0/+4
| | | | | | |
* | | | | | | Set useDedicatedNodeForLogserver to true, but enable only for dev in CD (#7083)Harald Musum2018-09-253-4/+5
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #7078 from vespa-engine/arnej/avoid-using-nullmetricsTor Brede Vekterli2018-09-259-38/+58
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix lost handler metrics
| * | | | | | fix lost handler metricsArne Juul2018-09-259-38/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * since all these classes use a shared FeedContext instance we must make sure that nobody ever uses NullFeedMetric (except unit tests & VespaFeeder).
* | | | | | | Merge pull request #7079 from ↵Tor Brede Vekterli2018-09-25112-16/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/remove-unused-documentapi-cross-language-files Remove unused documentapi cross language files
| * | | | | | Remove more unused document api cross language files.Tor Egge2018-09-2542-16/+0
| | | | | | |
| * | | | | | Remove unused document api cross language files (previously usedTor Egge2018-09-2570-0/+0
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | for testing serialization and deserializion).
* | | | | | Merge pull request #7080 from ↵Henning Baldersheim2018-09-254-18/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/remove-deprecated-getcosum-packet-flag-on-master Remove deprecated GDFLAG_ALLOW_SLIME flag from getdocsum packets.
| * | | | | | Remove deprecated GDFLAG_ALLOW_SLIME flag from getdocsum packets.Tor Egge2018-09-254-18/+9
|/ / / / / / | | | | | | | | | | | | | | | | | | It is ignored by backend (slime is always allowed).
* | | | | | Merge pull request #7077 from ↵Henning Baldersheim2018-09-251-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/revert-7071-use-dedicated-node-for-logserver-by-default Revert, had some unintended consequences
| * | | | | | Revert, had some unintended consequencesHarald Musum2018-09-251-1/+1
| |/ / / / /
* | | | | | Merge pull request #7075 from ↵Martin Polden2018-09-253-3/+19
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | vespa-engine/jvenstad/ignore-jobs-not-triggered-by-us Ignore job reports for jobs we did not trigger
| * | | | | Ignore job reports for jobs we did not triggerJon Marius Venstad2018-09-253-3/+19
| | |_|/ / | |/| | |
* | | | | Merge pull request #7076 from ↵Harald Musum2018-09-253-26/+54
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | vespa-engine/balder/allow-mutable-fields-to-flow-through-script Allow mutable fields to be modifiable in indexing docproc and to have…
| * | | | Allow mutable fields to be modifiable in indexing docproc and to have an ↵Henning Baldersheim2018-09-253-26/+54
| |/ / / | | | | | | | | | | | | initial value.
* | | | Merge pull request #7073 from vespa-engine/freva/fix-image-gcHåkon Hallingstad2018-09-252-9/+20
|\ \ \ \ | |/ / / |/| | | DockerApi: Fix immediate deleting of re-downloaded image
| * | | Fix immediate deleting of redownloaded imageValerij Fredriksen2018-09-252-9/+20
| | | |
* | | | Merge pull request #7070 from vespa-engine/bratseth/rank-type-information-2Lester Solbakken2018-09-2535-241/+452
|\ \ \ \ | | | | | | | | | | Bratseth/rank type information 2
| * \ \ \ Merge with masterJon Bratseth2018-09-24188-5719/+3533
| |\ \ \ \
| * | | | | Serialize argument type information when availableJon Bratseth2018-09-244-15/+17
| | | | | |
| * | | | | Carry over type infoJon Bratseth2018-09-233-7/+8
| | | | | |
| * | | | | Use ExpressionFunctionJon Bratseth2018-09-239-88/+88
| | | | | |
| * | | | | Move types to ExpressionFunctionJon Bratseth2018-09-234-21/+51
| | | | | |
| * | | | | Nonfunctional changes onlyJon Bratseth2018-09-212-16/+15
| | | | | |
| * | | | | Propagate input type informationJon Bratseth2018-09-2111-111/+165
| | | | | |
| * | | | | Test non-empty tensor type outputJon Bratseth2018-09-202-2/+10
| | | | | |
| * | | | | Output type informationJon Bratseth2018-09-206-13/+83
| | | | | |
| * | | | | Resolve types of all argument-less functionsJon Bratseth2018-09-2018-99/+140
| | | | | |
* | | | | | Merge pull request #7074 from vespa-engine/mpolden/handle-controller-node-typeMartin Polden2018-09-253-7/+53
|\ \ \ \ \ \ | | | | | | | | | | | | | | Support provisioning with node type controller
| * | | | | | Support provisioning with node type controllerMartin Polden2018-09-253-7/+53
| | | | | | |