summaryrefslogtreecommitdiffstats
path: root/docker-api
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | * Needed by secret-agent > 0.10 VESPA-5347
* 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
| | | | | * Do not depend on HOSTNAME (works for Linux only) * Output everything when deploying fails
* 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 ↵valerijf2016-10-171-14/+0
| | | | | | made in @Before. Removed testGetAllManagedContainersNoContainersRunning() - covered by testContainerCycle()
* 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 ↵valerijf2016-10-173-120/+38
| | | | are on latest Jersey
* Merge pull request #862 from yahoo/dybdahl/docker-network-on-macHaakon Dybdahl2016-10-175-57/+165
|\ | | | | Create a network test for Mac.
| * 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 ↵Eirik Nygaard2016-10-141-2/+2
| | | | | | | | | | | | machines"
* | | Merge pull request #866 from yahoo/hakon/16Jon Bratseth2016-10-131-2/+2
|\ \ \ | | | | | | | | Use HostName for message bus, but fix HostName to work with dev machines
| * | | 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
|\ \ | |/ |/| Freva/docker test linux fix with network
| * 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
|/
* Code review fixes.Haakon Dybdahl2016-10-111-2/+2
|
* More fixes.Haakon Dybdahl2016-10-112-3/+1
|
* Nicify constructor.Haakon Dybdahl2016-10-111-38/+31
|
* More cleanups.Haakon Dybdahl2016-10-111-10/+6
|
* Clean up a bit.Haakon Dybdahl2016-10-111-20/+1
|
* Add tests for mac.Haakon Dybdahl2016-10-112-61/+193
|
* Code review improvementsvalerijf2016-10-071-2/+4
|
* Code review improvementsvalerijf2016-10-063-22/+42
|
* Fixed bug where Dimentions.Builder could continue editing the ↵valerijf2016-10-061-5/+8
| | | | UnmodifiableMap of Dimensions
* Added MetricReceiverWrapper testsvalerijf2016-10-062-6/+43
|
* Changed MetricReceiverWrapper to use Dimensions class instead of Mapvalerijf2016-10-063-15/+62
|
* Rewritten MetricReceiverWrapper to allow setting dimensionsvalerijf2016-10-062-15/+67
|
* Added test for relevant docker metrics retreivervalerijf2016-10-061-2/+2
|
* Code review fixesvalerijf2016-10-062-2/+6
|
* Added method to get docker stats from DockerImplvalerijf2016-10-064-1/+102
|
* Changed MetricReceiverWrapper API to return map of latest metricsvalerijf2016-10-032-8/+53
|
* Initialize number of running containers metricvalerijf2016-09-291-0/+3
| | | | When node-admin is restarted, it showed the number of running containers as 0 until a container was started/deleted
* Fixed synchronization and added copyrightvalerijf2016-09-295-8/+19
|