summaryrefslogtreecommitdiffstats
path: root/node-admin
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #919 from yahoo/musum/add-docker-testerfreva2016-10-212-93/+129
|\
| * Do not mock Environment, mock InetAddressResolverHarald Musum2016-10-201-3/+8
| * Add DockerTester to make tests simplerHarald Musum2016-10-202-93/+124
* | Avoid scheduling download of the same image many timesHarald Musum2016-10-211-1/+1
|/
* Inject Maintainer instead of creating it in many placesHarald Musum2016-10-2012-31/+53
* Only set content-type when we have a bodyHarald Musum2016-10-201-7/+3
* Set content-type to application/json for all requestsHarald Musum2016-10-191-3/+16
* Check that container exists before attempting to restart servicesvalerijf2016-10-191-4/+6
* Remove network type, not used anymoreHarald Musum2016-10-199-23/+0
* Added support for setting ulimits in CreateContainerCommandImplvalerijf2016-10-182-4/+8
* Make Environment immutables and easier to use in testsHarald Musum2016-10-1810-53/+132
* Fix missing method.Haakon Dybdahl2016-10-171-0/+3
* Reset the lastCpuMetric variable when we (temporarily) take down the containe...valerijf2016-10-141-0/+1
* Merge pull request #868 from yahoo/musum/do-not-update-metrics-if-container-i...freva2016-10-142-0/+5
|\
| * Check whether container is running before updating node metricsHarald Musum2016-10-131-1/+2
| * Add guard so that we do not update metrics unless container is runningHarald Musum2016-10-132-0/+4
* | Merge pull request #874 from yahoo/revert-866-hakon/16Arnstein Ressem2016-10-141-1/+1
|\ \
| * | Revert "Use HostName for message bus, but fix HostName to work with dev machi...Eirik Nygaard2016-10-141-1/+1
* | | Merge pull request #871 from yahoo/hakon/18freva2016-10-142-26/+53
|\ \ \ | |/ / |/| |
| * | Set the maintainer log prefixHåkon Hallingstad2016-10-132-26/+53
| |/
* / Rename getLocalhost to getHostNameHåkon Hallingstad2016-10-131-1/+1
|/
* Move non-Docker stuff to NodeAgent, no functional changesHarald Musum2016-10-135-123/+155
* Merge pull request #853 from yahoo/freva/cpu-usage-percentagefreva2016-10-133-6/+28
|\
| * Code review fixesvalerijf2016-10-131-4/+6
| * Added cpu usage percentage metricvalerijf2016-10-123-6/+26
* | Moves cleanup of node data to the privileged Maintainer scriptHåkon Hallingstad2016-10-125-25/+59
* | Fix recursively delete /home/y/varHåkon Hallingstad2016-10-123-1/+64
|/
* Merge pull request #844 from yahoo/hmusum/print-relevant-error-messageHaakon Dybdahl2016-10-121-4/+1
|\
| * Print only relevant error messageHarald Musum2016-10-111-4/+1
* | Ensure closing of http responseHåkon Hallingstad2016-10-112-21/+44
|/
* Refactor DockerOperationsImplHarald Musum2016-10-1111-57/+105
* Use instance methodsHarald Musum2016-10-114-17/+20
* Use Optional and rename methodHarald Musum2016-10-104-15/+15
* Unset metrics for nodes that are no longer in active statevalerijf2016-10-101-2/+4
* Merge with mastervalerijf2016-10-071-1/+1
* Merge branch 'master' into freva/node-agent-metrics-updater-to-separate-threadvalerijf2016-10-0713-102/+98
|\
| * Merge pull request #816 from yahoo/musum/improve-call-order-assertionfreva2016-10-0713-106/+98
| |\
| | * Remove useless assertHarald Musum2016-10-071-1/+0
| | * Fix comment to make sense againHarald Musum2016-10-071-1/+1
| | * Minor improvement to call order verifier assertionsHarald Musum2016-10-0713-106/+99
* | | Fixed try/catch on schedulervalerijf2016-10-071-6/+7
* | | Fixed synchronization in CallOrderVerifiervalerijf2016-10-071-16/+14
* | | Code review improvementsvalerijf2016-10-072-18/+27
* | | Moved node-agent metrics reporting to separate threadvalerijf2016-10-074-17/+40
|/ /
* | Merge pull request #809 from yahoo/freva/create-node-admin-secret-agent-scheduleHaakon Dybdahl2016-10-076-103/+186
|\ \ | |/ |/|
| * Documented intentvalerijf2016-10-071-0/+2
| * Create secret-agent schedule for docker stats metric inside node-adminvalerijf2016-10-076-103/+184
* | Add assert method that print call order when assertion failsHarald Musum2016-10-072-14/+26
|/
* Merge with mastervalerijf2016-10-071-4/+3
* Merge branch 'master' into freva/docker-container-sys-metricsvalerijf2016-10-077-36/+171
|\