summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
...
* | Cleanup onlyJon Bratseth2022-08-151-7/+3
| |
* | Cleanup onlyJon Bratseth2022-08-1513-65/+85
|/
* Merge pull request #23581 from ↵Jon Bratseth2022-08-1510-19/+62
|\ | | | | | | | | akolhun/userinput-does-not-use-defaultIndex-while-resolving-indexableitem Added defaultIndex processing for userInput items parsing
| * added defaultIndex processing for userInput parsinganton kolhun2022-08-0510-19/+62
| |
* | Merge pull request #23653 from ↵Harald Musum2022-08-131-2/+1
|\ \ | | | | | | | | | | | | vespa-engine/balder/various-code-healt-and-some-extra-tests Add some tests from an old branch and some code cleanup.
| * | Add some tests from an old branch and some code cleanup.Henning Baldersheim2022-08-121-2/+1
| | |
* | | Add todo about possible optimisation, and cleanup code a bit.Henning Baldersheim2022-08-121-16/+14
|/ /
* | - Use CompoundName where possible.Henning Baldersheim2022-08-122-11/+23
| | | | | | | | | | - Avoid * imports. - Use common property definition.
* | Improve messages on type mismatchJon Bratseth2022-08-091-5/+7
|/
* Convert container-search to junit5Bjørn Christian Seime2022-07-28283-8649/+8638
|
* skip number ranges with empty rangeStart and non-numeric rangeEndanton kolhun2022-07-212-0/+10
|
* Update ABI specJon Bratseth2022-07-141-1/+3
|
* Carry over parameters when grouping from YQLJon Bratseth2022-07-145-25/+80
|
* Simplify creation of BundleInstantiationSpecgjoranv2022-07-123-7/+7
|
* Revert "Do not claim that you have asked nodes that were in a known failed ↵Henning Baldersheim2022-07-081-0/+3
| | | | st…"
* Do not claim that you have asked nodes that were in a known failed state.Henning Baldersheim2022-07-081-3/+0
| | | | This makes coverage computation incorrect.
* Suppress warningsHarald Musum2022-07-072-8/+7
|
* Deprecate ConfigGetterHarald Musum2022-07-0710-63/+40
|
* Allow the illegall single quoted json.Henning Baldersheim2022-07-063-2/+7
|
* Test keySetHenning Baldersheim2022-07-021-0/+13
|
* Add test, faster size, and order primary/secondary as expected.Henning Baldersheim2022-07-023-2/+65
|
* Avoid map creationJon Bratseth2022-07-022-7/+98
|
* Only log when entering or leaving the balanced state.Henning Baldersheim2022-06-301-1/+1
|
* Reapply "Bjorncs/application status handler""Bjørn Christian Seime2022-06-303-0/+46
|
* Rewrite to use native arrays instead of List<String> => Cpu cost cut in half.Henning Baldersheim2022-06-301-2/+2
|
* Join 2 testcases for CompoundName.Henning Baldersheim2022-06-291-3/+3
| | | | | Stricter testcase for CompoundName, to also test internals. Fix single value append.
* Revert "Bjorncs/application status handler"Bjørn Christian Seime2022-06-293-46/+0
|
* Simplify and improve encapsulationBjørn Christian Seime2022-06-281-7/+6
|
* Move ApplicationStatusHandler to container-discBjørn Christian Seime2022-06-283-0/+47
|
* Merge pull request #23255 from vespa-engine/bjorncs/stabilize-testBjørn Christian Seime2022-06-281-14/+15
|\ | | | | Ensure JsonRenderer is only used once
| * Ensure JsonRenderer is only used onceBjørn Christian Seime2022-06-281-14/+15
| |
* | Reading in chunks instead of byte by byte is significantly faster.Henning Baldersheim2022-06-281-4/+27
| |
* | Avoid building full Slime AST when decoding json just to throw it all away ↵Henning Baldersheim2022-06-274-51/+125
|/ | | | | | when making it into a string. Instead try cheap stream parsing with jackson and keep strings for as long as possible.
* Merge pull request #23238 from ↵Henning Baldersheim2022-06-273-4/+3
|\ | | | | | | | | vespa-engine/balder/use-fixed-map-if-context-is-empty If the context map is empty just return the default
| * If the context map is empty just return the defaultHenning Baldersheim2022-06-243-4/+3
| |
* | allow user to send long integers without suffixArne H Juul2022-06-272-1/+8
|/
* Use already defined stringsHenning Baldersheim2022-06-241-3/+3
|
* If it already has all keys there is no need to create a new hashmap.Henning Baldersheim2022-06-241-3/+7
|
* Precompute a zone context to avoid always having to compute them on the fly.Henning Baldersheim2022-06-241-1/+9
|
* Merge pull request #23128 from vespa-engine/bratseth/default-short-form-harderJon Bratseth2022-06-162-3/+5
|\ | | | | Default to tensor short form more places
| * Default to tensor short form more placesJon Bratseth2022-06-162-3/+5
| |
* | Merge pull request #23140 from vespa-engine/bratseth/less-documentdbinfoJon Bratseth2022-06-1611-132/+73
|\ \ | | | | | | Bratseth/less documentdbinfo
| * | Add commentJon Bratseth2022-06-161-0/+3
| | |
| * | Don't generate unused documentdbinfo fieldsJon Bratseth2022-06-161-1/+2
| | |
| * | Mark unused fields for removalJon Bratseth2022-06-161-8/+8
| | |
| * | Remove usage of documentdbinfo, apart from schema nameJon Bratseth2022-06-169-123/+60
| |/
* | Improve error message on early timeoutBjørn Christian Seime2022-06-162-2/+2
| |
* | Fail-fast if already timed out before RPC invokeBjørn Christian Seime2022-06-164-8/+39
| |
* | Improve timeout logic for docsum/search invokersBjørn Christian Seime2022-06-165-21/+49
|/
* Merge pull request #23097 from vespa-engine/bratseth/traceJon Bratseth2022-06-1536-338/+536
|\ | | | | Bratseth/trace