summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Do lazy initialization of default linguistics providerHarald Musum2019-05-221-4/+7
|
* Remove old log readingOla Aunrønning2019-04-054-87/+30
|
* Update abi specJon Marius Venstad2019-04-021-1/+3
|
* Create Path from URI with correct decoding and deprecate from StringJon Marius Venstad2019-04-022-18/+55
|
* Merge pull request #8973 from vespa-engine/mpolden/deployment-warnings-metricMartin Polden2019-04-021-5/+4
|\ | | | | Report deployment warnings metric
| * Fix nameMartin Polden2019-03-281-3/+3
| |
| * SimplifyMartin Polden2019-03-281-2/+1
| |
* | Merge pull request #8944 from vespa-engine/jvenstad/more-general-rolesJon Marius Venstad2019-04-011-1/+5
|\ \ | | | | | | Jvenstad/more general roles
| * | Non-wildcard import in random classJon Marius Venstad2019-03-281-1/+5
| |/
* | Merge pull request #8949 from ↵Håkon Hallingstad2019-03-292-0/+216
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/vespa-load-balancer-status-control-serving-of-statushtml vespa-load-balancer-status: Control serving of /status.html
| * | Fix printfHåkon Hallingstad2019-03-291-1/+1
| | |
| * | Remove .sh suffixHåkon Hallingstad2019-03-291-1/+1
| | |
| * | vespa-load-balancer-status: Control serving of /status.htmlHåkon Hallingstad2019-03-292-0/+216
| | |
* | | Don't create and close streams in loopOla Aunrønning2019-03-282-15/+4
|/ /
* | Merge pull request #8877 from vespa-engine/arnej/add-sum-for-gauge-metricsArne H Juul2019-03-282-1/+3
|\ \ | |/ |/| add "sum" output for gauge metrics
| * add "sum" output for gauge metricsArne Juul2019-03-222-1/+3
| |
* | Allow read access to dashboard, and avoid out of bounds in PathJon Marius Venstad2019-03-261-1/+1
|/
* Merge pull request #8806 from vespa-engine/smorgrav/path_with_prefixTorbjørn Smørgrav2019-03-203-16/+47
|\ | | | | Add support for an optional prefix to path matching
| * Add abi spec for new constructortoby2019-03-202-2/+3
| |
| * Remove leftover logic from another implementation regarding opt prefixestoby2019-03-151-1/+1
| |
| * Add support for an optional prefix to path matchingtoby2019-03-152-16/+46
| |
* | Check if log file is zipped (#8773)olaaun2019-03-132-6/+36
| | | | | | | | | | | | | | | | * Check if log file is zipped * Check that outputStream isn't already a GZIPOutputStream * No longer depend on file type order
* | Add coverage info to access logHenning Baldersheim2019-03-123-2/+11
| |
* | Merge pull request #8702 from vespa-engine/freva/stabilize-log-handler-testValerij Fredriksen2019-03-074-4/+25
|\ \ | | | | | | Stabilize LogReaderTest
| * | Stabilize LogReaderTestValerij Fredriksen2019-03-074-4/+25
| | |
* | | Set Content-Type and Content-EncodingValerij Fredriksen2019-03-071-0/+9
|/ /
* | Add log-handlerValerij Fredriksen2019-03-061-0/+1
| |
* | Combined and zipped outputstreamValerij Fredriksen2019-03-065-19/+89
| |
* | Make LogHandler configurableValerij Fredriksen2019-03-066-87/+88
| |
* | Add some leniency to latestLogThresholdOla Aunrønning2019-02-272-4/+5
| |
* | Rename argumentJon Bratseth2019-02-251-1/+1
| |
* | Add method to specJon Bratseth2019-02-251-0/+1
| |
* | Remove unnecessary codeJon Bratseth2019-02-252-17/+2
| |
* | Set healt status to down when we decide to go out of rotationJon Bratseth2019-02-254-13/+42
| |
* | Make rotation status changes eager and thread safeJon Bratseth2019-02-253-8/+32
| |
* | Remove initiallyInRotation=false option: Not usedJon Bratseth2019-02-224-11/+13
|/
* Nonfunctional changes onlyJon Bratseth2019-01-241-1/+1
|
* Update abi specs for 7.gjoranv2019-01-211-50/+0
|
* Revert "Merge pull request #7974 from ↵Jon Bratseth2019-01-212-20/+1
| | | | | | | vespa-engine/revert-7973-bratseth/search-container-deprecations" This reverts commit 5767288d80e85940e675f7dd157f2b6c1d2ceeb5, reversing changes made to 37de7ac33454363489156e06597bffb3422756dc.
* Revert "Bratseth/search container deprecations"Jon Bratseth2019-01-212-1/+20
|
* Remove deprecated methodsJon Bratseth2019-01-211-18/+0
|
* Remove deprecated methodsJon Bratseth2019-01-211-1/+1
|
* Remove SeverJon Bratseth2019-01-211-2/+1
|
* Remove unused ComponentClassgjoranv2019-01-211-191/+0
|
* Generate html5 javadocgjoranv2019-01-211-1/+1
|