summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24632 from vespa-engine/mpolden/account-changeJon Bratseth2022-10-289-87/+170
|\ | | | | Prevent reusing resources across accounts
| * Never offer hosts in wrong accountMartin Polden2022-10-282-20/+49
| |
| * Remove unused listMartin Polden2022-10-281-11/+9
| |
| * Remove existing load balancer if account changesMartin Polden2022-10-286-20/+82
| |
| * SimplifyMartin Polden2022-10-283-37/+31
| |
* | Merge pull request #24633 from ↵Henning Baldersheim2022-10-281-8/+5
|\ \ | | | | | | | | | | | | vespa-engine/balder/avoid-stalling-akamai-requests-during-load Avoid stalling akamai requests during routing table reload.
| * | Avoid stalling akamai requests during routing table reload.Henning Baldersheim2022-10-281-8/+5
|/ /
* | Merge pull request #24631 from vespa-engine/bratseth/fully-specifiedJon Bratseth2022-10-287-12/+23
|\ \ | | | | | | Bratseth/fully specified
| * | Refactor: Pass and use NodeListJon Bratseth2022-10-285-10/+19
| | |
| * | Return effective not declared min and max resourcesJon Bratseth2022-10-283-3/+5
| | |
* | | Merge pull request #24575 from vespa-engine/arnej/add-just-exit-errorArne H Juul2022-10-281-0/+50
|\ \ \ | | | | | | | | Arnej/add just exit error
| * | | move panic inside the convenience methodsArne Juul2022-10-251-4/+4
| | | |
| * | | add JustExitErrorArne Juul2022-10-251-0/+50
| | | |
* | | | Merge pull request #24628 from vespa-engine/freva/ensure-nodes-allocatedValerij Fredriksen2022-10-2829-99/+117
|\ \ \ \ | |_|_|/ |/| | | Node-Repo: Always lock by application ID
| * | | Consider allocated nodes to be in states active, inactive and reservedValerij Fredriksen2022-10-281-1/+5
| | | |
| * | | Take correct lock in Nodes::performOnValerij Fredriksen2022-10-281-13/+19
| | | |
| * | | Move application lock to ApplicationsValerij Fredriksen2022-10-2718-36/+40
| | | |
| * | | Always lock by application ID for infrastructure applicationsValerij Fredriksen2022-10-272-15/+30
| | | |
| * | | Never remove allocation from nodesValerij Fredriksen2022-10-2710-45/+34
| | | |
* | | | Merge pull request #24630 from vespa-engine/olaa/mail-feature-flagØyvind Grønnesby2022-10-283-11/+35
|\ \ \ \ | | | | | | | | | | Email verification controlled by feature flag
| * | | | Email verification controlled by feature flagOla Aunronning2022-10-283-11/+35
| | | | |
* | | | | Merge pull request #24629 from ↵Henning Baldersheim2022-10-283-22/+23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/forcibly-shut-down-metrics-colelctor Jonmv/forcibly shut down metrics colelctor
| * | | | | Remove unnecessary return typejonmv2022-10-283-13/+15
| | | | | |
| * | | | | Abandon in-flight metrics requests on deconstructjonmv2022-10-283-9/+8
| |/ / / /
* | | | | Merge pull request #24619 from vespa-engine/mpolden/reject-account-changeMartin Polden2022-10-284-1/+138
|\ \ \ \ \ | |/ / / / |/| | | | Reject cloud account change [run-systemtest]
| * | | | Reject cloud account changeMartin Polden2022-10-274-1/+138
| | | | |
* | | | | Merge pull request #24627 from vespa-engine/mpolden/controller-versionv8.76.18Jon Marius Venstad2022-10-272-7/+5
|\ \ \ \ \ | | | | | | | | | | | | Require same version across all controllers
| * | | | | Require same version across all controllersMartin Polden2022-10-272-7/+5
| |/ / / /
* | | | | Merge pull request #24624 from ↵Henning Baldersheim2022-10-271-32/+95
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/attribute-blueprint-filter-search-tests Add more tests for createFilterSearch() on attribute blueprints.
| * | | | | Add more tests for createFilterSearch() on attribute blueprints.Geir Storli2022-10-271-32/+95
| | | | | |
* | | | | | Merge pull request #24625 from vespa-engine/bjorncs/revert-jettyBjørn Christian Seime2022-10-2734-356/+228
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Bjorncs/revert jetty
| * | | | | Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-10-2733-288/+223
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c095cbbf433760100e6d1bf04d88b2f6b1b710e8.
| * | | | | Revert "Use Jetty 9.4.x for vespa-hadoop unit tests"Bjørn Christian Seime2022-10-271-63/+2
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b625822c3a6d24c459debbe3c2e5e11372a9ab10.
| * | | | | Revert "Don't require that SNI hostname must match server certificate"Bjørn Christian Seime2022-10-271-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 439b1242e595f0cd60ed8f6e1fab48c6bb40fdfa.
| * | | | | Revert "Use new constant"Bjørn Christian Seime2022-10-272-3/+2
| | |/ / / | |/| | | | | | | | | | | | | This reverts commit eb9bec9da0ccc3330a8b6739ad66e518cde4cb78.
* | | | | Merge pull request #24622 from vespa-engine/geirst/attribute-builder-helperGeir Storli2022-10-275-58/+180
|\ \ \ \ \ | | | | | | | | | | | | Add a helper class to build and fill AttributeVector instances in uni…
| * | | | | Improve error detection by using dynamic_cast that throws.Geir Storli2022-10-271-12/+6
| | | | | |
| * | | | | Add a helper class to build and fill AttributeVector instances in unit tests.Geir Storli2022-10-275-58/+186
| | | | | |
* | | | | | Merge pull request #24620 from vespa-engine/arnej/move-execvp-to-utilHenning Baldersheim2022-10-275-20/+46
|\ \ \ \ \ \ | | | | | | | | | | | | | | we will need execvp() more places, move to util
| * | | | | | we will need execvp() more places, move to utilArne Juul2022-10-275-20/+46
| | | | | | |
* | | | | | | Merge pull request #24609 from vespa-engine/arnej/fix-vespahome-docHenning Baldersheim2022-10-271-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix totally-wrong documentation
| * | | | | | | fix totally-wrong documentationArne Juul2022-10-271-4/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #24611 from vespa-engine/arnej/prefer-underVespaHomeHenning Baldersheim2022-10-272-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | prefer underVespaHome() to construct sub-directories
| * | | | | | | prefer underVespaHome() to construct sub-directoriesArne Juul2022-10-272-2/+2
| |/ / / / / /
* | | | | | | Merge pull request #24615 from vespa-engine/hakonhall/coresapihandlerHåkon Hallingstad2022-10-276-54/+262
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add some String utils in SlimeUtils
| * | | | | | | Add JSON normalize method to test helperHåkon Hallingstad2022-10-275-4/+226
| | | | | | | |
| * | | | | | | Remove throws clauseHåkon Hallingstad2022-10-271-1/+1
| | | | | | | |
| * | | | | | | Add some String utils in SlimeUtilsHåkon Hallingstad2022-10-272-54/+40
| | | | | | | |
* | | | | | | | Merge pull request #24616 from vespa-engine/jonmv/break-when-stoppedHenning Baldersheim2022-10-271-2/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Break fetching metrics when stopped
| * | | | | | | | Break fetching metrics when stoppedjonmv2022-10-271-2/+3
| | | | | | | | |