summaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Delete unused container images pathMartin Polden2021-10-261-1/+2
* Avoid nested locks in NodePatcherMartin Polden2021-10-262-112/+83
* Remove dead codeMartin Polden2021-10-251-16/+0
* Remove unused variableMartin Polden2021-10-251-2/+0
* Fix parameter nameMartin Polden2021-10-251-4/+2
* Improve log messagesMartin Polden2021-10-252-4/+4
* Extend AbstractFilteringListMartin Polden2021-10-211-25/+7
* Add missiung copyrightsJon Bratseth2021-10-201-0/+1
* Stop using USE_APPLICATION_LOCK_IN_MAINTENANCE_DEPLOYMENT feature flagHarald Musum2021-10-181-6/+1
* Merge pull request #19576 from vespa-engine/mpolden/remove-host-encrypterMartin Polden2021-10-155-167/+1
|\
| * Remove "encrypt" decommission operationMartin Polden2021-10-152-23/+1
| * Remove HostEncrypterMartin Polden2021-10-153-144/+0
* | Remove findbugs annotationMartin Polden2021-10-151-3/+0
* | 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