aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #349 from yahoo/gv/disable-clustercontroller-on-containerHarald Musum2016-07-122-5/+7
|\
| * Disable drawing clustercontrollers from container hostsgjoranv2016-07-122-5/+7
|/
* Merge pull request #347 from yahoo/node-admin-maintenanceHarald Musum2016-07-126-0/+380
|\
| * 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
* | Merge pull request #348 from yahoo/hmusum/use-correct-loggergjoranv2016-07-111-10/+16
|\ \
| * | Fix: Log to vespa logHarald Musum2016-07-111-10/+16
|/ /
* | Merge pull request #345 from yahoo/hmusum/log-time-used-in-rank-setup-validationgjoranv2016-07-112-38/+31
|\ \
| * | Log time used in rank setup validator (at debug level)Harald Musum2016-07-112-38/+31
| |/
* | Merge pull request #346 from yahoo/hmusum/fix-search-not-having-documentfreva2016-07-113-1/+39
|\ \ | |/ |/|
| * Add newlineHarald Musum2016-07-111-1/+1
| * Add sd test fileHarald Musum2016-07-111-0/+7
| * Fail when search does not have documentHarald Musum2016-07-112-1/+32
|/
* Merge pull request #341 from yahoo/freva/Move-frozen-status-to-NodeAdminHarald Musum2016-07-115-24/+47
|\
| * 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
* | Merge pull request #343 from yahoo/balder/fix-a-bug-in-directioHenning Baldersheim2016-07-087-301/+237
|\ \
| * | Also take padAfter into account.Henning Baldersheim2016-07-081-8/+12
| * | Update comment and remove unnecessary ;Henning Baldersheim2016-07-082-1/+2
| * | Must forward to end of file before writing.Henning Baldersheim2016-07-081-1/+6
| * | Cast it to get correct signedness.Henning Baldersheim2016-07-081-1/+1
| * | Use a properly aligned buffer and extend test to catch bad behaviour.Henning Baldersheim2016-07-081-3/+21
| * | Unify code, no semantic changes.Henning Baldersheim2016-07-085-116/+70
| * | Correct the cachedSizeHenning Baldersheim2016-07-081-0/+4
| * | Merge branch 'balder/fix-a-bug-in-directio' of github.com:yahoo/vespa into ba...Henning Baldersheim2016-07-084-189/+93
| |\ \
| | * | Unify code, no semantic changes.Henning Baldersheim2016-07-084-189/+93
| * | | Update with correct expected resultsHenning Baldersheim2016-07-081-3/+3
| |/ /
| * | Add test for directiopadding computations.Henning Baldersheim2016-07-081-0/+46
* | | CMake guide (#331)Vegard Sjonfjell2016-07-081-0/+203
* | | Merge pull request #342 from yahoo/bratseth/transactional-application-removeJon Bratseth2016-07-08164-764/+1553
|\ \ \
| * | | Add some todo'sJon Bratseth2016-07-082-3/+6
| * | | Truly test application deleteJon Bratseth2016-07-087-45/+127
| * | | Support recursivetransactional delete in zkJon Bratseth2016-07-086-6/+55
| * | | Add a test which tests application creation and deletion without mocking inte...Jon Bratseth2016-07-0718-122/+211
| * | | Give up using a type parameter for transaction operations, againJon Bratseth2016-07-0711-48/+51
| * | | RefactorJon Bratseth2016-07-067-16/+5
| * | | RefactorJon Bratseth2016-07-0627-23/+33
| * | | RefactorJon Bratseth2016-07-065-3/+8
| * | | RefactorJon Bratseth2016-07-065-7/+5
| * | | RefactorJon Bratseth2016-07-0631-26/+44