summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy endpoints()Jon Marius Venstad2019-11-054-134/+25
* Remove legacy notifications()Jon Marius Venstad2019-11-053-34/+1
* Merge pull request #11100 from vespa-engine/revert-11085-mpolden/revert-broke...Jon Marius Venstad2019-11-0510-73/+102
|\
| * Replace usage of deprecated methodJon Marius Venstad2019-11-051-9/+3
| * Revert "Revert "stop using deprecated deployment spec methods""Jon Marius Venstad2019-11-059-64/+99
* | Merge pull request #11209 from vespa-engine/jvenstad/com.yahoo.restapi-should...Bjørn Christian Seime2019-11-052-146/+1
|\ \
| * | Update abi specJon Marius Venstad2019-11-051-144/+1
| * | Remove erroneous @PublicApi on com.yahoo.restapiJon Marius Venstad2019-11-041-2/+0
* | | Merge pull request #11094 from vespa-engine/jvenstad/stop-using-deprecated-de...Jon Marius Venstad2019-11-0513-242/+107
|\ \ \
| * | | Updater abi spec for DeploymentSpecJon Marius Venstad2019-11-051-3/+0
| * | | No more deprecated athenz domain or service usagesJon Marius Venstad2019-11-059-189/+91
| * | | Change block window considerations to view union over all instancesJon Marius Venstad2019-11-056-50/+16
| | |/ | |/|
* | | Merge pull request #11198 from vespa-engine/jvenstad/convert-more-deployment-...Jon Marius Venstad2019-11-0539-1198/+1187
|\ \ \ | |/ / |/| |
| * | Update conflicting changes in ConfigServerApiTestJon Marius Venstad2019-11-051-16/+16
| * | Remove ContainerControllerTester and BuildJobJon Marius Venstad2019-11-0415-438/+98
| * | Get ZoneRegistry from ServiceRegistry, to make them the same in container testsJon Marius Venstad2019-11-046-24/+32
| * | Update docJon Marius Venstad2019-11-041-1/+1
| * | Update ApplicationApiTestJon Marius Venstad2019-11-0416-715/+1037
| * | Let rotations be active in DeploymentContextJon Marius Venstad2019-11-042-11/+10
* | | Merge pull request #11210 from vespa-engine/bratseth/literal-tensor-expressionsLester Solbakken2019-11-053-12/+112
|\ \ \
| * | | Support literal tensors in expressionsJon Bratseth2019-11-043-34/+93
| * | | Parse literal tensor valuesJon Bratseth2019-11-012-6/+47
* | | | Merge pull request #11207 from vespa-engine/mpolden/add-local-networkingMartin Polden2019-11-052-1/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add local networking typeMartin Polden2019-11-042-1/+10
* | | | Merge pull request #11206 from vespa-engine/bratseth/take-policy-resources-as...Valerij Fredriksen2019-11-042-6/+6
|\ \ \ \
| * | | | Preserve resources decided implicitly by policies as requestedJon Bratseth2019-11-042-6/+6
| | |/ / | |/| |
* | | | Merge pull request #11205 from vespa-engine/revert-11142-gjoranv/allow-duplic...Henning Baldersheim2019-11-0422-334/+97
|\ \ \ \
| * | | | Revert "Gjoranv/allow duplicate bundles"gjoranv2019-11-0422-334/+97
* | | | | Merge pull request #11199 from vespa-engine/bjorncs/jacksonBjørn Christian Seime2019-11-042-0/+63
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update abi-spec.json with JacksonJsonResponseBjørn Christian Seime2019-11-041-0/+15
| * | | | Add response type for JSON serialization using JacksonBjørn Christian Seime2019-11-041-0/+48
* | | | | Merge pull request #11204 from vespa-engine/revert-11173-gjoranv/hidden-bundl...Henning Baldersheim2019-11-041-18/+7
|\ \ \ \ \
| * | | | | Revert "Gjoranv/hidden bundles logging"gjoranv2019-11-041-18/+7
* | | | | | Merge pull request #11203 from vespa-engine/gjoranv/add-bundle-copy-logHenning Baldersheim2019-11-041-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add logging for copied bundles.gjoranv2019-11-041-0/+1
|/ / / / /
* | | | | Merge pull request #11201 from vespa-engine/gjoranv/add-test-for-private-classBjørn Christian Seime2019-11-041-0/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add test that instantiates a private class.gjoranv2019-11-041-0/+14
|/ / / /
* | | | Merge pull request #11200 from vespa-engine/balder/abstract-components-must-s...Bjørn Christian Seime2019-11-042-10/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | FastSearcher must not call shutdown on the dispatcher, as it does not own it.Henning Baldersheim2019-11-042-10/+3
|/ / /
* | | Merge pull request #11195 from vespa-engine/jvenstad/convert-more-deployment-...Jon Marius Venstad2019-11-0423-447/+326
|\ \ \
| * | | Revert "Change complete when _all_ instances have it, not _any_"Jon Marius Venstad2019-11-041-4/+4
| * | | Print response mismatch before status code mismatch in ContainerTesterJon Marius Venstad2019-11-041-1/+1
| * | | Refactor Athenz mocking in ApplicationApiTestJon Marius Venstad2019-11-043-29/+27
| * | | Use compliant exception in ApplicationStoreMockJon Marius Venstad2019-11-041-1/+5
| * | | Use DeploymentContext instead of DeploymentTester directlyJon Marius Venstad2019-11-048-337/+199
| * | | Return more Mock types in MockServiceRegistryJon Marius Venstad2019-11-042-19/+19
| * | | Use 1000 as a default project ID if none has been setJon Marius Venstad2019-11-041-1/+1
| * | | Applications with a custom, pre-existing setup, is OKJon Marius Venstad2019-11-041-3/+1
| * | | Rename deploymentContext() to newDeploymentContext()Jon Marius Venstad2019-11-049-43/+45
| * | | Do not cancel change when submitting, as all apps are on internal pipelineJon Marius Venstad2019-11-041-3/+1