aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/config
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26251 from vespa-engine/hmusum/config-model-cleanup-5Harald Musum2023-03-011-3/+0
|\ | | | | Hmusum/config model cleanup 5
| * GC unused system propertyHarald Musum2023-02-281-3/+0
| |
* | Pass ClusterInfoJon Bratseth2023-03-014-4/+31
| |
* | Introduce feature flag to enable global phaseBjørn Christian Seime2023-02-281-0/+1
|/
* SimplifyHarald Musum2023-02-169-19/+4
|
* Remove unused methods and argumentHarald Musum2023-02-163-27/+0
|
* Merge pull request #26062 from ↵Harald Musum2023-02-161-2/+0
|\ | | | | | | | | vespa-engine/hmusum/remove-check-for-clients-element <clients> is not supported on Vespa 8, remove check
| * <clients> is not supported on Vespa 8, remove checkHarald Musum2023-02-161-2/+0
| |
* | Add log warning / notification for those still using admin version 3, deprecatedHarald Musum2023-02-161-1/+8
|/
* simple default for dump() and getChildren()Arne Juul2023-02-141-9/+0
|
* Less wildcards for some TreeConfigProducer instancesArne Juul2023-02-147-15/+20
|
* minor cleanupArne Juul2023-02-142-27/+12
| | | | | | | * add author * move helper method to the using class * cleanup unneccessary imports * remove unused member variable
* split AbstractConfigProducerArne Juul2023-02-1310-163/+257
|
* Deprecate and stop using HostSpec constructor that should be removedHarald Musum2023-02-133-4/+4
|
* Cleanup and remove unused methodsHarald Musum2023-02-121-34/+2
|
* Merge pull request #25730 from vespa-engine/bratseth/resource-reduction-rebasedValerij Fredriksen2023-01-251-11/+27
|\ | | | | Bratseth/resource reduction rebased
| * More resource reduction testsJon Bratseth2023-01-251-11/+27
| |
* | Merge pull request #25722 from vespa-engine/hmusum/file-registry-refactoringHenning Baldersheim2023-01-251-9/+0
|\ \ | |/ |/| Hmusum/file registry refactoring
| * Remove unnecessary classHarald Musum2023-01-231-9/+0
| |
* | Pass DeployState - no functional changesJon Bratseth2023-01-231-6/+17
|/
* Move IntRange out of vespajlibJon Bratseth2023-01-221-2/+1
| | | | | vespajlib classes in the interface between config model and config server causes LinkageErrors.
* Don't constrain groups to 1 if group-size is setJon Bratseth2023-01-221-6/+12
|
* Revert "Merge pull request #25624 from ↵jonmv2023-01-182-2/+2
| | | | | | | vespa-engine/revert-25617-jonmv/private-endpoints" This reverts commit c47ed544a31a6b56f518901247212a47d8eb9d31, reversing changes made to e0191b4d49048f9398395dc8c1c60dfcb383f705.
* Revert "Jonmv/private endpoints"Jon Marius Venstad2023-01-182-2/+2
|
* Revert "Merge pull request #25614 from ↵jonmv2023-01-182-2/+2
| | | | | | | vespa-engine/revert-25587-jonmv/private-endpoints" This reverts commit 7b736f0a09444664cff118eac5b28e608632de72, reversing changes made to 6c457e6dd5993ec2ef15177dab4a16e3d3702b85.
* Revert "Parse, validate and use new zone endpoint syntax"Jon Marius Venstad2023-01-182-2/+2
|
* Verify container cluster names in hsoted vespajonmv2023-01-181-1/+1
|
* Parse, validate and use new zone endpoint syntaxjonmv2023-01-171-1/+1
|
* Use 2 rpc targets and 2 rpc network threads.Henning Baldersheim2023-01-131-3/+3
|
* GC unused use-two-phase-document-gc flagHenning Baldersheim2023-01-121-7/+0
|
* Two phase GC is now defaultHenning Baldersheim2023-01-121-1/+1
|
* Remove redundant tags wiringjonmv2023-01-111-2/+0
|
* Allow user filters by defaultBjørn Christian Seime2023-01-051-0/+4
| | | | As feature flag allow-list cannot be pushed to prod before enforcement is enabled.
* Add helper to determine if hosted tenant appBjørn Christian Seime2023-01-051-2/+8
|
* Cleanup 'enable-dataplane-filter' feature flagBjørn Christian Seime2023-01-041-7/+0
|
* Add more xxe preventionsMorten Tokle2022-12-081-7/+17
|
* Merge pull request #25104 from ↵Harald Musum2022-12-051-3/+3
|\ | | | | | | | | vespa-engine/revert-25103-balder/manual-revert-of-25097 Revert "Revert collect(Collectors.toList())"
| * Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-3/+3
| |
| * Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-3/+3
| |
| * collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-3/+3
| |
* | Remove unused and undocumented support for permanent-services.xmlHarald Musum2022-12-032-38/+2
|/
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-022-10/+8
|
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-022-8/+10
|
* Let list handling catch up with Java 17Henning Baldersheim2022-12-022-10/+8
|
* Merge pull request #24960 from vespa-engine/mortent/clients-configBjørn Christian Seime2022-11-281-0/+7
|\ | | | | Cloud data plane filter config
| * Add flag to enable clients featureMorten Tokle2022-11-221-0/+7
| |
* | Read load-balancer allowed URNs from container xml, wire to provisionerjonmv2022-11-241-0/+7
|/
* Respect requested cloud account without nodes tagMartin Polden2022-11-151-0/+8
|
* Control the heas size percentage used as default for non-combined ↵Henning Baldersheim2022-11-031-0/+8
| | | | application clusters.
* Optimize importsHarald Musum2022-10-241-1/+0
|