summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/application/JobControllerApiHandlerHelper.java
Commit message (Expand)AuthorAgeFilesLines
* application/v4 go-forward functionality for any instanceJon Bratseth2019-06-131-4/+4
* Render info about last dev/perf deployment jobs in overviewJon Marius Venstad2019-05-231-0/+11
* Avoid NPE trying to render something we have no data forJon Marius Venstad2019-05-231-3/+5
* Avoid NPE when serialising direct deploymentsJon Marius Venstad2019-05-131-3/+4
* Avoid NPE when serialising unknown application versionsJon Marius Venstad2019-05-101-0/+3
* Also move UpgradePolicy, ZoneFilter, and ZoneListHåkon Hallingstad2019-04-081-1/+1
* Move ZoneId to config-provisioningHåkon Hallingstad2019-04-081-1/+1
* Simplify stream of optionalsMartin Polden2019-01-251-1/+1
* Rename isPresent to hasTargets, and display change which is only pin in REST APIJon Marius Venstad2019-01-211-5/+5
* Expose build meta in ApplicationPackage and store it in ApplicationVersionJon Marius Venstad2019-01-111-7/+6
* Add author email to ApplicationVersion, and store it with submissionsJon Marius Venstad2018-12-191-1/+3
* Follow zone change further up in testJon Marius Venstad2018-12-061-1/+1
* Move SourceRevision and ApplicationVersion to controller-apiJon Marius Venstad2018-11-081-2/+2
* ElseJon Marius Venstad2018-11-041-1/+1
* Expose pause information in job APIJon Marius Venstad2018-11-041-0/+4
* Allow unregistering from internal deployment pipeline through application APIJon Marius Venstad2018-11-011-0/+9
* Replace changeAt(instance) with just change()Jon Marius Venstad2018-10-311-4/+3
* Allow admins and operators to cancel hosted deployment jobsJon Marius Venstad2018-10-231-0/+15
* Accept optional project id for new pipeline submissionsJon Marius Venstad2018-10-231-2/+5
* Include detailed step information with all run responsesJon Marius Venstad2018-10-051-7/+5
* Remove pointless Optional and clean up API responseJon Marius Venstad2018-10-051-1/+2
* Add copyright headerJon Bratseth2018-10-011-0/+1
* Compare against target versions for the other production job, not this oneJon Marius Venstad2018-09-141-2/+6
* Revert "Revert PR 6944"Jon Marius Venstad2018-09-141-2/+2
* Revert PR 6944Harald Musum2018-09-131-2/+2
* Fix stupid filtersJon Marius Venstad2018-09-131-2/+2
* Differentiate between waiting for slot and current deploymentJon Marius Venstad2018-09-121-1/+4
* Add missing space in API test responseJon Marius Venstad2018-09-121-2/+2
* Use only regions as names for production jobs, in responseJon Marius Venstad2018-09-111-4/+9
* Adjust response to the wishes of the front-end teamJon Marius Venstad2018-09-061-8/+9
* Less boxingMartin Polden2018-09-041-1/+1
* Running tests aren't pendingJon Marius Venstad2018-08-301-0/+3
* Extract last version slimeficationJon Marius Venstad2018-08-301-46/+50
* Fixed version status and some URL slashes in JCAHHJon Marius Venstad2018-08-301-10/+8
* Change the response for the new deployment viewJon Marius Venstad2018-08-301-45/+282
* Wrap logs in the "log" fieldJon Marius Venstad2018-08-281-4/+5
* Lock and then check for activity to avoid runtime exceptionJon Marius Venstad2018-08-271-7/+2
* Rewire so JobController owns the TesterCloud for log updatesJon Marius Venstad2018-08-271-1/+7
* Replace log entry levels with typesJon Marius Venstad2018-08-271-1/+1
* Get sub-list of LogEntry from TesterCloudJon Marius Venstad2018-08-231-1/+1
* Replaced LogRecord LogEntry, and use a chunked Curator buffer for logsJon Marius Venstad2018-08-231-5/+20
* source -> current, target -> wantedJon Marius Venstad2018-08-151-4/+4
* Expose version id as wellJon Marius Venstad2018-08-151-0/+1
* Expose richer version informationJon Marius Venstad2018-08-151-2/+9
* Expose version information in HTTP APIJon Marius Venstad2018-08-151-0/+6
* Made `RunStatus status` an explicit, set-once, serialised fieldJon Marius Venstad2018-08-141-1/+1
* Rename RunStatus to RunJon Marius Venstad2018-08-141-17/+17
* Tenant pipelines submit APIValerij Fredriksen2018-07-241-0/+17
* Tenant pipelines status APIValerij Fredriksen2018-07-241-0/+105