aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Expand)AuthorAgeFilesLines
* Populate region names of rotations from global service id when deserialisingJon Marius Venstad2019-11-062-10/+25
* Test multi-instance global endpointsJon Marius Venstad2019-11-061-0/+38
* Use instance part in global endpoints (unless it is "default")Jon Marius Venstad2019-11-068-11/+18
* Update doc (nit)Jon Marius Venstad2019-11-061-2/+2
* Let DeploymentSteps insert test jobs (do not trust DeploymentSpec)Jon Marius Venstad2019-11-064-30/+7
* Really support multiple instancesJon Marius Venstad2019-11-067-20/+40
* Base DeploymentSteps on a single DeploymentInstanceSpecJon Marius Venstad2019-11-0610-103/+121
* Steps are either test or productionJon Marius Venstad2019-11-061-17/+18
* Remove ZoneRegistryMock from services.xml in testsJon Marius Venstad2019-11-068-54/+29
* Add tester instance to generated deployment.xml for testerJon Marius Venstad2019-11-052-4/+8
* Update conflicting usage of DeploymentSpec#changeBlocker(), which was removedJon Marius Venstad2019-11-051-4/+4
* Orchestrate only application with non-empty deployment specJon Marius Venstad2019-11-053-11/+17
* Remove component job typeJon Marius Venstad2019-11-057-54/+3
* Remove legacy endpoints()Jon Marius Venstad2019-11-052-17/+25
* Remove legacy notifications()Jon Marius Venstad2019-11-051-1/+1
* Merge pull request #11100 from vespa-engine/revert-11085-mpolden/revert-broke...Jon Marius Venstad2019-11-055-14/+12
|\
| * Replace usage of deprecated methodJon Marius Venstad2019-11-051-9/+3
| * Revert "Revert "stop using deprecated deployment spec methods""Jon Marius Venstad2019-11-054-5/+9
* | Merge pull request #11094 from vespa-engine/jvenstad/stop-using-deprecated-de...Jon Marius Venstad2019-11-057-47/+64
|\ \
| * | No more deprecated athenz domain or service usagesJon Marius Venstad2019-11-053-38/+49
| * | Change block window considerations to view union over all instancesJon Marius Venstad2019-11-054-9/+15
| |/
* | 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-045-24/+29
* | 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 #11195 from vespa-engine/jvenstad/convert-more-deployment-...Jon Marius Venstad2019-11-0422-442/+324
|\
| * 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
| * Change complete when _all_ instances have it, not _any_Jon Marius Venstad2019-11-041-4/+4
| * Allow creation of a ControllerTester on top of a ContainerTesterJon Marius Venstad2019-11-044-6/+26
* | Fix testValerij Fredriksen2019-11-041-1/+1
* | Fix testValerij Fredriksen2019-11-041-1/+1
* | Use localhost when talking to controllerValerij Fredriksen2019-11-042-5/+4
* | Merge pull request #11183 from vespa-engine/freva/configserver-v1Valerij Fredriksen2019-11-0114-130/+464
|\ \
| * | Remove unused configValerij Fredriksen2019-11-011-4/+0
| * | Create client once in ConfigServerRestExecutorImplValerij Fredriksen2019-11-016-50/+66
| * | Add optional /api prefixValerij Fredriksen2019-11-013-3/+6
| * | Use DefaultHostnameVerifier for controller zoneValerij Fredriksen2019-10-311-1/+2
| * | Limit reads under /configserver/v1 to operatorsValerij Fredriksen2019-10-311-4/+37
| * | Add operatorRequest() to ControllerContainerTestValerij Fredriksen2019-10-314-66/+50