summaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Expand)AuthorAgeFilesLines
* Skip checking config convergence for zone applicationHarald Musum2018-09-032-11/+20
* Merge pull request #6745 from vespa-engine/jvenstad/testrunner-loggingJon Marius Venstad2018-08-301-46/+53
|\
| * Running tests aren't pendingJon Marius Venstad2018-08-301-0/+3
| * Extract last version slimeficationJon Marius Venstad2018-08-301-46/+50
* | Merge pull request #6738 from vespa-engine/jvenstad/testrunner-loggingJon Marius Venstad2018-08-3016-869/+1480
|\|
| * Updated tests for the responses for the new job viewsJon Marius Venstad2018-08-304-122/+793
| * Fixed version status and some URL slashes in JCAHHJon Marius Venstad2018-08-302-11/+9
| * deploymentFailed on bad request and invalid packagesJon Marius Venstad2018-08-301-0/+7
| * Added another zone, and run two in parallelJon Marius Venstad2018-08-302-6/+12
| * More abortion fixJon Marius Venstad2018-08-301-4/+6
| * Additional zone in internal deployment testsJon Marius Venstad2018-08-302-10/+17
| * Fix abortion criterion (for single threaded tests)Jon Marius Venstad2018-08-301-4/+4
| * Replace test dataJon Marius Venstad2018-08-306-340/+0
| * Extracted a tester for internal deploymentsJon Marius Venstad2018-08-302-297/+348
| * Remove test which is better covered elsewhereJon Marius Venstad2018-08-301-14/+0
| * Change the response for the new deployment viewJon Marius Venstad2018-08-303-83/+291
| * Simplify and make available some deployment trigger logicJon Marius Venstad2018-08-302-10/+25
* | 1 ms is probably far too little to be reliableJon Marius Venstad2018-08-301-1/+1
* | Reduce lock timeout in MockCuratorDbMartin Polden2018-08-302-5/+11
* | Merge pull request #6712 from vespa-engine/mpolden/clear-os-targetMartin Polden2018-08-291-0/+3
|\ \ | |/ |/|
| * Reduce number of container threads in controller testsMartin Polden2018-08-241-0/+3
* | Test Athenz validation for submissionJon Marius Venstad2018-08-281-0/+41
* | Verify Athenz setup for submissionJon Marius Venstad2018-08-282-2/+7
* | Urgh, other tests needed the identity set up as wellJon Marius Venstad2018-08-282-16/+25
* | Include Copper Argos identity for testerJon Marius Venstad2018-08-282-1/+32
* | Wrap logs in the "log" fieldJon Marius Venstad2018-08-282-19/+22
* | Try to fetch logs only when possibleJon Marius Venstad2018-08-281-0/+3
* | Check for expiry wherever it is relevant (and may cause NPEs)Jon Marius Venstad2018-08-274-28/+37
* | Lock and then check for activity to avoid runtime exceptionJon Marius Venstad2018-08-272-20/+16
* | Throw IllegalStateException when unknown state, and log itJon Marius Venstad2018-08-271-2/+3
* | Reorder methods and add some docJon Marius Venstad2018-08-271-20/+19
* | Rewire so JobController owns the TesterCloud for log updatesJon Marius Venstad2018-08-279-64/+83
* | Replace log entry levels with typesJon Marius Venstad2018-08-2710-37/+68
* | Merge pull request #6661 from vespa-engine/jvenstad/testrunner-loggingJon Marius Venstad2018-08-2414-114/+82
|\ \
| * | Prefix when logging to Vespa logJon Marius Venstad2018-08-241-2/+2
| * | WARNING for unexpected exceptionsJon Marius Venstad2018-08-241-1/+1
| * | Use controller clock when job controller logs, and include tracesJon Marius Venstad2018-08-242-3/+14
| * | Get sub-list of LogEntry from TesterCloudJon Marius Venstad2018-08-2314-108/+65
* | | Rename config param to attach bundle artifactgjoranv2018-08-241-1/+1
* | | Configure bundle-plugin to attach bundle artifact.gjoranv2018-08-241-23/+2
* | | Remove unnecessary plugin declarationgjoranv2018-08-241-4/+0
| |/ |/|
* | Emit metric for deployments failing on upgradeMartin Polden2018-08-232-31/+109
* | Merge pull request #6651 from vespa-engine/mpolden/os-upgrade-rest-apiMartin Polden2018-08-2317-34/+692
|\ \ | |/ |/|
| * Move cloud validation to controllerMartin Polden2018-08-232-4/+3
| * Allow excessive test logging to be silencedMartin Polden2018-08-222-4/+15
| * Implement REST API for OS upgradesMartin Polden2018-08-2214-21/+671
| * Remove compatibility with old serialization formatMartin Polden2018-08-221-9/+1
| * Remove old API compatibilityMartin Polden2018-08-221-2/+8
* | Replaced LogRecord LogEntry, and use a chunked Curator buffer for logsJon Marius Venstad2018-08-2316-192/+494
* | Use Optional for get and delete on appliation level in RunDataStoreJon Marius Venstad2018-08-237-31/+113