aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename *referent* -> *reference* to align with naming elsewhere (e.g. config-...Geir Storli2017-03-0735-296/+294
* Merge pull request #1947 from yahoo/geirst/expose-imported-attribute-fields-t...Tor Egge2017-03-0719-81/+303
|\
| * Use imported fields config when creating schema as part of config update.Geir Storli2017-03-074-27/+45
| * Rename config.cpp -> config_test.cpp.Geir Storli2017-03-072-1/+1
| * Extract imported attribute fields in index environment.Geir Storli2017-03-075-6/+126
| * Support building a schema from imported-fields config.Geir Storli2017-03-077-14/+46
| * Add imported attribute fields to schema.Geir Storli2017-03-074-39/+91
|/
* Merge pull request #1923 from yahoo/gjoranv/improve-accesslogging-testJon Bratseth2017-03-071-76/+19
|\
| * Remove test for invalid use case.gjoranv2017-03-071-28/+0
| * Fix various issues in LogFileHandlerTestCasegjoranv2017-03-031-69/+40
* | Merge pull request #1944 from yahoo/balder/set-displaynamegjoranv2017-03-071-0/+10
|\ \
| * | Set display name for the ServletContext handler.Henning Baldersheim2017-03-071-0/+10
|/ /
* | Merge pull request #1943 from yahoo/hmusum/temporary-fix-for-jetty-logging-issueJon Marius Venstad2017-03-061-0/+7
|\ \
| * | Temporary fix to avoid logcontrol file grow without limitsHarald Musum2017-03-061-0/+7
|/ /
* | Merge pull request #1940 from yahoo/toregge/track-document-sizesGeir Storli2017-03-0627-107/+186
|\ \
| * | use docSize more consistently.Tor Egge2017-03-069-59/+48
| * | Change document meta store api to require document size as argument toTor Egge2017-03-0619-60/+110
| * | Extend document operation with new method to get serializeed document size.Tor Egge2017-03-069-81/+121
* | | Merge pull request #1941 from yahoo/vekterli/add-lower-level-visitor-tracingTor Brede Vekterli2017-03-063-1/+35
|\ \ \
| * | | Add do-while block around trace macro bodyTor Brede Vekterli2017-03-061-3/+6
| * | | Add more trace points during (search) visitor executionTor Brede Vekterli2017-03-063-1/+32
* | | | Merge pull request #1926 from yahoo/balder/use-perfect-forwardingHenning Baldersheim2017-03-064-22/+22
|\ \ \ \
| * | | | Use std::forwardHenning Baldersheim2017-03-061-2/+2
| * | | | Use perfect forwarding to avoid abundant object copy.Henning Baldersheim2017-03-044-22/+22
* | | | | Merge pull request #1942 from yahoo/balder/yql-exact-matchJon Bratseth2017-03-067-16/+48
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | raw user input will be an forwarded as exact match.Henning Baldersheim2017-03-067-16/+48
* | | | | Merge pull request #1939 from yahoo/freva/run-acl-maintainer-before-starting-...Harald Musum2017-03-067-87/+89
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Run ACL maintainer just before starting the containerfreva2017-03-067-87/+89
* | | | | Merge pull request #1938 from yahoo/aressem/add-cxx-extra-flagsArnstein Ressem2017-03-061-3/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add EXTRA_C_FLAGS as well.aressem2017-03-061-1/+1
| * | | | Add possibility to add more CXX flags.aressem2017-03-061-2/+1
* | | | | Merge pull request #1936 from yahoo/freva/fieldpath-remove-value-to-zeroHaakon Dybdahl2017-03-064-7/+9
|\ \ \ \ \
| * | | | | Expect fieldpath remove value to be 0 to match the existing field formatfreva2017-03-064-7/+9
* | | | | | Merge pull request #1937 from yahoo/balder/repair-incorrect-test-on-awaitTerm...Henning Baldersheim2017-03-061-1/+1
|\ \ \ \ \ \
| * | | | | | Revert the test.Henning Baldersheim2017-03-061-1/+1
|/ / / / / /
* | | | | | Merge pull request #1935 from yahoo/kkraune/build-problemArnstein Ressem2017-03-061-0/+2
|\ \ \ \ \ \
| * | | | | | link to 1219 bugKristian Aune2017-03-061-0/+2
* | | | | | | Merge pull request #1902 from yahoo/mpolden/want-to-retireMartin Polden2017-03-0635-200/+267
|\ \ \ \ \ \ \
| * | | | | | | Add want to retire flag to REST APIMartin Polden2017-03-0620-39/+26
| * | | | | | | Move inactive nodes flagged for retirement to parkedMartin Polden2017-03-063-6/+62
| * | | | | | | Retire nodes flagged for retirementMartin Polden2017-03-068-35/+124
| * | | | | | | Fix REST API TODOMartin Polden2017-03-063-6/+4
| * | | | | | | Fix serialization TODOsMartin Polden2017-03-064-93/+29
| * | | | | | | Rename exception classMartin Polden2017-03-064-21/+22
| |/ / / / / /
* | | | | | | Merge pull request #1922 from yahoo/hakon/add-zkcli-for-interactive-zookeeper...hakonhall2017-03-062-1/+64
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add zkcli for interactive ZooKeeper shellHÃ¥kon Hallingstad2017-03-032-1/+64
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1934 from yahoo/bratseth/shutdown-renderer-threadsgjoranv2017-03-0610-22/+56
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Shutdown renderer threads on deconstructJon Bratseth2017-03-0610-22/+56
* | | | | | Merge pull request #1930 from yahoo/hmusum/refactor-config-proxy-part-3gjoranv2017-03-066-81/+67
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | RefactoringsHarald Musum2017-03-036-81/+67