summaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Expand)AuthorAgeFilesLines
* olaa/revert maintainers (#7562)olaaun2018-11-059-383/+157
* ElseJon Marius Venstad2018-11-041-1/+1
* Expose pause information in job APIJon Marius Venstad2018-11-041-0/+4
* Whitelist APIs. Check if request succeeded (#7552)olaaun2018-11-024-9/+16
* Added more logging (#7547)olaaun2018-11-021-2/+5
* Only write to slime after retreiving all metrics for application (#7539)olaaun2018-11-021-20/+35
* Improve testsJon Marius Venstad2018-11-012-3/+3
* Change manipulation of Change to be a tenant admin operationJon Marius Venstad2018-11-014-9/+12
* Allow tenants to trigger their own jobs (copied from screwdriver API)Jon Marius Venstad2018-11-012-4/+18
* Allow jobs to be paused at /tenant/t/application/a/instance/i/job/j/pauseJon Marius Venstad2018-11-012-0/+15
* Make all paths under /job/{jobType}/ be tenant operationsJon Marius Venstad2018-11-011-1/+1
* Use a public Duration instead of a private primitive for max pauseJon Marius Venstad2018-11-012-8/+9
* Change Change changeJon Marius Venstad2018-11-013-21/+19
* Allow pausing jobs for up to 3 daysJon Marius Venstad2018-11-013-0/+47
* Don't automatically trigger paused jobsJon Marius Venstad2018-11-011-4/+5
* Clear pausedUntil on triggeringJon Marius Venstad2018-11-011-1/+1
* Add pausedUntil field in JobStatusJon Marius Venstad2018-11-014-27/+49
* Track exceptions (#7535)olaaun2018-11-011-10/+15
* Accept job reports only from the deployment pipeline supposed to be usedJon Marius Venstad2018-11-012-4/+33
* Let only component jobs set the project idJon Marius Venstad2018-11-011-1/+1
* Allow unregistering from internal deployment pipeline through application APIJon Marius Venstad2018-11-015-4/+36
* Choose last successfull build as revision when forcingJon Marius Venstad2018-10-311-2/+2
* More flexibly change changeJon Marius Venstad2018-10-317-61/+77
* Address reviewJon Marius Venstad2018-10-313-7/+9
* Update testsJon Marius Venstad2018-10-313-18/+50
* Replace changeAt(instance) with just change()Jon Marius Venstad2018-10-315-29/+10
* Define latest changes to include change and outstanding changeJon Marius Venstad2018-10-311-4/+7
* Make OutstandingChangeDeployer accessible from DeploymentTesterJon Marius Venstad2018-10-311-0/+5
* Count applications with outstanding changes as deploying (they have something...Jon Marius Venstad2018-10-311-2/+2
* FormattingJon Marius Venstad2018-10-311-3/+3
* Test outstanding commits, when nothing else to testJon Marius Venstad2018-10-311-7/+12
* Delay commits during block windowJon Marius Venstad2018-10-311-4/+2
* Let OutstandingChangeDeployer trigger change only outside block windowJon Marius Venstad2018-10-311-2/+4
* Increase frequency of OutstandingChangeDeployerJon Marius Venstad2018-10-311-1/+1
* Restrict endpoint and cluster list fetching to tested and production zonesJon Marius Venstad2018-10-311-10/+21
* Validate application packages deploy time for old pipeline (and dev)Jon Marius Venstad2018-10-304-34/+41
* Merge pull request #7478 from vespa-engine/mpolden/controllerhost-orchestratorMartin Polden2018-10-292-2/+17
|\
| * Allow controller host to access orchestrator APIMartin Polden2018-10-292-2/+17
* | Revert "Revert "Olaaun/metric maintaier use api"" (#7469)olaaun2018-10-296-125/+243
|/
* Revert "Revert "Start controller maintainers with fixed spacing""Jon Marius Venstad2018-10-283-3/+41
* Revert "Start controller maintainers with fixed spacing"Jon Marius Venstad2018-10-283-41/+3
* Merge pull request #7462 from vespa-engine/jvenstad/stagger-maintenance-evenlyJon Marius Venstad2018-10-283-3/+41
|\
| * Test and fixJon Marius Venstad2018-10-262-6/+30
| * Validate interval, tolerate cluster without this, clean up testJon Marius Venstad2018-10-262-10/+11
| * Increase interval of costly maintainers to compensateJon Marius Venstad2018-10-261-2/+2
| * Start controller maintainers with fixed spacingJon Marius Venstad2018-10-262-1/+14
* | Revert "Olaaun/metric maintaier use api (#7402)" (#7461)olaaun2018-10-266-188/+126
|/
* Olaaun/metric maintaier use api (#7402)olaaun2018-10-266-126/+188
* Batch log calls that go to ZK when trivialJon Marius Venstad2018-10-252-16/+34
* Merge pull request #7450 from vespa-engine/jvenstad/log-adjustmentsJon Marius Venstad2018-10-253-5/+4
|\