summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceJon Bratseth2017-04-031-1/+1
* Propagate the agent causing a changeJon Bratseth2017-03-3130-126/+153
* agent field in all node history eventsJon Bratseth2017-03-3117-53/+52
* Throttle node failingMartin Polden2017-03-305-56/+219
* Remove unused methodMartin Polden2017-03-291-4/+0
* Merge pull request #2096 from yahoo/bratseth/protect-node-index-invariantJon Bratseth2017-03-291-2/+10
|\
| * Ensure index uniqueness invariantJon Bratseth2017-03-281-2/+10
* | Revert "Revert "Use cache when in CD system #2054""hakonhall2017-03-281-1/+3
|/
* Merge pull request #2072 from yahoo/hakon/only-lookup-all-nodes-once-with-rec...hakonhall2017-03-271-4/+1
|\
| * Only lookup all nodes once with recursiveHåkon Hallingstad2017-03-231-4/+1
* | Make cache consistentJon Bratseth2017-03-242-48/+23
* | Spread deployments evently over the maintenance periodJon Bratseth2017-03-242-7/+14
* | Revert "Use cache when in CD system #2054"Håkon Hallingstad2017-03-241-3/+1
* | Merge with masterJon Bratseth2017-03-238-78/+115
|\|
| * Merge pull request #2054 from yahoo/hmusum/use-cache-in-curator-client-in-cdHarald Musum2017-03-221-1/+3
| |\
| | * Use cache when in CD systemHarald Musum2017-03-221-1/+3
| * | Add debug logging for flavor of provisioned nodes.gjoranv2017-03-221-1/+3
| * | Get node candidates once when generating ACLs (#2058)Martin Polden2017-03-222-22/+52
| * | Remove CI system, does not exist anymoreHarald Musum2017-03-222-10/+1
| |/
| * Fix unstable testMartin Polden2017-03-211-2/+2
| * Ready tenant nodes trust all other tenant nodesMartin Polden2017-03-212-15/+26
| * Fix TODOsMartin Polden2017-03-213-38/+39
* | Implement equals in zoneJon Bratseth2017-03-231-7/+1
|/
* SimplifyJon Bratseth2017-03-172-26/+26
* Deploy asynchronously to guarantee we deploy every 30 minutesJon Bratseth2017-03-174-12/+48
* Nonfunctional changeJon Bratseth2017-03-171-8/+7
* Simplify metrics reporting using MaintainerJon Bratseth2017-03-138-102/+71
* Merge pull request #1961 from yahoo/musum/stop-supporting-ipAddress-when-crea...Martin Polden2017-03-132-21/+5
|\
| * Stop supporting creation of node with ipAddressHarald Musum2017-03-082-21/+5
* | Smooth rebootsJon Bratseth2017-03-092-8/+10
|/
* Merge pull request #1958 from yahoo/hakon/include-docker-host-independent-of-...hakonhall2017-03-081-1/+1
|\
| * Simplify node callHåkon Hallingstad2017-03-081-1/+1
| * Include Docker host independent of state in YAKL whitelistHåkon Hallingstad2017-03-081-1/+1
* | Use local ip addresses and simplify loopHarald Musum2017-03-0817-21/+19
* | Add ipAddresses to nodes api responseHarald Musum2017-03-0819-43/+83
|/
* Add want to retire flag to REST APIMartin Polden2017-03-0620-39/+26
* Move inactive nodes flagged for retirement to parkedMartin Polden2017-03-063-6/+62
* Retire nodes flagged for retirementMartin Polden2017-03-068-35/+124
* Fix REST API TODOMartin Polden2017-03-063-6/+4
* Fix serialization TODOsMartin Polden2017-03-064-93/+29
* Rename exception classMartin Polden2017-03-064-21/+22
* Correct messageJon Bratseth2017-03-061-1/+1
* Add downTimeLimit to messageJon Bratseth2017-03-061-1/+1
* Log reason when failing nodesJon Bratseth2017-03-0310-48/+51
* Nonfunctional changesJon Bratseth2017-03-031-1/+1
* Support default flavor override per applicationHåkon Hallingstad2017-03-015-6/+55
* Add failRecursive and parkRecursive and use it in NodesApiHandler.freva2017-02-288-11/+51
* Moved setReady from NodesApiHandler to NodeRepositoryfreva2017-02-284-35/+25
* throw NotFoundException instead of making ErrorResponsefreva2017-02-281-10/+8
* Simplify not isPresent() throw to use orElseThrow()freva2017-02-284-18/+10