summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.82.31-1].vespa-7.82.31-1sd-buildbot2019-07-294-1/+2
* Merge pull request #10083 from vespa-engine/hmusum/cleanup-configdefinition-1gjoranv2019-07-243-65/+10
|\
| * Remove constructor that uses default namespace (deprecated)Harald Musum2019-07-243-65/+10
|/
* Merge pull request #10081 from vespa-engine/balder/add-some-more-logging-to-i...Bjørn Christian Seime2019-07-242-1/+10
|\
| * Add more logging related to compaction and reenumeration.Henning Baldersheim2019-07-232-1/+10
* | Merge pull request #10082 from vespa-engine/hmusum/config-cleanup-2Harald Musum2019-07-2437-262/+230
|\ \ | |/ |/|
| * Keep method as public, part of APIHarald Musum2019-07-241-2/+2
| * Cleanup code, no functional changesHarald Musum2019-07-2437-262/+230
|/
* Merge pull request #10080 from vespa-engine/balder/short-circuit-and-orHenning Baldersheim2019-07-2329-862/+374
|\
| * Complete code cleanup based on intellij advice.Henning Baldersheim2019-07-2322-58/+118
| * As evaluation if now fully left to right and lazy and short ciruited, no need...Henning Baldersheim2019-07-232-19/+5
| * Remove PublicAPI forgotten going to Vespa 7. No external use has been possibl...Henning Baldersheim2019-07-235-725/+0
| * Add note about removing public api on vespa 8.Henning Baldersheim2019-07-234-0/+7
| * Update abi spec.Henning Baldersheim2019-07-231-8/+1
| * Transform the stack to a tree where also intermediate nodes are lazy.Henning Baldersheim2019-07-232-47/+102
| * Add short circuit evaluation to the selection engine in java for AND and OR.Henning Baldersheim2019-07-224-21/+79
| * Add test for failing short circuit of and.Henning Baldersheim2019-07-223-2/+70
| * Add failing test for missing short-circuit of and.Henning Baldersheim2019-07-221-5/+32
| * Fix bug in ordering resolutionHenning Baldersheim2019-07-221-1/+1
| * Clean up code following intellij adviseHenning Baldersheim2019-07-223-45/+28
* | Merge pull request #10079 from vespa-engine/mgimle/operational-task-issueMichael H. Gimle2019-07-231-1/+2
|\ \
| * | Added operational tasks to issue api, to prepare for automated CMR noticing.mgimle2019-07-221-1/+2
* | | Merge pull request #10078 from vespa-engine/hmusum/config-cleanup-1Henning Baldersheim2019-07-239-185/+12
|\ \ \ | |_|/ |/| |
| * | Remove unused codeHarald Musum2019-07-229-185/+12
|/ /
* | Merge pull request #10077 from vespa-engine/gjoranv/show-graph-cyclegjoranv2019-07-226-2/+320
|\ \ | |/ |/|
| * Add missing copyright header.gjoranv2019-07-222-0/+5
| * Output cycle in the dependency graph.gjoranv2019-07-222-2/+23
| * Add utility to find cycles in a directed graph.gjoranv2019-07-224-0/+292
* | Merge pull request #10075 from vespa-engine/vekterli/support-cluster-paramete...Henning Baldersheim2019-07-227-9/+66
|\ \
| * | Only implicitly override routes for Get operations if the non-Get routeTor Brede Vekterli2019-07-191-1/+9
| * | Support `cluster` parameter for Document V1 Get operationsTor Brede Vekterli2019-07-196-8/+57
* | | Merge pull request #9905 from vespa-engine/balder/increase-default-feedconcur...Henning Baldersheim2019-07-222-5/+5
|\ \ \
| * | | Increase default max feed concurrency from 25% to 30% on the way to 40-50%Henning Baldersheim2019-06-262-5/+5
* | | | Merge pull request #10076 from vespa-engine/hmusum/read-node-data-onceHarald Musum2019-07-222-9/+7
|\ \ \ \
| * | | | Read node data only once after session node changesHarald Musum2019-07-212-9/+7
|/ / / /
* | | | Merge pull request #10071 from vespa-engine/ogronnesby/athenz-domain-for-test...Øyvind Grønnesby2019-07-194-16/+16
|\ \ \ \
| * | | | Fix testØyvind Grønnesby2019-07-191-7/+2
| * | | | Rename methodØyvind Grønnesby2019-07-193-3/+3
| * | | | Rename methodØyvind Grønnesby2019-07-193-3/+3
| * | | | Use AthenzDomain from ZoneRegistry when building configurationØyvind Grønnesby2019-07-181-7/+4
| * | | | Make AthenzDomain for the system available from ZoneRegistryØyvind Grønnesby2019-07-182-2/+10
* | | | | Merge pull request #10058 from vespa-engine/gjoranv/bundle-plugin-improvementsgjoranv2019-07-1910-43/+212
|\ \ \ \ \
| * | | | | Add copyright notice to new filegjoranv2019-07-181-0/+1
| * | | | | Warn on project classes using packages from provided jars.gjoranv2019-07-171-14/+25
| * | | | | Log embedded packages that are presumably unnecessarygjoranv2019-07-173-11/+41
| * | | | | minor: refactoring and commentsgjoranv2019-07-171-4/+7
| * | | | | Add test for PackageTally.referencedPackagesMissingFromgjoranv2019-07-172-1/+26
| * | | | | Ignore 'com.yahoo.api.annotations' from missing packages.gjoranv2019-07-171-0/+1
| * | | | | Extract method for debug logging package sets.gjoranv2019-07-171-6/+10
| * | | | | Move method for detecting missing packages to PackageTallygjoranv2019-07-172-8/+15