aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/modelfactory
Commit message (Expand)AuthorAgeFilesLines
* No need for generics for HostValidator anymoreHarald Musum2023-02-101-4/+3
* UnsupportedOperationException means invalid application packageMartin Polden2023-01-131-2/+1
* Merge pull request #25104 from vespa-engine/revert-25103-balder/manual-revert...Harald Musum2022-12-052-2/+2
|\
| * Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-042-2/+2
| * Revert collect(Collectors.toList())Henning Baldersheim2022-12-042-2/+2
| * collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-022-2/+2
* | Remove unused and undocumented support for permanent-services.xmlHarald Musum2022-12-032-12/+0
|/
* Nicer deploy errorsJon Bratseth2022-11-201-1/+1
* Lower log level for failed models on newer majorjonmv2022-07-011-1/+1
* Remove uneeded version checkjonmv2022-06-281-3/+0
* Get the Vespa version for flags from the model versionJon Bratseth2022-06-172-11/+48
* Disallow model building failures on any version with a major shared by a depl...jonmv2022-06-091-28/+15
* Always fail model building when wanted version failsjonmv2022-06-091-2/+24
* Add cloud account to modelMartin Polden2022-05-111-2/+2
* Use '@Inject' from 'annotations' in 'configserver'Bjørn Christian Seime2022-05-051-1/+1
* Consolidate allocated hosts from all model versionsJon Bratseth2022-05-042-13/+57
* Minor simplificationJon Bratseth2022-05-023-10/+5
* Use app platform version during config model feature flags resolutionHåkon Hallingstad2022-03-091-2/+3
* Replace 'out of capacity' by 'node allocation failure'Jon Bratseth2022-02-231-2/+2
* wire legacy overrides to the flag source usedArne H Juul2022-01-062-4/+4
* convert map to FlagSource with overridesArne H Juul2022-01-061-0/+46
* Update Verizon Media copyright notices.gjoranv2021-10-073-3/+3
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* Wire in the executor up to TenantRepositoryHenning Baldersheim2021-09-092-10/+11
* Merge pull request #18907 from vespa-engine/hmusum/cleanup-24Henning Baldersheim2021-08-311-9/+9
|\
| * SimplifyHarald Musum2021-08-301-9/+9
* | Stop accepting application roles in deployMorten Tokle2021-08-301-2/+0
|/
* Really allow skipping of old models in manual zonesJon Bratseth2021-06-081-3/+4
* Merge pull request #18017 from vespa-engine/revert-17975-revert-mortent/cfg-o...Morten Tokle2021-05-311-1/+4
|\
| * Revert "Revert mortent/cfg operator cert"Morten Tokle2021-05-281-1/+4
* | Remove config field that is always true (and never overridden)Harald Musum2021-05-291-4/+1
|/
* Log model build errors to the deploy logJon Bratseth2021-05-273-20/+34
* GC unused parameter tenantListenerHenning Baldersheim2021-05-261-2/+1
* Revert "Include operator certificates in application trust store"Morten Tokle2021-05-251-4/+1
* Include operator certificates in application trust storeMorten Tokle2021-05-251-1/+4
* More lazy debug log message generationJon Marius Venstad2021-04-283-7/+7
* Add feature flag that can be used to disable OmitStackTraceInFastThrow JVM op...Harald Musum2021-03-261-1/+0
* Always use dedicated CCs when hosted, and remove migratorJon Marius Venstad2021-03-051-2/+1
* Include tenant secret stores in deploy callOla Aunrønning2021-03-041-0/+3
* Log model version properlyHarald Musum2021-02-251-3/+8
* Wire property for dedicated CC through session and model, from app-curator-dbJon Marius Venstad2021-02-191-1/+2
* Retry when verifying hostsHarald Musum2021-01-251-3/+22
* Remove GlobalComponentRegistry and implementationsHarald Musum2021-01-211-3/+3
* Merge pull request #16143 from vespa-engine/hmusum/reduce-use-of-global-compo...Harald Musum2021-01-211-5/+11
|\
| * Move ConfigDefinitionRepo out of GlobalComponentRegistryHarald Musum2021-01-211-2/+3
| * Move ModelFactoryRegistry out of GlobalComponentRegistryHarald Musum2021-01-211-2/+3
| * Move Zone out of GlobalComponentRegistryHarald Musum2021-01-211-2/+4
| * Move secret ConfigserverConfig out of GlobalComponentRegistryHarald Musum2021-01-201-2/+4
* | Log time use when building models (debug log)Harald Musum2021-01-211-4/+7
|/
* Move provisioner out of GlobalComponentRegistryHarald Musum2021-01-201-2/+3