summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|\ | | | | Gjoranv/hostsystem improvements
| * 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/v1
| * | 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 ↵Harald Musum2017-02-173-8/+15
|\ | | | | | | | | yahoo/hmusum/add-error-code-for-application-lock-failure Use specific error-code in response when unable to acquire applicatio…
| * Use specific error-code in response when unable to acquire application lockHarald Musum2017-02-163-8/+15
| | | | | | | | | | | | * Throw ApplicationLockException if acquiring lock fails (due to timeout) and use response with with new error-code for that case VESPA-6501
* | Merge pull request #1798 from ↵Morten Tokle2017-02-172-0/+32
|\ \ | |/ |/| | | | | yahoo/mpolden/never-offer-nodes-having-retired-flavor Never offer nodes having retired flavor
| * 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 repo
| * | 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 node flavor
| * 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 maintainer
| * 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 comments, simplify test a bit
| * Update commentsHarald Musum2017-02-061-4/+4
| |
| * Trust all nodes in application if presentHarald Musum2017-02-062-6/+49
| | | | | | | | | | * When Docker hosts are part of the zone application, proxy nodes need to allow requests from Docker hosts and vice versa
| * Split vespa_zkfacade__restrict on space tooJon Bratseth2017-01-294-4/+8
| |
* | Nonfunctional changes onlyJon Bratseth2017-02-084-27/+28
|/
* Allow construction from stringJon Bratseth2017-01-271-3/+2
|
* Merge pull request #1541 from yahoo/bratseth/allow-no-nodesJon Bratseth2017-01-251-1/+1
|\ | | | | Bratseth/allow no nodes