summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright headersgjoranv2019-11-062-0/+2
|
* Do not allow duplicates for "disk bundles"gjoranv2019-11-061-14/+52
| | | | .. and don't uninstall bundles that have been re-added by the new application
* minor: move method closer to its callergjoranv2019-11-051-5/+5
|
* Reapply "Gjoranv/allow duplicate bundles"gjoranv2019-11-058-64/+181
| | | | This reverts commit 2ef1e922a1d845b3cd79e9fb329925e7e9896919.
* Update abi specJon Marius Venstad2019-11-051-144/+1
|
* Remove erroneous @PublicApi on com.yahoo.restapiJon Marius Venstad2019-11-041-2/+0
|
* Merge pull request #11205 from ↵Henning Baldersheim2019-11-048-181/+64
|\ | | | | | | | | vespa-engine/revert-11142-gjoranv/allow-duplicate-bundles_rebased Revert "Gjoranv/allow duplicate bundles"
| * Revert "Gjoranv/allow duplicate bundles"gjoranv2019-11-048-181/+64
| |
* | Update abi-spec.json with JacksonJsonResponseBjørn Christian Seime2019-11-041-0/+15
| |
* | Add response type for JSON serialization using JacksonBjørn Christian Seime2019-11-041-0/+48
|/
* Rename retainOnly and extract helper method.gjoranv2019-10-291-7/+11
|
* Add 'final' to loggergjoranv2019-10-291-1/+1
|
* Add debug logginggjoranv2019-10-292-0/+5
|
* Update comments and remove an import.gjoranv2019-10-291-3/+1
|
* Simplify testing by adding a combined interface for osgi wrapper.gjoranv2019-10-285-23/+85
| | | | - Add a MockOsgiWrapper for HandlerConfigurerTestWrapper
* Remove unnecessary refreshPackages methodsgjoranv2019-10-283-28/+0
|
* Support safe component deconstruction in jdisc container.gjoranv2019-10-286-34/+110
| | | | | | | | | - 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.
* Add Vespa 8 TODOgjoranv2019-10-261-0/+1
|
* Schedule deconstruct of all components with one call.gjoranv2019-10-261-8/+6
|
* Close streamOla Aunrønning2019-10-251-2/+3
|
* Reuse same coredump/host-life gatherersOla Aunrønning2019-10-256-14/+120
|
* Added metrics for cfgOla Aunrønning2019-10-245-16/+122
|
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-182-25/+13
|
* Revert "Merge pull request #10923 from ↵Jon Bratseth2019-10-081-4/+1
| | | | | | | vespa-engine/revert-10912-bratseth/instances-in-deployment-xml-rebased-take-2" This reverts commit 72ae113d501035bc51a25045d3d916aa7bb5507a, reversing changes made to 0514a2a133a194f5e9454fcc60e56d01730f9019.
* Revert "Bratseth/instances in deployment xml rebased take 2"Jon Bratseth2019-10-081-1/+4
|
* Revert "Merge pull request #10909 from ↵Jon Bratseth2019-10-081-4/+1
| | | | | | | vespa-engine/revert-10891-bratseth/instances-in-deployment-xml-rebased" This reverts commit 6474f43ba04731e8bd38d2613ad5098e3cfce90d, reversing changes made to 6ff782a0eb830f2382185a1efd7d0830b3208fae.
* Revert "Bratseth/instances in deployment xml rebased"Jon Bratseth2019-10-071-1/+4
|
* Deployment instances spec WIPJon Bratseth2019-10-031-4/+1
|
* Nonfunctional changes onlyJon Bratseth2019-10-013-29/+24
|
* Update ABI specMartin Polden2019-09-301-0/+1
|
* Use ResourceResponseMartin Polden2019-09-301-5/+9
|
* Use response classes from container-coreMartin Polden2019-09-301-0/+2
|
* Revert "Revert "Balder/remove tld from config model rebased""Henning Baldersheim2019-09-231-7/+0
|
* Revert "Balder/remove tld from config model rebased"Harald Musum2019-09-231-0/+7
|
* Merge pull request #10766 from ↵Henning Baldersheim2019-09-231-7/+0
|\ | | | | | | | | vespa-engine/balder/remove-tld-from-config-model-rebased Balder/remove tld from config model rebased
| * Remove some more complicated unused code.Henning Baldersheim2019-09-231-7/+0
| |
* | Move general REST API classes to com.yahoo.restapiMartin Polden2019-09-207-1/+377
|/
* Support array formatted metrics responseOla Aunrønning2019-09-192-5/+35
|
* Revert "Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 ↵Henning Baldersheim2019-09-191-1/+3
| | | | dispatching from fastsearcher"""".""
* Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from ↵Henning Baldersheim2019-09-191-3/+1
| | | | fastsearcher""""."
* Ensure that we will set the vipstatus to good when we are good.Henning Baldersheim2019-09-181-1/+3
|
* Avoid duplication with time windows fully covering time lineJon Marius Venstad2019-09-131-1/+1
|
* Filter first and last log files on timestamp, and don't quit reading too earlyJon Marius Venstad2019-09-134-45/+103
|
* Remove findbugs annotations from code and build path.gjoranv2019-09-091-4/+4
| | | | | - jsr305 is needed by guava, which declares it as optional dep. - Remaining modules with annotations do not affect the container.
* update shell bootstrap sectionsArne Juul2019-09-041-0/+4
|
* Handle inherited variants with different dimensionsJon Bratseth2019-08-221-15/+7
|
* Allow subclassing by making some hooks protectedJon Bratseth2019-06-291-1/+4
|
* Deliver search chains config to ExecutionFactoryJon Bratseth2019-06-091-1/+1
|
* Deconstruct component graph at end of testHåkon Hallingstad2019-06-081-0/+1
| | | | | | | | | | | | | | | | | The container-search, QueryProfileIntegrationTestCase tests writes a lot of warnings of the following form: WARNING: com.yahoo.config.subscription.ConfigSubscriber@515b8b03: Closing subscription from finalizer() - close() has not been called (keys=[name=components,namespace=container,configId=dir:src/test/java/com/yahoo/search/query/profile/config/test/typed, name=bundles,namespace=container,configId=dir:src/test/java/com/yahoo/search/query/profile/config/test/typed]) java.lang.Throwable at com.yahoo.config.subscription.ConfigSubscriber.<init>(ConfigSubscriber.java:73) at com.yahoo.container.di.CloudSubscriberFactory$CloudSubscriber.<init>(CloudSubscriberFactory.java:76) at com.yahoo.container.di.CloudSubscriberFactory.getSubscriber(CloudSubscriberFactory.java:48) at com.yahoo.container.di.ConfigRetriever.<init>(ConfigRetriever.java:43) at com.yahoo.container.di.Container.<init>(Container.java:60) at com.yahoo.container.core.config.HandlersConfigurerDi.<init>(HandlersConfigurerDi.java:87) at com.yahoo.container.core.config.testutil.HandlersConfigurerTestWrapper.<init>(HandlersConfigurerTestWrapper.java:99) at com.yahoo.search.query.profile.config.test.QueryProfileIntegrationTestCase.testTyped(QueryProfileIntegrationTestCase.java:82) This PR ensures the configurer is shutdown if the test wrapper is shutdown.
* Nonfunctional changes onlyJon Bratseth2019-06-0310-31/+31
|