summaryrefslogtreecommitdiffstats
path: root/docker-api
Commit message (Collapse)AuthorAgeFilesLines
* Noop change to retrigger travisValerij Fredriksen2017-09-251-1/+1
|
* Fix pull async bug, add testvalerijf2017-09-042-8/+84
|
* Fix docker image pull retryvalerijf2017-09-044-45/+29
|
* Rethrow exception from docker-java if container create fails as DockerExceptionvalerijf2017-08-291-3/+2
|
* Rethrow all RuntimeExceptions from docker-javavalerijf2017-08-211-14/+14
|
* Add copyright headerJon Bratseth2017-08-181-1/+1
|
* Upgrade docker-java to 3.0.8Harald Musum2017-07-251-1/+1
|
* Don't use unnecessary specific namingJon Bratseth2017-07-052-5/+5
|
* use underVespaHomeArne H Juul2017-06-281-3/+4
|
* Added commentvalerijf2017-06-231-0/+3
|
* Throw DockerException instead of RuntimeExceptionvalerijf2017-06-232-30/+42
|
* Remove host dimension from node-admin metricsvalerijf2017-06-191-5/+1
|
* Remove unneeded created field in Containervalerijf2017-06-192-20/+3
|
* Move DimensionMetrics to own class, add Buildervalerijf2017-06-162-56/+76
|
* Let secret-agent report host_life.alive inside containervalerijf2017-06-161-1/+0
|
* Update copyright headersJon Bratseth2017-06-1433-31/+33
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1432-32/+30
|
* Update copyright headersJon Bratseth2017-06-1432-30/+32
|
* Remove carriage returnJon Bratseth2017-06-143-3/+3
|
* Revert "Copyright header"Jon Bratseth2017-06-1333-35/+35
|
* Copyright headerJon Bratseth2017-06-1333-35/+35
|
* Remove remaining docker-registry references in node-admin and docker-apiMartin Polden2017-06-121-1/+1
|
* Orchestrator support for setting host statusHÃ¥kon Hallingstad2017-06-121-6/+0
| | | | | | | | | | | | | | | | Directly setting the host status can be useful for an operator, e.g. to break a deadlock. Unfortunately, some code use the term "host status" while others use "host state". I haven't settled yet on which is preferred, e.g. 'state' is used in REST APIs, but 'status' is the original term and slightly more used. This PR maintains the local use of the terms, meaning it adds 'state' where that's normally used and 'status' other places. Setting the deadlock is done with a PATCH request, which is defined in jaxrs_utils. jaxrs_utils only defines PATCH, and that's not used anywhere else except in jaxrs_client_utils tests. So I remove this module as a dependency a couple of places.
* Merge pull request #2670 from yahoo/arnej/less-hardcoded-yahooJon Bratseth2017-06-081-2/+2
|\ | | | | Arnej/less hardcoded yahoo
| * use vespaUser() from DefaultsArne H Juul2017-06-081-2/+2
| |
* | Add listAllContainersManagedBy() method to DockerImplvalerijf2017-06-083-1/+11
|/
* Transfer ownership.Haakon Dybdahl2017-05-231-1/+0
|
* Revert "Change read timeout towards docker daemon"Valerij Fredriksen2017-05-191-1/+1
|
* Merge pull request #2505 from yahoo/freva/rename-system-metrics-applicationValerij Fredriksen2017-05-191-1/+1
|\ | | | | Rename system metrics application to "vespa.node"
| * Rename system metrics application to "vespa.node"valerijf2017-05-191-1/+1
| |
* | Change read timeout towards docker daemon to 1 minutevalerijf2017-05-191-1/+1
|/
* Add new metricsvalerijf2017-05-151-0/+1
|
* Merge pull request #2437 from yahoo/freva/fix-local-systemtestsHarald Musum2017-05-102-83/+1
|\ | | | | Fix local systemtests
| * Fix local systemtestsvalerijf2017-05-102-83/+1
| |
* | Consistent formattingtoby2017-05-091-5/+5
| |
* | Re-introduce exec in docker container with timeout methodtoby2017-05-094-13/+102
|/
* Revert "Set domain name" (#2102)Harald Musum2017-03-291-5/+0
|
* Set domain nameHarald Musum2017-03-281-0/+5
|
* Set CPU shares when starting a containervalerijf2017-03-282-0/+10
|
* Added network metrics for docker containersvalerijf2017-03-241-10/+0
|
* NodeAgent improvementsvalerijf2017-03-231-5/+26
|
* awaitCompletion on docker stats until we get the first resultvalerijf2017-03-221-1/+13
|
* Update ulimitsvalerijf2017-03-151-2/+2
|
* Simplify getContainer()freva2017-03-031-9/+4
|
* Removed getContainer(hostname) in DockerImplfreva2017-03-034-16/+8
|
* Moved method to translate from hostname to ContainerName to ContainerName classfreva2017-03-031-0/+4
|
* Use Instant.parse ISO-8601freva2017-02-271-10/+2
|
* Fix host_life application namefreva2017-02-161-1/+1
|
* Merge pull request #1703 from yahoo/freva/build-maven-dependenciesHarald Musum2017-02-151-30/+96
|\ | | | | Build dependencies of module for local systemtest
| * Minor updatesfreva2017-02-151-5/+6
| |