summaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11702 from vespa-engine/olaa/allow-any-clustertypeØyvind Grønnesby2020-01-082-3/+3
|\ | | | | Allow any cluster type
| * Allow any cluster typeOla Aunrønning2020-01-082-3/+3
| |
| * Revert "Bjorncs/apache commons libraries cleanup"Harald Musum2020-01-083-5/+7
| |
| * Merge pull request #11681 from ↵Bjørn Christian Seime2020-01-073-7/+5
| |\ | | | | | | | | | | | | vespa-engine/bjorncs/apache-commons-libraries-cleanup Bjorncs/apache commons libraries cleanup
| | * Remove use of commons-io from controller-serverBjørn Christian Seime2020-01-073-7/+5
| | |
* | | Update javadocJon Marius Venstad2020-01-081-1/+1
| | |
* | | Expand test with a third, dependent instanceJon Marius Venstad2020-01-081-3/+34
| | |
* | | Expand complicated deployment spec testJon Marius Venstad2020-01-071-3/+61
| | |
* | | Update HTTP API handlers and responsesJon Marius Venstad2020-01-0710-248/+321
| | |
* | | Allow OCD to propagate revisions to instances failing upgradesJon Marius Venstad2020-01-073-33/+30
| | |
* | | Move changes to instancesJon Marius Venstad2020-01-0731-462/+624
| | |
* | | Avoid throwing around Versions when checking job completenessJon Marius Venstad2020-01-073-29/+38
| | |
* | | Clarify and simplify little bitsJon Marius Venstad2020-01-072-16/+22
| | |
* | | Compute outstanding change, instead of keeping it in syncJon Marius Venstad2020-01-0712-112/+88
| | |
* | | Store change per instanceJon Marius Venstad2020-01-073-11/+29
|/ /
* / Remove unnecessary debug loggingMartin Polden2020-01-071-6/+0
|/
* Validate flag data against definition (if known for controller)Bjørn Christian Seime2020-01-061-12/+22
|
* Merge pull request #11631 from ↵Jon Marius Venstad2020-01-068-11/+112
|\ | | | | | | | | vespa-engine/hakonhall/add-steps-to-the-run-rest-api Adds steps to the run REST API
| * Remove ClockHåkon Hallingstad2020-01-064-15/+12
| |
| * Adds steps to the run REST APIHåkon Hallingstad2020-01-0210-21/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a "steps" field to the /application/v4/tenant/{tenant}/application/{application}/instance/{instance}/job/{jobtype}/run/{number} REST API with the following structure: "steps": { "deployTester": { "status": "succeeded", "startMillis": 1577972067092 }, "deployReal": { "status": "succeeded", "startMillis": 1577972067092 }, ... }
* | Add/corect copyright headersJon Bratseth2020-01-0338-1/+39
| |
* | Force trigger correct jbosJon Marius Venstad2020-01-021-1/+1
| |
* | Refactor forceTrigger job computationJon Marius Venstad2020-01-023-54/+33
| |
* | Add runs to step nodes in deployment graphJon Marius Venstad2019-12-303-277/+1486
| |
* | Expose deployment overview under application/v4/app-path/deploymentJon Marius Venstad2019-12-306-6/+585
| |
* | Draft deployment status API graph serialisationJon Marius Venstad2019-12-272-0/+99
| |
* | Include implicit tests in "allSteps", as intendedJon Marius Venstad2019-12-271-4/+9
| |
* | Simplify reduction, formatting, remove unusedJon Marius Venstad2019-12-271-23/+11
| |
* | Reorder, rename, reduce visibility — nonfunctional changesJon Marius Venstad2019-12-273-67/+66
| |
* | Tidy up a little in DeploymentStatusJon Marius Venstad2019-12-272-60/+42
| |
* | Merge pull request #11615 from vespa-engine/jvenstad/deplorch-cleanup-1Jon Marius Venstad2019-12-212-62/+25
|\ \ | | | | | | Remove erroneous filtering on running jobs when computing what jobs t…
| * | Remove erroneous filtering on running jobs when computing what jobs to runJon Marius Venstad2019-12-202-62/+25
| | |
* | | Merge pull request #11614 from vespa-engine/mpolden/count-incomplete-upgradesMartin Polden2019-12-203-10/+84
|\ \ \ | | | | | | | | Count incomplete upgrades in VersionStatus
| * | | Count incomplete upgrades in VersionStatusMartin Polden2019-12-203-10/+84
| | | |
* | | | Explain cache entries.Jon Marius Venstad2019-12-201-0/+1
| |/ / |/| |
* | | Reduce history length to 64Jon Marius Venstad2019-12-202-27/+27
| | |
* | | Cache historic runs (with mock spuport for ZK node versions)Jon Marius Venstad2019-12-201-2/+14
| |/ |/|
* | Merge pull request #11581 from ↵Jon Marius Venstad2019-12-2014-109/+279
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/add-start-timestamp-for-step-try-2 Add start timestamp for step, try 2
| * | Add test of start time serializationHåkon Hallingstad2019-12-196-20/+75
| | |
| * | Keep steps and add new stepDetailsHåkon Hallingstad2019-12-192-28/+26
| | |
| * | Add start timestamp for step, try 2Håkon Hallingstad2019-12-1713-97/+214
| | |
* | | Merge pull request #11609 from vespa-engine/jvenstad/deplorch-cleanup-1Martin Polden2019-12-202-43/+78
|\ \ \ | |_|/ |/| | Jvenstad/deplorch cleanup 1
| * | Fix total production job count (and resulting status) in deployment view APIJon Marius Venstad2019-12-201-11/+12
| | |
| * | Expose more information from StepStatusJon Marius Venstad2019-12-181-32/+66
| | |
* | | Cache deserialized applicationsMartin Polden2019-12-203-9/+28
| | |
* | | Remove unused fieldsMartin Polden2019-12-191-9/+1
|/ /
* | Allow deletion of application as long as it has no deploymentsJon Marius Venstad2019-12-183-64/+53
| |
* | Allow submission of empty deployment spec, for application removalJon Marius Venstad2019-12-182-9/+26
| |
* | Avoid temporarily breaking deployment API when instance is removedJon Marius Venstad2019-12-182-2/+4
| |
* | Merge pull request #11568 from vespa-engine/jvenstad/deplorch-cleanup-1Jon Marius Venstad2019-12-184-27/+162
|\ \ | | | | | | Jvenstad/deplorch cleanup 1