summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.394.21-1].vespa-7.394.21-1sd-buildbot2021-04-274-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.394.21 --no-auto-changelog
* Merge pull request #17610 from ↵Jon Bratseth2021-04-262-1/+4
|\ | | | | | | | | vespa-engine/balder/correct-rank-restrict-optimisation In the case that the first item in a rank item evaluated to false it …
| * In the case that the first item in a rank item evaluated to false it would ↵Henning Baldersheim2021-04-262-1/+4
|/ | | | | | be removed, amking the next the first. That is correct behaviour for all, but the first item. If the first is false, the whole rank will be false.
* Merge pull request #17609 from vespa-engine/bratseth/max-durationJon Bratseth2021-04-262-10/+22
|\ | | | | Set a max scaling duration
| * Set a max scaling durationJon Bratseth2021-04-262-10/+22
|/
* Merge pull request #17604 from vespa-engine/bratseth/completionValerij Fredriksen2021-04-266-4/+21
|\ | | | | Add completion to scaling events in rest API's
| * Remove spurious importJon Bratseth2021-04-261-1/+0
| |
| * Add completion to scaling events in rest API'sJon Bratseth2021-04-267-4/+22
| |
* | Merge pull request #17601 from ↵Håkon Hallingstad2021-04-264-7/+44
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/allow-disabling-acl-cache-with-flag Allow disabling ACL cache with flag
| * | Allow disabling ACL cache with flagHåkon Hallingstad2021-04-264-7/+44
| | |
* | | Merge pull request #17603 from ↵Jon Marius Venstad2021-04-2626-339/+199
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/jonmv/revert-apache-config-server-client Jonmv/revert apache config server client
| * | | Revert "Merge pull request #17592 from ↵Jon Marius Venstad2021-04-2611-198/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/apache-config-server-client" This reverts commit 8be3013179c6418f27bcf3f62dea8995a5e981ed, reversing changes made to 6a9da01a5465826c380d2497e8fa4eb3e51d8e04.
| * | | Revert "Always store load balancer when provisioning"Jon Marius Venstad2021-04-2610-132/+72
| | | | | | | | | | | | | | | | This reverts commit 0f87ab9c4b45d5a7a2310216d51d2c9fb6401aca.
| * | | Revert "Make load balancer hostname optional in controller"Jon Marius Venstad2021-04-265-9/+9
|/ / / | | | | | | | | | This reverts commit 2a9623500f5e241e8d73d070c5ac369cb0b9b0c2.
* | | Merge pull request #17599 from ↵Henning Baldersheim2021-04-261-1/+3
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/jonmv/avoid-frequent-flush-writing-JSON Avoid flushing after every tree-node or object written to stream
| * | Avoid flushing after every tree-node or object written to streamJon Marius Venstad2021-04-261-1/+3
|/ /
* | Merge pull request #17598 from ↵Harald Musum2021-04-262-11/+6
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/log-more-when-config-subscription-fails Log more when config subscription fails
| * | Log more when config subscription failsHarald Musum2021-04-262-11/+6
| | |
* | | Merge pull request #17593 from vespa-engine/havardpe/more-erfHåvard Pettersen2021-04-263-1/+8
|\ \ \ | | | | | | | | also test with 0
| * | | also test with 0Håvard Pettersen2021-04-263-1/+8
| | | | | | | | | | | | | | | | and make numbers a bit 'harder'
* | | | Merge pull request #17596 from vespa-engine/mpolden/always-store-lbMorten Tokle2021-04-2615-81/+141
|\ \ \ \ | | | | | | | | | | Always store load balancer when provisioning
| * | | | Make load balancer hostname optional in controllerMartin Polden2021-04-265-9/+9
| | | | |
| * | | | Always store load balancer when provisioningMartin Polden2021-04-2610-72/+132
| | | | |
* | | | | Merge pull request #17595 from vespa-engine/freva/simplifyJon Marius Venstad2021-04-266-7/+33
|\ \ \ \ \ | |/ / / / |/| | | | Notification fixes
| * | | | Expose notification level in APIValerij Fredriksen2021-04-264-5/+30
| | | | |
| * | | | Ignore run number in NotificationSource::equalsValerij Fredriksen2021-04-261-2/+1
| | | | |
| * | | | Remove duplicate application package warningsValerij Fredriksen2021-04-261-0/+2
| | | | |
* | | | | Merge pull request #17594 from ↵Henning Baldersheim2021-04-262-0/+158
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/add-low-level-document-weight-attribute-lookup-stress-test Add low level DocumentWeightAttribute lookup stress test.
| * | | | | Add low level DocumentWeightAttribute lookup stress test.Tor Egge2021-04-262-0/+158
| | | | | |
* | | | | | Merge pull request #17592 from vespa-engine/jonmv/apache-config-server-clientJon Marius Venstad2021-04-2611-118/+198
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Jonmv/apache config server client
| * | | | | Fix signatureJon Marius Venstad2021-04-261-1/+1
| | | | | |
| * | | | | Replace ConfigServerExceptionJon Marius Venstad2021-04-267-17/+70
| | | | | |
| * | | | | Let null values mean no query, and allow explicitly empty parametersJon Marius Venstad2021-04-263-58/+23
| | | | | |
| * | | | | Split error response handling in distinct partsJon Marius Venstad2021-04-263-66/+125
| | | | | |
| * | | | | Allow appending to pathJon Marius Venstad2021-04-264-6/+9
| | | | | |
* | | | | | Merge pull request #17590 from vespa-engine/jonmv-patch-1Bjørn Christian Seime2021-04-261-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Extend CC flavour flag by one month
| * | | | | Extend CC flavour flag by one monthJon Marius Venstad2021-04-261-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #17591 from vespa-engine/freva/deploy-logValerij Fredriksen2021-04-2637-61/+90
|\ \ \ \ \ | |/ / / / |/| | | | Application package warnings in deploy log
| * | | | Only store notifications for applicationPackage warningsValerij Fredriksen2021-04-262-1/+6
| | | | |
| * | | | Correct log levelValerij Fredriksen2021-04-261-1/+1
| | | | |
| * | | | Log application package warnings using logApplicationPackage()Valerij Fredriksen2021-04-2632-53/+53
| | | | |
| * | | | Add DeployLogger::logApplicationPackageValerij Fredriksen2021-04-263-3/+28
| | | | |
| * | | | Do not log with prefix to JSON deploy logValerij Fredriksen2021-04-261-4/+3
| |/ / /
* | | | Merge pull request #17588 from ↵Morten Tokle2021-04-265-17/+75
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/mortent/reapply-mtls-disable-procedure Reapply mtls disable procedure
| * | | | Correct default valueMorten Tokle2021-04-261-1/+1
| | | | |
| * | | | Reapply "Flag to allow disabling mtls"Morten Tokle2021-04-265-17/+75
| |/ / / | | | | | | | | | | | | This reverts commit 2edef045a83431a0c240cacdeae0a3d9ae25bb71.
* | | | Merge pull request #17572 from vespa-engine/bjorncs/cleanupBjørn Christian Seime2021-04-268-270/+2
|\ \ \ \ | | | | | | | | | | Bjorncs/cleanup
| * | | | Remove old Jaxrs resource definitions from vespa-athenzBjørn Christian Seime2021-04-231-26/+0
| | | | |
| * | | | Remove old Jaxrs resource definitions from orchestrator-restapiBjørn Christian Seime2021-04-236-231/+2
| | | | |
| * | | | Remove unused dependenciesBjørn Christian Seime2021-04-231-13/+0
| | |_|/ | |/| |