summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/JobController.java
Commit message (Expand)AuthorAgeFilesLines
* Fail before storing run, to not mask errorsJon Marius Venstad2022-01-071-14/+15
* Never modify cached runsMartin Polden2022-01-061-1/+2
* Let repeated deployments surface as bad requestMartin Polden2022-01-051-2/+1
* Accept failing to deactivate tester for deleted applicationsJon Marius Venstad2021-12-021-2/+7
* No routing policies to for tester applicationsJon Marius Venstad2021-11-191-9/+1
* Less GuavaMartin Polden2021-11-051-17/+16
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Introduce new job profile for dev dry runHarald Musum2021-09-301-5/+4
* Wire in dryRun deployment optionHarald Musum2021-09-281-4/+11
* Start manual deployments on existing deployment versionJon Marius Venstad2021-09-231-0/+2
* Set source platform and application on dev deployment upgradesValerij Fredriksen2021-09-131-2/+2
* SimplifyValerij Fredriksen2021-09-101-2/+1
* Use byte[] insteadValerij Fredriksen2021-09-091-2/+2
* Prune diffsValerij Fredriksen2021-09-091-1/+16
* Store application package diffs on submit/deployValerij Fredriksen2021-09-091-2/+15
* Move application package related classes to own packageValerij Fredriksen2021-09-091-1/+1
* Direct deployments are "before" submitted versionsJon Marius Venstad2021-09-091-1/+1
* Increment build number for direct deploymentsValerij Fredriksen2021-09-091-3/+8
* Add deployedDirectly to ApplicationVersionValerij Fredriksen2021-09-091-4/+2
* Increase history to 256 last runs in CD systemsJon Marius Venstad2021-07-091-1/+2
* Avoid taking lock which is not a dependency in this jobJon Marius Venstad2021-07-071-2/+2
* Uses last non-redeployment start in /application/v4, and fix testsJon Marius Venstad2021-07-061-0/+9
* Upgrade dev at dep-local nightJon Marius Venstad2021-07-051-3/+9
* Remove old badge redirect implementationJon Marius Venstad2021-05-071-26/+0
* Revert "Revert "Jonmv/apache hc5 client""Jon Marius Venstad2021-04-121-2/+0
* Revert "Jonmv/apache hc5 client"Henning Baldersheim2021-04-121-0/+2
* SimplifyJon Marius Venstad2021-04-121-2/+0
* Remove legacy deployment pathMartin Polden2021-03-181-3/+1
* Use ZK node version as cache, instead of reading all bytes and computing hashJon Marius Venstad2021-03-171-3/+3
* Merge pull request #15064 from vespa-engine/mpolden/report-broken-sys-versionJon Marius Venstad2020-10-281-3/+3
|\
| * Reduce version status readsMartin Polden2020-10-281-3/+3
* | Hold all step locks while finishing runJon Marius Venstad2020-10-281-33/+44
* | Wait for all steps to finish before finishing a runJon Marius Venstad2020-10-271-2/+6
|/
* Add and use API for storing deployment meeta dataJon Marius Venstad2020-09-011-0/+4
* Include test report in job run detailsMorten Tokle2020-09-011-0/+16
* Remove redundant commit argumentValerij Fredriksen2020-07-211-5/+3
* Avoid taking run lock and then application lock, to avoid deadlockJon Marius Venstad2020-04-071-11/+12
* Compute DeploymentStatistics on demand, from fresh dataJon Marius Venstad2020-04-031-2/+7
* Wait for installReal step before doing report stepJon Marius Venstad2020-03-201-2/+1
* Act on the readable subset of applications when appropriateMartin Polden2020-03-181-8/+1
* Make fields finalMartin Polden2020-03-041-1/+1
* SimplifyMartin Polden2020-03-041-1/+2
* Allow unknown packages in manual prod deployment jobs in CDJon Marius Venstad2020-03-031-6/+1
* Let caller decide job profile when creating new runsJon Marius Venstad2020-03-021-4/+10
* Default to major specified in deployment.xml for dev deployment jobsJon Marius Venstad2020-03-021-4/+8
* Determine endpoints from routing policies for all routing methodsMartin Polden2020-02-271-6/+0
* Rename methodMartin Polden2020-02-271-3/+2
* Remove user tenantsJon Marius Venstad2020-02-211-4/+0
* Let only successful run expire due to ageJon Marius Venstad2020-02-181-3/+5
* Remove support for using tester endpointHarald Musum2020-02-031-20/+2