summaryrefslogtreecommitdiffstats
path: root/container-core/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-206-0/+268
|/
* 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
|
* Do lazy initialization of default linguistics providerHarald Musum2019-05-221-4/+7
|
* Remove old log readingOla Aunrønning2019-04-054-87/+30
|
* 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-291-0/+214
|\ \ | | | | | | | | | | | | 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
| | |
| * | vespa-load-balancer-status: Control serving of /status.htmlHåkon Hallingstad2019-03-291-0/+214
| | |
* | | 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-202-16/+46
|\ | | | | Add support for an optional prefix to path matching
| * Add abi spec for new constructortoby2019-03-201-2/+2
| |
| * 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-122-1/+9
| |
* | Merge pull request #8702 from vespa-engine/freva/stabilize-log-handler-testValerij Fredriksen2019-03-073-4/+19
|\ \ | | | | | | Stabilize LogReaderTest
| * | Stabilize LogReaderTestValerij Fredriksen2019-03-073-4/+19
| | |
* | | Set Content-Type and Content-EncodingValerij Fredriksen2019-03-071-0/+9
|/ /