summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add pig and mapreduce packagesKristian Aune2017-03-312-0/+24
|
* Merge pull request #2112 from ↵Geir Storli2017-03-304-2/+68
|\ | | | | | | | | yahoo/toregge/check-weighted-set-parameters-before-loading-attribute Check collection type parameters before loading attribute.
| * Check collection type parameters before loading attribute.Tor Egge2017-03-304-2/+68
|/
* Merge pull request #2109 from ↵Geir Storli2017-03-303-0/+33
|\ | | | | | | | | yahoo/toregge/add-convenience-methods-for-storing-bools-in-integer-tags Add convenience methods for storing boolean values in integer tags.
| * Add convenience methods for storing boolean values in integer tags.Tor Egge2017-03-303-0/+33
| |
* | Merge pull request #2086 from yahoo/balder/remove-lp-3-rebasedHåvard Pettersen2017-03-3076-2157/+2152
|\ \ | |/ |/| Balder/remove lp 3 rebased
| * Use push_back instead of emplace_back when you have the object already.Henning Baldersheim2017-03-301-1/+1
| |
| * Clean up some unused code.Henning Baldersheim2017-03-303-31/+30
| |
| * Ensure me list all members in initializerlist.Henning Baldersheim2017-03-301-17/+30
| |
| * Remove unnecessary logging of sizeHenning Baldersheim2017-03-291-1/+0
| |
| * Move th tricky part to a value object to avoid challenges with move of ↵Henning Baldersheim2017-03-296-306/+450
| | | | | | | | polymorph objects.
| * Use explicit std::moveHenning Baldersheim2017-03-292-8/+2
| |
| * Use default constructors and assignment operators.Henning Baldersheim2017-03-292-16/+6
| |
| * Optimize includes.Henning Baldersheim2017-03-276-15/+10
| |
| * Override and some copy constructor/operator cleanup.Henning Baldersheim2017-03-277-36/+36
| |
| * Remove include of unused linkedptr.hHenning Baldersheim2017-03-272-2/+0
| |
| * Not ready for LinkedPtr removal yet....Henning Baldersheim2017-03-276-27/+27
| |
| * Move the GroupingLevelHenning Baldersheim2017-03-274-305/+228
| |
| * Use cloneableptr for expressiontree. It aint't copied anyway.Henning Baldersheim2017-03-2711-43/+77
| |
| * Implement move construction and assignment.Henning Baldersheim2017-03-271-1/+3
| |
| * Creat UP directly.Henning Baldersheim2017-03-273-33/+99
| |
| * Create UP directly.Henning Baldersheim2017-03-271-26/+27
| |
| * Remove ExpressionNode::CP from interfaces.Henning Baldersheim2017-03-2761-1590/+1427
| |
* | Merge pull request #2108 from ↵Tor Egge2017-03-307-39/+125
|\ \ | | | | | | | | | | | | yahoo/geirst/disable-lid-space-compaction-for-globally-distributed-document-types Geirst/disable lid space compaction for globally distributed document types
| * | Disable lid space compaction for globally distributed document types.Geir Storli2017-03-302-2/+19
| | |
| * | Disable lid space compaction jobs if specified in config.Geir Storli2017-03-305-37/+106
| | |
* | | Merge pull request #2107 from yahoo/kraune/enable-javadocLester Solbakken2017-03-301-0/+12
|\ \ \ | | | | | | | | package-info for public API and javadoc
| * | | package-info for publi API and javadocKristian Aune2017-03-301-0/+12
| | | |
* | | | Merge pull request #2105 from yahoo/mpolden/throttle-node-failingMartin Polden2017-03-306-60/+219
|\ \ \ \ | |/ / / |/| | | Throttle node failing
| * | | Throttle node failingMartin Polden2017-03-305-56/+219
| | | |
| * | | Remove unused methodMartin Polden2017-03-291-4/+0
| | | |
* | | | Merge pull request #2098 from yahoo/havardpe/use-llvm-3-9-1Arne H Juul2017-03-307-73/+96
|\ \ \ \ | |_|/ / |/| | | change code to work with LLVM 3.9.1
| * | | change code to work with LLVM 3.9.1Haavard2017-03-287-73/+96
| | | |
* | | | Merge pull request #2104 from ↵Geir Storli2017-03-305-24/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | yahoo/balder/stop-flushengine-before-tearing-down-structures-it-is-operating-on Ensure closing the flushengine includes stopping the shutdting down a…
| * | | | Ensure closing the flushengine includes stopping the shutdting down and ↵Henning Baldersheim2017-03-295-24/+23
|/ / / / | | | | | | | | | | | | | | | | | | | | syncing the flush executor. This is done to avoid tasks refering to destructed objects.
* | | | Merge pull request #2103 from yahoo/balder/fix-key-value-parsingHenning Baldersheim2017-03-294-24/+24
|\ \ \ \ | | | | | | | | | | Balder/fix key value parsing
| * | | | Do not include stuff that is not used.Henning Baldersheim2017-03-291-10/+2
| | | | |
| * | | | Add missing includeHenning Baldersheim2017-03-291-0/+1
| | | | |
| * | | | Optimize includes.Henning Baldersheim2017-03-293-9/+3
| | | | |
| * | | | Only look for = when you have fully consumed the valueHenning Baldersheim2017-03-292-5/+18
| | | | |
* | | | | Revert "Set domain name" (#2102)Harald Musum2017-03-291-5/+0
|/ / / /
* | | | Merge pull request #2101 from yahoo/toregge/avoid-loading-too-old-attributesGeir Storli2017-03-294-24/+47
|\ \ \ \ | | | | | | | | | | Don't load attributes that are too old.
| * | | | Don't load attributes that are too old.Tor Egge2017-03-294-24/+47
|/ / / /
* | | | Merge pull request #2100 from yahoo/bratseth/fix-http_filter_testsgjoranv2017-03-292-16/+9
|\ \ \ \ | | | | | | | | | | Bratseth/fix http filter tests
| * | | | Remove unnecessary repo referenceJon Bratseth2017-03-291-13/+0
| | | | |
| * | | | Tolerate no remote resolutionJon Bratseth2017-03-291-3/+9
| | | | |
* | | | | Merge pull request #2099 from ↵Tor Brede Vekterli2017-03-2910-57/+85
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | yahoo/balder/symmetric-de-serialize-of-empty-struct Make struct serialization/deserialization symmetric even when empty s…
| * | | | Update expected files againHenning Baldersheim2017-03-282-0/+0
| | | | |
| * | | | Move the hasBodyField check to a common place so it is used consistently.Henning Baldersheim2017-03-283-20/+18
| | | | |
| * | | | Maintain old behavior for MultiOperation.Henning Baldersheim2017-03-288-10/+21
| | | | |