aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
* Remove special handling of corp zonesMartin Polden2018-12-172-44/+2
|
* Change response from application api as well — it's the go-forwardJon Marius Venstad2018-12-141-1/+2
|
* Report if job was not triggeredHarald Musum2018-12-141-1/+4
|
* Merge pull request #7929 from vespa-engine/andreer/self-hosted-cost-configLeandro Alves2018-12-137-11/+72
|\ | | | | configure cost for self-hosted properties
| * configure cost for self-hosted propertiesandreer2018-12-127-11/+72
| |
* | Merge pull request #7885 from ↵Harald Musum2018-12-132-3/+9
|\ \ | |/ |/| | | | | vespa-engine/jvenstad/more-precise-convergence-logging Jvenstad/more precise convergence logging
| * Check platform convergence for tester as wellJon Marius Venstad2018-12-062-2/+8
| |
| * State " has not started" when config gen is unknownJon Marius Venstad2018-12-061-1/+1
| |
* | unbreak cost test (#7916)Andreas Eriksen2018-12-101-2/+2
| |
* | cost resources by property (#7789)Leandro Alves2018-12-1013-4/+326
| |
* | Remove support for creating RoutingEndpoint without hostnameHarald Musum2018-12-073-17/+11
| |
* | Follow zone change further up in testJon Marius Venstad2018-12-062-3/+3
| |
* | Optimize importsJon Marius Venstad2018-12-062-9/+4
| |
* | Allow operator deployments to prod of known packagesJon Marius Venstad2018-12-063-16/+86
| |
* | Remove corp zone from testsMartin Polden2018-12-0613-94/+97
| |
* | Merge pull request #7886 from ↵Martin Polden2018-12-062-13/+2
|\ \ | | | | | | | | | | | | vespa-engine/mpolden/throttled-node-failures-metric Emit metric for throttled node failures
| * | CleanupMartin Polden2018-12-062-13/+2
| |/
* / Improve error message for personal tenantsMorten Tokle2018-12-062-15/+55
|/
* Allow fake reports for new pipeline as wellJon Marius Venstad2018-12-052-3/+4
|
* Reduce default upgrade frequencyMartin Polden2018-12-042-2/+2
|
* Merge pull request #7820 from ↵Jon Bratseth2018-11-306-0/+33
|\ | | | | | | | | vespa-engine/jvenstad/add-source-info-to-app-response Add git info for last submitted package to app response
| * Add project id to app responseJon Marius Venstad2018-11-306-0/+8
| |
| * Add git info for last submitted package to app responseJon Marius Venstad2018-11-305-0/+25
| |
* | Get version information from a better source >_<Jon Marius Venstad2018-11-291-6/+1
| |
* | Run tester on same platform as deployment targetJon Marius Venstad2018-11-282-4/+8
|/
* Remove Bouncer freshness api from controllerBjørn Christian Seime2018-11-274-44/+1
|
* Add noop security filter for controllerBjørn Christian Seime2018-11-271-0/+19
|
* Revert "Bjorncs/controller security filters"Bjørn Christian Seime2018-11-225-20/+44
|
* Merge pull request #7729 from ↵Jon Marius Venstad2018-11-211-6/+1
|\ | | | | | | | | vespa-engine/jvenstad/look-for-right-endpoint-names Avoid pointless filter which filters out tenants with _
| * Avoid pointless filter which filters out tenants with _Jon Marius Venstad2018-11-211-6/+1
| |
* | Merge pull request #7728 from ↵Leandro Alves2018-11-211-22/+25
|\ \ | | | | | | | | | | | | vespa-engine/jvenstad/break-lines-in-deployment-log Break lines where supposed to, in log
| * | Break lines where supposed to, in logJon Marius Venstad2018-11-211-22/+25
| |/
* / Add owner to application info (#7724)olaaun2018-11-219-30/+80
|/
* Remove Bouncer freshness api from controllerBjørn Christian Seime2018-11-214-44/+1
|
* Add noop security filter for controllerBjørn Christian Seime2018-11-211-0/+19
|
* Get access token from request attributeBjørn Christian Seime2018-11-204-3/+20
|
* Add method to check node repo for oldest installed version, for compile versionJon Marius Venstad2018-11-154-2/+23
|
* Merge pull request #7666 from vespa-engine/olaa/fix-ownership-confirmerJon Marius Venstad2018-11-152-2/+6
|\ | | | | Don't add asignee for AthenzTenants
| * Don't add asignee for AthenzTenantsOla Aunrønning2018-11-152-2/+6
| |
* | Log the exception when failing application package fetchingJon Marius Venstad2018-11-151-1/+1
|/
* Correct javadocJon Bratseth2018-11-141-1/+1
|
* Allow controlling major version in the upgraderJon Bratseth2018-11-147-14/+118
| | | | | | | This makes it possible to set the target major Vespa version in the upgrader explicitly for applications that do not. This allows us to do a more controlled rollout of new major versions.
* Allow forcing downgrade of OSMartin Polden2018-11-135-7/+11
|
* Truncate timeJon Bratseth2018-11-121-1/+1
|
* Merge pull request #7631 from vespa-engine/olaa/log-changesJon Marius Venstad2018-11-121-10/+3
|\ | | | | Print stacktrace of last exception. Remove logging of 0 qps deployments
| * Print stacktrace of last exception. Remove logging of 0 qps deploymentsOla Aunrønning2018-11-121-10/+3
| |
* | Check only production deployments for versionsJon Marius Venstad2018-11-121-1/+1
|/
* Move deletion of all packages to deletion of applicationJon Marius Venstad2018-11-102-2/+2
|
* Move pruning to separate methodJon Marius Venstad2018-11-101-8/+13
|
* Merge pull request #7610 from vespa-engine/jvenstad/application-package-gc-2Jon Marius Venstad2018-11-097-100/+101
|\ | | | | Jvenstad/application package gc 2