aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/JobControllerApiHandlerHelperTest.java
Commit message (Expand)AuthorAgeFilesLines
* Remove DeploymentTester and rename InternalDeploymentTesterJon Marius Venstad2019-10-311-6/+6
* Take care of DeploymentTester stragglersJon Marius Venstad2019-10-311-15/+17
* Extract DeploymentContext from InternalDeploymentTesterMartin Polden2019-10-281-2/+2
* Fix testMartin Polden2019-10-251-2/+1
* Reduce usage of legacy deployment system in MetricsReporterTestMartin Polden2019-10-241-1/+1
* Add and use completeRollout() instead of hard coded jobsJon Marius Venstad2019-10-091-1/+2
* Stop using Instance methods which are no longer populatedJon Marius Venstad2019-09-301-1/+1
* Put Instances in Application, and replace ALL THE THINGS!!!Jon Marius Venstad2019-09-281-22/+22
* Let createApplication return an Application (and :dark_sunglasses:)Jon Marius Venstad2019-09-281-5/+5
* Update Vespa log on deployment job log requests iff job includes Vespa logsJon Marius Venstad2019-09-131-0/+6
* Handle lookup of application version of direct deploymentsMartin Polden2019-07-161-5/+19
* Render info about last dev/perf deployment jobs in overviewJon Marius Venstad2019-05-231-0/+14
* Actually test the response >_<Jon Marius Venstad2019-05-151-1/+2
* Unit test run responseJon Marius Venstad2019-05-141-0/+6
* Also move UpgradePolicy, ZoneFilter, and ZoneListHåkon Hallingstad2019-04-081-1/+1
* Move ZoneId to config-provisioningHåkon Hallingstad2019-04-081-1/+1
* Let author be a proper part of ApplicationVersionJon Marius Venstad2018-12-191-1/+0
* Add author email to ApplicationVersion, and store it with submissionsJon Marius Venstad2018-12-191-1/+2
* Introduce and use TesterIdJon Marius Venstad2018-11-091-3/+3
* Move SourceRevision and ApplicationVersion to controller-apiJon Marius Venstad2018-11-081-1/+1
* Accept optional project id for new pipeline submissionsJon Marius Venstad2018-10-231-0/+1
* Include detailed step information with all run responsesJon Marius Venstad2018-10-051-0/+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-1/+1
* Adjust response to the wishes of the front-end teamJon Marius Venstad2018-09-061-8/+0
* Updated tests for the responses for the new job viewsJon Marius Venstad2018-08-301-122/+106
* Remove test which is better covered elsewhereJon Marius Venstad2018-08-301-14/+0
* Change the response for the new deployment viewJon Marius Venstad2018-08-301-11/+5
* Rewire so JobController owns the TesterCloud for log updatesJon Marius Venstad2018-08-271-2/+3
* Replace log entry levels with typesJon Marius Venstad2018-08-271-3/+3
* 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-6/+11
* Rename LogStore to RunDataStore -- LogStore will deal with LogRecordsJon Marius Venstad2018-08-231-3/+3
* Avoid unreliable path lookup of test dataMartin Polden2018-08-171-1/+1
* Merge pull request #6605 from vespa-engine/jvenstad/testrunner-loggingJon Marius Venstad2018-08-161-1/+1
|\
| * Store information about last test log record received in RunJon Marius Venstad2018-08-151-1/+1
* | Copy package from artifactory to app store on switchtoby2018-08-151-1/+0
|/
* Made `RunStatus status` an explicit, set-once, serialised fieldJon Marius Venstad2018-08-141-12/+16
* Rename RunStatus to RunJon Marius Venstad2018-08-141-18/+18
* Minor cleanupJon Marius Venstad2018-08-091-1/+1
* Store version information in run statusJon Marius Venstad2018-08-081-3/+11
* Some simplificationsJon Marius Venstad2018-08-071-8/+10
* Added testsValerij Fredriksen2018-07-241-0/+158