aboutsummaryrefslogtreecommitdiffstats
path: root/document
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to QuestDb 6.0.2Jon Bratseth2021-05-251-1/+1
|
* Merge pull request #17941 from vespa-engine/jonmv/cache-badgesValerij Fredriksen2021-05-211-1/+1
|\ | | | | Jonmv/cache badges
| * Cache badges for 1 minuteJon Marius Venstad2021-05-211-1/+1
| |
* | handle hex values in blocks alsoArne Juul2021-05-212-7/+29
|/
* handle hex strings as tensor cell values in document alsoArne Juul2021-05-202-2/+32
|
* avoid read/write conflict by doing atomic moveHåvard Pettersen2021-05-064-5/+17
|
* Double is little-endian on AARCH64EL.Tor Egge2021-04-301-1/+1
|
* Avoid SSE2 built-in functions when CPU arch is not x86_64Tor Egge2021-04-301-0/+7
|
* remove deprecated tensor modelHåvard Pettersen2021-04-163-93/+88
| | | | fix and extend tests to also verify unstable cell types
* be lazy also when assigned from another TensorFieldValueArne Juul2021-04-071-24/+24
|
* handle value decoding failures more gracefullyHåvard Pettersen2021-03-241-1/+5
|
* Dump more information to help debugging.Henning Baldersheim2021-03-241-2/+3
|
* Add copyright headersJon Bratseth2021-03-181-0/+1
|
* Keep BucketId mask anomalies for zero used bits.Tor Egge2021-03-171-2/+2
|
* all scalars must be doubleHåvard Pettersen2021-03-042-2/+4
| | | | and all operation results must be at least float
* Postpone buckets for reconsideration until it is safe.Henning Baldersheim2021-03-011-1/+1
|
* string.h does not need alloc.hHenning Baldersheim2021-02-212-1/+3
|
* Eliminate array bounds warning.Tor Egge2021-02-211-1/+1
|
* Merge pull request #16612 from vespa-engine/bratseth/non-functional-changes-37Harald Musum2021-02-2110-59/+61
|\ | | | | Non-functional changes only
| * Non-functional changes onlyJon Bratseth2021-02-2110-59/+61
| |
* | Non-functional changesJon Marius Venstad2021-02-191-1/+1
|/
* Fix linksJon Bratseth2021-02-152-2/+2
|
* Upgrade all Jackson dependencies to 2.12.1Bjørn Christian Seime2021-02-081-3/+4
|
* Merge pull request #16402 from vespa-engine/jonmv/expand-document-v1-visit-APIJon Marius Venstad2021-02-053-6/+11
|\ | | | | Jonmv/expand document v1 visit api
| * Test for equal condition in DocumentOperation subclassesJon Marius Venstad2021-02-043-6/+11
| |
* | add unit testing of lazy deserializationArne Juul2021-02-051-0/+44
| |
* | fix bug in lazy deserializationArne Juul2021-02-051-1/+1
|/ | | | | * the API used by concrete documents needs to perform lazy deserialization also.
* update includes for migrated codeHåvard Pettersen2021-02-043-3/+3
|
* Handle POST -> remote visit, PUT -> mass udpate, DELETE -> mass deletionJon Marius Venstad2021-02-032-0/+11
|
* Update abi spec for removed, unused methodJon Marius Venstad2021-02-031-1/+0
|
* Nonfunctional changes, remove unused codeJon Marius Venstad2021-02-033-20/+4
|
* Merge pull request #16301 from ↵Henning Baldersheim2021-02-024-17/+61
|\ | | | | | | | | vespa-engine/arnej/lazy-deserialize-tensor-in-document keep serialized tensor in TensorFieldValue
| * keep serialized tensor in TensorFieldValueArne Juul2021-02-014-17/+61
| | | | | | | | | | * do lazy deserialization in getTensor() and getTensorType() * avoid re-serializing when forwarding a TensorFieldValue
* | Add noexcept and some other minor code health.Henning Baldersheim2021-02-023-26/+26
| |
* | Revert "Properly track execution of BucketTasks and provide sync() and ↵Henning Baldersheim2021-02-023-26/+26
| | | | | | | | order… "
* | Merge pull request #16323 from ↵Henning Baldersheim2021-02-023-26/+26
|\ \ | | | | | | | | | | | | vespa-engine/balder/implement-sync-of-bucket-executor Properly track execution of BucketTasks and provide sync() and order…
| * | Properly track execution of BucketTasks and provide sync() and orderly shutdown.Henning Baldersheim2021-02-023-26/+26
| | |
| * | Revert "Implement BucketExecutor::sync."Henning Baldersheim2021-02-023-26/+26
| | |
| * | Implement BucketExecutor::sync.Henning Baldersheim2021-02-013-26/+26
| |/
* / Delegate blocking ops to executor in JobRunnerJon Marius Venstad2021-02-021-53/+0
|/
* Postpone the future.Henning Baldersheim2021-01-281-2/+2
|
* gc last usages of closuresHenning Baldersheim2021-01-262-2/+0
|
* Use lambda over closure.Henning Baldersheim2021-01-255-15/+39
|
* Reject non-trivial updates if feed is blocked in the cluster.Geir Storli2021-01-191-1/+1
|
* Merge pull request #16017 from vespa-engine/arnej/avoid-value-copyGeir Storli2021-01-147-17/+63
|\ | | | | avoid extra Value copy when updating DirectTensorAttribute
| * avoid extra Value copy when updating DirectTensorAttributeArne Juul2021-01-127-17/+63
| |
* | Use the feed reject helper in persistenceengine too.Henning Baldersheim2021-01-121-1/+1
|/
* Merge pull request #16002 from ↵Henning Baldersheim2021-01-125-0/+151
|\ | | | | | | | | vespa-engine/balder/move-feed_reject_helper-to-document Move the feed reject helper to document module.
| * Move tests to separate fileHenning Baldersheim2021-01-123-52/+75
| |
| * Move the feed reject helper to document module.Henning Baldersheim2021-01-114-0/+128
| |