aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | we want to wait until the "du" process is dead, to ensure not starting too ↵Arne Juul2018-07-261-0/+1
|/ / / / / | | | | | | | | | | | | | | | many of them
* | | | | Merge pull request #6472 from vespa-engine/gjoranv/enforce-providedKristian Aune2018-07-252-6/+10
|\ \ \ \ \ | | | | | | | | | | | | Exclude guava and slf4j-api in container-core
| * | | | | Exclude guava and slf4j-api in container-coregjoranv2018-07-252-6/+10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .. to prevent embedding them in container-disc and potentially other bundles. - Must be compile scope in linguistics because they're needed to run tests in modules depending on linguistics, e.g. indexinglanguage.
* | | | | Merge pull request #6471 from vespa-engine/gjoranv/slf4j-api-providedBjørn Christian Seime2018-07-251-0/+6
|\ \ \ \ \ | |/ / / / |/| | | | Must exclude slf4j from language-detector to avoid compile scope.
| * | | | Must exclude slf4j from language-detector to avoid compile scope.gjoranv2018-07-251-0/+6
| | |_|/ | |/| | | | | | | | | | | | | | .. and linkage error: java.lang.LinkageError: loader constraint violation: when resolving method "org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory;" the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoader) of the current class, org/slf4j/LoggerFactory, and the class loader (instance of sun/misc/Launcher$AppClassLoader) for the method's defining class, org/slf4j/impl/StaticLoggerBinder, have different Class objects for the type org/slf4j/ILoggerFactory used in the signature
* | | | Merge pull request #6468 from vespa-engine/toregge/track-document-db-destructionHenning Baldersheim2018-07-2513-31/+137
|\ \ \ \ | | | | | | | | | | Track document db destruction.
| * | | | Track document db destruction.Tor Egge2018-07-2513-31/+137
| | |_|/ | |/| | | | | | | | | | Wait until document db has been destroyed when pruning old document dbs.
* | | | Merge pull request #6465 from vespa-engine/balder/nested-namespacesHenning Baldersheim2018-07-2538-243/+101
|\ \ \ \ | | | | | | | | | | Nested namespaces
| * | | | Add missing newline.Henning Baldersheim2018-07-252-2/+2
| | | | |
| * | | | Nested namespacesHenning Baldersheim2018-07-2538-243/+101
| |/ / /
* | | | Merge pull request #6466 from vespa-engine/mortent/pkcs1-encodingBjørn Christian Seime2018-07-252-3/+15
|\ \ \ \ | |_|/ / |/| | | Write private keys in PKCS#1
| * | | Write private keys in PKCS#1Morten Tokle2018-07-252-3/+15
| |/ /
* | | Merge pull request #6452 from jefimm/mastergjoranv2018-07-253-2/+61
|\ \ \ | | | | | | | | use com.optimaize.langdetect for lang detection
| * | | rework dependencies as @gjoranv requestedJefim Matskin2018-07-241-4/+0
| | | |
| * | | use com.optimaize.langdetect for lang detectionJefim Matskin2018-07-244-2/+65
| | | |
* | | | Merge pull request #6464 from vespa-engine/gjoranv/attach-bundlegjoranv2018-07-251-23/+3
|\ \ \ \ | | | | | | | | | | Use new feature in bundle-plugin to attach bundle to artifact.
| * | | | Use new feature in bundle-plugin to attach bundle to artifact.gjoranv2018-07-251-23/+3
|/ / / /
* | | | Merge pull request #6462 from vespa-engine/gjoranv/linguistics-depsgjoranv2018-07-253-0/+21
|\ \ \ \ | |_|/ / |/| | | Gjoranv/linguistics deps
| * | | Add linguistics dep to modules that use container-dev in compile.gjoranv2018-07-252-0/+14
| | | |
| * | | Add test dependency for application to get all test depsgjoranv2018-07-251-0/+7
|/ / / | | | | | | | | | .. that aren't provided runtime in jdisc.
* | | Merge pull request #6461 from vespa-engine/gjoranv/export-opennlp-apigjoranv2018-07-241-0/+5
|\ \ \ | |/ / |/| | Export new PublicApi com.yahoo.language.opennlp.
| * | Export package com.yahoo.language.opennlp.gjoranv2018-07-241-0/+5
|/ /
* | Merge pull request #6460 from vespa-engine/gjoranv/exclude-language-detectorgjoranv2018-07-242-0/+15
|\ \ | | | | | | Exclude langauge-detector from container-dev.
| * | Exclude langauge-detector from container-devgjoranv2018-07-242-0/+15
|/ / | | | | | | | | .. and add it to the test classpath for application. - This is to prepare for an external PR to add language detection.
* | Merge pull request #6459 from vespa-engine/gjoranv/todo-bundle-versionBjørn Christian Seime2018-07-241-2/+2
|\ \ | | | | | | Add TODO to evaluate Bundle-Version for Vespa 7.
| * | Add TODO to evaluate Bundle-Version for Vespa 7.gjoranv2018-07-241-2/+2
|/ /
* | Merge pull request #6456 from vespa-engine/bjorncs/export-metricsgjoranv2018-07-241-0/+4
|\ \ | | | | | | Export 'jdisc.http.request.uri_length/content_size' metrics
| * | Export 'jdisc.http.request.uri_length/content_size' metricsBjørn Christian Seime2018-07-241-0/+4
| | |
* | | Merge pull request #6458 from vespa-engine/balder/no-dynamic_cast-in-inner-loopHenning Baldersheim2018-07-249-53/+26
|\ \ \ | | | | | | | | Balder/no dynamic cast in inner loop
| * | | Use static cast in inner loop.Henning Baldersheim2018-07-241-1/+1
| | | |
| * | | - NULL -> nullptrHenning Baldersheim2018-07-249-52/+25
| |/ / | | | | | | | | | | | | - nested namespaces - = default;
* | | Merge pull request #6457 from vespa-engine/arnej/avoid-busy-loopHenning Baldersheim2018-07-242-10/+22
|\ \ \ | |/ / |/| | Arnej/avoid busy loop
| * | reorder to increase chances of information in stack dumpArne Juul2018-07-241-10/+19
| | |
| * | busy looping is badArne Juul2018-07-241-0/+3
| | |
* | | Merge pull request #6450 from vespa-engine/gjoranv/attach-bundlegjoranv2018-07-241-0/+18
|\ \ \ | | | | | | | | Add option to attach the bundle to the artifact.
| * | | Add option to attach the bundle to the artifact.gjoranv2018-07-231-0/+18
| | | |
* | | | Merge pull request #6454 from vespa-engine/freva/tenant-pipelines-apiValerij Fredriksen2018-07-2411-22/+651
|\ \ \ \ | | | | | | | | | | Tenant pipelines API
| * | | | Improve error messagesValerij Fredriksen2018-07-241-2/+4
| | | | |
| * | | | Added testsValerij Fredriksen2018-07-244-0/+436
| | | | |
| * | | | Update SubmitOptions to match SourceRevisionValerij Fredriksen2018-07-241-13/+13
| | | | |
| * | | | Tenant pipelines submit APIValerij Fredriksen2018-07-243-2/+32
| | | | |
| * | | | Tenant pipelines status APIValerij Fredriksen2018-07-246-7/+168
| |/ / /
* | | | Merge pull request #6455 from vespa-engine/bjorncs/support-gzipped-requestsBjørn Christian Seime2018-07-243-4/+23
|\ \ \ \ | | | | | | | | | | Bjorncs/support gzipped requests
| * | | | Gzip check is disabled by defaultBjørn Christian Seime2018-07-241-2/+0
| | | | |
| * | | | Allow gzip of PUT and PATCH methodsBjørn Christian Seime2018-07-241-1/+1
| | | | |
| * | | | Set inflate buffer size to allow gzip handler to decompress requestsBjørn Christian Seime2018-07-243-1/+22
| | |/ / | |/| |
* | | | Merge pull request #6451 from ↵Henning Baldersheim2018-07-243-3/+39
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/vekterli/ignore-array-element-update-for-out-of-bounds-index Ignore array element update with index out of bounds
| * | | Ignore array element update with index out of boundsTor Brede Vekterli2018-07-233-3/+39
| |/ / | | | | | | | | | | | | | | | Only affects "element match" field value updates. Silently ignoring the update matches the semantics of semantically identical field path updates.
* | | Merge pull request #6453 from vespa-engine/balder/recurse-down-to-correct-placeHenning Baldersheim2018-07-242-6/+24
|\ \ \ | | | | | | | | Move the whitelist down through AndNot and Rank to the last one and '…
| * | | Move the whitelist down through AndNot and Rank to the last one and 'AND' it ↵Henning Baldersheim2018-07-242-6/+24
| | | | | | | | | | | | | | | | with the first child there.