aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Move application package deletion out of job type loopJon Marius Venstad2018-11-091-3/+4
| |
| * Name and doc changesJon Marius Venstad2018-11-095-20/+20
| |
| * Add methods for deleting all packages of an applicationJon Marius Venstad2018-11-092-0/+12
| |
| * One more usageJon Marius Venstad2018-11-092-4/+4
| |
| * Introduce and use TesterIdJon Marius Venstad2018-11-097-85/+73
| |
* | Split Organization to two classes. Add contact info for all tenants. Add ↵olaaun2018-11-0921-259/+228
|/ | | | queue and component in contact info (#7533)
* Merge pull request #7604 from vespa-engine/jvenstad/application-store-GCJon Marius Venstad2018-11-0830-219/+94
|\ | | | | Jvenstad/application store gc
| * testerOfJon Marius Venstad2018-11-081-1/+1
| |
| * Actually do the GCJon Marius Venstad2018-11-081-0/+10
| |
| * Update more users of ApplicationStore >_<Jon Marius Venstad2018-11-081-2/+2
| |
| * Remove unused codeJon Marius Venstad2018-11-081-15/+0
| |
| * Add method for GC in ApplicationStore, and update mockJon Marius Venstad2018-11-081-8/+33
| |
| * Update users, tooJon Marius Venstad2018-11-083-6/+6
| |
| * Use ApplicationVersion instead of String keys in ApplicationStoreJon Marius Venstad2018-11-081-6/+8
| |
| * Move SourceRevision and ApplicationVersion to controller-apiJon Marius Venstad2018-11-0828-184/+37
| |
* | Added field showing update time for deployment metrics (#7598)olaaun2018-11-089-8/+34
|/
* Log number of applications with 0 qps (#7580)olaaun2018-11-061-0/+6
|
* olaa/revert maintainers (#7562)olaaun2018-11-059-383/+157
| | | | | | | | * Revert "Whitelist APIs. Check if request succeeded (#7552)" This reverts commit 5982fb109a559f57eb8609d18360f6ded9a98760. * Revert maintainers feeding to Controller APIs
* ElseJon Marius Venstad2018-11-041-1/+1
|
* Expose pause information in job APIJon Marius Venstad2018-11-041-0/+4
|
* Whitelist APIs. Check if request succeeded (#7552)olaaun2018-11-024-9/+16
|
* Added more logging (#7547)olaaun2018-11-021-2/+5
|
* Only write to slime after retreiving all metrics for application (#7539)olaaun2018-11-021-20/+35
| | | | | | * Only write to slime after retreiving all metrics for application * Add stacktrace to log
* Improve testsJon Marius Venstad2018-11-012-3/+3
|
* Change manipulation of Change to be a tenant admin operationJon Marius Venstad2018-11-014-9/+12
|
* Allow tenants to trigger their own jobs (copied from screwdriver API)Jon Marius Venstad2018-11-012-4/+18
|
* Allow jobs to be paused at /tenant/t/application/a/instance/i/job/j/pauseJon Marius Venstad2018-11-012-0/+15
|