summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/JobController.java
Commit message (Expand)AuthorAgeFilesLines
* Public deployments have no valid web cert yet — work around thisJon Marius Venstad2019-08-091-1/+3
* Avoid Optional<Collection<...>>Jon Marius Venstad2019-06-121-1/+1
* Move things aroundJon Marius Venstad2019-06-121-0/+9
* Move read methods to RoutingPoliciesMartin Polden2019-05-241-2/+1
* Kick job runner when deploying, to reduce latency and improve UXJon Marius Venstad2019-05-201-0/+8
* Use routing layer by default, and policy as fallback, since latter does not y...Jon Marius Venstad2019-05-151-5/+5
* Check for roulting policies in InternalStepRunnerJon Marius Venstad2019-05-141-3/+6
* Remove job run entries older than 60 daysJon Marius Venstad2019-05-091-5/+9
* Merge pull request #9344 from vespa-engine/jvenstad/memory-visibility-in-job-...Jon Marius Venstad2019-05-091-1/+1
|\
| * Memory visibility to ensure step isn't run twiceJon Marius Venstad2019-05-091-1/+1
* | Store development packages per zoneJon Marius Venstad2019-05-091-1/+1
* | Replace dev check with manually deployed checkJon Marius Venstad2019-05-091-5/+3
* | Add deploy method to JobController, which runs a deploy jobJon Marius Venstad2019-05-091-1/+33
* | Allow storing unknown application versions for dev runsJon Marius Venstad2019-05-091-0/+4
* | Separate out registration of applications in internal pipelineJon Marius Venstad2019-05-091-15/+21
* | Download package and send vespa version when deploying to dev from step runnerJon Marius Venstad2019-05-091-0/+2
|/
* Copy only production packages when migrating to SDv4Jon Marius Venstad2019-04-271-1/+1
* Copy Vespa logs before deactivating test deploymentsJon Marius Venstad2019-04-111-6/+10
* Allow for different tenants (with auth things)Jon Marius Venstad2019-03-171-0/+1
* Deactivate should return NotFoundExceptionHarald Musum2019-03-051-2/+2
* Cancelling any ongoing upgrade solves the problemJon Marius Venstad2019-02-201-2/+4
* Simplify stream of optionalsMartin Polden2019-01-251-2/+2
* Expose build meta in ApplicationPackage and store it in ApplicationVersionJon Marius Venstad2019-01-111-9/+11
* Fix list length checkJon Marius Venstad2019-01-091-2/+2
* More readable conditionalJon Marius Venstad2019-01-081-4/+8
* Improve logic for last completedJon Marius Venstad2019-01-071-5/+7
* Test both paths and avoid negative list sizeJon Marius Venstad2019-01-071-1/+1
* Serve 302 badge URLs through application APIJon Marius Venstad2019-01-071-2/+24
* Add author email to ApplicationVersion, and store it with submissionsJon Marius Venstad2018-12-191-14/+3
* Avoid pointless filter which filters out tenants with _Jon Marius Venstad2018-11-211-6/+1
* Check only production deployments for versionsJon Marius Venstad2018-11-121-1/+1
* Move deletion of all packages to deletion of applicationJon Marius Venstad2018-11-101-2/+0
* Move pruning to separate methodJon Marius Venstad2018-11-101-8/+13
* Move application package deletion out of job type loopJon Marius Venstad2018-11-091-3/+4
* Name and doc changesJon Marius Venstad2018-11-091-9/+9
* Add methods for deleting all packages of an applicationJon Marius Venstad2018-11-091-0/+2
* One more usageJon Marius Venstad2018-11-091-3/+3
* Introduce and use TesterIdJon Marius Venstad2018-11-091-13/+7
* testerOfJon Marius Venstad2018-11-081-1/+1
* Actually do the GCJon Marius Venstad2018-11-081-0/+10
* Update users, tooJon Marius Venstad2018-11-081-3/+3
* Move SourceRevision and ApplicationVersion to controller-apiJon Marius Venstad2018-11-081-2/+2
* Batch log calls that go to ZK when trivialJon Marius Venstad2018-10-251-4/+12
* Expose whether an application is deployed internallyJon Marius Venstad2018-10-231-3/+3
* Accept optional project id for new pipeline submissionsJon Marius Venstad2018-10-231-4/+4
* Add unit testJon Marius Venstad2018-10-051-3/+2
* Keep one less job, i.e., historyLength finished onesJon Marius Venstad2018-10-051-1/+1
* Relax reaction to trying to modify inactive run, and simplifyJon Marius Venstad2018-10-051-15/+10
* Limit run data and logs to a history of the 256 last onesJon Marius Venstad2018-10-051-4/+16
* Use a SortedMap to communicate order of map entriesJon Marius Venstad2018-10-051-1/+1