summaryrefslogtreecommitdiffstats
path: root/standalone-container/src
Commit message (Collapse)AuthorAgeFilesLines
* Implement addBlob for LocalFileDB too.Henning Baldersheim2021-09-092-24/+20
|
* Provide the blob name externallyHenning Baldersheim2021-08-251-2/+2
|
* Remove unused method.Henning Baldersheim2021-08-191-4/+0
|
* Allow reflective access to java.nioBjørn Christian Seime2021-07-051-0/+1
|
* Remove warning produced by hc5 doing reflective access on SSLEngineImplBjørn Christian Seime2021-06-231-0/+1
|
* Add option for adding blobsHenning Baldersheim2021-06-091-5/+6
|
* Update start scriptsMorten Tokle2021-03-251-0/+1
|
* Track explicitly when we are initializing configJon Bratseth2020-12-161-1/+2
|
* Revert "Merge pull request #15739 from ↵Jon Bratseth2020-12-081-3/+0
| | | | | | | vespa-engine/revert-15734-bratseth/simplify-config-take-2" This reverts commit d1e33a9420805f5d416ca55ed79497fd28f20216, reversing changes made to 10464c859ccca2596e2b841612f8ea958330e4dc.
* Revert "Bratseth/simplify config take 2"Harald Musum2020-12-081-0/+3
|
* Revert "Merge pull request #15690 from ↵Jon Bratseth2020-12-071-3/+0
| | | | | | | vespa-engine/revert-15686-bratseth/simplify-config" This reverts commit a90709008ec0d108ee9a2e26bda20e39a10424b5, reversing changes made to fcb2b4a2fd7a594520613c48d58e26963c68ea90.
* Revert "Keep internal-redeploy serverside. Remove old restartOnDeploy ↵Jon Bratseth2020-12-041-0/+3
| | | | impleme…"
* Keep internal-redeploy serverside. Remove old restartOnDeploy implementation.Jon Bratseth2020-12-041-3/+0
|
* Minor unification of tests.Henning Baldersheim2020-08-122-16/+14
|
* Use plain strings for platform bundles, instead of file referencesgjoranv2020-07-181-1/+1
|
* Reapply "Load platform bundles separately 3"gjoranv2020-07-171-5/+10
| | | | This reverts commit 1c69b4e72b3212e3ce989a8675db08ac51b7f79d.
* Revert "Load platform bundles separately 3"Harald Musum2020-07-171-10/+5
|
* Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-161-2/+2
|
* Reapply "Load platform bundles separately"gjoranv2020-07-161-5/+10
| | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Revert "Reapply load platform bundles separately"Harald Musum2020-07-161-10/+5
|
* Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-161-2/+2
|
* Reapply "Load platform bundles separately"gjoranv2020-07-161-5/+10
| | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Revert "Load platform bundles separately"Harald Musum2020-07-161-10/+5
|
* Split bundles.def into platform-bundles and application-bundlesgjoranv2020-07-141-5/+10
| | | | - The new configs are only generated, but not used.
* Fix stop of standalone containerHåkon Hallingstad2020-03-261-80/+80
|
* Remove standalone container activatorBjørn Christian Seime2020-03-092-242/+0
| | | | | The standalone container activator is no longer needed after pre-binding of server sockets was removed.
* Remove pre-binding of server socketBjørn Christian Seime2020-03-091-28/+2
| | | | | Pre-binding of server socket is remnant of the Apache commons-daemon integration which was removed long time ago. This allowed the container to start with extra privileges and downgrade after binding the server socket.
* Improve file distribution error messageJon Bratseth2020-01-091-1/+1
|
* Support VESPA_CONFIGSERVER_MULTITENANT and VESPA_CONFIGSERVER_HOSTEDHarald Musum2020-01-061-7/+7
|
* Remove dead codeHarald Musum2019-12-121-12/+0
|
* Support documented VESPA_CONFIGSERVER_RPC_PORT environment variableHarald Musum2019-12-111-1/+3
|
* Prepare for removing unused/unnecessary options payloadCompressionType and ↵Harald Musum2019-11-231-0/+2
| | | | numParallelTenantLoaders
* Reapply "Gjoranv/allow duplicate bundles"gjoranv2019-11-052-1/+18
| | | | This reverts commit 2ef1e922a1d845b3cd79e9fb329925e7e9896919.
* Revert "Gjoranv/allow duplicate bundles"gjoranv2019-11-042-18/+1
|
* Support safe component deconstruction in jdisc container.gjoranv2019-10-282-1/+18
| | | | | | | | | - Add allowDuplicates to all Osgi classes - Uninstall bundles in Deconstructor - We no longer refresh bundles because we uninstall old bundles at a later point than the new bundles are installed. Hence, the user must version app bundles that are dependencies used by other app bundles.
* more robust container ports (second take)Arne Juul2019-09-091-5/+1
| | | | This reverts commit 093f1c566cebbb2e635f679fb8b9f88a8227cc96.
* Revert "Arnej/more robust container ports"Henning Baldersheim2019-09-091-1/+5
|
* Merge pull request #10556 from vespa-engine/arnej/more-robust-container-portsJon Bratseth2019-09-091-5/+1
|\ | | | | Arnej/more robust container ports
| * * try rewriting container port allocationArne Juul2019-09-041-5/+1
| | | | | | | | * simplify access to defaultHttpServer
* | update shell bootstrap sectionsArne Juul2019-09-041-0/+4
|/
* Replace 'jdisc' with 'container' in standalone-conatainergjoranv2019-07-112-5/+5
|
* Always use var/jdisc_containerValerij Fredriksen2019-07-091-1/+1
|
* Support model-evaluation in ApplicationJon Bratseth2019-06-281-1/+1
|
* Deliver search chains config to ExecutionFactoryJon Bratseth2019-06-091-2/+1
|
* Remove default flavorsJon Bratseth2019-05-281-20/+0
|
* Move jvm_arguments so that it is the last argumentHarald Musum2019-05-081-1/+1
| | | | Makes i possible to override arguments in this script
* Use the new variablesValerij Fredriksen2019-03-211-5/+7
|
* Removed unused jdisc start script.gjoranv2019-02-181-101/+0
| | | | - This script depends on two other scripts in our internal repo.
* Override method for setting status handler for a config server clusterHarald Musum2019-02-141-93/+6
| | | | | | | | Need to use CloudConfigOptions to get correct values for config servers. Trying to set ModelContext properties did not work as apparently we populate a lot of the values there by default (which does not seem right) and there are users of those elsewhere, so one would need to duplicate that mess in StandaloneContainerApplication as well to make it work.
* Revert "Revert "Use VIP status file for config server (and controller) in ↵Harald Musum2019-02-141-13/+96
| | | | hosted""