aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/application/ApplicationApiHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Include changes from #11407Valerij Fredriksen2019-12-021-0/+1
* Preserve DNS records for inactive load balancersMartin Polden2019-11-291-0/+2
* Add diskSpeed and storageType to application/v4/nodesValerij Fredriksen2019-11-251-1/+22
* Use flavor instead of canonicalFlavor in NodeValerij Fredriksen2019-11-251-1/+1
* Use NodeResources in NodeValerij Fredriksen2019-11-251-5/+6
* Avoid duplicating endpoint URLsMartin Polden2019-11-221-14/+22
* All applications are now deployed on internal pipelineJon Marius Venstad2019-11-071-5/+0
* Really support multiple instancesJon Marius Venstad2019-11-061-2/+0
* Base DeploymentSteps on a single DeploymentInstanceSpecJon Marius Venstad2019-11-061-63/+72
* Update conflicting usage of DeploymentSpec#changeBlocker(), which was removedJon Marius Venstad2019-11-051-4/+4
* Remove component job typeJon Marius Venstad2019-11-051-15/+1
* Merge pull request #11094 from vespa-engine/jvenstad/stop-using-deprecated-de...Jon Marius Venstad2019-11-051-2/+2
|\
| * Change block window considerations to view union over all instancesJon Marius Venstad2019-11-051-2/+2
* | Let rotations be active in DeploymentContextJon Marius Venstad2019-11-041-10/+9
|/
* Update SystemUpgraderTestJon Marius Venstad2019-10-281-2/+3
* Use default instance prod deployments for prod test config for user instancesJon Marius Venstad2019-10-261-5/+5
* Revert "Revert "Added TenantCost""Ola Aunrønning2019-10-231-14/+37
* Revert "Added TenantCost"Ola Aunrønning2019-10-231-37/+14
* Merge pull request #11002 from vespa-engine/olaa/tenant-costOla Aunrønning2019-10-231-14/+37
|\
| * Use BigDecimalOla Aunrønning2019-10-181-3/+4
| * Added TenantCostOla Aunrønning2019-10-171-14/+36
* | Say it may take a long timeJon Bratseth2019-10-221-1/+2
* | Add support for downloading application packageMartin Polden2019-10-211-1/+35
* | Use default production deployments for developer test configJon Marius Venstad2019-10-181-3/+17
|/
* Disallow multi-instance deployment specs in submit handlerJon Marius Venstad2019-10-121-0/+2
* Add rotationId and clusterId fields to endpoint statusMartin Polden2019-10-101-0/+2
* Add lastUpdated field to endpoint statusMartin Polden2019-10-101-0/+2
* Revert "Pick any instance and put rotation stuff in application level for now"Jon Marius Venstad2019-10-091-23/+5
* Pick any instance and put rotation stuff in application level for nowJon Marius Venstad2019-10-081-5/+23
* Merge pull request #10920 from vespa-engine/jvenstad/set-whether-ci-in-test-c...Jon Marius Venstad2019-10-081-0/+1
|\
| * Indicate whether test runtime is CI or not, in TestConfigJon Marius Venstad2019-10-081-0/+1
* | Remove instance dimension where it should not beJon Marius Venstad2019-10-081-25/+24
|/
* Merge pull request #10911 from vespa-engine/jvenstad/application-response-wit...Jon Marius Venstad2019-10-081-13/+148
|\
| * Aggregate over instances in application responseJon Marius Venstad2019-10-081-9/+147
| * Use more latestVersion and update some testsJon Marius Venstad2019-10-081-4/+1
* | Merge pull request #10906 from vespa-engine/ogronnesby/tenant-cost-apiØyvind Grønnesby2019-10-081-0/+43
|\ \ | |/ |/|
| * Clean importsØyvind Grønnesby2019-10-081-2/+0
| * Don't expose day in API as we don't really care about it hereØyvind Grønnesby2019-10-081-8/+10
| * Rename tenantCostParseMonth -> tenantCostParseDateØyvind Grønnesby2019-10-081-2/+2
| * Use IllegalArgumentException for bad date string and rename paramØyvind Grønnesby2019-10-081-17/+10
| * Initial tenant cost API that is not wired up to any clients yetØyvind Grønnesby2019-10-071-0/+50
* | Remove unused clusterUtilization fieldMartin Polden2019-10-071-1/+1
|/
* Respons with new set of keys when changing themJon Marius Venstad2019-10-071-14/+40
* Indicate what kind of clustersJon Marius Venstad2019-10-041-2/+1
* List content clusters also for application/v4 test-config responsesJon Marius Venstad2019-10-041-5/+7
* Check for empty deployment spec on submissionsJon Marius Venstad2019-10-031-0/+4
* Update expected error message as wellJon Marius Venstad2019-10-031-7/+5
* Split instance and application and creation and deletion, but let REST API do...Jon Marius Venstad2019-10-031-31/+49
* Remove deploy keys from tenant responseJon Marius Venstad2019-10-021-8/+0
* Construct PublicKeys from serialised keys in controllerJon Marius Venstad2019-10-021-16/+23