summaryrefslogtreecommitdiffstats
path: root/controller-server/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Temporarily lock both on application and instance level to modify eitherJon Marius Venstad2019-09-283-3/+7
* Let createApplication return an Application (and :dark_sunglasses:)Jon Marius Venstad2019-09-2828-907/+1200
* Sort applications and instances in CuratorDbJon Marius Venstad2019-09-282-7/+11
* Duplicate Instance to ApplicationJon Marius Venstad2019-09-287-0/+1403
* Rename applicationPath to oldApplicationPath in CuratorDbJon Marius Venstad2019-09-281-3/+23
* Read from new instance dataJon Marius Venstad2019-09-282-13/+8
* Merge pull request #10779 from vespa-engine/jvenstad/lock-on-application-leve...Jon Marius Venstad2019-09-273-7/+124
|\
| * Lock instances on application levelJon Marius Venstad2019-09-242-7/+30
| * Add TenantAndApplicationId for controller tenant.app referencesJon Marius Venstad2019-09-241-0/+94
* | Deployments are never timed out if they are so new they are not yet visibleJon Marius Venstad2019-09-271-7/+13
|/
* Try RSA key pair for testerJon Marius Venstad2019-09-231-2/+2
* Merge pull request #10753 from vespa-engine/mpolden/ca-apiMartin Polden2019-09-2323-321/+49
|\
| * Move general REST API classes to com.yahoo.restapiMartin Polden2019-09-2023-321/+49
* | use internal ssl context for tester appandreer2019-09-201-3/+8
|/
* Merge pull request #10718 from vespa-engine/freva/remove-flavor-fixValerij Fredriksen2019-09-193-89/+9
|\
| * Revert "Use flavor instead of resources when deploying Vespa 6 tester applica...Valerij Fredriksen2019-09-193-89/+9
* | Use map instead of nested ternariesJon Marius Venstad2019-09-191-3/+3
* | Indicate what change we are waiting for in deployment viewJon Marius Venstad2019-09-193-3/+3
* | Doc in OldCuratorDbJon Marius Venstad2019-09-191-4/+2
* | Add simple test for data serialisation changeJon Marius Venstad2019-09-194-2/+691
* | Revert reading new data immediately, as some some writes may be lost during u...Jon Marius Venstad2019-09-191-7/+5
|/
* Add warning to double deleteJon Marius Venstad2019-09-181-0/+1
* Read instances from new instance path, with fallback to the oldJon Marius Venstad2019-09-181-3/+7
* Write instances to the new instance path, as well as to the oldJon Marius Venstad2019-09-181-0/+7
* Rename some application -> instance and extract a methodJon Marius Venstad2019-09-182-20/+24
* Remove unused class LockJon Marius Venstad2019-09-181-24/+0
* (Locked)?Application(Serializer|List)? renamed with InstanceJon Marius Venstad2019-09-1817-425/+425
* Rename Application -> InstanceJon Marius Venstad2019-09-1851-1154/+1150
* Merge pull request #10701 from vespa-engine/olaa/more-fault-tolerant-metric-r...Ola Aunrønning2019-09-181-10/+10
|\
| * Set request timeout. Keep fetching metrics, even if it fails for one zoneOla Aunrønning2019-09-181-10/+10
* | More URI rewritingJon Marius Venstad2019-09-182-7/+15
* | Check target OS version per zoneMartin Polden2019-09-175-39/+33
|/
* Merge pull request #10668 from vespa-engine/mortent/testerapp-ca-certAndreas Eriksen2019-09-163-0/+3
|\
| * Add truststore to testerapp 4443 portMorten Tokle2019-09-163-0/+3
* | Merge pull request #10664 from vespa-engine/andreer/use-https-4443-flagAndreas Eriksen2019-09-162-3/+11
|\ \ | |/ |/|