summaryrefslogtreecommitdiffstats
path: root/docker-api
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant throwsfreva2017-01-056-14/+9
* Disable docker image GC locallyfreva2016-12-222-7/+10
* Disable docker image GC locallyfreva2016-12-223-27/+15
* Fix NullPointerException when docker stats timesoutfreva2016-12-191-4/+4
* Make sure to catch errors DockerExceptions to count errors, do not ignore Not...freva2016-12-131-51/+74
* Split up RunVespaLocal is multiple smaller methods, update READMEsfreva2016-12-081-5/+0
* Do not set MAC address if network mode is hostfreva2016-12-081-7/+10
* Copy /etc/hosts to systest docker containerfreva2016-12-021-1/+3
* Added example usage codefreva2016-12-021-1/+15
* RunVespaLocal and RunSystemTests no longer regular testsfreva2016-12-011-59/+68
* RunSystemTests improvementsfreva2016-12-012-27/+92
* Build test image and run systemtest from IDEfreva2016-11-292-31/+85
* Use Dockerfile.template instead of Dockerfilefreva2016-11-292-1/+2
* Do not autostart packages when building imageHarald Musum2016-11-291-0/+3
* Added function to start systemtests containerfreva2016-11-282-0/+60
* Lower image GC time to 45minsfreva2016-11-151-1/+1
* Fix generics build warningfreva2016-11-151-2/+2
* Fix adding/dropping capabilities in CreateContainerCommandImplfreva2016-11-151-7/+10
* Fix option names for adding and dropping capabilitiesHarald Musum2016-11-081-2/+2
* Add SYS_NICE capabaility when starting dockerHarald Musum2016-11-082-0/+22
* Missing container exception fixfreva2016-10-285-107/+100
* Fixed docker container managed labelingfreva2016-10-274-71/+57
* Minor fixesfreva2016-10-261-1/+2
* Created DockerImageGarbageCollectionfreva2016-10-268-334/+386
* Document how to setup for doing local test and how to fix issuesHarald Musum2016-10-261-1/+1
* Try to get local test running on OS XHarald Musum2016-10-261-2/+2
* Added support for building image in DockerImplfreva2016-10-215-14/+34
* Add routing to metrics output, add zone and parentHostname to dimensionsfreva2016-10-211-0/+6
* Added OOM-on-one-container-should-not-affect-the-others testvalerijf2016-10-193-2/+51
* Added more parameters to DockerConfig to easily set testing optionsvalerijf2016-10-193-16/+19
* Fix failing docker testvalerijf2016-10-192-10/+18
* Ignore failing testsHenning Baldersheim2016-10-181-2/+0
* Added support for setting ulimits in CreateContainerCommandImplvalerijf2016-10-182-6/+11
* Created DockerTestUtils for local test methods reuseablity across packagesvalerijf2016-10-182-73/+90
* Dont have to check if docker daemon is present inside every test - check is m...valerijf2016-10-171-14/+0
* testDockerLifecycle no longer tests networkvalerijf2016-10-171-72/+19
* Made testDockerNetworking() twice as fastvalerijf2016-10-171-50/+31
* Use docker-java for image pull and getting container statistics now that we a...valerijf2016-10-173-120/+38
* Merge pull request #862 from yahoo/dybdahl/docker-network-on-macHaakon Dybdahl2016-10-175-57/+165
|\
| * Fix comment.Haakon Dybdahl2016-10-171-1/+1
| * merge masterHaakon Dybdahl2016-10-174-88/+55
| |\
| * | Create a network test for Mac.Haakon Dybdahl2016-10-135-49/+163
* | | Revert "Use HostName for message bus, but fix HostName to work with dev machi...Eirik Nygaard2016-10-141-2/+2
* | | Merge pull request #866 from yahoo/hakon/16Jon Bratseth2016-10-131-2/+2
|\ \ \
| * | | Rename getLocalhost to getHostNameHÃ¥kon Hallingstad2016-10-131-2/+2
| | |/ | |/|
* / | Fix for the ConcurrentModificationExceptionvalerijf2016-10-131-1/+1
|/ /
* | Merge pull request #855 from yahoo/freva/DockerTest-linux-fix-with-networkHaakon Dybdahl2016-10-134-90/+63
|\ \ | |/ |/|
| * Added support for Linux and fixed network testvalerijf2016-10-121-75/+48
| * Minor cleanup and enabled simple server image to listen to ipv4valerijf2016-10-123-15/+15
* | Unset metrics via Iterator to avoid concurrent modificationvalerijf2016-10-121-3/+3
|/