aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-api/src/main/java/com/yahoo/config/application
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Use actual files in application package to validate ↵Harald Musum2023-10-171-11/+11
| | | | file/directory in…""
* Revert "Use actual files in application package to validate file/directory ↵Harald Musum2023-10-171-11/+11
| | | | in…"
* Use actual files in application package to validate file/directory in user ↵Harald Musum2023-10-151-11/+11
| | | | config
* Update copyrightJon Bratseth2023-10-0918-17/+18
|
* Add note about these API being internal public APIsHarald Musum2023-09-282-2/+2
|
* Add public APIs and abi-spec.json to config-model-apiHarald Musum2023-09-282-0/+4
|
* Add overloads taking supplier and throwableBjørn Christian Seime2023-09-221-0/+5
|
* Add `getSize()` to `ApplicationFile`Bjørn Christian Seime2023-09-221-0/+2
|
* Rethrow RuntimeException as IllegalArgumentException if parsing validation ↵Harald Musum2023-08-301-7/+11
| | | | overrides fails
* Wire empty host TTL all the wayjonmv2023-08-282-3/+3
|
* Keep method used by config modelMartin Polden2023-07-271-0/+3
|
* Preserve compatibility with older versionsMartin Polden2023-07-271-0/+3
|
* Remove active attributeMartin Polden2023-07-272-20/+4
|
* Remove global-service-idMartin Polden2023-07-272-32/+4
|
* Revert "Remove global-service-id"Martin Polden2023-07-273-8/+52
|
* Remove active attributeMartin Polden2023-07-262-20/+4
|
* Remove global-service-idMartin Polden2023-07-262-32/+4
|
* Remove dead code now that Vespa 7 is goneHarald Musum2023-07-111-5/+0
|
* Changing cloud accounts requires redeploymentjonmv2023-06-122-3/+5
|
* Revert signaturejonmv2023-06-022-3/+3
|
* Allow parallell cloud accounts in dep-spec, and simply some usagesjonmv2023-06-023-56/+84
|
* Move health container health checker to provision servicejonmv2023-05-311-1/+1
|
* Respect host TTL (and cloud account) for tester deploymentsjonmv2023-05-302-2/+16
|
* Add empty-host-ttl to deployment specjonmv2023-05-263-11/+63
|
* Update DeploymentSpec hashcode and deployable hashcodejonmv2023-05-232-3/+35
|
* Add missing unit option in error messageValerij Fredriksen2023-05-121-3/+2
|
* Update JavadocJon Bratseth2023-05-091-1/+1
|
* Support a default BCP deadlineJon Bratseth2023-05-094-51/+81
|
* Keep PERMANENT_SERVICES for nowJon Bratseth2023-03-011-0/+3
|
* Pass ClusterInfoJon Bratseth2023-03-014-34/+25
|
* Correct typoJon Bratseth2023-02-201-1/+1
|
* Complete bcp handlingJon Bratseth2023-02-193-126/+188
| | | | | - Add bcp to schema validation - Read endpoints defined in bcp elements
* Add missing import!Jon Bratseth2023-02-071-0/+1
|
* Support configuring BCP structureJon Bratseth2023-02-074-14/+221
|
* Disable internet-facing endpoints in test/staging if any zone has them disabledjonmv2023-02-021-0/+4
|
* Merge pull request #25730 from vespa-engine/bratseth/resource-reduction-rebasedValerij Fredriksen2023-01-251-2/+2
|\ | | | | Bratseth/resource reduction rebased
| * More resource reduction testsJon Bratseth2023-01-251-0/+1
| |
| * Validate total max resourcesJon Bratseth2023-01-251-2/+1
| |
* | Add convenience method for getting all file referencesHarald Musum2023-01-241-0/+7
|/
* Revert "Merge pull request #25624 from ↵jonmv2023-01-184-35/+237
| | | | | | | vespa-engine/revert-25617-jonmv/private-endpoints" This reverts commit c47ed544a31a6b56f518901247212a47d8eb9d31, reversing changes made to e0191b4d49048f9398395dc8c1c60dfcb383f705.
* Revert "Jonmv/private endpoints"Jon Marius Venstad2023-01-184-237/+35
|
* Revert "Merge pull request #25614 from ↵jonmv2023-01-184-35/+237
| | | | | | | vespa-engine/revert-25587-jonmv/private-endpoints" This reverts commit 7b736f0a09444664cff118eac5b28e608632de72, reversing changes made to 6c457e6dd5993ec2ef15177dab4a16e3d3702b85.
* Merge pull request #25614 from vespa-engine/revert-25587-jonmv/private-endpointsJon Marius Venstad2023-01-184-237/+35
|\ | | | | Revert "Parse, validate and use new zone endpoint syntax"
| * Revert "Parse, validate and use new zone endpoint syntax"Jon Marius Venstad2023-01-184-237/+35
| |
* | Merge pull request #25610 from vespa-engine/balder/unify-on-toListHenning Baldersheim2023-01-181-2/+2
|\ \ | |/ |/| Balder/unify on to list
| * Just use Streams.toList as that is unmdifiable.Henning Baldersheim2023-01-181-2/+2
| |
| * Unify on Streams.toList()Henning Baldersheim2023-01-171-1/+0
| |
* | Validate zone endpoint changes in controller, on submissionjonmv2023-01-172-1/+11
| |
* | Validate disabled regions are not targetsjonmv2023-01-172-11/+37
| |
* | Address reviewjonmv2023-01-172-35/+45
| |