summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set hostname to 'localhost'.gjoranv2018-07-061-0/+1
* Install emacs.gjoranv2018-07-061-1/+2
* Merge pull request #6285 from vespa-engine/jvenstad/deployment-pipelineJon Marius Venstad2018-07-0539-314/+1859
|\
| * Append, rather than set, logs, and fix unstable unit testJon Marius Venstad2018-07-044-25/+20
| * Some stupid logger thing for StepRunner, and more wiring thereJon Marius Venstad2018-07-031-24/+155
| * Store one object per deployment job stepJon Marius Venstad2018-07-034-82/+53
| * More thorough step and GC tests and some more wiringJon Marius Venstad2018-07-028-27/+141
| * endTests is not run-always, and avoid Thread.sleep in unit testJon Marius Venstad2018-07-023-31/+27
| * Thorough GC of job resourcesJon Marius Venstad2018-07-0211-35/+59
| * Collect garbage on controller restartJon Marius Venstad2018-07-024-9/+41
| * Re-add files that were lost by rename + resetJon Marius Venstad2018-07-023-0/+427
| * Support aborting runs, and some JobRunner testsJon Marius Venstad2018-07-0213-464/+232
| * Remove outdated testsJon Marius Venstad2018-07-024-82/+2
| * Some more wiring and stubsJon Marius Venstad2018-07-026-55/+129
| * Job serialisation and log store changesJon Marius Venstad2018-07-0211-53/+244
| * Persistent (de)serialisation, and some minorsJon Marius Venstad2018-07-024-22/+134
| * RunStatus.hasEnded() for convenienceJon Marius Venstad2018-07-024-4/+8
| * Some more details fleshed outJon Marius Venstad2018-07-026-46/+93
| * Maybe a finished job run engine?Jon Marius Venstad2018-07-0216-149/+474
| * Remove parenthesisJon Marius Venstad2018-07-021-1/+1
| * Daft draft to share -- don't stareJon Marius Venstad2018-07-0211-137/+300
| * Move timeout definitions to CuratorDbJon Marius Venstad2018-07-024-6/+6
| * Avoid hiding unexpected lock timeoutsJon Marius Venstad2018-07-026-28/+105
| * Add setting for where to build stuffJon Marius Venstad2018-07-028-35/+92
| * Expose JobController in ControllerJon Marius Venstad2018-07-021-0/+3
| * Renaming and skeleton for stepsJon Marius Venstad2018-07-029-101/+215
* | Merge pull request #6342 from vespa-engine/hmusum/remove-unused-methodsHarald Musum2018-07-0515-34/+12
|\ \
| * | Remove unused methods and default implementationsHarald Musum2018-07-0515-34/+12
* | | Merge pull request #6343 from vespa-engine/bjorncs/fixgjoranv2018-07-051-1/+1
|\ \ \
| * | | Fix typoBjørn Christian Seime2018-07-051-1/+1
|/ / /
* | | Merge pull request #6339 from vespa-engine/bjorncs/fix-authorBjørn Christian Seime2018-07-051354-1356/+1356
|\ \ \
| * | | Fix author tag for SimonBjørn Christian Seime2018-07-051066-1068/+1068
| * | | Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-05288-288/+288
| |/ /
* | | Merge pull request #6341 from vespa-engine/gjoranv/MaxJavaStackTraceDepthArne H Juul2018-07-0510-11/+11
|\ \ \ | |/ / |/| |
| * | Set MaxJavaStackTraceDepth to a value legal for all JVM versions.gjoranv2018-07-0510-11/+11
|/ /
* | Merge pull request #6326 from vespa-engine/bjorncs/new-jdisc-metricsBjørn Christian Seime2018-07-057-38/+97
|\ \
| * | Add comment on use of getBindingMatchBjørn Christian Seime2018-07-041-0/+2
| * | Add matched binding as dimension when availableBjørn Christian Seime2018-07-046-17/+36
| * | Add metrics for uri length + content sizeBjørn Christian Seime2018-07-043-12/+25
| * | Move http status metrics to container sectionBjørn Christian Seime2018-07-041-5/+6
| * | Add metric on prematurely closed connectionsBjørn Christian Seime2018-07-034-0/+8
| * | Rename 'getMetricContext' -> 'getConnectorMetricContext'Bjørn Christian Seime2018-07-032-7/+7
| * | Add 'httpMethod' dimension to request-specific metric valuesBjørn Christian Seime2018-07-034-4/+20
* | | Merge pull request #6271 from vespa-engine/henrhoi/json-query-apiJon Bratseth2018-07-055-20/+578
|\ \ \
| * | | Separated code - made a separate method for creating queries from requestsHenrik2018-07-042-27/+28
| * | | Added unit-test for bad JSON-queries.Henrik2018-06-291-0/+10
| * | | Now throwing QueryException for errors when parsing JSON to SlimeHenrik2018-06-291-1/+4
| * | | Removed unused importsHenrik2018-06-282-2/+0
| * | | Added changes from Architect-meeting and from pull-request-commentsHenrik2018-06-282-50/+31
| * | | Removed wildcard imports, unnused dependency and a few other changesHenrik2018-06-255-58/+31