summaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove dead codeMartin Polden2021-10-151-46/+0
* | Remove stale TODOMartin Polden2021-10-151-10/+10
|/
* Stop reading container images from ZKMartin Polden2021-10-147-91/+35
* Remove unused image replacement logicMartin Polden2021-10-142-7/+2
* Move ActivationConflictException to config-provisioningHarald Musum2021-10-131-1/+2
* Scale *down* only if it saves cost meaningfullyJon Bratseth2021-10-072-8/+15
* Update Verizon Media copyright notices.gjoranv2021-10-0781-81/+81
* Update 2018 copyright notices.gjoranv2021-10-0720-20/+20
* Update 2017 copyright notices.gjoranv2021-10-0747-47/+47
* Remove deprecated allowedToBeDown metricHåkon Hallingstad2021-10-011-1/+0
* Merge pull request #19367 from vespa-engine/balder/only-fetch-node-list-once-...Martin Polden2021-09-302-15/+37
|\
| * Read nodes once from node repo when starting prepare. Only re-read if noderep...Henning Baldersheim2021-09-302-15/+37
* | Merge pull request #19369 from vespa-engine/hakonhall/remove-allowedtobedown-...Valerij Fredriksen2021-09-301-2/+0
|\ \ | |/ |/|
| * Remove allowedToBeDown from node responseHåkon Hallingstad2021-09-301-2/+0
* | Refactor to separate happy and hard path.Henning Baldersheim2021-09-301-11/+14
* | Refactor and read nodes from node repo further out.Henning Baldersheim2021-09-305-33/+40
* | Reduce number of times nodes are read by reading all and then filter as needed.Henning Baldersheim2021-09-302-10/+6
|/
* Allow in-place resize for non-content nodes when decreasing resources and inc...Valerij Fredriksen2021-09-292-4/+6
* Cheaper compute of free ip adresses.Henning Baldersheim2021-09-293-24/+24
* Parent is optionalHenning Baldersheim2021-09-293-12/+12
* Precompute host -> children mapping as it is frequently used and expensive to...Henning Baldersheim2021-09-297-44/+111
* Compute capacity once for each host, instead of once per host per node.Henning Baldersheim2021-09-282-6/+23
* Precompute host resources to avoid redoing it on every compare during sort.Henning Baldersheim2021-09-281-17/+30
* Revert "Precompute host resources to avoid redoing it on every compare during...Håkon Hallingstad2021-09-282-54/+21
* Compute capacity once for each host, instead of once per host per node.Henning Baldersheim2021-09-281-4/+22
* Precompute host resources to avoid redoing it on every compare during sort.Henning Baldersheim2021-09-281-17/+32
* fix after reviewMorten Tokle2021-09-232-3/+8
* Set -> ListMorten Tokle2021-09-234-13/+14
* Ignore empty truststoreMorten Tokle2021-09-231-2/+4
* Persist trust store in node repoMorten Tokle2021-09-226-25/+150
* Add flag for whether to use application in MaintenanceDeploymentHarald Musum2021-09-161-1/+7
* Allow underscores in archive URIValerij Fredriksen2021-09-161-1/+1
* Dirty all nodes on application removalValerij Fredriksen2021-09-151-4/+2
* Merge pull request #19097 from vespa-engine/hakon/support-starting-with-unkno...Harald Musum2021-09-142-1/+4
|\
| * Add ServiceStatus.UNKNOWNHåkon Hallingstad2021-09-132-1/+4
* | Transition directly to dirty in CD or non-PROD zonesValerij Fredriksen2021-09-101-1/+3
|/
* Do not pass exclusive when calculating real resourcesValerij Fredriksen2021-09-078-21/+14
* Expose real node resourcesValerij Fredriksen2021-09-071-1/+5
* Fix javadoc syntax.Arnstein Ressem2021-08-261-1/+1
* Remove unused constantMartin Polden2021-08-231-3/+0
* Merge pull request #18802 from vespa-engine/mpolden/fix-capacity-checkJon Bratseth2021-08-205-25/+35
|\
| * Always account for available IP addresses when checking capacityMartin Polden2021-08-205-25/+35
* | Require budget fieldMartin Polden2021-08-191-3/+1
* | Stop writing empty hostname fieldMartin Polden2021-08-191-2/+1
|/
* Log reason for redeploymentHåkon Hallingstad2021-08-183-41/+46
* Remove unused methodHåkon Hallingstad2021-08-171-11/+0
* Simplify condition for triggering routing redeployHåkon Hallingstad2021-08-171-7/+3
* Trigger redeployment of hosted-vespa.routing if there are any ready proxy nodesHåkon Hallingstad2021-08-171-10/+35
* Update node-repository/src/main/java/com/yahoo/vespa/hosted/provision/mainten...Håkon Hallingstad2021-08-161-3/+0
* Do not fail ready nodes w/o recent config requestsHåkon Hallingstad2021-08-161-11/+10