summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.257.6-1].vespa-7.257.6-1sd-buildbot2020-07-224-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.257.6 --no-auto-changelog
* Merge pull request #13929 from vespa-engine/freva/delete-all-deploymentsValerij Fredriksen2020-07-219-19/+106
|\ | | | | Add endpoint to delete all prod deployments
| * Code review fixesValerij Fredriksen2020-07-214-7/+8
| |
| * Add endpoint to remove all prod deploymentsValerij Fredriksen2020-07-212-0/+34
| |
| * Create application package to remove all deploymentsValerij Fredriksen2020-07-213-4/+60
| |
| * Remove redundant commit argumentValerij Fredriksen2020-07-215-15/+11
| |
* | Merge pull request #13925 from vespa-engine/gjoranv/container-refactoringBjørn Christian Seime2020-07-217-75/+39
|\ \ | | | | | | Gjoranv/container refactoring
| * | Add TODO to remove code duplicationgjoranv2020-07-201-3/+1
| | |
| * | Let ApplicationBundleLoader take its installer as a ctor argumentgjoranv2020-07-204-28/+16
| | |
| * | Remove the unnecessary BundleInstaller interface.gjoranv2020-07-185-50/+28
| | |
* | | Merge pull request #13928 from vespa-engine/mpolden/measure-consecutive-failuresBjørn Meland2020-07-218-66/+72
|\ \ \ | | | | | | | | Measure consecutive maintenance failures
| * | | Measure consecutive maintenance failuresMartin Polden2020-07-218-66/+72
| | |/ | |/| | | | | | | | | | | | | Measuring time since last success results in a wide range of acceptable values, due to maintenance intervals varying from seconds to as long as half a day. Measure consecutive failures instead, to simplify alerting thresholds.
* | | Merge pull request #13927 from vespa-engine/mpolden/remove-flagBjørn Meland2020-07-214-35/+8
|\ \ \ | |/ / |/| | Remove publish-direct-routing-endpoint flag
| * | Remove publish-direct-routing-endpoint flagMartin Polden2020-07-204-35/+8
| | |
* | | Merge pull request #11679 from ↵Bjørn Meland2020-07-201-6/+11
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/revert-10510-bjormel/endpoint-as-a-dimension-for-search-requests Revert "VESPA-16236: endpoint as a dimension to search requests"
| * | Revert "VESPA-16236: endpoint as a dimension to search requests"Bjørn Meland2020-01-071-6/+11
| | |
* | | Merge pull request #13926 from vespa-engine/mpolden/global-endpoint-clusterMartin Polden2020-07-209-128/+144
|\ \ \ | | | | | | | | Expose the target cluster of an global endpoint in application API
| * | | Expose the target cluster of an global endpoint in application APIMartin Polden2020-07-209-128/+144
| | | |
* | | | Merge pull request #13920 from vespa-engine/adding-prometheus-unit-testsAmund Bergland Kvalsvik2020-07-201-1/+29
|\ \ \ \ | | | | | | | | | | added regex and hostname test
| * \ \ \ Merge branch 'master' into adding-prometheus-unit-testsAmund Bergland Kvalsvik2020-07-2036-469/+754
| |\ \ \ \
| * | | | | Fixed broken test and fixed namingAmund Bergland Kvalsvik2020-07-201-3/+2
| | | | | |
| * | | | | added regex and hostname testAmund Bergland Kvalsvik2020-07-171-1/+30
| | | | | |
* | | | | | Merge pull request #13921 from vespa-engine/arnej/child-procGeir Storli2020-07-2025-145/+145
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Arnej/child proc
| * | | | | cleanupArne Juul2020-07-172-2/+2
| | | | | |
| * | | | | ChildProc -> ChildProcessArne Juul2020-07-1723-141/+141
| | | | | |
| * | | | | rename SlaveProc -> ChildProcArne Juul2020-07-1723-143/+143
| | | | | |
* | | | | | Merge pull request #13914 from vespa-engine/arnej/unit-test-geo-locationArne H Juul2020-07-182-9/+269
|\ \ \ \ \ \ | | | | | | | | | | | | | | unit test all constructors and full API for GeoLocation
| * | | | | | unit test all constructors and full API for GeoLocationArne Juul2020-07-172-9/+269
| | | | | | |
* | | | | | | Merge pull request #13924 from vespa-engine/use-strings-for-platform-bundlesJon Bratseth2020-07-1812-53/+40
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | Use plain strings for platform bundles, instead of file references
| * | | | | | Use plain strings for platform bundles, instead of file referencesgjoranv2020-07-1812-53/+40
| | | | | | |
* | | | | | | Merge pull request #13923 from vespa-engine/gjoranv/unit-test-platform-bundlesJon Bratseth2020-07-182-6/+90
|\| | | | | | | | | | | | | | | | | | | | Gjoranv/unit test platform bundles
| * | | | | | Add unit test for PlatformBundleLoadergjoranv2020-07-172-1/+66
| | | | | | |
| * | | | | | Ignore later calls to add or alter the set of platform bundles.gjoranv2020-07-171-5/+20
| | | | | | |
| * | | | | | Add constructor for testinggjoranv2020-07-171-1/+5
| | | | | | |
* | | | | | | Merge pull request #13922 from vespa-engine/gjoranv/simplify-bundle-installinggjoranv2020-07-174-33/+16
|\| | | | | | | | | | | | | | | | | | | | Gjoranv/simplify bundle installing
| * | | | | | Drop the now unnecessary 'file:' prefix for disk bundles.gjoranv2020-07-173-26/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - It was originally used to separate between disk bundles and bundles retrieved with file distribution. - Keep conversion code until the last model producing 'file:' has rolled out of hosted.
| * | | | | | Use utililty to simplify adding bundlesgjoranv2020-07-171-7/+10
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #13919 from vespa-engine/mpolden/host-fail-countHarald Musum2020-07-171-16/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Always fail out hosts when exceeding acceptable fail count
| * | | | | Always fail out hosts when exceeding acceptable fail countMartin Polden2020-07-171-16/+11
| | |_|/ / | |/| | |
* | | | | Merge pull request #13918 from vespa-engine/load-platform-bundles-separately_4gjoranv2020-07-1730-400/+376
|\ \ \ \ \ | |_|_|/ / |/| | | | Load platform bundles separately 4
| * | | | Minor adjustment to error message.gjoranv2020-07-171-1/+1
| | | | |
| * | | | Temporarily allow 'config-model-fat-amended' to preinstall bundlesgjoranv2020-07-171-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | - The bundle (jdisc_http_filters) will not be started, but that should be ok, as we don't use any classes from that bundle.
| * | | | Reapply "Load platform bundles separately 3"gjoranv2020-07-1730-400/+373
|/ / / / | | | | | | | | | | | | This reverts commit 1c69b4e72b3212e3ce989a8675db08ac51b7f79d.
* | | | Merge pull request #13915 from vespa-engine/bratseth/faster-qp-lookupgjoranv2020-07-175-33/+104
|\ \ \ \ | | | | | | | | | | Bratseth/faster qp lookup
| * | | | Update ABI specJon Bratseth2020-07-171-2/+2
| | | | |
| * | | | Remove temporary testJon Bratseth2020-07-171-32/+0
| | | | |
| * | | | Faster lookup given many variantsJon Bratseth2020-07-174-30/+133
| | | | |
* | | | | Merge pull request #13916 from ↵Arnstein Ressem2020-07-1730-373/+400
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-13909-load-platform-bundles-separately_3 Revert "Load platform bundles separately 3"
| * | | | | Revert "Load platform bundles separately 3"Harald Musum2020-07-1730-373/+400
| | | | | |
* | | | | | Merge pull request #13907 from ↵Geir Storli2020-07-174-69/+109
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/toregge/detect-changed-bucket-space-for-document-type-in-proton Detect changed bucket space for document type.