aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin
Commit message (Expand)AuthorAgeFilesLines
* More exclusion and inclusions for fasterxml.Haakon Dybdahl2016-08-171-9/+46
* Do not set api version for docker api.Haakon Dybdahl2016-08-161-1/+2
* Ignore test broken by the previous PRvalerijf2016-08-151-0/+2
* Fixed docker image pullvalerijf2016-08-152-40/+60
* Upgraded docker, downgraded docker APIvalerijf2016-08-122-1/+2
* Code review fixesvalerijf2016-08-121-19/+23
* Added docker IPv6 configurationvalerijf2016-08-111-9/+25
* Fix bug in deleting container.Haakon Dybdahl2016-08-111-1/+1
* Added MILLIS suffix to timeout variablesvalerijf2016-08-101-4/+4
* Start containers before calling networking setupvalerijf2016-08-101-4/+2
* Removed exclude of jersey-apache-connectorvalerijf2016-08-101-4/+0
* Review round fixesvalerijf2016-08-103-6/+18
* Fixed testsvalerijf2016-08-092-44/+41
* Reverted back to old network configvalerijf2016-08-091-14/+63
* Added DNS IPv6 address to hostvalerijf2016-08-083-27/+20
* Cleaned up old methodsvalerijf2016-08-083-266/+200
* Random stuffHaakon Dybdahl2016-08-052-3/+19
* Fix dep, add error in exceptionHaakon Dybdahl2016-08-052-3/+4
* Fixed dependenciesvalerijf2016-08-043-20/+296
* Changed from spotify/docker to docker-java/docker-javavalerijf2016-08-043-207/+176
* Maintenance script was pointing at the old location of Maintainervalerijf2016-07-251-1/+1
* Fix missing type arguments for generic class java.lang.Class<T>valerijf2016-07-221-3/+3
* Merged with mastervalerijf2016-07-221-4/+1
* Made log() with Throwable also privatevalerijf2016-07-228-27/+32
* Removed severe, added error and made general log() privatevalerijf2016-07-225-11/+12
* Added info, warning and severe log functions to PrefixLoggervalerijf2016-07-227-26/+36
* msg -> messagevalerijf2016-07-221-4/+4
* Changed PrefixLogger constructor to take in Class instead of String as logger...valerijf2016-07-229-26/+25
* Converted all node admin prefix loggers to staticvalerijf2016-07-224-14/+14
* All node-admin classes now use PrefixLogger for loggingvalerijf2016-07-229-45/+60
* Added PrefixLogger to DockerOperationsvalerijf2016-07-222-6/+7
* Created prefix logging to enable more consistent log messages across classesvalerijf2016-07-225-27/+58
* Save absolutePathInNode to Path to avoid bringing in Filevalerijf2016-07-221-4/+6
* Relativize and resolve paths isntead of Paths.get()valerijf2016-07-221-5/+8
* Renamed path translation functionsvalerijf2016-07-224-42/+58
* Fixed bug with generating path relative to node storage (previously interpret...valerijf2016-07-213-8/+19
* Merge pull request #361 from yahoo/freva/added-active-node-maintenancefreva2016-07-2024-330/+364
|\
| * applicationStoragePathForNode now takes in ContainerNamevalerijf2016-07-205-22/+33
| * Removed no longer relevant test, moved app storage test to Maintainervalerijf2016-07-203-15/+18
| * Renamed applicationStoragePathForNodevalerijf2016-07-202-5/+5
| * Review round 2 fixesvalerijf2016-07-204-67/+33
| * Pull request review fixesvalerijf2016-07-197-219/+54
| * Added JavaDoc for arguments in MaintenanceSchedulervalerijf2016-07-191-8/+34
| * Made MaintenanceSchedulerImpl constructor private to prevent having multiple ...valerijf2016-07-182-2/+12
| * Created MaintenanceSchedulerMock and fixed all testsvalerijf2016-07-188-29/+131
| * Changes to make it possible to mock out MaintenanceScheduler functionalityvalerijf2016-07-186-120/+167
| * Moved everything from Maintenance JVM out of admin packagevalerijf2016-07-187-25/+15
| * deleteApplicationStorage now executed from NodeAgentImpl along with maintenan...valerijf2016-07-185-37/+29
| * Exposed the different maintenance job names and added few wrapper functions f...valerijf2016-07-182-21/+73
* | Explicitly defined boundary matchersvalerijf2016-07-201-1/+1