summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Expand)AuthorAgeFilesLines
* log info for regular dev deploymentsKristian Aune2016-10-101-1/+1
* Merge pull request #786 from yahoo/bratseth/decrease-inactive-timeout-in-non-...Harald Musum2016-10-061-1/+1
|\
| * Decrease inactive timeout in non-prodJon Bratseth2016-10-051-1/+1
* | Uglier code to avoid warningsJon Bratseth2016-10-051-9/+9
* | Merge pull request #774 from yahoo/bratseth/fail-max-1-node-of-each-typeMartin Polden2016-10-057-387/+522
|\ \ | |/ |/|
| * Test proxy node failingJon Bratseth2016-10-046-68/+104
| * Refactor test to avoid chaos and sufferingJon Bratseth2016-10-043-338/+415
| * Fail at most one node of any type!=tenantJon Bratseth2016-10-043-4/+26
* | Support requiring specific capacityJon Bratseth2016-10-051-2/+2
|/
* Prefer exact match of non-stock nodesJon Bratseth2016-10-037-46/+85
* Prefer exact flavor if non-canonicalJon Bratseth2016-09-275-19/+70
* Periodically maintain the infrastructure applicationJon Bratseth2016-09-212-2/+2
* Test provisioning of proxiesJon Bratseth2016-09-2010-14/+136
* Support provision requests by node typeJon Bratseth2016-09-205-52/+157
* Distinguish saturation and sufficiencyJon Bratseth2016-09-201-10/+15
* Refactor/cleanup onlyJon Bratseth2016-09-202-15/+7
* Allow nodes to be requested by typeJon Bratseth2016-09-2028-174/+187
* Use Node.State from node repo instead of duplicating value in our own classHarald Musum2016-09-193-6/+6
* Revert "Revert "Remove /hack/provision legacy API""Harald Musum2016-09-168-450/+0
* Revert "Remove /hack/provision legacy API"Harald Musum2016-09-168-0/+450
* Remove /hack/provision legacy APIHarald Musum2016-09-158-450/+0
* Use an enum for flavor typeHarald Musum2016-09-1226-57/+56
* Ready Docker nodes do not run Vespa, so do not fail them due to livenessHarald Musum2016-09-097-25/+57
* Correct isRemoved -> removed and add more testsJon Bratseth2016-09-092-27/+61
* Use one naming conventionJon Bratseth2016-09-0819-107/+105
* Remove Configuration as that information ended up in FlavorJon Bratseth2016-09-0748-214/+131
* Assert on tenant node countJon Bratseth2016-09-071-0/+3
* Correct typoJon Bratseth2016-09-071-1/+1
* Maintain zk access across nodes and support proxiesJon Bratseth2016-09-0710-64/+201
* Allow reading from source dirs be turned on or offJon Bratseth2016-09-063-1/+9
* Revert "Revert "Revert "Revert "Revert "Revert "Bratseth/lockdown zk""""""Jon Bratseth2016-09-042-5/+94
* Merge pull request #532 from yahoo/bratseth/fail-ready-hostsJon Bratseth2016-09-047-23/+187
|\
| * Persist node requet timesJon Bratseth2016-09-026-47/+77
| * Merge with masterJon Bratseth2016-09-0113-98/+150
| |\
| * | Track config requests and fail ready hosts which don't make themJon Bratseth2016-09-013-17/+151
* | | Revert "Revert "Revert "Revert "Revert "Bratseth/lockdown zk"""""Jon Bratseth2016-09-042-94/+5
* | | Merge pull request #519 from yahoo/revert-489-revert-488-revert-486-revert-48...Jon Bratseth2016-09-042-5/+94
|\ \ \
| * | | Include connection spec hosts correctly in permissible zk clientsJon Bratseth2016-09-012-4/+6
| * | | Allow config servers to connect to zkJon Bratseth2016-09-011-0/+9
| * | | Allow all application hosts to talk to ZooKeeperJon Bratseth2016-08-312-5/+83
* | | | Fix hardwareFailure=false deserializationMartin Polden2016-09-022-5/+45
| |_|/ |/| |
* | | Merge pull request #511 from yahoo/bratseth/add-hardware-failure-typeMartin Polden2016-09-0113-98/+150
|\ \ \ | |_|/ |/| |
| * | Longer hardware failure namesJon Bratseth2016-09-017-21/+21
| * | Change hardware failure from a boolean to an enumJon Bratseth2016-08-3013-98/+150
| |/
* / Model group ids as indexesJon Bratseth2016-08-3118-74/+80
|/
* Rename a variableJon Bratseth2016-08-291-3/+3
* Avoid leaving retired nodes in unwanted groupsJon Bratseth2016-08-292-21/+48
* Merge pull request #469 from yahoo/freva/node-admin-testsHaakon Dybdahl2016-08-296-1/+29
|\
| * Created a new node in dirty state to test markAsReadyvalerijf2016-08-266-2/+29
| * Added test for markAsReady()valerijf2016-08-251-0/+1