aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23440 from ↵v8.15.63Harald Musum2022-07-082-2/+12
|\ | | | | | | | | vespa-engine/hakonhall/define-main-chain-graph-flag Define main-chain-graph flag
| * Define main-chain-graph flagHåkon Hallingstad2022-07-082-2/+12
| |
* | Merge pull request #23441 from ↵Jon Bratseth2022-07-081-0/+3
|\ \ | | | | | | | | | | | | vespa-engine/revert-23434-balder/only-insert-network-errors Revert "Do not claim that you have asked nodes that were in a known failed st…"
| * | Revert "Do not claim that you have asked nodes that were in a known failed ↵Henning Baldersheim2022-07-081-0/+3
|/ / | | | | | | st…"
* | Merge pull request #23439 from ↵Håkon Hallingstad2022-07-0815-66/+135
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/keep-storage-node-up-while-permanently-down Keep storage node up while permanently down [run-systemtest]
| * | Add copyright headerHåkon Hallingstad2022-07-081-0/+1
| | |
| * | Add ContentServiceHåkon Hallingstad2022-07-081-0/+13
| | |
| * | Set distributor down while permanently downHåkon Hallingstad2022-07-0810-56/+84
| | |
| * | Use probe when getting permission to set storage node permanently downHåkon Hallingstad2022-07-088-21/+48
| | |
* | | Merge pull request #23438 from vespa-engine/revert-23421-hmusum/cleanup-7Harald Musum2022-07-086-40/+76
|\ \ \ | | | | | | | | Revert "Minor cleanup in config-model"
| * | | Revert "Minor cleanup in config-model"Harald Musum2022-07-086-40/+76
|/ / /
* | | Merge pull request #23434 from vespa-engine/balder/only-insert-network-errorsJon Bratseth2022-07-081-3/+0
|\ \ \ | | | | | | | | Do not claim that you have asked nodes that were in a known failed 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.
* | | | Merge pull request #23437 from ↵Geir Storli2022-07-089-16/+196
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/calculate-distance-raw-score-lazily Calculate distance raw score lazily
| * | | | Calculate distance raw score lazily in rank feature if not calculated during ↵Geir Storli2022-07-083-0/+14
| | | | | | | | | | | | | | | | | | | | matching.
| * | | | Setup distance calculators per term-field pair in distance and closeness ↵Geir Storli2022-07-088-16/+182
| | | | | | | | | | | | | | | | | | | | features.
* | | | | Merge pull request #23436 from vespa-engine/aressem/avoid-double-source-jarsHarald Musum2022-07-081-13/+0
|\ \ \ \ \ | | | | | | | | | | | | Avoid double source jar uploads.
| * | | | | Avoid double source jar uploads.Arnstein Ressem2022-07-081-13/+0
| |/ / / /
* | | | | Merge pull request #23435 from ↵Geir Storli2022-07-0810-186/+149
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | vespa-engine/geirst/refactor-distance-closeness-tests Share fixture classes used by distance and closeness unit tests.
| * | | | Move constructor to cpp file.Geir Storli2022-07-083-28/+31
| | | | |
| * | | | Share fixture classes used by distance and closeness unit tests.Geir Storli2022-07-0810-186/+146
| | | | |
* | | | | Merge pull request #23310 from Ethnas/masterLeandro Alves2022-07-0834-13/+3021
|\ \ \ \ \ | | | | | | | | | | | | QueryBuilder recreated in React
| * | | | | fixsed missing dependecyErlend2022-07-012-19/+21
| | | | | |
| * | | | | Merge branch 'enikolaisen/querybuilder-js'Erlend2022-07-0134-8/+3014
| |\ \ \ \ \
| | * | | | | Added pasteJSONButton but functionality is not completeErlend2022-07-014-13/+82
| | | | | | |
| | * | | | | Show query JSON button now shows the query input as jsonErlend2022-07-015-37/+100
| | | | | | |
| | * | | | | Sending query to backend now worksErlend2022-07-014-32/+79
| | | | | | |
| | * | | | | Now parses the inputs and constructs a JSON object to send to the backendErlend2022-06-3010-28/+100
| | | | | | |
| | * | | | | Removed unused fileErlend2022-06-291-80/+0
| | | | | | |
| | * | | | | Added commentsErlend2022-06-296-110/+138
| | | | | | |
| | * | | | | New choice can now be selected from the dropdown without leaving orphansErlend2022-06-291-0/+2
| | | | | | |
| | * | | | | Child rows can now be removedErlend2022-06-291-2/+51
| | | | | | |
| | * | | | | Inputs can now have serveral nested childrenErlend2022-06-293-79/+93
| | | | | | |
| | * | | | | QueryInputChild now properly displays childrenErlend2022-06-287-66/+238
| | | | | | |
| | * | | | | QueryInput input field now shows what type of input is neededErlend2022-06-243-14/+28
| | | | | | |
| | * | | | | QueryInput now switches between input and button depending on the chosen methodErlend2022-06-246-16/+16
| | | | | | |
| | * | | | | Updated the JSON for QueryDropDownFormErlend2022-06-243-74/+108
| | | | | | |
| | * | | | | DropdownForm npw uses JSON objects to populete optionsErlend2022-06-238-35/+138
| | | | | | |
| | * | | | | Added SendQuery componentErlend2022-06-236-47/+58
| | | | | | |
| | * | | | | qeury input now gets saved correctlyErlend2022-06-228-75/+1681
| | | | | | |
| | * | | | | querybuilder displays correctlyErlend2022-06-2230-290/+703
| | | | | | |
| | * | | | | Moved files to projectErlend2022-06-2222-0/+373
| | | | | | |
* | | | | | | Merge pull request #23433 from vespa-engine/mpolden/avoid-dead-lockHåkon Hallingstad2022-07-081-21/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Reduce scope of unallocated lock and avoid deadlock
| * | | | | | | Reduce scope of unallocated lock and avoid deadlockMartin Polden2022-07-081-21/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change a call to `failOrMarkRecursively` could cause a deadlock because we would then take the application lock while holding unallocatedLock, but a deployment (e.g. by `InfrastructureProvisioner`) does the opposite.
* | | | | | | | Merge pull request #23430 from vespa-engine/mpolden/bump-upgrade-stepJon Marius Venstad2022-07-082-13/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Schedule OS upgrade less often
| * | | | | | | | Schedule OS upgrade less oftenMartin Polden2022-07-082-13/+13
| | | | | | | | |
* | | | | | | | | Merge pull request #23432 from ↵Geir Storli2022-07-081-1/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/keep-storing-bool-in-docsum-blob-for-now-for-streaming-search Keep storing bool in docsum blob for now for streaming search.
| * | | | | | | | Keep storing bool in docsum blob for now for streaming search.Tor Egge2022-07-081-1/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #23431 from vespa-engine/bjorncs/qrserver-workaroundBjørn Christian Seime2022-07-081-3/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Try find pid for 'qrserver' if 'container' fails
| * | | | | | | Try find pid for 'qrserver' if 'container' failsBjørn Christian Seime2022-07-081-3/+18
| | | | | | | |