summaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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 queu...olaaun2018-11-0921-259/+228
|/
* Merge pull request #7604 from vespa-engine/jvenstad/application-store-GCJon Marius Venstad2018-11-0830-219/+94
|\
| * 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
* 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
* 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
* Make all paths under /job/{jobType}/ be tenant operationsJon Marius Venstad2018-11-011-1/+1
* Use a public Duration instead of a private primitive for max pauseJon Marius Venstad2018-11-012-8/+9
* Change Change changeJon Marius Venstad2018-11-013-21/+19
* Allow pausing jobs for up to 3 daysJon Marius Venstad2018-11-013-0/+47
* Don't automatically trigger paused jobsJon Marius Venstad2018-11-011-4/+5
* Clear pausedUntil on triggeringJon Marius Venstad2018-11-011-1/+1
* Add pausedUntil field in JobStatusJon Marius Venstad2018-11-014-27/+49
* Track exceptions (#7535)olaaun2018-11-011-10/+15
* Accept job reports only from the deployment pipeline supposed to be usedJon Marius Venstad2018-11-012-4/+33
* Let only component jobs set the project idJon Marius Venstad2018-11-011-1/+1
* Allow unregistering from internal deployment pipeline through application APIJon Marius Venstad2018-11-015-4/+36
* Choose last successfull build as revision when forcingJon Marius Venstad2018-10-311-2/+2
* More flexibly change changeJon Marius Venstad2018-10-317-61/+77
* Address reviewJon Marius Venstad2018-10-313-7/+9
* Update testsJon Marius Venstad2018-10-313-18/+50
* Replace changeAt(instance) with just change()Jon Marius Venstad2018-10-315-29/+10
* Define latest changes to include change and outstanding changeJon Marius Venstad2018-10-311-4/+7
* Make OutstandingChangeDeployer accessible from DeploymentTesterJon Marius Venstad2018-10-311-0/+5
* Count applications with outstanding changes as deploying (they have something...Jon Marius Venstad2018-10-311-2/+2
* FormattingJon Marius Venstad2018-10-311-3/+3