aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/main
Commit message (Expand)AuthorAgeFilesLines
* Rename agent: RetiringUpgrader -> RetiringOsUpgraderMartin Polden2022-04-223-4/+4
* Remove flag: Always trueJon Bratseth2022-04-213-12/+8
* Add "down" to nodes responseValerij Fredriksen2022-04-201-0/+1
* Merge pull request #22151 from vespa-engine/olaa/capacity-checker-consider-re...Bjørn Meland2022-04-191-0/+2
|\
| * Don't consider retiring or failing hosts as valid replacement candidatesOla Aunrønning2022-04-191-0/+2
* | Use timeout when getting locks with NodePatcherHarald Musum2022-04-193-4/+28
|/
* Only record osUpgraded event if current version was non-emptyMartin Polden2022-04-191-4/+7
* Keep a chronological log of events per nodeMartin Polden2022-04-197-33/+83
* Revert "Preserve all node events"Jon Bratseth2022-04-1216-118/+110
* Fix after review feedbackMartin Polden2022-04-1210-38/+37
* Only record osUpgraded event if current version was non-emptyMartin Polden2022-04-121-4/+7
* Preserve all node eventsMartin Polden2022-04-1210-87/+93
* Add 'up' history eventMartin Polden2022-04-112-4/+8
* Revert "Merge pull request #22072 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-098-19/+19
* Revert "Merge pull request #22068 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-088-19/+19
* Move ID part to HostName in config-provisioningjonmv2022-04-085-5/+5
* Revert "Merge pull request #22065 from vespa-engine/revert-22049-jonmv/unify-...jonmv2022-04-0810-24/+24
* Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-0810-24/+24
* Merge pull request #22055 from vespa-engine/bratseth/tolerate-more-failuresMartin Polden2022-04-081-1/+1
|\
| * Increase node failure throttling from 2 to 3 %Jon Bratseth2022-04-081-1/+1
* | More DomainNamejonmv2022-04-085-16/+16
* | Use one HostName class (that is not for JSON)Jon Marius Venstad2022-04-0810-17/+17
|/
* Disallow unparking of a host being rebuiltMartin Polden2022-04-071-2/+3
* Disallow unparking a deprovisioning hostMartin Polden2022-04-061-1/+5
* Revert "Revert "Jonmv/reapply application name validation""Jon Marius Venstad2022-04-041-2/+3
* Revert "Jonmv/reapply application name validation"Jon Marius Venstad2022-04-041-3/+2
* Revert "Merge pull request #21961 from vespa-engine/revert-21918-jonmv/misc-6"Jon Marius Venstad2022-04-041-2/+3
* Revert "Jonmv/misc 6"Jon Marius Venstad2022-04-041-3/+2
* Fix testsJon Marius Venstad2022-03-311-2/+3
* Rename back to HostName, and merge the value class and utilitiesJon Marius Venstad2022-03-312-4/+4
* Move HostName -> Hostnames, and DomainName and Hostname to com.yahoo.netJon Marius Venstad2022-03-312-3/+4
* Merge pull request #21770 from vespa-engine/mpolden/remove-unused-lb-serviceMartin Polden2022-03-231-44/+0
|\
| * Remove unused PassthroughLoadBalancerServiceMartin Polden2022-03-221-44/+0
* | Merge pull request #21772 from vespa-engine/freva/simplify-shared-lbsValerij Fredriksen2022-03-236-33/+8
|\ \
| * | Simplify shared load balancer serviceValerij Fredriksen2022-03-226-33/+8
| |/
* / Fetch flag value for architecture for admin clusters correctlyHarald Musum2022-03-234-15/+28
|/
* Handle architecture in CapacityCheckerHarald Musum2022-03-211-7/+9
* Merge pull request #21739 from vespa-engine/hmusum/specify-architecture-for-d...Arnstein Ressem2022-03-181-2/+6
|\
| * Specify architecture for default node resources for admin clustersHarald Musum2022-03-181-2/+6
* | Consider architecture when calculating with NodeResourcesHarald Musum2022-03-185-12/+12
|/
* Add ProvisionedHost gettersValerij Fredriksen2022-03-112-24/+12
* Sort on node stats on secondary fields for consistent unit test resultsJon Marius Venstad2022-03-081-1/+6
* Use architecture in more places in node repoHarald Musum2022-03-036-8/+13
* Ignore architecture when adding or subtracting NodeResourcesHarald Musum2022-03-022-7/+2
* Support architecture in node repositoryHarald Musum2022-02-282-2/+25
* Use flag source ref from node repoJon Bratseth2022-02-271-3/+3
* Reuse node indexesJon Bratseth2022-02-253-9/+16
* Use enum as parameter typeHarald Musum2022-02-252-13/+17
* Add architeecture to node repo rest apiHarald Musum2022-02-245-19/+79
* Merge pull request #21331 from vespa-engine/bratseth/out-of-capacityJon Marius Venstad2022-02-235-19/+20
|\