aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin
Commit message (Expand)AuthorAgeFilesLines
* Upgraded to airlift/airline 0.7valerijf2016-07-122-7/+7
* Suppress warningHarald Musum2016-07-121-0/+1
* Rewritten Maintainer to parse command line argumentsvalerijf2016-07-121-19/+64
* Moved command line logic out of DeleteOldAppData and added option to delete r...valerijf2016-07-122-81/+83
* Switched to IOUtils.readAll()valerijf2016-07-111-13/+4
* Updated tests to w.r.t. max_age default value and using JUnits own TemporaryF...valerijf2016-07-111-24/+30
* Made maintenance job name an enumvalerijf2016-07-111-13/+16
* Set default max_age to 1 weekvalerijf2016-07-111-2/+3
* Added MaintenanceScheduler and Maintainervalerijf2016-07-113-0/+127
* Added functionality to delete old app datavalerijf2016-07-112-0/+180
* Added airlift.airline dependency and maintenance jar generationvalerijf2016-07-111-0/+24
* Changed frozen to AtomicBooleanvalerijf2016-07-111-3/+4
* Move NodeAdmin's frozen status from NodeAdminStateUpdater to NodeAdminvalerijf2016-07-084-16/+36
* Moved NodeAdminStateUpdater initialization to the constructorvalerijf2016-07-081-8/+10
* Suspend only nodes in active stateHarald Musum2016-07-071-4/+27
* Move synchronizationHarald Musum2016-07-061-3/+3
* Add method for getting node repo node stateHarald Musum2016-07-062-3/+19
* Update comment, node agents are removed in methodHarald Musum2016-07-061-3/+1
* Minor refactoring: No functional changesHarald Musum2016-07-061-13/+12
* Merged with #305valerijf2016-07-051-2/+2
* Merge branch 'master' into freva/improve-rest/info-debug-pagevalerijf2016-07-051-10/+16
|\
| * Narrow scope of tryHaakon Dybdahl2016-07-051-10/+10
| * Fix sync issue.Haakon Dybdahl2016-07-051-10/+15
* | Added generics to debugInfo mapvalerijf2016-07-055-9/+9
* | Added a simple test for the /info callvalerijf2016-07-051-0/+2
* | Updated Node* interface comments to match the new return value from debugInfo()valerijf2016-07-053-4/+4
* | Improved the /rest/info page by showing more variables and keeping a short hi...valerijf2016-07-056-25/+86
|/
* Merge pull request #281 from yahoo/dybdahl/change-agent-thread-modelHaakon Dybdahl2016-07-053-92/+140
|\
| * Some code review based improvements.Haakon Dybdahl2016-07-051-6/+4
| * Make node agent resond to notify.Haakon Dybdahl2016-07-013-92/+142
* | Merge pull request #277 from yahoo/bjorncs/support-ipv6-in-container-network-...Bjørn Christian Seime2016-07-052-25/+21
|\ \
| * | Support ipv6 in container network setup.Oyvind Bakksjo2016-06-302-25/+21
| |/
* | Add missing copyrights headerHarald Musum2016-07-043-2/+4
* | Use full path to vespa-nodectlHarald Musum2016-07-042-3/+5
|/
* Merge pull request #260 from yahoo/dybdahl/refactor-agent2Haakon Dybdahl2016-06-3025-693/+958
|\
| * Code review based improvements.Haakon Dybdahl2016-06-3015-148/+173
| * Imrpvoe name of functions.Haakon Dybdahl2016-06-302-10/+11
| * Let agents live their own life and some code review feedback improvements.Haakon Dybdahl2016-06-2914-87/+93
| * Refactor agent to smaller methods and classes.Haakon Dybdahl2016-06-2924-629/+862
* | Merge pull request #244 from yahoo/musum/add-host-commandhakonhall2016-06-301-11/+43
|\ \
| * | Add both Docker host and Docker nodes with "add" commandHarald Musum2016-06-291-62/+11
| * | Change add-host command to provision both Docker host and nodes at the same timeHarald Musum2016-06-281-6/+17
| * | Fixes after review feedbackHarald Musum2016-06-281-4/+4
| * | Extend script to support adding docker host to node repoHarald Musum2016-06-281-3/+75
* | | Ignore failing testHarald Musum2016-06-281-0/+2
* | | Merge pull request #240 from yahoo/bjorncs/bakksjogjoranv2016-06-282-2/+1
|\ \ \ | |_|/ |/| |
| * | Use Github username as authorBjørn Christian Seime2016-06-281-1/+1
| * | Remove bakksjo as ownerBjørn Christian Seime2016-06-281-1/+0
* | | Disabled activeToDirty testvalerijf2016-06-281-34/+34
* | | Remove fixed time wait in state transition testvalerijf2016-06-281-1/+3
| |/ |/|