summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update ABI specjonmv2022-04-081-1/+1
|
* Use DomainName for routing names, and fix invalid unit test namesjonmv2022-04-0820-69/+82
|
* Fix typojonmv2022-04-081-1/+1
|
* Use null rather than "" for no load balancer, as intended(?), and fix some ↵jonmv2022-04-086-21/+20
| | | | assertions
* Use one HostName class (that is not for JSON)Jon Marius Venstad2022-04-0895-275/+208
|
* Unwrap recursionJon Marius Venstad2022-04-081-9/+11
|
* Constant time append to Path as well, and add length()Jon Marius Venstad2022-04-087-43/+85
|
* Return "this" when no removal occursJon Marius Venstad2022-04-081-2/+4
|
* More efficient Query.set(Map), and bulk Query.remove(Collection)Jon Marius Venstad2022-04-083-12/+19
|
* Add some more unit testing of HttpURL.queryJon Marius Venstad2022-04-072-0/+16
|
* Avoid wasting test resources on revisions that will never roll outJon Marius Venstad2022-04-071-2/+5
|
* Merge pull request #22019 from vespa-engine/ean/reduce-mails-sentMartin Polden2022-04-071-0/+8
|\ | | | | Limit email notification to prodution only
| * Limit email notification to prodution onlyEirik Nygaard2022-04-071-0/+8
| |
* | Merge pull request #22017 from vespa-engine/mpolden/disallow-unparkingMartin Polden2022-04-071-2/+3
|\ \ | | | | | | Disallow unparking of a host being rebuilt
| * | Disallow unparking of a host being rebuiltMartin Polden2022-04-071-2/+3
| |/
* | Merge pull request #22039 from vespa-engine/jonmv/pass-query-to-status-pageJon Marius Venstad2022-04-0723-151/+279
|\ \ | | | | | | Jonmv/pass query to status page
| * | Fix another unit testJon Marius Venstad2022-04-072-7/+7
| | |
| * | Fix unit testJon Marius Venstad2022-04-071-1/+1
| | |
| * | Some more unit test coverage of query manipulationJon Marius Venstad2022-04-071-1/+14
| | |
| * | Use HttpURL for base url and query in StateRequestHandlerJon Marius Venstad2022-04-078-41/+54
| | |
| * | Pass query to status serviceJon Marius Venstad2022-04-075-20/+27
| | |
| * | Pass query to status page requestJon Marius Venstad2022-04-077-11/+25
| | |
| * | Support multiple values for same key, in HttpURL.QueryJon Marius Venstad2022-04-074-76/+157
| | |
* | | Merge pull request #22035 from ↵Henning Baldersheim2022-04-071-0/+7
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/add-flag-for-using-zstd-compression-in-filedistribution Add flag for using zstd compression in filedistribution
| * | | Add flag for using zstd compression in filedistributionHarald Musum2022-04-071-0/+7
| | | |
* | | | Merge pull request #22037 from ↵Arne H Juul2022-04-071-8/+4
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/arnej/allow-index-names-with-more-words handle index names with > 2 dot-separated "words"
| * | | handle index names with > 2 dot-separated "words"Arne H Juul2022-04-071-8/+4
| | | | | | | | | | | | | | | | | | | | * this is necessary when searching in map of struct, where the index will be "field.value.subfield" -> 3 "words".
* | | | Merge pull request #22021 from ↵Jon Marius Venstad2022-04-0741-130/+130
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/http-url-in-configserver-client Jonmv/http url in configserver client
| * | | | Replicate host name pattern instead of making publicJon Marius Venstad2022-04-072-4/+8
| | | | |
| * | | | Fix unit testJon Marius Venstad2022-04-071-3/+3
| | | | |
| * | | | Use HttpURL for building URLs in config server clientJon Marius Venstad2022-04-072-32/+22
| | | | |
| * | | | Non-functional changesJon Marius Venstad2022-04-072-2/+14
| | | | |
| * | | | Resolve conflictsJon Marius Venstad2022-04-0736-93/+87
| | | | |
* | | | | Merge pull request #22036 from ↵Tor Brede Vekterli2022-04-072-0/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/auto-set-sanitizer-opts-for-ctest Set sanitizer args automatically when running tests under CTest
| * | | | | Set sanitizer args automatically when running tests under CTestTor Brede Vekterli2022-04-072-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | Currently only applies to ThreadSanitizer.
* | | | | | Merge pull request #22033 from ↵Geir Storli2022-04-072-0/+41
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | vespa-engine/geirst/handle-filter-search-for-direct-attribute-blueprint Implement createFilterSearch() for DirectAttributeBlueprint.
| * | | | | Implement createFilterSearch() for DirectAttributeBlueprint.Geir Storli2022-04-072-0/+41
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | This ensures that query terms searching a weighted set attribute with fast-search are included in the global filter used in nearest neighbor search in a hnsw index.
* | | | | Merge pull request #22034 from vespa-engine/freva/state-v1-proxyValerij Fredriksen2022-04-078-64/+45
|\ \ \ \ \ | |_|_|/ / |/| | | | Allow proxying /state/v1/metrics via with service name + hostname
| * | | | Expose node-service /state/v1/metrics via /application/v4Valerij Fredriksen2022-04-073-12/+16
| | | | |
| * | | | Allow proxy /state/v1/metrics requests in /application/v2Valerij Fredriksen2022-04-072-21/+21
| | | | |
| * | | | Proxy without going via UTF-8Valerij Fredriksen2022-04-074-32/+9
| | | | |
* | | | | Merge pull request #22030 from vespa-engine/balder/move-some-moreHenning Baldersheim2022-04-075-11/+28
|\ \ \ \ \ | | | | | | | | | | | | Move some more variable maps
| * | | | | const_reverse_iterator -> reverse_iteratorHenning Baldersheim2022-04-071-1/+1
| | | | | |
| * | | | | Move some more variable mapsHenning Baldersheim2022-04-075-11/+28
| | | | | |
* | | | | | Merge pull request #22027 from ↵Harald Musum2022-04-074-17/+133
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-22014-revert-21995-hmusum/transition-to-new-locks-for-controller Support new lock paths for application operations in controller
| * \ \ \ \ \ Merge branch 'master' into ↵Harald Musum2022-04-0717-152/+159
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | revert-22014-revert-21995-hmusum/transition-to-new-locks-for-controller
| * | | | | | Use feature flagHarald Musum2022-04-072-9/+50
| | | | | | |
| * | | | | | Acquire locks in constructor and add some loggingHarald Musum2022-04-071-11/+11
| | | | | | |
| * | | | | | Revert "Revert "Start using new Curator locks in controller" MERGEOK"Harald Musum2022-04-073-13/+88
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #22032 from ↵Geir Storli2022-04-076-10/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | vespa-engine/toregge/remove-unneeded-include-statements-in-searchlib Remove unneeded include statements in searchlib.