summaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Expand)AuthorAgeFilesLines
* Deploy with one API call to config server when in CD and being user tenantHarald Musum2018-04-063-6/+86
* Avoid persistence layer deciding tenant sort orderMartin Polden2018-04-063-6/+9
* Write tenant to ZooKeeperMartin Polden2018-04-063-2/+152
* Add TenantSerializerMartin Polden2018-04-062-0/+118
* Reduce code duplicationMartin Polden2018-04-063-29/+18
* Remove unused constantsMartin Polden2018-04-061-9/+0
* Merge pull request #5464 from vespa-engine/mpolden/refactor-tenantMartin Polden2018-04-0627-419/+617
|\
| * Refactor tenantMartin Polden2018-04-0525-416/+615
| * Fix outdated javadocMartin Polden2018-04-052-3/+2
* | Merge pull request #5456 from vespa-engine/jvenstad/DO-unifiedMartin Polden2018-04-0514-365/+190
|\ \
| * | Review commentsJon Marius Venstad2018-04-053-11/+11
| * | More cleanupJon Marius Venstad2018-04-043-7/+0
| * | More cleanupJon Marius Venstad2018-04-041-1/+0
| * | More cleanupJon Marius Venstad2018-04-043-223/+24
| * | More cleanupJon Marius Venstad2018-04-044-96/+56
| * | Some cleanupJon Marius Venstad2018-04-034-117/+41
| * | Make triggerReadyJobs step-centricJon Marius Venstad2018-04-038-147/+340
| * | Remove unnecessary codeJon Marius Venstad2018-03-271-20/+3
| * | Missed these changes in previous commitJon Marius Venstad2018-03-271-4/+4
| * | Cleanup -- not supposed to be any real changesJon Marius Venstad2018-03-275-92/+64
* | | Merge pull request #5431 from vespa-engine/jvenstad/30-sec-interval-for-ready...Martin Polden2018-03-271-1/+1
|\ \ \
| * | | Trigger ready jobs more often!Jon Marius Venstad2018-03-271-1/+1
| | |/ | |/|
* | | Merge pull request #5430 from vespa-engine/jvenstad/DO-unifiedJon Marius Venstad2018-03-2714-218/+188
|\ \ \ | | |/ | |/|
| * | triggerChange no longer triggers jobsJon Marius Venstad2018-03-279-45/+112
| * | Removed unused codeJon Marius Venstad2018-03-271-14/+0
| * | Removed triggering on job completion (but notify in tests call it to simulate...Jon Marius Venstad2018-03-2710-144/+63
| * | Trigger change through triggerREadyJobsJon Marius Venstad2018-03-273-19/+17
* | | Merge pull request #5428 from vespa-engine/jvenstad/DO-unifiedMartin Polden2018-03-2710-68/+104
|\| |
| * | Trigger next on completion through triggerReadyJobsJon Marius Venstad2018-03-2610-43/+44
| * | Out of capacity retrying through triggerReadyJobsJon Marius Venstad2018-03-262-6/+10
| * | Immediate retry triggers through trigger-ready-jobsJon Marius Venstad2018-03-264-20/+51
* | | Merge pull request #5426 from vespa-engine/jvenstad/DO-unifiedJon Marius Venstad2018-03-265-117/+142
|\| |
| * | Forced triggering ignores other running production jobsJon Marius Venstad2018-03-262-12/+12
| * | More flexible parallel triggeringJon Marius Venstad2018-03-263-72/+57
| * | Moved stuff aroundJon Marius Venstad2018-03-261-72/+73
| * | Added Triggering to hold triggering information -- unused for nowJon Marius Venstad2018-03-261-0/+33
| * | TODOsJon Marius Venstad2018-03-263-0/+6
| |/
* | Give AccessControlRequestFilter a simpler name in the yolean worldBjørn Christian Seime2018-03-232-1/+3
* | Specify explicit ordering between AcessControlRequetFilter and ControllerAuth...Bjørn Christian Seime2018-03-233-2/+4
* | Enforce that Athenz authn filter is executed after CORS filterBjørn Christian Seime2018-03-231-0/+2
|/
* Merge pull request #5415 from vespa-engine/jvenstad/add-cd-aws-jobJon Marius Venstad2018-03-221-0/+1
|\
| * Add job for cd aws zoneJon Marius Venstad2018-03-221-0/+1
* | Merge pull request #5414 from vespa-engine/jvenstad/filter-out-cd-aws-zone-to...Jon Marius Venstad2018-03-221-1/+1
|\|
| * Need to filter out all AWS zones like this >_<Jon Marius Venstad2018-03-221-1/+1
* | Use existing method instead of hackJon Marius Venstad2018-03-221-3/+2
* | Allow cancellation of all change from web API and fix bugJon Marius Venstad2018-03-225-18/+30
* | Review comments -- lacking change cancellationJon Marius Venstad2018-03-212-15/+14
* | Update responses to reflect new behaviourJon Marius Venstad2018-03-202-2/+2
* | Sort unknown application packages first (earliest)Jon Marius Venstad2018-03-201-3/+3
* | Simplify deployment completion checkJon Marius Venstad2018-03-201-21/+4