aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #27373 from vespa-engine/ogronnesby/enclave-in-deploymentØyvind Grønnesby2023-06-133-0/+307
|\ \ | | | | | | Return if a deployment job is in enclave
| * | Test deployment with enclaveØyvind Grønnesby2023-06-123-0/+307
| |/
* | Change messageHarald Musum2023-06-123-13/+13
| |
* | Change message when service is not up and running with new configHarald Musum2023-06-123-13/+13
|/
* Merge pull request #27352 from ↵Jon Marius Venstad2023-06-081-1/+1
|\ | | | | | | | | vespa-engine/jonmv/redo-truncated-app-package-streams Keep only meta data in truncated package by default
| * Keep only meta data in truncated package by defaultjonmv2023-06-081-1/+1
| |
* | Merge pull request #27314 from vespa-engine/mpolden/ignore-non-active-lbsMorten Tokle2023-06-075-46/+30
|\ \ | |/ |/| Avoid maintaining routing policies for non-active load balancers
| * Avoid maintaining routing policies for non-active load balancersMartin Polden2023-06-065-46/+30
| | | | | | | | | | | | When deactivating a deployment, the config server moves the load balancer to inactive. Since the LB was still present, we kept its routing policy (and DNS record) even though both should've been removed.
* | Update testsleandroalves2023-06-062-6/+13
|/
* Fix routing APi test after change to mock zonejonmv2023-06-021-2/+2
|
* Allow parallell cloud accounts in dep-spec, and simply some usagesjonmv2023-06-023-23/+46
|
* Merge pull request #27256 from vespa-engine/mpolden/prefer-latest-genJon Bratseth2023-06-011-1/+1
|\ | | | | Prefer latest generation with fallback to older
| * Fix typoMartin Polden2023-06-011-5/+1
| |
* | Fix exclave conditionValerij Fredriksen2023-06-011-1/+1
| |
* | Update CloudAccount serializationValerij Fredriksen2023-06-012-16/+13
|/
* Merge pull request #27231 from vespa-engine/mortent/test-submitJon Marius Venstad2023-05-311-0/+16
|\ | | | | Verify submit in test
| * Verify submit in testMorten Tokle2023-05-301-0/+16
| |
* | Merge pull request #27214 from vespa-engine/jonmv/custom-host-ttlJon Marius Venstad2023-05-311-21/+59
|\ \ | | | | | | Jonmv/custom host ttl
| * | Respect host TTL (and cloud account) for tester deploymentsjonmv2023-05-301-21/+59
| |/
* / Add CloudName to CloudAccountValerij Fredriksen2023-05-301-1/+1
|/
* Revert "Revert "Use another exception and error in response when quota is ↵Harald Musum2023-05-221-2/+13
| | | | exceed""
* Revert "Use another exception and error in response when quota is exceed"Harald Musum2023-05-221-13/+2
|
* Handle quota exceeded from config serverHarald Musum2023-05-221-2/+13
|
* Consider failing upgrade tests when guessing, toojonmv2023-05-161-1/+4
|
* Merge pull request #27111 from vespa-engine/jonmv/submission-timestampValerij Fredriksen2023-05-156-17/+31
|\ | | | | Add submission timestamp for prod packages, and show in detail API
| * Add submission timestamp for prod packages, and show in detail APIjonmv2023-05-156-17/+31
| |
* | Make "current major version" stickyjonmv2023-05-153-5/+5
|/
* Handle removal of endpoints with duplicated IDs across scopes (#27099)Martin Polden2023-05-141-4/+29
|
* Avoid delay-cause also when the only job to run is ... running!jonmv2023-05-032-34/+34
|
* Update unit test with human cancellationjonmv2023-04-281-0/+9
|
* When a human cancels a job, do not retry itjonmv2023-04-285-24/+22
|
* Merge pull request #26823 from ↵Jon Marius Venstad2023-04-242-4/+22
|\ | | | | | | | | vespa-engine/hmusum/fail-deployment-id-certificate-file-is-missing Fail deployment if no certificate file exists in application package
| * Fail deployment if no certificate file exists in application packageHarald Musum2023-04-222-4/+22
| | | | | | | | | | | | Ususally certificate is in security/clients.pem, but it's posible to use other files and have more than one file. Fail only if no files exist in security/ directory. The check is controlled by a feature flag.
* | Correctly count number of nodes that finished dropping documentsValerij Fredriksen2023-04-211-1/+1
|/
* Code review fixesValerij Fredriksen2023-04-211-1/+1
|
* Create API to trigger and view status for dropping documentsValerij Fredriksen2023-04-212-0/+46
|
* set deploymentMetricsMaintainerBaseline to 0.95 (#26793)Bjørn Meland2023-04-201-3/+3
|
* Update /deployment/v1 expected responsejonmv2023-04-181-0/+10
|
* Allow pinning to a revision, set and read through APIsjonmv2023-04-182-15/+45
|
* Add revision pin to Changejonmv2023-04-181-1/+1
|
* Rename pinned to platformPinnedjonmv2023-04-183-20/+18
|
* Mark packages as obsolete when no deployed, then prune laterjonmv2023-04-182-0/+79
|
* Add obsoletion field to ApplicationVersion, and remove test-only factoriesjonmv2023-04-182-7/+11
|
* Merge pull request #26739 from vespa-engine/olaa/dont-rewrite-cmr-reportOla Aunrønning2023-04-141-2/+2
|\ | | | | Automatically approve CMR impacting proxy node
| * Convert class to recordOla Aunronning2023-04-141-1/+1
| |
| * Don't rewrite CMR report. Add status fieldOla Aunronning2023-04-121-1/+1
| |
* | Merge pull request #26725 from vespa-engine/jonmv/improve-job-status-insightValerij Fredriksen2023-04-135-36/+37
|\ \ | | | | | | Jonmv/improve job status insight
| * | Compute whether jobs are blocked in the right place, and exposejonmv2023-04-133-5/+8
| | |
| * | Introduce a more detailed Readiness object for planned deployment jobsjonmv2023-04-134-34/+32
| |/
* | Add link to doc for exception when plan does not support deploymentHarald Musum2023-04-131-1/+2
| |