summaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Expand)AuthorAgeFilesLines
* Validate flag data against definition (if known for controller)Bjørn Christian Seime2020-01-061-12/+22
* Merge pull request #11631 from vespa-engine/hakonhall/add-steps-to-the-run-re...Jon Marius Venstad2020-01-068-11/+112
|\
| * Remove ClockHåkon Hallingstad2020-01-064-15/+12
| * Adds steps to the run REST APIHåkon Hallingstad2020-01-0210-21/+125
* | 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 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 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 vespa-engine/hakonhall/add-start-timestamp-for...Jon Marius Venstad2019-12-2014-109/+279
|\ \
| * | 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
|\ \ \ | |_|/ |/| |
| * | 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
|\ \
| * | Put implicit test jobs in order, with their instanceJon Marius Venstad2019-12-161-12/+12
| * | Remove System.err.println in testJon Marius Venstad2019-12-161-1/+0
| * | Show production tests in old deployment viewJon Marius Venstad2019-12-164-21/+152
| * | Some TODOs;Jon Marius Venstad2019-12-141-0/+5
* | | Merge pull request #11583 from vespa-engine/jvenstad/no-user-instances-deploy...Jon Marius Venstad2019-12-185-23/+30
|\ \ \
| * | | Disallow deployments to arbitrary tenants, under user instanceJon Marius Venstad2019-12-175-23/+30
* | | | Write node data before its children, to avoid empty nodeJon Marius Venstad2019-12-171-1/+1
|/ / /
* | | Disallow removal of instances specified in deployment.xmlJon Marius Venstad2019-12-172-6/+18
* | | Remove deployment spec for user tenants, and create missing instances for othersJon Marius Venstad2019-12-171-2/+10
* | | Show what application has the missing instanceJon Marius Venstad2019-12-171-1/+1
| |/ |/|
* | Specify Friday as wlel.Jon Marius Venstad2019-12-131-1/+1
|/
* Disallow confidence increases during weekends as wellJon Marius Venstad2019-12-134-10/+15
* Merge pull request #11545 from vespa-engine/jvenstad/remove-old-job-statusJon Marius Venstad2019-12-1322-242/+928
|\
| * Remove broken step completion in DeploymentSpec and handle it in orchestratio...Jon Marius Venstad2019-12-122-31/+53
| * Test complicated deployment spec with nested parallel and serial blocksJon Marius Venstad2019-12-122-1/+149
| * Make it possible to declare explicit tests in ApplicationPackageBuilderJon Marius Venstad2019-12-122-3/+22