aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
* Merge with masterJon Bratseth2018-06-018-84/+43
|\
| * Merge pull request #6015 from vespa-engine/freva/upgrade-hostsValerij Fredriksen2018-05-312-21/+39
| |\ | | | | | | Upgrade hosts
| | * Re-order argumnets, add convergedOn() for List of ApplicationsValerij Fredriksen2018-05-311-5/+7
| | |
| | * Handle unreachable node-repository when getting versionsValerij Fredriksen2018-05-301-15/+30
| | |
| | * Upgrade hostsValerij Fredriksen2018-05-302-9/+10
| | |
| * | Remove unused converge APIMartin Polden2018-05-316-63/+4
| |/
* / Separate internal redeploys from application package changesJon Bratseth2018-06-011-1/+1
|/ | | | | | | | | Separate system internal redeploys from application package changes such that we can ignore config updates originating from application package changes if restart on deploy is true, as the config change will be followed by a restart - but continue to effect config changes originating from internal system changes as those will not (and should not) be followed by a restart.
* Ignore removed job typesValerij Fredriksen2018-05-282-7/+15
|
* Update to new CD zoneValerij Fredriksen2018-05-281-1/+1
|
* Simplify ConfigServerRestExecutorImplValerij Fredriksen2018-05-281-9/+6
|
* Count exceptions getting current version as not convergedJon Marius Venstad2018-05-251-14/+9
|
* Enforce upgrade order inside each zone, instead of across zones in a blockJon Marius Venstad2018-05-252-13/+23
|
* Lower system upgrade intervalMartin Polden2018-05-241-1/+1
|
* Improve namesMartin Polden2018-05-242-9/+11
|
* Merge pull request #5867 from vespa-engine/mpolden/upgrade-host-applicationsValerij Fredriksen2018-05-236-38/+131
|\ | | | | Upgrade host applications
| * Catch and log exceptionMartin Polden2018-05-221-1/+5
| |
| * Ignore host applications until readyMartin Polden2018-05-223-3/+7
| |
| * Split deploy and converged check, fix errorJon Marius Venstad2018-05-201-13/+16
| |
| * Use top-sort and a DAG to express deps and parallelismJon Marius Venstad2018-05-202-12/+14
| |
| * Remove dotMartin Polden2018-05-151-1/+1
| |
| * Assert that zone-application is deployedMartin Polden2018-05-152-7/+10
| |
| * Upgrade host applicationsMartin Polden2018-05-154-26/+103
| |
* | Upgrade during revision block windowJon Marius Venstad2018-05-186-10/+73
| |
* | Merge pull request #5874 from vespa-engine/mpolden/reduce-auth-failure-loggingBjørn Christian Seime2018-05-151-1/+1
|\ \ | | | | | | Do not log stack trace on authentication failure
| * | Do not log stack trace on authentication failureMartin Polden2018-05-151-1/+1
| |/
* / Lock confidence overrides before writingMartin Polden2018-05-153-11/+21
|/
* Replace ScrewdriverBuildJob with a booleanJon Marius Venstad2018-05-096-77/+26
|
* Only consider operational nodes for upgradeMartin Polden2018-05-086-14/+29
|
* add oath CNAMES for global rotations (#5549)Andreas Eriksen2018-05-075-8/+68
|
* Do explicit check for hosted operator membership if user tenantBjørn Christian Seime2018-05-071-1/+1
|
* Reduce loggingMartin Polden2018-05-041-1/+3
|
* Reduce complexity which is no longer neededJon Marius Venstad2018-05-041-15/+11
|
* Increase readability at the cost of code duplicationJon Marius Venstad2018-05-041-4/+4
|
* Change signature and name of jobState methodJon Marius Venstad2018-05-041-7/+8
|
* Improved commentaryJon Marius Venstad2018-05-041-2/+2
|
* Avoid mangling semantics for no reasonJon Marius Venstad2018-05-041-4/+4
|
* Increase consistency and readabilityJon Marius Venstad2018-05-041-11/+9
|
* Increase readabilityJon Marius Venstad2018-05-041-17/+14
|
* Restore correctness to method nameJon Marius Venstad2018-05-041-4/+4
|
* Improve completion criterion for changeJon Marius Venstad2018-05-042-23/+30
|
* Handle arbitrary order of triggering for parallel jobsJon Marius Venstad2018-05-041-11/+13
|
* Revert "Revert "Dont override test status if its needed for a production job""Jon Marius Venstad2018-05-042-11/+17
| | | | This reverts commit bf75b7789716e31d658763ea40fc46350dbe0a77.
* Revert "Dont override test status if its needed for a production job"Jon Marius Venstad2018-05-032-17/+11
|
* Dont override test status if its needed for a production jobJon Marius Venstad2018-05-032-11/+17
|
* Add user which triggered job to its reasonJon Marius Venstad2018-05-033-14/+10
|
* make message usefulKristian Aune2018-05-031-1/+1
|
* Merge pull request #5772 from vespa-engine/mpolden/update-test-reasonJon Bratseth2018-05-036-77/+105
|\ | | | | Update test reason
| * Add version combinations to test reasonMartin Polden2018-05-034-19/+33
| |
| * CleanupMartin Polden2018-05-033-44/+54
| |
| * Avoid passing around streamsMartin Polden2018-05-031-4/+8
| |