summaryrefslogtreecommitdiffstats
path: root/controller-server
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21672 from vespa-engine/olaa/get-managed-access-statusOla Aunrønning2022-03-141-3/+4
|\ | | | | Infer managed access through assertion existence
| * Infer managed access through assertion existenceOla Aunrønning2022-03-141-3/+4
| |
* | remove cert deletion feature flag (#21669)Andreas Eriksen2022-03-141-3/+0
|/
* Improve notifiactions text with what the user should doJon Marius Venstad2022-03-111-6/+6
|
* Merge pull request #21626 from vespa-engine/olaa/return-preapprove-payloadOla Aunrønning2022-03-101-1/+3
|\ | | | | Payload contains pre-approval status
| * Payload contains pre-approval statusOla Aunrønning2022-03-101-1/+3
| |
* | andreer/remove cert deletion feature flag (#21627)Andreas Eriksen2022-03-101-22/+8
| | | | | | | | | | * default deleting certs to true * remove cert deletion feature flag
* | Let jobs for manually triggered upgrade not wait for prpevious instancesJon Marius Venstad2022-03-091-1/+1
|/
* Merge pull request #21600 from vespa-engine/jonmv/deployment-playground-2v7.555.50Valerij Fredriksen2022-03-086-21/+356
|\ | | | | Jonmv/deployment playground 2
| * Fix API responseJon Marius Venstad2022-03-083-21/+15
| |
| * Delay does not work with "deploy()"Jon Marius Venstad2022-03-081-1/+0
| |
| * More interestingJon Marius Venstad2022-03-082-11/+10
| |
| * Add deployment playgroundJon Marius Venstad2022-03-084-1/+344
| |
* | Merge pull request #21584 from vespa-engine/jonmv/deployment-playgroundJon Marius Venstad2022-03-087-46/+53
|\| | | | | Jonmv/deployment playground
| * Close executor in test codeJon Marius Venstad2022-03-081-2/+7
| |
| * Add a resubmit helper, fix salt and some other minor tests code bugsJon Marius Venstad2022-03-071-3/+9
| |
| * Be stricter about when a production deployment is "complete" for a changeJon Marius Venstad2022-03-073-5/+5
| |
| * Facilitate debugging with less functional styleJon Marius Venstad2022-03-071-11/+12
| |
| * Pure test job instances are done when change tested with any comboJon Marius Venstad2022-03-071-6/+8
| |
| * Trigger only idle system/staging jobsJon Marius Venstad2022-03-071-1/+1
| |
| * Prune packages and versions the same wayJon Marius Venstad2022-03-073-18/+11
| |
* | Merge pull request #21552 from ↵Øyvind Grønnesby2022-03-074-4/+49
|\ \ | | | | | | | | | | | | vespa-engine/andreer/consider-quota-used-by-manual-deployments consider quota used by manual deployments when deploying to prod
| * | consider quota used by manual deployments when deploying to prodandreer2022-03-044-4/+49
| |/
* | Merge pull request #21480 from vespa-engine/olaa/athenz-synchronizationOla Aunrønning2022-03-071-6/+45
|\ \ | |/ |/| Synchronize athenz instances on request approval
| * Fetch audit log and pending membership requests for athenz roleOla Aunrønning2022-03-041-5/+21
| | | | | | | | | | Athenz synchronizer accepts tenant name ZMSClient membership requests can be rejected
| * Add API for toggling self-served access roleOla Aunrønning2022-03-031-1/+24
| |
| * Synchronize athenz instances on request approvalOla Aunrønning2022-03-011-3/+3
| |
* | Allow multiple test reportsJon Marius Venstad2022-03-026-22/+41
| |
* | Print separator and reset message to each step when jobs resetJon Marius Venstad2022-03-022-2/+11
| |
* | Include currently deploying versions as availableJon Marius Venstad2022-03-023-4/+22
| |
* | Detect test failure when considering change splitting for prod deploymentsJon Marius Venstad2022-03-013-3/+31
| |
* | Only schedule tests for oustanding change when there actually is oneJon Marius Venstad2022-03-013-13/+23
| |
* | Merge pull request #21463 from vespa-engine/jonmv/deployment-orch-adjustmentsMartin Polden2022-03-0121-93/+151
|\ \ | | | | | | Jonmv/deployment orch adjustments
| * | Allow skipping parts of change when triggering jobsJon Marius Venstad2022-02-284-10/+23
| | |
| * | Verify dep orch only aborts its own jobsJon Marius Venstad2022-02-281-0/+8
| | |
| * | Store non-canonical reasons for runs, and avoid auto-aborting these from ↵Jon Marius Venstad2022-02-2816-69/+90
| | | | | | | | | | | | dep.orch.
| * | Log why runs are abortedJon Marius Venstad2022-02-288-12/+23
| | |
| * | Avoid failing to trigger staging test when system test is already runningJon Marius Venstad2022-02-282-4/+9
| | |
* | | andreer/delete unmanaged certs take 2 (#21268)Andreas Eriksen2022-02-286-60/+96
| | |
* | | Merge pull request #21457 from vespa-engine/mortent/verify-athenztenantMorten Tokle2022-02-281-1/+2
|\ \ \ | | | | | | | | Verify athenz tenant before evaluating developer role privileges
| * | | Verify athenz tenant before evaluating developer role privilegesMorten Tokle2022-02-281-1/+2
| | | |
* | | | Merge pull request #21449 from vespa-engine/jonmv/test-runner-fixesJon Marius Venstad2022-02-281-4/+10
|\ \ \ \ | | | | | | | | | | Jonmv/test runner fixes
| * | | | Add feature flag to allow no tests for particular tenantsJon Marius Venstad2022-02-281-1/+10
| | | | |
| * | | | Let test runnerss decide when NO_TESTS are okJon Marius Venstad2022-02-281-4/+1
| | |_|/ | |/| |
* | | | Merge pull request #21452 from vespa-engine/jonmv/deployment-orch-adjustmentsJon Marius Venstad2022-02-286-68/+94
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| Jonmv/deployment orch adjustments
| * | Be smarter about guessing future deployed versions for eager testsJon Marius Venstad2022-02-283-37/+45
| | |
| * | Ignore source versions for system testsJon Marius Venstad2022-02-286-23/+17
| | |
| * | Only roll "next" revision when current is failingJon Marius Venstad2022-02-283-12/+36
| |/
* | Merge pull request #21348 from vespa-engine/freva/app-formatValerij Fredriksen2022-02-2815-191/+31
|\ \ | |/ |/| Application version JSON serialization
| * Use same serializer for ApplicationVersionValerij Fredriksen2022-02-236-51/+16
| |