summaryrefslogtreecommitdiffstats
path: root/container-di
Commit message (Expand)AuthorAgeFilesLines
* Support force reget config for testsJon Bratseth2020-12-083-19/+14
* Revert "Merge pull request #15739 from vespa-engine/revert-15734-bratseth/sim...Jon Bratseth2020-12-087-51/+17
* 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
|\
| * Revert "Merge pull request #15690 from vespa-engine/revert-15686-bratseth/sim...Jon Bratseth2020-12-077-51/+17
* | Revert "Revert "Revert "Revert "Always deconstruct in reverse creation order,...Jon Marius Venstad2020-12-086-11/+24
* | Revert "Revert "Revert "Always deconstruct in reverse creation order, includi...Jon Marius Venstad2020-12-086-24/+11
* | Revert "Revert "Always deconstruct in reverse creation order, including Provi...Jon Marius Venstad2020-12-076-11/+24
* | Revert "Always deconstruct in reverse creation order, including Provider obje...Arnstein Ressem2020-12-076-24/+11
* | Always deconstruct in reverse creation order, including Provider objectsJon Marius Venstad2020-12-076-11/+24
|/
* Revert "Keep internal-redeploy serverside. Remove old restartOnDeploy impleme...Jon Bratseth2020-12-047-17/+51
* Keep internal-redeploy serverside. Remove old restartOnDeploy implementation.Jon Bratseth2020-12-047-51/+17
* Remove bundles.defgjoranv2020-09-281-5/+0
* 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 getConfigsOncegjoranv2020-08-281-21/+7
* | Allow no argument to install_config_definitionsHarald Musum2020-09-121-1/+1
* | 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
* 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
* 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
* 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
* 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
* 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
* Non-functional changes onlyJon Bratseth2020-05-132-4/+3
* Use java.util.logging.Level in static imports.gjoranv2020-04-255-20/+19
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1