aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/ApplicationApiTest.java
Commit message (Expand)AuthorAgeFilesLines
* Move defaultSourceRevision to DeploymentContextJon Marius Venstad2019-10-311-4/+5
* Pass Okta identity token to Athenz tenancy operationsBjørn Christian Seime2019-10-291-51/+56
* Use default instance prod deployments for prod test config for user instancesJon Marius Venstad2019-10-261-6/+14
* Revert "Revert "Added TenantCost""Ola Aunrønning2019-10-231-1/+45
* Revert "Added TenantCost"Ola Aunrønning2019-10-231-45/+1
* Merge pull request #11002 from vespa-engine/olaa/tenant-costOla Aunrønning2019-10-231-1/+45
|\
| * Use BigDecimalOla Aunrønning2019-10-181-2/+11
| * Added TenantCostOla Aunrønning2019-10-171-1/+36
* | Add support for downloading application packageMartin Polden2019-10-211-5/+43
* | Avoid throwing exception in NodeRepositoryMockMartin Polden2019-10-211-2/+3
* | Unit testJon Marius Venstad2019-10-181-0/+26
* | Require validation override for destructive endpoint changesMartin Polden2019-10-171-0/+4
|/
* Disallow multi-instance deployment specs in submit handlerJon Marius Venstad2019-10-121-0/+11
* Give the athenzUser role for matching instances in AthenzRoleFilterJon Marius Venstad2019-10-101-4/+22
* Revert "Merge pull request #10923 from vespa-engine/revert-10912-bratseth/ins...Jon Bratseth2019-10-081-8/+26
* Revert "Bratseth/instances in deployment xml rebased take 2"Jon Bratseth2019-10-081-26/+8
* Remove instance dimension where it should not beJon Marius Venstad2019-10-081-1/+1
* Merge pull request #10911 from vespa-engine/jvenstad/application-response-wit...Jon Marius Venstad2019-10-081-16/+16
|\
| * Aggregate over instances in application responseJon Marius Venstad2019-10-081-15/+15
| * Use more latestVersion and update some testsJon Marius Venstad2019-10-081-1/+1
* | Merge pull request #10906 from vespa-engine/ogronnesby/tenant-cost-apiØyvind Grønnesby2019-10-081-0/+18
|\ \
| * | Don't expose day in API as we don't really care about it hereØyvind Grønnesby2019-10-081-2/+2
| * | Initial tenant cost API that is not wired up to any clients yetØyvind Grønnesby2019-10-071-0/+18
* | | Revert "Merge pull request #10909 from vespa-engine/revert-10891-bratseth/ins...Jon Bratseth2019-10-081-8/+26
| |/ |/|
* | Revert "Bratseth/instances in deployment xml rebased"Jon Bratseth2019-10-071-26/+8
* | Merge pull request #10891 from vespa-engine/bratseth/instances-in-deployment-...Jon Bratseth2019-10-071-8/+26
|\ \
| * | Merge with masterJon Bratseth2019-10-071-12/+22
| |\|
| * | Avoid deprecated methodsJon Bratseth2019-10-041-8/+26
* | | Merge pull request #10897 from vespa-engine/mpolden/remove-unused-fieldMartin Polden2019-10-071-18/+0
|\ \ \
| * | | Remove unused clusterUtilization fieldMartin Polden2019-10-071-4/+0
| * | | Remove dead codeMartin Polden2019-10-071-14/+0
| | |/ | |/|
* | | Merge pull request #10876 from vespa-engine/olaa/metering-by-zoneOla Aunrønning2019-10-071-3/+3
|\ \ \ | |/ / |/| |
| * | Add zone dimension to metering dataOla Aunrønning2019-10-041-3/+3
* | | Respons with new set of keys when changing themJon Marius Venstad2019-10-071-2/+2
* | | List content clusters also for application/v4 test-config responsesJon Marius Venstad2019-10-041-0/+5
* | | Update expected error message as wellJon Marius Venstad2019-10-031-1/+1
* | | Split instance and application and creation and deletion, but let REST API do...Jon Marius Venstad2019-10-031-2/+2
* | | Construct PublicKeys from serialised keys in controllerJon Marius Venstad2019-10-021-9/+14
| |/ |/|
* | Store developer keys <-> developers, and modify through application/v4Jon Marius Venstad2019-10-011-10/+10
* | Support multiple headless keys per applicationJon Marius Venstad2019-09-301-5/+5
|/
* Put Instances in Application, and replace ALL THE THINGS!!!Jon Marius Venstad2019-09-281-50/+52
* Deploy keys on application levelJon Marius Venstad2019-09-281-0/+6
* Support deploy key only with instance, major version only without in app/v4Jon Marius Venstad2019-09-281-2/+2
* Replace some LockedInstance usages with LockedApplication, and remove unused ...Jon Marius Venstad2019-09-281-1/+1
* Let createApplication return an Application (and :dark_sunglasses:)Jon Marius Venstad2019-09-281-18/+19
* Rename Application -> InstanceJon Marius Venstad2019-09-181-21/+21
* Delete application with last instance instead, and fix unit testsJon Marius Venstad2019-09-111-3/+3
* Delete 0 or 1 instances on app level, or a single on instance levelJon Marius Venstad2019-09-111-1/+22
* Move Athenz mocks to controller-apiMartin Polden2019-09-101-3/+3
* Move config server metrics fetching to controller-serverMartin Polden2019-09-091-1/+1