summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/proton_configurer/proton_configurer_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Bratseth/handle large constants take 3"Jon Bratseth2018-09-051-1/+1
* Move ranking-constants.def to configdefinitionsJon Bratseth2018-09-051-1/+1
* Rename method according to review feedback.Tor Egge2018-07-271-1/+1
* Add skeleton for proton disk layout, to better handle removal ofTor Egge2018-07-271-14/+61
* Track document db destruction.Tor Egge2018-07-251-10/+10
* Always map from document type to bucket space in proton.Tor Egge2018-05-041-0/+5
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-2/+2
* Revert "Revert "Balder/compute summary cache automatically in backend""Henning Baldersheim2018-01-311-1/+1
* Revert "Balder/compute summary cache automatically in backend"Harald Musum2018-01-311-1/+1
* Add the HwInfo to the BootstrapConfig.Henning Baldersheim2018-01-301-1/+1
* Remove the support for extra config, that is a leftover from rise integration...Henning Baldersheim2018-01-291-2/+1
* Let proton subscribe to bucketspaces config.Tor Egge2018-01-091-0/+6
* Add bucket space concept to DocumentDB and wire it into setup of PersistenceE...Geir Storli2017-10-061-0/+2
* Wire in LogDocumentStore::Config in snapshot.Henning Baldersheim2017-10-051-0/+1
* There is a less intrusive way ...Henning Baldersheim2017-10-051-2/+2
* Wire in for live reconfiguration of DocumentStore.Henning Baldersheim2017-10-051-3/+3
* Change SchemaBuilder to use attributes config to setup imported attribute fie...Geir Storli2017-08-161-1/+0
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Reduce exposure of generated ranking constants config header.Tor Egge2017-05-261-0/+1
* Revert "Toregge/proton config reporting cleanup"Harald Musum2017-05-221-2/+0
* Reduce number of component configs reported by proton.Tor Egge2017-05-221-0/+2
* Remove recently added attribute specs from document db config.Tor Egge2017-04-201-6/+2
* Rename AttributeSpecsBuilder to AttributeAspectDelayer.Tor Egge2017-04-201-6/+6
* Delay changes to summarymap config when delaying changes to attributes config.Tor Egge2017-04-201-2/+2
* Add attribute specs (derived from attribute config) to document db config.Tor Egge2017-04-041-1/+5
* Simplify signature for applying initial config to proton.Tor Egge2017-03-141-1/+1
* Move interface to separate header file.Tor Egge2017-03-141-1/+1
* Drop leftover document db config.Tor Egge2017-03-141-0/+1
* Remove duplicated check.Tor Egge2017-03-141-7/+0
* Fix misspelling of test name.Tor Egge2017-03-141-12/+12
* Use ASSERT macros instead of assert.Tor Egge2017-03-141-2/+2
* Use auto to simplify code.Tor Egge2017-03-141-47/+47
* Update year in copyright notice.Tor Egge2017-03-141-1/+1
* Add proton configurer, which handles config changes to proton usingTor Egge2017-03-131-0/+411