summaryrefslogtreecommitdiffstats
path: root/controller-api/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9919 from vespa-engine/ogronnesby/assign-multiple-rotationsØyvind Grønnesby2019-07-031-1/+1
|\ | | | | Assign multiple rotations per application
| * Merge remote-tracking branch 'origin/master' into ↵Øyvind Grønnesby2019-06-288-87/+38
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | ogronnesby/assign-multiple-rotations Conflicts: controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServer.java controller-server/src/main/java/com/yahoo/vespa/hosted/controller/ApplicationController.java controller-server/src/test/java/com/yahoo/vespa/hosted/controller/integration/ConfigServerMock.java controller-server/src/test/java/com/yahoo/vespa/hosted/controller/persistence/ApplicationSerializerTest.java
| * | Change signature from List to Set so we don't respect ordering too muchØyvind Grønnesby2019-06-281-1/+1
| | |
* | | Add Public dev.aws-us-east-1cValerij Fredriksen2019-07-021-1/+3
| | |
* | | retry when certificate not readyandreer2019-06-281-1/+2
| |/ |/|
* | export packageMorten Tokle2019-06-271-0/+5
| |
* | Request certificates for whitelisted apps. Send certificate reference with ↵Morten Tokle2019-06-257-87/+33
|/ | | | deploy
* Export packageValerij Fredriksen2019-06-201-0/+5
|
* FIlter out broken confidence versions for compile versionJon Marius Venstad2019-06-201-0/+1
|
* Filter out non-released versions for compile versionJon Marius Venstad2019-06-202-3/+11
|
* Configure artifact to check for as wellJon Marius Venstad2019-06-202-4/+7
|
* Test and fix parsing, and rename to MavenRepositoryJon Marius Venstad2019-06-204-6/+61
|
* Skeleton for getting maven artifact metadata from a remote repositoryJon Marius Venstad2019-06-194-0/+112
|
* Merge pull request #9799 from vespa-engine/olaa/billing-maintainerØyvind Grønnesby2019-06-192-0/+25
|\ | | | | Billing handler and maintainer
| * Rename BillingHandlerOla Aunrønning2019-06-182-2/+2
| |
| * Billing handler and maintainerOla Aunrønning2019-06-142-0/+25
| |
* | Remove system from ZoneIdHåkon Hallingstad2019-06-161-1/+1
| |
* | Move to application groupJon Bratseth2019-06-141-2/+2
| |
* | Merge with masterJon Bratseth2019-06-145-16/+76
|\ \
| * | Remove unused methodsHarald Musum2019-06-141-3/+0
| | |
| * | Merge pull request #9780 from vespa-engine/mpolden/wire-container-endpointsMartin Polden2019-06-142-1/+61
| |\ \ | | |/ | |/| Add support for containerEndpoints deploy parameter
| | * Add support for containerEndpoints deploy parameterMartin Polden2019-06-132-1/+61
| | |
| * | Prepare for removing unused methods, change to be empty default methodsHarald Musum2019-06-131-2/+2
| |/
| * Merge pull request #9775 from vespa-engine/mpolden/api-cleanupMartin Polden2019-06-131-1/+1
| |\ | | | | | | Remove artificial distinction between cnames and rotation names
| | * Remove artificial distinction between cnames and rotation namesMartin Polden2019-06-131-1/+1
| | |
| * | Merge pull request #9759 from vespa-engine/jvenstad/tenant-cdJon Marius Venstad2019-06-131-0/+7
| |\ \ | | |/ | |/| Jvenstad/tenant cd
| | * Expose routing endpoints per cluster in RoutingGeneratorJon Marius Venstad2019-06-121-0/+7
| | |
| * | Revert "Revert "Remove vaas""Harald Musum2019-06-122-12/+8
| | |
| * | Revert "Remove vaas"Harald Musum2019-06-122-8/+12
| | |
| * | Remove vaasValerij Fredriksen2019-06-112-12/+8
| |/
* / Support paths with instance after application in application/v4Jon Bratseth2019-06-141-3/+28
|/
* Add dev.aws-us-east-1c to JobTypeValerij Fredriksen2019-06-041-0/+3
|
* Add endpoints to InstanceInformationHarald Musum2019-06-041-0/+27
|
* Supply Vespa version to config convergenceJon Marius Venstad2019-05-311-1/+7
|
* Move SystemName in frontHåkon Hallingstad2019-05-281-1/+1
|
* Add PublicCd aws-us-east-1c prod, test and staging to JobTypeValerij Fredriksen2019-05-271-5/+10
|
* Handle tenant type CLOUDHarald Musum2019-05-251-1/+2
|
* Merge pull request #9519 from vespa-engine/jvenstad/dev-jobs-in-overviewValerij Fredriksen2019-05-231-0/+6
|\ | | | | Display last of each dev deployment job in overview
| * Render info about last dev/perf deployment jobs in overviewJon Marius Venstad2019-05-231-0/+6
| |
* | Merge pull request #9505 from ↵Martin Polden2019-05-231-1/+5
|\ \ | | | | | | | | | | | | vespa-engine/mpolden/update-routing-policies-on-deploy Refresh routing policies on deploy (de)activation
| * | Refresh routing policies on deploy (de)activationMartin Polden2019-05-231-1/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshing routing policies and performing the necessary DNS updates are somewhat time sensitive, especially in manually deployed environments, hence it makes sense that this should be done as early as possible. After introducing queuing of name service requests in #9224 it became obvious that the asynchronous behaviour of `RoutingPolicyMaintainer` is no longer needed. Because name service requests are now executed asynchronously by default, we can refresh policies during deployment (de)activation without worrying about DNS service failures or rate limits. Benefits of this change: - Reduces worst-case DNS propagation time by 5 minutes. - We no longer need to update *all* routing policies in the system when refreshing policies. This both reduces number of queued name service requests and distributes them over a longer duration. - Implementation is simplified since the system-wide dimension disappears. - Fetching of load balancers from config servers conincides with deployment and are thus spread over a longer duration.
* / Listen to /api/zone/v1 with the zone api handlerJon Marius Venstad2019-05-231-1/+2
|/
* Store development packages per zoneJon Marius Venstad2019-05-091-4/+5
|
* Add perf deployment jovJon Marius Venstad2019-05-091-1/+4
|
* Start deployment jobs to dev at tenant/app/instance/deploy/jobnameJon Marius Venstad2019-05-092-2/+3
|
* Expand ApplicationStore with dev package storage and retrievalJon Marius Venstad2019-05-091-1/+7
|
* Add dev deployments to JobType membersJon Marius Venstad2019-05-091-11/+22
|
* Re-format JobType enum definition for more system and readabilityJon Marius Venstad2019-05-091-23/+59
|
* Merge pull request #9309 from vespa-engine/olaa/remove-old-log-retrievalHarald Musum2019-05-082-20/+1
|\ | | | | Remove old log retrieval
| * Remove old log retrievalOla Aunrønning2019-05-072-20/+1
| |