aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/session/SessionPreparer.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Inject `OnnxModelCost` implementation from component graphBjørn Christian Seime2023-09-261-4/+10
* Rename a class and some methodsHarald Musum2023-08-261-6/+6
* Write time when session was created, add support for reading sessiond dataHarald Musum2023-08-211-0/+3
* Make ZooKeeperClient inner class of the only class that uses itHarald Musum2023-08-181-7/+3
* Extract method for writing session data into a new classHarald Musum2023-08-171-25/+19
* Write session data to zk as a blob if feature flag is setHarald Musum2023-08-151-0/+15
* Revert "Throw if file reference or vespa version not found for session in zk"Harald Musum2023-07-201-1/+1
* SimplifyHarald Musum2023-07-191-1/+1
* Persist tokens on deployMorten Tokle2023-06-121-2/+6
* Add config for barrierWaitForAllTimeoutHarald Musum2023-03-231-3/+0
* Allow XML fragments againJon Bratseth2023-03-131-17/+0
* Pass ClusterInfoJon Bratseth2023-03-011-2/+1
* No need for generics for HostValidator anymoreHarald Musum2023-02-101-2/+2
* Remove redundant tags wiringjonmv2023-01-111-5/+0
* Read tags from deployment spec in packagejonmv2023-01-101-7/+17
* Revert "Write session parameters to ZooKeeper in one place [run-systemtest]"Harald Musum2022-12-051-29/+48
* Merge pull request #25107 from vespa-engine/hmusum/write-session-parameters-t...Håkon Hallingstad2022-12-051-48/+29
|\
| * Write session parameters to ZooKeeper in one placeHarald Musum2022-12-051-48/+29
* | 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-5/+0
|/
* Nicer deploy errorsJon Bratseth2022-11-201-0/+2
* Add instance tagsJon Bratseth2022-10-121-6/+13
* No need for feature flag for max-merge-queue-sizeHenning Baldersheim2022-10-061-5/+0
* Process extracted pom in session preparer (#23817)Jon Marius Venstad2022-08-311-1/+8
* validate _all_ xml files only in publicAndreas Eriksen2022-08-061-13/+15
* warn on use of deprecated xml features (#23583)Andreas Eriksen2022-08-051-0/+78
* Get the Vespa version for flags from the model versionJon Bratseth2022-06-171-20/+11
* Add cloud account to modelMartin Polden2022-05-111-4/+8
* Consolidate allocated hosts from all model versionsJon Bratseth2022-05-041-2/+3
* Use app platform version during config model feature flags resolutionHåkon Hallingstad2022-03-091-0/+1
* Replace use of Guava's UncheckedTimeoutException with our ownBjørn Christian Seime2022-01-141-1/+1
* wire legacy overrides to the flag source usedArne H Juul2022-01-061-1/+2
* Rename method and call before writing to ZooKeeperHarald Musum2021-11-281-13/+16
* Log session id when preprocessing application package failsHarald Musum2021-11-151-1/+2
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Wire in the executor up to TenantRepositoryHenning Baldersheim2021-09-091-2/+7
* Merge pull request #18907 from vespa-engine/hmusum/cleanup-24Henning Baldersheim2021-08-311-12/+5
|\
| * Simplify by getting rid of FileDistributionProviderHarald Musum2021-08-301-10/+4
| * SimplifyHarald Musum2021-08-301-3/+2
* | Stop accepting application roles in deployMorten Tokle2021-08-301-12/+0
|/
* Allow set of distributable files to change after initial deploy.Henning Baldersheim2021-08-191-0/+4
* Reject non-bootstrap deployments with unknown wanted Vespa versionJon Marius Venstad2021-08-181-0/+1
* Avoid FileRegistry when you only need a hostname.Henning Baldersheim2021-08-171-1/+2
* Stop sending hints about files that should be downloaded when doing prepareHarald Musum2021-08-161-7/+0
* Revert "Revert mortent/cfg operator cert"Morten Tokle2021-05-281-3/+8
* Merge pull request #17980 from vespa-engine/hmusum/cleanup-10Henning Baldersheim2021-05-261-2/+0
|\