summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made NodeRepository.move() private, fixed testsfreva2017-02-285-14/+18
* Merge pull request #1878 from yahoo/gjoranv/hostsystem-improvementsJon Bratseth2017-02-281-1/+1
|\
| * Use Flavor object instead of String.gjoranv2017-02-241-1/+1
* | Allow NodeFailer to fail multiple hostsfreva2017-02-272-93/+50
* | Merge pull request #1834 from yahoo/mpolden/remove-nodes-v1Jon Bratseth2017-02-273-242/+0
|\ \
| * | Remove /nodes/v1Martin Polden2017-02-223-242/+0
| |/
* / Node failer should fail children when failing hostfreva2017-02-243-18/+230
|/
* Merge pull request #1795 from yahoo/hmusum/add-error-code-for-application-loc...Harald Musum2017-02-173-8/+15
|\
| * Use specific error-code in response when unable to acquire application lockHarald Musum2017-02-163-8/+15
* | Merge pull request #1798 from yahoo/mpolden/never-offer-nodes-having-retired-...Morten Tokle2017-02-172-0/+32
|\ \ | |/ |/|
| * Never offer nodes having retired flavorMartin Polden2017-02-172-0/+32
* | Merge pull request #1783 from yahoo/andreer/node-repo-set-ip-addressesJon Bratseth2017-02-153-0/+28
|\ \
| * | make it possible to patch ip addresses in node repoAndreas Eriksen2017-02-153-0/+28
| |/
* / trust docker hostsAndreas Eriksen2017-02-152-1/+17
|/
* Deny setting unallocated node activeMartin Polden2017-02-132-6/+15
* Revert "Deny setting unallocated node active"Harald Musum2017-02-102-10/+1
* Deny setting unallocated node activeMartin Polden2017-02-102-1/+10
* Merge pull request #1741 from yahoo/mpolden/retire-node-flavorMartin Polden2017-02-106-77/+132
|\
| * Retire nodes having retired flavorMartin Polden2017-02-105-19/+132
| * Add retired field to Flavor configMartin Polden2017-02-101-58/+0
* | Reduce lock timeout to avoid deployment collisionsMartin Polden2017-02-095-16/+30
|/
* Merge pull request #1718 from yahoo/mpolden/fix-application-maintainer-raceHarald Musum2017-02-082-20/+86
|\
| * Fix race condition in application maintainerMartin Polden2017-02-082-20/+86
* | Merge branch 'master' into bratseth/add-filter-testJon Bratseth2017-02-0833-65/+130
|\|
| * Only allow dirty -> ready transitionMartin Polden2017-02-0724-38/+63
| * Allow provisioned -> dirty transistionMartin Polden2017-02-071-6/+8
| * Rename deallocate -> setDirtyMartin Polden2017-02-075-11/+9
| * Handle Docker hosts being part of zone app and notHarald Musum2017-02-062-22/+15
| * Update commentsHarald Musum2017-02-061-4/+4
| * Trust all nodes in application if presentHarald Musum2017-02-062-6/+49