aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/modelfactory/PreparedModelsBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Inject `OnnxModelCost` implementation from component graphBjørn Christian Seime2023-09-261-1/+6
* Rename a class and some methodsHarald Musum2023-08-261-8/+7
* Use Exceptions.toMessageString()Harald Musum2023-07-191-1/+4
* Don't throw InvalidApplicationException when there are node allocation issuesHarald Musum2023-07-191-0/+5
* Log less and no need to include version in log message when it's identical to...Harald Musum2023-07-051-6/+10
* Persist tokens on deployMorten Tokle2023-06-121-1/+2
* No need for generics for HostValidator anymoreHarald Musum2023-02-101-4/+3
* Merge pull request #25104 from vespa-engine/revert-25103-balder/manual-revert...Harald Musum2022-12-051-1/+1
|\
| * Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
| * Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
| * collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* | Remove unused and undocumented support for permanent-services.xmlHarald Musum2022-12-031-6/+0
|/
* Get the Vespa version for flags from the model versionJon Bratseth2022-06-171-8/+43
* Minor simplificationJon Bratseth2022-05-021-2/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Wire in the executor up to TenantRepositoryHenning Baldersheim2021-09-091-0/+5
* SimplifyHarald Musum2021-08-301-9/+9
* Log model build errors to the deploy logJon Bratseth2021-05-271-5/+3
* More lazy debug log message generationJon Marius Venstad2021-04-281-3/+3
* Log model version properlyHarald Musum2021-02-251-3/+8
* Retry when verifying hostsHarald Musum2021-01-251-3/+22
* Cleanup creation of host provisionerHarald Musum2021-01-081-21/+20
* Wire reindexing status into modelJon Marius Venstad2020-11-061-0/+6
* Check timeout after preparing each modelValerij Fredriksen2020-09-301-1/+3
* Log more info about models if in a cd systemHarald Musum2020-06-181-1/+3
* Remove dead codeHarald Musum2020-06-041-4/+2
* Get rid of SessionContextHarald Musum2020-05-281-10/+9
* Distribute application package to other config serversHarald Musum2020-05-121-15/+12
* Merge branch 'master' into hmusum/use-docker-image-instead-of-string-3Harald Musum2020-04-271-4/+4
|\
| * LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-3/+3
| * Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* | Use DockerImage instead of StringHarald Musum2020-04-221-1/+2
|/
* Validate resource changes by the lower limitJon Bratseth2020-04-081-4/+11
* Add support for using a Docker image repository when deploying an applicationHarald Musum2020-03-111-2/+4
* Deprecate com.yahoo.config.provision.VersionJon Bratseth2018-12-011-3/+3
* Always use a fallback provisioner in hosted VespaHarald Musum2018-09-241-15/+2
* Build minimal set of config modelsHarald Musum2018-07-111-2/+4
* Use new ValidationParameter class instead of booleansHarald Musum2018-07-041-1/+5
* Don't require an existing model when preparingJon Bratseth2018-05-021-5/+8
* Load the minimal set of models needed in devJon Bratseth2018-04-191-1/+1
* Remove calls to legcay code for file distributionHarald Musum2018-02-081-4/+1
* Do async file distribution (when preparing application) when file distributor...Harald Musum2017-12-141-1/+2
* Merge with masterJon Bratseth2017-08-281-3/+3
|\
| * Add application id to logHarald Musum2017-08-241-4/+3
* | Add one wimphy testJon Bratseth2017-08-281-1/+1
* | Allow model evolution which removes clustersJon Bratseth2017-08-281-7/+23
* | Explicitly pass the correct allocated hostsJon Bratseth2017-08-281-0/+1
* | ProvisionInfo -> AllocatedHostsJon Bratseth2017-08-281-3/+2
* | Allocation consistency between model versionsJon Bratseth2017-08-281-3/+9
|/