aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container
Commit message (Collapse)AuthorAgeFilesLines
* Reapply "Lesters/add local llms 2"Lester Solbakken2024-04-161-0/+1
| | | | This reverts commit ed62b750494822cc67a328390178754512baf032.
* Revert "Lesters/add local llms 2"Harald Musum2024-04-151-1/+0
|
* Reapply "Lesters/add local llms"Lester Solbakken2024-04-151-0/+1
| | | | This reverts commit 7518d93961ac7c5c5da1cd41717d42f600dae647.
* Revert "Lesters/add local llms"Lester Solbakken2024-04-151-1/+0
|
* Merge branch 'master' into lesters/add-local-llmsLester Solbakken2024-04-123-6/+3
|\
| * Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-122-4/+2
| |
| * Unify on Map.ofHenning Baldersheim2024-04-111-2/+1
| |
* | Add local LLM client and wire in container-llamaLester Solbakken2024-04-101-0/+1
|/
* jdisc -> containerHarald Musum2023-11-131-11/+10
|
* Support documented VESPA_CONFIGSERVER_ZOOKEEPER_BARRIER_TIMEOUT env variableHarald Musum2023-10-121-1/+3
|
* Update copyrightJon Bratseth2023-10-0913-13/+13
|
* Rename script-utils -> vespa-wrapperMartin Polden2023-02-061-1/+1
|
* Revert "Use default value for ZooKeeper snapsthot method for config servers"Martin Polden2023-02-011-0/+6
| | | | This reverts commit ab4cc11b4af622eb68bbff97191b3e74b6675a52.
* ensure referenced directories actually existArne Juul2023-01-041-1/+1
|
* always use new "go" version of standalone container startupArne Juul2022-12-151-1/+1
|
* test more widelyArne Juul2022-12-061-1/+1
|
* test new startup for standalone containerArne Juul2022-12-061-0/+6
|
* Merge pull request #25075 from vespa-engine/arnej/onnxruntime-as-bundleArne H Juul2022-12-051-0/+1
|\ | | | | add container-onnxruntime-bundle
| * rename to just "container-onnxruntime"Arne Juul2022-12-021-1/+1
| |
| * add container-onnxruntime-bundleArne Juul2022-12-021-0/+1
| |
* | Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-043-3/+3
| |
* | Revert collect(Collectors.toList())Henning Baldersheim2022-12-043-3/+3
| |
* | collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-023-3/+3
| |
* | Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-7/+6
|/
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-6/+7
|
* Let list handling catch up with Java 17Henning Baldersheim2022-12-021-7/+6
|
* Use a thread executor to fire off subcribes to multiple keys concurrently.Henning Baldersheim2022-11-111-0/+1
|
* Revert "Revert "Revert "Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp ↵Eirik Nygaard2022-11-071-1/+1
| | | | [run-systemtest]""""
* Revert "Revert "Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp ↵Eirik Nygaard2022-11-071-1/+1
| | | | [run-systemtest]"""
* Revert "Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp [run-systemtest]""Eirik Nygaard2022-11-041-1/+1
|
* Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp [run-systemtest]"Arnstein Ressem2022-11-041-1/+1
|
* Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmpEirk Nygaard2022-11-041-1/+1
| | | | | Prepare to support immutable container image where only var and logs directories must be writable. Create symlink from old tmp directory to $VESPA_HOME/var/tmp
* * apply new common bootstrapArne Juul2022-10-241-13/+16
| | | | | * remove now-duplicated code * prefer using ${VESPA_HOME} environment variable
* Preinstall javax.servlet-api to standalone-container.gjoranv2022-07-261-0/+1
| | | | | - It's currently needed by vespa-athenz, which is installed in all containers, except metrics-proxy and clustercontroller.
* Add back bundles needed by container-disc to preinstall in pomgjoranv2022-07-211-3/+0
|
* Set up more bundles via config-model.gjoranv2022-07-211-0/+9
| | | | | - These 4 bundles are currently required by all container cluster types, including standalone-containers.
* Add reminder for an obvious fact that is still easy to forget.gjoranv2022-07-191-0/+1
|
* Only add search/docproc/feed bundles when requiredBjørn Christian Seime2022-07-011-0/+4
|
* Revert "Only add search/docproc/feed bundles when required"Bjørn Christian Seime2022-06-301-2/+0
| | | | This reverts commit 5c38080766861504e26b68ee65e9657f0ae40554.
* Revert "Merge pull request #23299 from vespa-engine/bjorncs/bundles"Bjørn Christian Seime2022-06-301-2/+0
| | | | | This reverts commit af26e19c98e74b3417b5c94fe4b394914ba93ac3, reversing changes made to a5fda4e93388be73987f662998518b26b13780c2.
* Specify why certain bundles are requiredBjørn Christian Seime2022-06-301-0/+2
|
* Only add search/docproc/feed bundles when requiredBjørn Christian Seime2022-06-291-0/+2
|
* Also consider heap overrides when controlling THP for jvms.Henning Baldersheim2022-06-161-5/+2
|
* () = {}Henning Baldersheim2022-06-081-1/+1
|
* Only enable -XX:+UseTransparentHugePages if heap is at least 2x hugepage size.Henning Baldersheim2022-06-081-2/+7
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Add missing deps to lz4-java, and exclude in container-devgjoranv2022-06-081-0/+4
| | | | (no longer provided by jdisc)
* Don't provide any felix artifacts via 'container'gjoranv2022-06-081-0/+5
| | | | | | | | | | | | | + Stop exporting felix.log packages (org.osgi.service.log) + Completely remove felix.main (the felix launcher including everything in felix.framework). This was probably never needed by vespa. * Add explicit felix.framework dep to vespa-osgi-testrunner and standalone-container, as it's no longer included in container-dev. (The packages are still exported by jdisc_core, so imports will be generated.) * Add felix.framework to 'application', as it's needed for unit tests. * Exclude animal-sniffer-annotations from felix.framework in parent. Not needed anywhere by Vespa.
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-1/+0
| | | | Also remove some deprecated methods in ConfigGetter
* Use hugespages for jvm also when OS setting is [madvise]Henning Baldersheim2022-05-301-0/+1
|