summaryrefslogtreecommitdiffstats
path: root/controller-server/src
Commit message (Expand)AuthorAgeFilesLines
* Merge with masterJon Bratseth2019-10-0760-675/+1153
|\
| * 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
| |/
* | Inherit/use defaults in instancesJon Bratseth2019-10-071-3/+3
* | Avoid deprecated methodsJon Bratseth2019-10-047-79/+101
|/
* 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
* Put Instances in Application, and replace ALL THE THINGS!!!Jon Marius Venstad2019-09-2867-2317/+3151
* Deploy keys on application levelJon Marius Venstad2019-09-283-9/+13
* Change of plans (update doc) and optimize importsJon Marius Venstad2019-09-282-15/+14
* Use both Application and Instance when rendering application responseJon Marius Venstad2019-09-283-182/+31
* Remove unused methods in LockedApplication — now disjoint from LockedInstanceJon Marius Venstad2019-09-281-96/+0
* ProjectId and change management only in ApplicationJon Marius Venstad2019-09-287-64/+38
* Support deploy key only with instance, major version only without in app/v4Jon Marius Venstad2019-09-286-31/+35
* Replace some LockedInstance usages with LockedApplication, and remove unused ...Jon Marius Venstad2019-09-285-39/+4
* Register application in JobController on application levelJon Marius Venstad2019-09-283-41/+55
* Doc and name changes, non-functional onlyJon Marius Venstad2019-09-282-13/+15