summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute
Commit message (Expand)AuthorAgeFilesLines
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-0110-10/+0
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-19/+19
* remove empty linesArne Juul2017-05-191-1/+0
* Merge pull request #2443 from yahoo/geirst/init-handling-of-lid-space-compact...Tor Egge2017-05-187-41/+52
|\
| * Move DirectoryHandler from searchcore to searchlib.Geir Storli2017-05-127-41/+52
* | Avoid flush engine busy loop: set flushed time even if not able to flush.Tor Egge2017-05-181-4/+5
* | Revert "Revert "Toregge/add shrink lid space flush target""Tor Egge2017-05-164-3/+52
* | Serialize late attribute manager initialization (after all attributeTor Egge2017-05-151-1/+6
* | Revert "Toregge/add shrink lid space flush target"Tor Egge2017-05-154-52/+3
* | Test estimation of shrink serial and handover of shrink flushtarget.Tor Egge2017-05-121-0/+40
* | Adjust attribute manager flush target names, e.g. for attribute a1:Tor Egge2017-05-121-2/+2
* | Update attribute filter manager to pass on shrink flush targets.Tor Egge2017-05-121-0/+5
* | Use separate flush targets in attribute mangager to shrink attribute vectors.Tor Egge2017-05-111-3/+6
* | Remove test dir before starting test to ensure a clean slate.Tor Egge2017-05-111-0/+1
|/
* Merge pull request #2377 from yahoo/toregge/replace-task-id-with-executor-id-...Geir Storli2017-05-092-35/+109
|\
| * Test that attribute write operations are spread over available writeTor Egge2017-05-081-3/+72
| * Attribute adapter has been renamed to attribute writer.Tor Egge2017-05-051-6/+6
| * Use attribute writer created after last attribute was added to attributeTor Egge2017-05-042-26/+31
* | Deinline as compiler makes the best choices.Henning Baldersheim2017-05-091-0/+1
* | Merge pull request #2367 from yahoo/balder/normal-include-searchcoreHenning Baldersheim2017-05-032-39/+33
|\ \ | |/ |/|
| * Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-022-39/+33
* | Rename wipeHistory() to pruneRemovedFields() in handling of attribute fields.Tor Egge2017-04-271-2/+2
|/
* Remove unused setup method.Tor Egge2017-04-201-5/+3
* Stop making attribute specs in AttributeAspectDelayer.Tor Egge2017-04-201-67/+2
* Remove recently added attribute specs from document db config.Tor Egge2017-04-202-15/+25
* Remove unneeded hideFromReading/hideFromWriting flags.Tor Egge2017-04-201-9/+7
* Rename AttributeSpecsBuilder to AttributeAspectDelayer.Tor Egge2017-04-207-21/+19
* Only delay attribute override changes in summary map config.Tor Egge2017-04-201-0/+27
* Delay changes to summarymap config when delaying changes to attributes config.Tor Egge2017-04-201-35/+82
* Merge pull request #2177 from yahoo/toregge/add-index-aspect-inspectorGeir Storli2017-04-192-2/+4
|\
| * Stop using schema in document field populator.Tor Egge2017-04-181-1/+1
| * Factor out index schema inspector.Tor Egge2017-04-071-1/+3
* | add override in searchcore moduleArne H Juul2017-04-121-2/+2
|/
* Add AttributeInitializerResult class, representing an initialized attribute.Tor Egge2017-04-051-12/+12
* Pass attribute spec to attribute manager addAttribute method.Tor Egge2017-04-055-49/+26
* Pass attribute spec to attribute initializer.Tor Egge2017-04-051-15/+15
* Eliminate namespace pollution caused by misplaced using statement.Tor Egge2017-04-051-0/+2
* Use more forward declarations.Tor Egge2017-04-051-0/+1
* Merge pull request #2158 from yahoo/geirst/cleanup-enums-for-data-and-collect...Geir Storli2017-04-051-18/+20
|\
| * Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-051-18/+20
* | Change signature of AttributeCollectionSpecFactory::create toTor Egge2017-04-042-25/+16
* | Add attribute specs (derived from attribute config) to document db config.Tor Egge2017-04-041-2/+3
|/
* Add helper method to create attribute config.Tor Egge2017-04-041-33/+22
* Add AttributeSpecs class, containing a vector of attribute specs.Tor Egge2017-04-041-1/+1
* Add attribute specs builder, used to create attribute specs vector withTor Egge2017-04-044-0/+331
* Move nested class AttributeCollectionSpec::Attribute out to AttributeSpec.Tor Egge2017-03-312-22/+18
* Check collection type parameters before loading attribute.Tor Egge2017-03-301-0/+16
* Don't load attributes that are too old.Tor Egge2017-03-293-23/+32
* Rename method to reduce cognitive cost.Tor Egge2017-03-281-2/+2
* Add more failure cases, mismatching base type and mismatching collection type.Tor Egge2017-03-281-0/+29