summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #2964 from yahoo/bjorncs/activecontainer-watchdoggjoranv2017-07-172-3/+7
|\ \ \
| * | | Ensure that phantom references are enqueued to reference queueBjørn Christian Seime2017-07-172-3/+7
|/ / /
* | | Merge pull request #2962 from yahoo/hmusum/log-when-running-acl-commandMartin Polden2017-07-171-2/+8
|\ \ \
| * | | Add missing quote characterHarald Musum2017-07-171-2/+2
| * | | Log when running commandsHarald Musum2017-07-161-2/+8
|/ / /
* | | Merge pull request #2956 from yahoo/geirst/remove-temp-symlinks-used-when-ren...Arne H Juul2017-07-141-83/+0
|\ \ \ | |/ / |/| |
| * | Remove temporary symlinks used when renaming binaries.Geir Storli2017-07-131-83/+0
* | | Merge pull request #2959 from yahoo/hmusum/config-proxy-refactoringgjoranv2017-07-1410-78/+27
|\ \ \
| * | | Move code that puts config in cacheHarald Musum2017-07-1410-78/+27
* | | | Merge pull request #2958 from yahoo/geirst/add-logging-when-blocking-unblocki...Håvard Pettersen2017-07-142-38/+87
|\ \ \ \ | |/ / / |/| | |
| * | | Log detailed messages when flipping between blocking/un-blocking write operat...Geir Storli2017-07-132-38/+87
* | | | Merge pull request #2957 from yahoo/bjorncs/fixBjørn Christian Seime2017-07-134-42/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Remove dead Scala codeBjørn Christian Seime2017-07-132-40/+10
| * | | Revert back to using deprecated http clientBjørn Christian Seime2017-07-132-2/+9
|/ / /
* | | Merge pull request #2955 from yahoo/geirst/basic-search-tensor-readmegjoranv2017-07-131-2/+4
|\ \ \
| * | | Small improvements plus link to tensor intro doc.Geir Storli2017-07-131-2/+4
| |/ /
* | | Merge pull request #2954 from yahoo/bjorncs/scala-improvementsgjoranv2017-07-1336-459/+208
|\ \ \ | |/ / |/| |
| * | Treat Scala warnings as errors. Remove use of deprecated Scala APIsBjørn Christian Seime2017-07-1315-54/+69
| * | Remove old Eclipse workaroundBjørn Christian Seime2017-07-131-160/+0
| * | Enable useful warnings for all Scala modulesBjørn Christian Seime2017-07-1310-106/+8
| * | Remove use of deprecated JavaConversions APIBjørn Christian Seime2017-07-1317-146/+138
* | | Merge pull request #2953 from yahoo/geirst/minor-fixes-to-sample-appsgjoranv2017-07-138-8/+17
|\ \ \
| * | | Add a short intro with links to documentation.Geir Storli2017-07-131-1/+10
| * | | Fix links.Geir Storli2017-07-137-7/+7
|/ / /
* | | Merge pull request #2952 from yahoo/geirst/tweak-to-vesparun-docker-imageArnstein Ressem2017-07-132-3/+2
|\ \ \ | |/ / |/| |
| * | Remove reference to docker-machine, no longer relevant.Geir Storli2017-07-131-2/+0
| * | Install maven to able to build sample apps.Geir Storli2017-07-131-1/+2
* | | Merge pull request #2946 from yahoo/bjorncs/revert-scala-upgradegjoranv2017-07-132-7/+7
|\ \ \
| * | | Revert "Upgrade to Scala 2.12.2"Bjørn Christian Seime2017-07-122-7/+7
* | | | Merge pull request #2939 from yahoo/hakon/propagate-hardware-failure-to-childrenHarald Musum2017-07-125-24/+107
|\ \ \ \
| * | | | Propagate hardware failure to childrenHåkon Hallingstad2017-07-115-24/+107
| | |_|/ | |/| |
* | | | Merge pull request #2950 from yahoo/hakon/log-life-cycle-of-nodeadminstateupd...Harald Musum2017-07-121-0/+7
|\ \ \ \
| * | | | Add Object::toString to each log lineHåkon Hallingstad2017-07-121-3/+7
| * | | | Log life-cycle of NodeAdminStateUpdaterHåkon Hallingstad2017-07-121-0/+3
| | |_|/ | |/| |
* | | | Merge pull request #2949 from yahoo/bjorncs/fix-connected-atBjørn Christian Seime2017-07-1211-59/+100
|\ \ \ \
| * | | | Expose connection timestamp to all request typesBjørn Christian Seime2017-07-125-21/+43
| * | | | Move helper methods to separate utility classBjørn Christian Seime2017-07-125-12/+28
| * | | | Fix 'connectedAt' timestamp for persistent connectionsBjørn Christian Seime2017-07-122-27/+30
| |/ / /
* | | | Merge pull request #2951 from yahoo/bjorncs/fix-optional-useFrode Lundgren2017-07-121-6/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Only create timeout error when it is actually neededBjørn Christian Seime2017-07-121-6/+7
|/ / /
* | | Merge pull request #2947 from yahoo/revert-2945-kraune/build-sample-appsHarald Musum2017-07-127-8/+8
|\ \ \
| * | | Revert "Build all sample apps"Arnstein Ressem2017-07-127-8/+8
|/ / /
* | | Merge pull request #2945 from yahoo/kraune/build-sample-appsArnstein Ressem2017-07-127-8/+8
|\ \ \ | |_|/ |/| |
| * | Build all sample appsKristian Aune2017-07-127-8/+8
* | | Merge pull request #2944 from yahoo/bjorncs/scala-stuffBjørn Christian Seime2017-07-1115-240/+53
|\ \ \
| * | | Fix bug where AOP version of Guice was includedBjørn Christian Seime2017-07-111-1/+15
| * | | Fix issue where Scala Maven plugin fails on Java compilationBjørn Christian Seime2017-07-111-1/+1
| * | | Remove dead Scala code that triggers a Scala compiler crashBjørn Christian Seime2017-07-114-209/+0
| * | | ShouldMatchersForJUnit is removed from scala-test v3Bjørn Christian Seime2017-07-117-22/+30
| * | | Upgrade to Scala 2.12.2Bjørn Christian Seime2017-07-112-7/+7
|/ / /