summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [6.231.18-1].vespa-6.231.18-1by-screwdriver2018-04-174-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=6.231.18 --no-auto-changelog
* Merge pull request #5590 from vespa-engine/balder/remove-unused-codeHenning Baldersheim2018-04-1643-1953/+11
|\ | | | | Balder/remove unused code
| * Remove old commentHenning Baldersheim2018-04-161-6/+0
| |
| * Remove no longer needed testHenning Baldersheim2018-04-161-25/+0
| |
| * Remove unused systemstateHenning Baldersheim2018-04-1623-1194/+1
| |
| * Remove no longer needed hash normalizer.Henning Baldersheim2018-04-168-366/+5
| |
| * Remove unused doclocatorHenning Baldersheim2018-04-168-353/+0
| |
| * Remove unused dependency.Henning Baldersheim2018-04-161-2/+0
| |
| * Explicit default destructor.Henning Baldersheim2018-04-162-7/+5
| |
* | Merge pull request #5593 from vespa-engine/freva/make-add-yum-repo-publicHåkon Hallingstad2018-04-161-1/+1
|\ \ | |/ |/| Make AddYumRepo constructor public
| * Make AddYumRepo constructor publicValerij Fredriksen2018-04-161-1/+1
| |
* | Merge pull request #5587 from vespa-engine/bratseth/less-old-junitgjoranv2018-04-1673-367/+720
|\ \ | | | | | | Bratseth/less old junit
| * | Fix testsJon Bratseth2018-04-162-3/+3
| | |
| * | Remove usage of old junitJon Bratseth2018-04-1373-368/+721
| | |
* | | Merge pull request #5574 from ↵Geir Storli2018-04-1616-456/+865
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/toregge/validate-pagedict4-pages-during-sequential-read Validate pagedict4 pages during sequential read
| * | | Use more descriptive type name (EC -> EncodeContext).Tor Egge2018-04-131-2/+2
| | | |
| * | | Let L4SkipCheck inherit from L3SkipCheck (pagedict4 validation).Tor Egge2018-04-131-6/+3
| | | |
| * | | Add comments.Tor Egge2018-04-131-15/+22
| | | | | | | | | | | | | | | | Use more descriptive variable names.
| * | | Remove dead code.Tor Egge2018-04-131-250/+0
| | | |
| * | | Rename test function name.Tor Egge2018-04-131-2/+2
| | | |
| * | | Replace some assert statements with test macros.Tor Egge2018-04-131-5/+4
| | | |
| * | | Simplify pagedict4 unit tests by moving ownership of encode and decodeTor Egge2018-04-1313-91/+147
| | | | | | | | | | | | | | | | contexts to shared test classes.
| * | | Validate skip info when reading dictionary.Tor Egge2018-04-132-25/+306
| | | |
| * | | Handle being at end of dictionary page after reading counts.Tor Egge2018-04-131-1/+1
| | | |
| * | | Add unit test for pagedict4 reading where dictionary page is filled by a ↵Tor Egge2018-04-132-0/+214
| | | | | | | | | | | | | | | | single count.
| * | | Factor out classes for read/write access to memory based pagedict4 structuresTor Egge2018-04-138-158/+271
| | | | | | | | | | | | | | | | used by unit tests.
| * | | Update word number before setting up dictionary page and dictionaryTor Egge2018-04-131-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | sparse page for read. Setup dictionary sparse page for read before setting up dictionary page for read.
| * | | Eliminate dead code.Tor Egge2018-04-131-10/+0
| | | |
| * | | Adjust comments.Tor Egge2018-04-132-3/+3
| |/ /
* | | Merge pull request #5581 from ↵Geir Storli2018-04-164-45/+163
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/vekterli/add-request-size-metric-to-operation-subset Add request size metric for Put, Update, Remove and Get commands
| * | | Remove strange temporary value pointer codeTor Brede Vekterli2018-04-132-14/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Overriding unary & is potentially dangerous and the code does not give any justification for why it is done. Nor should it be necessary, since passing an rvalue as a const ref into the LoadMetric to be used as a template should suffice plenty.
| * | | Tidy up some existing codeTor Brede Vekterli2018-04-132-27/+25
| | | |
| * | | Add request size metric for Put, Update, Remove and Get commandsTor Brede Vekterli2018-04-134-13/+138
| | | | | | | | | | | | | | | | Request size is approximated by the network payload size for the commands.
* | | | Merge pull request #5556 from vespa-engine/mpolden/remove-controllerdbMartin Polden2018-04-1611-352/+47
|\ \ \ \ | |_|_|/ |/| | | Move all controller persistence to ZooKeeper
| * | | Fix typoMartin Polden2018-04-121-1/+1
| | | |
| * | | Move all controller persistence to ZooKeeperMartin Polden2018-04-1210-351/+46
| | | |
* | | | Merge pull request #5572 from vespa-engine/jvenstad/DO-unifiedJon Marius Venstad2018-04-1517-236/+194
|\ \ \ \ | | | | | | | | | | Jvenstad/do unified
| * | | | Doc changesJon Marius Venstad2018-04-131-15/+9
| | | | |
| * | | | Add file that was lost by IntelliJJon Marius Venstad2018-04-131-0/+43
| | | | |
| * | | | BuildService.isRunning and remove faulty data on exceptionsJon Marius Venstad2018-04-1315-243/+143
| | | | |
| * | | | Remove projectId when project is gone or we have no accessJon Marius Venstad2018-04-135-15/+21
| | | | |
| * | | | Expand BuildSystem interfaceJon Marius Venstad2018-04-133-1/+16
| | |_|/ | |/| |
* | | | Merge pull request #5583 from ↵Jon Bratseth2018-04-1328-268/+191
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-5568-revert-5541-revert-5536-bratseth/dispatch-summaries-by-default Revert "Revert "Revert "dispatch.summaries by default when possible"""
| * | | | Revert "Revert "Revert "dispatch.summaries by default when possible"""Jon Bratseth2018-04-1328-268/+191
|/ / / /
* | | | Merge pull request #5580 from vespa-engine/gjoranv/vespa-7-todosBjørn Christian Seime2018-04-132-0/+2
|\ \ \ \ | |_|_|/ |/| | | Add Vespa 7 todos to hide implementation details.
| * | | Add Vespa 7 todos to hide implementation details.gjoranv2018-04-132-0/+2
| | | |
* | | | Merge pull request #5568 from ↵Jon Bratseth2018-04-1328-191/+268
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/revert-5541-revert-5536-bratseth/dispatch-summaries-by-default Revert "Revert "dispatch.summaries by default when possible""
| * | | Decode docsums the old fashioned wayJon Bratseth2018-04-1225-157/+223
| | | |
| * | | Revert "Revert "dispatch.summaries by default when possible""Jon Bratseth2018-04-125-34/+45
| | | |
* | | | Merge pull request #5578 from ↵Martin Polden2018-04-136-17/+24
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/mpolden/health-status-use-rotation-name Use rotation FQDN when checking health status