aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/common
Commit message (Expand)AuthorAgeFilesLines
...
* Make tests less verbose when verifying stats.Geir Storli2018-05-151-110/+16
* Add pre-document selection than can disqualify a document without retrieving ...Geir Storli2018-05-151-38/+134
* Make member variables in CachedSelect private.Geir Storli2018-05-111-133/+133
* Improve logging.Geir Storli2018-05-111-1/+1
* Merge pull request #5671 from vespa-engine/toregge/extend-document-selection-...Tor Brede Vekterli2018-04-231-4/+61
|\
| * Extend document select pruner to generate document select expressionTor Egge2018-04-231-4/+61
* | Change AttributeContext to use makeReadGuard method on attribute vectors.Tor Egge2018-04-201-1/+0
|/
* Remove DocumentTypeRepo::UP typedef.Tor Egge2018-04-053-14/+14
* Use new C++ document selection parserTor Brede Vekterli2017-11-141-2/+0
* Add num cpu cores to HwInfo and sample if not specified.Geir Storli2017-10-101-7/+21
* Extend HwInfo with disk size, if disk is shared and memory size and sample si...Geir Storli2017-09-271-5/+34
* Revert "Geirst/reapply fix disk and memory usage sampling for docker"Geir Storli2017-09-221-31/+3
* Extend HwInfo with disk size and memory size and sample these if not specifie...Geir Storli2017-09-211-3/+31
* Revert "Geirst/fix disk and memory usage sampling for docker"Henning Baldersheim2017-09-201-31/+3
* Extend HwInfo with disk size and memory size and sample these if not specifie...Geir Storli2017-09-191-3/+31
* Update copyright headersJon Bratseth2017-06-1410-10/+10
* Revert "Update copyright headers"Jon Bratseth2017-06-1410-10/+10
* Update copyright headersJon Bratseth2017-06-1410-10/+10
* Revert "Copyright header"Jon Bratseth2017-06-1310-10/+10
* Copyright headerJon Bratseth2017-06-1310-10/+10
* enumRange is now constexprHenning Baldersheim2017-06-071-1/+1
* Hide BucketDistributionHenning Baldersheim2017-06-071-0/+1
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-061-0/+1
* Forward declare DocumentType.Henning Baldersheim2017-06-061-0/+1
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-014-4/+0
* Remove unused schema changes related code. We now use state v1 api toTor Egge2017-05-263-139/+0
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-243-13/+13
* We do not need the IIndexManagerFactory in searchcore anymore.Henning Baldersheim2017-05-241-10/+2
* Move DirectoryHandler from searchcore to searchlib.Geir Storli2017-05-121-4/+5
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-021-0/+1
* Merge pull request #2177 from yahoo/toregge/add-index-aspect-inspectorGeir Storli2017-04-192-42/+23
|\
| * Stop passing schema to CachedSelect, passing attribute manager is sufficient.Tor Egge2017-04-182-42/+23
* | add override in searchcore moduleArne H Juul2017-04-121-1/+1
|/
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-053-49/+52
* Change document type inspector to look at two document types at a time.Tor Egge2017-03-311-17/+52
* Rename *referent* -> *reference* to align with naming elsewhere (e.g. config-...Geir Storli2017-03-071-4/+4
* Resolve document db references during reconfig.Tor Egge2017-03-011-1/+9
* Make ComponentGuard::get() return a pointer, not a referenceTor Brede Vekterli2017-02-271-1/+1
* Add mock implementation of attribute manager.Geir Storli2017-02-201-61/+13
* Add document db referent registry to proton.Tor Egge2017-02-151-0/+3
* Decouple includes.Henning Baldersheim2016-12-161-3/+3
* Use schema::DataTypeHenning Baldersheim2016-12-124-33/+24
* Implement disk write speed sampling.Tor Egge2016-11-084-0/+95
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-163-5/+5
* PublishJon Bratseth2016-06-1516-0/+1789