aboutsummaryrefslogtreecommitdiffstats
path: root/container-di
Commit message (Collapse)AuthorAgeFilesLines
* Add subscriber infor to exceptionHarald Musum2021-02-011-1/+2
| | | | Specifically, I want to see the config id used when subscribing
* Log construction time at info level if it takes more than 1 minuteHarald Musum2021-01-071-4/+9
|
* Track explicitly when we are initializing configJon Bratseth2020-12-167-29/+32
|
* Support force reget config for testsJon Bratseth2020-12-083-19/+14
|
* Revert "Merge pull request #15739 from ↵Jon Bratseth2020-12-087-51/+17
| | | | | | | 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-087-17/+51
|
* Merge pull request #15734 from vespa-engine/bratseth/simplify-config-take-2Jon Bratseth2020-12-087-51/+17
|\ | | | | Bratseth/simplify config take 2
| * Revert "Merge pull request #15690 from ↵Jon Bratseth2020-12-077-51/+17
| | | | | | | | | | | | | | vespa-engine/revert-15686-bratseth/simplify-config" This reverts commit a90709008ec0d108ee9a2e26bda20e39a10424b5, reversing changes made to fcb2b4a2fd7a594520613c48d58e26963c68ea90.
* | Revert "Revert "Revert "Revert "Always deconstruct in reverse creation ↵Jon Marius Venstad2020-12-086-11/+24
| | | | | | | | order, including Provider objects""""
* | Revert "Revert "Revert "Always deconstruct in reverse creation order, ↵Jon Marius Venstad2020-12-086-24/+11
| | | | | | | | including Provider objects"""
* | Revert "Revert "Always deconstruct in reverse creation order, including ↵Jon Marius Venstad2020-12-076-11/+24
| | | | | | | | Provider objects""
* | Revert "Always deconstruct in reverse creation order, including Provider ↵Arnstein Ressem2020-12-076-24/+11
| | | | | | | | objects"
* | Always deconstruct in reverse creation order, including Provider objectsJon Marius Venstad2020-12-076-11/+24
|/
* Revert "Keep internal-redeploy serverside. Remove old restartOnDeploy ↵Jon Bratseth2020-12-047-17/+51
| | | | impleme…"
* Keep internal-redeploy serverside. Remove old restartOnDeploy implementation.Jon Bratseth2020-12-047-51/+17
|
* Remove bundles.defgjoranv2020-09-281-5/+0
| | | | - No live config models refer to it anymore.
* Emit the application config generation as a metricJon Bratseth2020-09-201-2/+2
|
* Merge pull request #14196 from vespa-engine/gjoranv/remove-duplicate-codegjoranv2020-09-141-21/+7
|\ | | | | Remove code duplication by letting getConfigs call getConfigsOnce
| * Remove code duplication by letting getConfigs call getConfigsOncegjoranv2020-08-281-21/+7
| | | | | | | | | | - This was probably always the intention, and I'm not sure why it wasn't done earlier.
* | Allow no argument to install_config_definitionsHarald Musum2020-09-121-1/+1
| | | | | | | | | | Use src/main/resources/configdefinitions as default when no argument is given
* | Use full name in config definition file namesHarald Musum2020-09-1013-6/+1
| |
* | Workaround for bad JDK detection in IntelliJBjørn Christian Seime2020-09-031-0/+4
|/
* Remove unneeded inject statements and rerun test a few timesJon Marius Venstad2020-08-241-16/+16
|
* Call deconstruct in reverse dependency orderJon Marius Venstad2020-08-212-2/+38
|
* Add TODO to remove code duplicationgjoranv2020-07-201-3/+1
|
* Use plain strings for platform bundles, instead of file referencesgjoranv2020-07-183-9/+9
|
* Reapply "Load platform bundles separately 3"gjoranv2020-07-178-24/+56
| | | | This reverts commit 1c69b4e72b3212e3ce989a8675db08ac51b7f79d.
* Revert "Load platform bundles separately 3"Harald Musum2020-07-178-56/+24
|
* Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-164-2/+6
|
* Reapply "Load platform bundles separately"gjoranv2020-07-167-24/+52
| | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Revert "Reapply load platform bundles separately"Harald Musum2020-07-168-56/+24
|
* Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-164-2/+6
|
* Reapply "Load platform bundles separately"gjoranv2020-07-167-24/+52
| | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Revert "Load platform bundles separately"Harald Musum2020-07-167-52/+24
|
* Rename installBundles -> installApplicationBundlesgjoranv2020-07-151-2/+2
|
* Throw exception if platform bundles change.gjoranv2020-07-151-15/+20
| | | | + extract method for duplicate string creation
* Rename useBundles -> useApplicationBundlesgjoranv2020-07-153-4/+3
|
* Separate installation for platform and application bundles.gjoranv2020-07-154-8/+22
|
* Split bundles.def into platform-bundles and application-bundlesgjoranv2020-07-143-1/+11
| | | | - The new configs are only generated, but not used.
* Move test for Guice injector out of the 'demo' package.gjoranv2020-07-102-65/+53
|
* Remove demo test cases that are covered elsewhere.gjoranv2020-07-104-131/+0
|
* Update test names.gjoranv2020-07-102-2/+3
|
* Declare a field final and rearrange. No functional changes.gjoranv2020-07-101-3/+3
|
* Remove unused importsgjoranv2020-07-081-2/+0
|
* Rearrange methods, no functional changes.gjoranv2020-07-081-48/+47
|
* Fix ambiguous naming and use modern Java.gjoranv2020-07-081-4/+2
|
* Move test methods to test.gjoranv2020-07-082-29/+30
|
* minor: rearrange methodsgjoranv2020-07-081-9/+9
|
* Improvements to handling of cluster removalJon Bratseth2020-07-021-15/+13
| | | | | | | | | - Don't change health status to "initializing" when creating a new VipStatus, as 'initializing' now requires all clusters to be up to transition to 'up', which means that if we're already up but are missing a cluster we'll go from 'up' to 'initializing' and stay there. - Forget up/down status for removed clusters. - Nicer logging on ignorable reconfiguration errors.
* Non-functional changes onlyJon Bratseth2020-05-132-4/+3
|