aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Expand)AuthorAgeFilesLines
* Revert "Take both legacy lock and application lock"Martin Polden2020-04-291-22/+5
* Use vespajlib maintenance package in node-repositoryMartin Polden2020-04-2927-431/+96
* Take both legacy lock and application lockMartin Polden2020-04-281-5/+22
* Test forgetting on docker hostJon Bratseth2020-04-272-7/+13
* Support forgetting nodes completelyJon Bratseth2020-04-273-6/+32
* Merge pull request #13070 from vespa-engine/bratseth/cleanup-restapiJon Bratseth2020-04-2676-304/+370
|\
| * Cleanup naming and locationsJon Bratseth2020-04-2676-304/+370
* | Merge pull request #13071 from vespa-engine/bratseth/handle-unspecified-resou...Jon Bratseth2020-04-261-14/+12
|\ \
| * | Handle unspecified resourcesJon Bratseth2020-04-261-14/+12
| |/
* / Allocate on hosts in mosts testsJon Bratseth2020-04-263-36/+37
|/
* Merge pull request #13068 from vespa-engine/bratseth/smarter-window-change-ha...Jon Bratseth2020-04-264-13/+124
|\
| * Smarter window change handlingJon Bratseth2020-04-264-13/+124
* | Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-251-1/+1
* | LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-254-5/+5
* | LogLevel.INFO -> Level.INFOgjoranv2020-04-256-8/+8
* | LogLevel.DEBUG -> Level.FINEgjoranv2020-04-255-8/+8
* | Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-2512-12/+12
|/
* Clear outdated target and cleanupJon Bratseth2020-04-249-79/+60
* Merge pull request #13057 from vespa-engine/bratseth/clear-outdated-suggestionsJon Bratseth2020-04-241-10/+21
|\
| * Cleer outdated suggestionsJon Bratseth2020-04-241-10/+21
* | Merge pull request #13054 from vespa-engine/bratseth/expose-application-info-...Valerij Fredriksen2020-04-2413-85/+317
|\ \ | |/ |/|
| * Test application responsesJon Bratseth2020-04-246-6/+113
| * Test applications responseJon Bratseth2020-04-243-3/+29
| * Add application resource to rootJon Bratseth2020-04-242-1/+4
| * Add nodes/v2/application pathsJon Bratseth2020-04-244-20/+15
| * nodes/v2/application responses WIPJon Bratseth2020-04-235-62/+163
* | Merge pull request #13012 from vespa-engine/bratseth/remove-dead-codeJon Bratseth2020-04-242-18/+0
|\ \ | |/ |/|
| * Gc dead codeJon Bratseth2020-04-222-18/+0
* | Merge pull request #13032 from vespa-engine/bratseth/dont-resize-retired-when...Jon Bratseth2020-04-233-24/+52
|\ \
| * | Allocate new nodes instead of unretire+resizeJon Bratseth2020-04-233-24/+52
* | | Inline unnecessary methodMartin Polden2020-04-231-52/+48
* | | Rename lockConfig -> lockMartin Polden2020-04-234-18/+24
|/ /
* / Split suggesting and autoscalingJon Bratseth2020-04-2315-46/+290
|/
* Merge pull request #13010 from vespa-engine/bratseth/rebalance-allJon Bratseth2020-04-221-1/+0
|\
| * Rebalance allJon Bratseth2020-04-221-1/+0
* | Update node-repository/src/test/java/com/yahoo/vespa/hosted/provision/persist...Jon Bratseth2020-04-221-2/+0
* | Remove applications on removeJon Bratseth2020-04-2212-55/+135
* | CleanupJon Bratseth2020-04-212-54/+40
* | Store application info in zkJon Bratseth2020-04-2115-137/+397
|/
* Merge pull request #12963 from vespa-engine/hmusum/use-DockerImage-instead-of...Valerij Fredriksen2020-04-201-3/+3
|\
| * Use DockerImage instead of String, part 2Harald Musum2020-04-171-3/+3
* | Merge pull request #12960 from vespa-engine/jonmv/reduce-initial-maintainer-d...Jon Marius Venstad2020-04-172-9/+15
|\ \
| * | Apply suggestions from code reviewJon Marius Venstad2020-04-171-1/+1
| * | Inline variablesJon Marius Venstad2020-04-171-2/+1
| * | Used named threads in maintainersJon Marius Venstad2020-04-171-1/+1
| * | Reduce initial delay of config server maintainers tooJon Marius Venstad2020-04-172-7/+14
* | | Merge pull request #12951 from vespa-engine/bratseth/dont-resize-retiredValerij Fredriksen2020-04-173-29/+85
|\ \ \ | |_|/ |/| |
| * | Test that we don't resize retired nodesJon Bratseth2020-04-173-5/+33
| * | Test halving resources and doubling size scenarioJon Bratseth2020-04-171-16/+35
| * | Prefer to unretire nodes we don't want to retireJon Bratseth2020-04-171-4/+8