aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Expand)AuthorAgeFilesLines
* Update equals/hashCodeMartin Polden2019-10-072-4/+5
* Remove unused methodMartin Polden2019-10-071-9/+0
* Report metric for nodes failing OS upgradeMartin Polden2019-10-073-6/+113
* Replace OsVersion.Node with NodeVersionMartin Polden2019-10-0711-177/+187
* Stop reading legacy configServerHostnames fieldMartin Polden2019-10-074-30/+37
* Add zone field to NodeVersionMartin Polden2019-10-075-9/+25
* Extract NodeVersionSerializerMartin Polden2019-10-072-17/+68
* Merge pull request #10897 from vespa-engine/mpolden/remove-unused-fieldMartin Polden2019-10-077-112/+11
|\
| * Remove unused clusterUtilization fieldMartin Polden2019-10-077-97/+11
| * Remove dead codeMartin Polden2019-10-072-15/+0
* | Merge pull request #10876 from vespa-engine/olaa/metering-by-zoneOla Aunrønning2019-10-073-25/+44
|\ \ | |/ |/|
| * RefactoringOla Aunrønning2019-10-041-15/+16
| * Add zone dimension to metering dataOla Aunrønning2019-10-043-24/+42
* | Respons with new set of keys when changing themJon Marius Venstad2019-10-077-20/+80
* | Indicate what kind of clustersJon Marius Venstad2019-10-043-6/+3
* | Add test fileJon Marius Venstad2019-10-041-0/+20
* | List content clusters also for application/v4 test-config responsesJon Marius Venstad2019-10-044-14/+22
* | Merge pull request #10864 from vespa-engine/mpolden/stop-reading-unused-fieldJon Marius Venstad2019-10-035-119/+11
|\ \
| * | Stop reading unused clusterUtils fieldMartin Polden2019-10-035-119/+11
* | | Merge pull request #10849 from vespa-engine/mpolden/nodes-failing-system-upgr...Jon Marius Venstad2019-10-0319-159/+539
|\ \ \
| * | | Only count actively upgrading nodesMartin Polden2019-10-0310-97/+136
| * | | Do not write version field per nodeMartin Polden2019-10-031-5/+4
| * | | Remove unnecessary field validationMartin Polden2019-10-031-1/+1
| * | | Emit metric for nodes failing system upgradeMartin Polden2019-10-0218-152/+494
* | | | Merge pull request #10859 from vespa-engine/hmusum/reduce-JobRunner-intervalJon Marius Venstad2019-10-031-1/+1
|\ \ \ \
| * | | | Reduce JobRunner intervalHarald Musum2019-10-031-1/+1
| |/ / /
* | | | Check for empty deployment spec on submissionsJon Marius Venstad2019-10-031-0/+4
* | | | Update expected error message as wellJon Marius Venstad2019-10-032-8/+6
* | | | Use instance in error message when failing to delete an instanceJon Marius Venstad2019-10-031-1/+1
* | | | Split instance and application and creation and deletion, but let REST API do...Jon Marius Venstad2019-10-0316-152/+188
| |/ / |/| |
* | | Remove deploy keys from tenant responseJon Marius Venstad2019-10-023-15/+0
* | | Temporary developer role for deploy keys, and refactor unit testJon Marius Venstad2019-10-022-71/+59
* | | Fix test that was changed prematurelyJon Marius Venstad2019-10-021-6/+1
* | | Differentiate between developer and headeless keys in signature filterJon Marius Venstad2019-10-022-47/+120
* | | Construct PublicKeys from serialised keys in controllerJon Marius Venstad2019-10-0215-138/+180
|/ /
* | Add untracked filesJon Marius Venstad2019-10-011-0/+27
* | Store developer keys <-> developers, and modify through application/v4Jon Marius Venstad2019-10-0117-70/+261
* | Support multiple headless keys per applicationJon Marius Venstad2019-09-3013-71/+77
* | Simplify using ImmutableSortedMapJon Marius Venstad2019-09-303-37/+13
* | Stable iteration order for job statusJon Marius Venstad2019-09-301-2/+4
* | Stop writing instance data, and removed unused codeJon Marius Venstad2019-09-3016-2462/+69
* | Delete all old application (instance) data on startupJon Marius Venstad2019-09-302-1/+7
|/
* Stop using Instance methods which are no longer populatedJon Marius Venstad2019-09-3010-140/+125
* Read from new application paths, and change deletion of instances, with updat...Jon Marius Venstad2019-09-294-65/+122
* Clean up old instance path thingsJon Marius Venstad2019-09-293-22/+10
* Store deploy keys as a list in serialised applications from the startJon Marius Venstad2019-09-282-5/+16
* Make instance iteration order stable, and fix javadocJon Marius Venstad2019-09-282-3/+8
* Remove some unused codeJon Marius Venstad2019-09-288-252/+2
* Remove outdated WARNING and avoid redundant sillinessJon Marius Venstad2019-09-281-4/+1
* Expose application id through an interfaceJon Marius Venstad2019-09-282-20/+21