aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/storeonlyfeedview
Commit message (Expand)AuthorAgeFilesLines
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* When making callbacks like notifying about new bucket show the gurad that is ...Henning Baldersheim2021-02-141-1/+2
* Move idestructorcallback.h to vespalib module and search::IDestructorCallback...Henning Baldersheim2021-01-141-1/+1
* Remove IGidCompare interface.Tor Egge2020-11-111-1/+0
* Coomit -> CommitHenning Baldersheim2020-10-301-3/+3
* Use shared_ptr instead of reference.Henning Baldersheim2020-10-301-10/+10
* Move uncommitted lids tracker from feedview to subdb to avoid ownership issues.Henning Baldersheim2020-10-301-10/+15
* Trim down LidReuseDelayer.Tor Egge2020-10-301-11/+11
* Drop immediate commit, as it is gone.Henning Baldersheim2020-10-231-8/+8
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-2/+2
* Reuse document meta store state from prepare step instead of doingTor Egge2020-10-061-5/+5
* Ensure that we call commit and wait before changing feedview.Henning Baldersheim2020-08-211-1/+1
* - Let LidReuseDelayer be owned by FeedView and configured only at constructio...Henning Baldersheim2020-08-211-7/+7
* Avoid time based commit handling inside storeonly feed view.Henning Baldersheim2020-08-191-9/+3
* Revert "Revert "Balder/remove steadytimestamp 2""Henning Baldersheim2019-12-161-21/+13
* Revert "Balder/remove steadytimestamp 2"Henning Baldersheim2019-12-161-13/+21
* Use std::chrono.Henning Baldersheim2019-12-091-21/+13
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-091-2/+2
* Wire in the shared executor in the threading service.Henning Baldersheim2019-05-141-3/+4
* Reduce code visibility and C++11ification.Henning Baldersheim2018-06-141-0/+2
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-2/+2
* Remove the PerDocTypeFeedMetricsHenning Baldersheim2017-10-121-7/+1
* Add dummy gid to lid change handler.Tor Egge2017-09-061-1/+14
* Revert "Use gid to lid change handler interface directly"Tor Egge2017-09-061-14/+1
* Add dummy gid to lid change handler.Tor Egge2017-09-051-1/+14
* Also run the serialization in different threadpool.Henning Baldersheim2017-08-101-3/+5
* Align on variable naming and change from 'typedef' -> 'using'.Geir Storli2017-07-041-83/+83
* Extend handleMove() tests to verify that destructor callback is propagated.Geir Storli2017-07-041-58/+165
* Extend IFeedView::handleMove() with destructor callback to get a hook for whe...Geir Storli2017-07-031-7/+9
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
* Copyright headerJon Bratseth2017-06-132-2/+2
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
* remove most usage of LinkedPtr from vespaHaavard2017-03-271-1/+1
* Change document meta store api to require document size as argument toTor Egge2017-03-061-3/+5
* Wire lid space compaction down to document store.Geir Storli2017-01-191-10/+5
* Remove unused SummaryAdapter::update method.Tor Egge2016-08-151-3/+0
* Ensure that fastos.h is included firstHenning Baldersheim2016-06-161-3/+3
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
* PublishJon Bratseth2016-06-153-0/+306