aboutsummaryrefslogtreecommitdiffstats
path: root/docker-api
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Added NullGauge in metrics.simple to avoid having to re-create null ↵valerijf2016-09-294-55/+2
| | | | implementation in wrappers
* Added intent and synchronized counter + gaugevalerijf2016-09-293-7/+26
|
* Renamed metricsvalerijf2016-09-291-2/+2
|
* Added number of active containers and containers downloading an image metricvalerijf2016-09-291-2/+2
|
* Added null implementations for metric wrappersvalerijf2016-09-293-1/+53
|
* Added counters for number of running containers and number of fails towards ↵valerijf2016-09-292-22/+47
| | | | docker daemon
* Added basic Metric keeping classesvalerijf2016-09-296-23/+106
|
* Added DockerMetricsvalerijf2016-09-293-2/+29
|
* Remove applicationmodel, part 1Harald Musum2016-09-256-25/+12
| | | | * Get rid of HostName in docker-api and node-admin
* Added method to copy files to a docker containervalerijf2016-09-202-0/+8
|
* Merge pull request #650 from yahoo/freva/docker-network-setup-exception-printingHaakon Dybdahl2016-09-151-1/+1
|\ | | | | Include docker exception with RuntimeException
| * Include docker exception with RuntimeExceptionvalerijf2016-09-151-2/+2
| |
* | Add exceptionHarald Musum2016-09-151-1/+1
| |
* | Merge branch 'master' into hmusum/pull-image-through-command-line-toolHarald Musum2016-09-145-52/+155
|\|
| * Merge pull request #644 from yahoo/freva/docker-ipv6-network-setupfreva2016-09-145-52/+156
| |\ | | | | | | Docker ipv4/ipv6 network setup
| | * Code review fixesvalerijf2016-09-141-1/+1
| | |
| | * Added method to set up docker macvlan network if it already doesnt existvalerijf2016-09-142-14/+66
| | |
| | * Changed StartContainerCommand to CreateContainerCommand and added option to ↵valerijf2016-09-142-38/+43
| | | | | | | | | | | | set IPv4 address
| | * Added methods to get subnet/gateway of host ethernet interface for docker ↵valerijf2016-09-141-0/+47
| | | | | | | | | | | | network setup
* | | Add module with tool for pulling docker imageHarald Musum2016-09-141-1/+30
|/ / | | | | | | | | | | * Pulling Docker image does not work, due to conflicting versions of Jackson that we are not able to resolve. Therefore, use a tool for pulling image that is using its own jar
* | Merge pull request #637 from yahoo/freva/docker-ipv6-network-setupHaakon Dybdahl2016-09-143-2/+31
|\| | | | | Added support for random IPv6 addresses through docker macvlan driver
| * Added support for random IPv6 addresses through docker macvlan drivervalerijf2016-09-143-2/+31
| |
* | Merge pull request #635 from yahoo/hmusum/upgrade-docker-javaHaakon Dybdahl2016-09-141-1/+1
|\ \ | | | | | | Use 3.0.6 of docker-java
| * | Use 3.0.6 of docker-javaHarald Musum2016-09-141-1/+1
| |/
* / Remove more unused depsHarald Musum2016-09-131-10/+0
|/
* Update pom.xmlHaakon Dybdahl2016-09-131-2/+6
| | | Fix todos
* Remove unneded dependencyHarald Musum2016-09-131-7/+2
|
* Merge pull request #598 from yahoo/hakon/remove-duplicatehakonhall2016-09-091-6/+0
|\ | | | | Remove duplicate dependency on application-model
| * Remove duplicate dependency on application-modelHåkon Hallingstad2016-09-091-6/+0
| | | | | | | | I have verified the dependency tree is unaffected.
* | Add copyright headerHarald Musum2016-09-096-0/+8
| |
* | Fixed DockerImplTestvalerijf2016-09-091-12/+11
|/
* Removed debug log and fixed NullPointerException if two or more images share ↵valerijf2016-09-091-30/+8
| | | | parent
* Fix for NullPointerException with repoTagsvalerijf2016-09-071-2/+24
|
* Moved DockerTest resources to docker-apivalerijf2016-09-073-0/+59
|
* Merge pull request #576 from yahoo/dybdahl/node-admin-with-working-dependenciesHarald Musum2016-09-071-7/+77
|\ | | | | Move back to working versions of libraries.
| * Move back to working versions of libraries.Haakon Dybdahl2016-09-071-7/+77
| |
* | Added tests for docker config buildervalerijf2016-09-071-0/+61
| |