aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10911 from vespa-engine/jvenstad/application-response-wit...Jon Marius Venstad2019-10-0820-278/+164
|\
| * Aggregate over instances in application responseJon Marius Venstad2019-10-0814-77/+137
| * Update more test responsesJon Marius Venstad2019-10-086-162/+4
| * Use more latestVersion and update some testsJon Marius Venstad2019-10-084-38/+6
| * Use Application.latestVersion instead of last component job successJon Marius Venstad2019-10-082-1/+9
| * Store latest submission version explicitlyJon Marius Venstad2019-10-081-0/+8
| * Revert "Bratseth/instances in deployment xml rebased"Jon Bratseth2019-10-073-44/+19
| * Merge pull request #10891 from vespa-engine/bratseth/instances-in-deployment-...Jon Bratseth2019-10-073-19/+44
| |\
| | * Merge with masterJon Bratseth2019-10-0733-319/+454
| | |\
| | * | Avoid deprecated methodsJon Bratseth2019-10-043-19/+44
* | | | 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-083-19/+44
* | | | Update equals/hashCodeMartin Polden2019-10-071-2/+2
* | | | Report metric for nodes failing OS upgradeMartin Polden2019-10-072-3/+88
* | | | Replace OsVersion.Node with NodeVersionMartin Polden2019-10-074-27/+70
* | | | Stop reading legacy configServerHostnames fieldMartin Polden2019-10-072-8/+25
* | | | Add zone field to NodeVersionMartin Polden2019-10-072-3/+4
| |/ / |/| |
* | | Merge pull request #10897 from vespa-engine/mpolden/remove-unused-fieldMartin Polden2019-10-072-39/+1
|\ \ \
| * | | Remove unused clusterUtilization fieldMartin Polden2019-10-072-25/+1
| * | | Remove dead codeMartin Polden2019-10-071-14/+0
| |/ /
* | | Merge pull request #10876 from vespa-engine/olaa/metering-by-zoneOla Aunrønning2019-10-072-13/+18
|\ \ \ | |/ / |/| |
| * | Add zone dimension to metering dataOla Aunrønning2019-10-042-13/+18
* | | Respons with new set of keys when changing themJon Marius Venstad2019-10-076-6/+40
* | | Add test fileJon Marius Venstad2019-10-041-0/+20
* | | List content clusters also for application/v4 test-config responsesJon Marius Venstad2019-10-041-0/+5
* | | Merge pull request #10864 from vespa-engine/mpolden/stop-reading-unused-fieldJon Marius Venstad2019-10-034-103/+10
|\ \ \
| * | | Stop reading unused clusterUtils fieldMartin Polden2019-10-034-103/+10
* | | | Merge pull request #10849 from vespa-engine/mpolden/nodes-failing-system-upgr...Jon Marius Venstad2019-10-0311-104/+230
|\ \ \ \
| * | | | Only count actively upgrading nodesMartin Polden2019-10-035-34/+53
| * | | | Emit metric for nodes failing system upgradeMartin Polden2019-10-0210-103/+210
| | |_|/ | |/| |
* | | | 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-037-20/+15
| |/ / |/| |
* | | Remove deploy keys from tenant responseJon Marius Venstad2019-10-022-7/+0
* | | Temporary developer role for deploy keys, and refactor unit testJon Marius Venstad2019-10-021-37/+32
* | | Fix test that was changed prematurelyJon Marius Venstad2019-10-021-6/+1
* | | Differentiate between developer and headeless keys in signature filterJon Marius Venstad2019-10-021-31/+59
* | | Construct PublicKeys from serialised keys in controllerJon Marius Venstad2019-10-027-37/+74
|/ /
* | Add untracked filesJon Marius Venstad2019-10-011-0/+27
* | Store developer keys <-> developers, and modify through application/v4Jon Marius Venstad2019-10-017-22/+74
* | Support multiple headless keys per applicationJon Marius Venstad2019-09-308-7/+13
* | Stop writing instance data, and removed unused codeJon Marius Venstad2019-09-308-1613/+9
|/
* Stop using Instance methods which are no longer populatedJon Marius Venstad2019-09-308-111/+124
* Read from new application paths, and change deletion of instances, with updat...Jon Marius Venstad2019-09-292-31/+103
* Store deploy keys as a list in serialised applications from the startJon Marius Venstad2019-09-281-1/+3
* Put Instances in Application, and replace ALL THE THINGS!!!Jon Marius Venstad2019-09-2832-1069/+1947
* Deploy keys on application levelJon Marius Venstad2019-09-281-0/+6
* ProjectId and change management only in ApplicationJon Marius Venstad2019-09-283-27/+5
* Support deploy key only with instance, major version only without in app/v4Jon Marius Venstad2019-09-282-4/+4