aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | | * | - Test both normal and inverted bit vectors.Henning Baldersheim2020-06-072-37/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use 64 byte alignment of buffer. - Improve error messages.
| | | | | | * | Use c++11 for loop.Henning Baldersheim2020-06-051-2/+2
| | | | | | | |
| | | | | | * | When we pull in a cacheline, we should use it too.Henning Baldersheim2020-06-0411-48/+222
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | There is possibly wasting 7/8 of it and very likely suffer a cache miss.
* | | | | | | Merge pull request #13484 from ↵Martin Polden2020-06-041-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/aborted-jobs-shouldn-not-affect-confidence Aborted jobs are by purpose, and should not affect confidence
| * | | | | | | Aborted jobs are by purpose, and should not affect confidenceJon Marius Venstad2020-06-041-1/+2
| |/ / / / / /
* | | | | | | Merge pull request #13485 from vespa-engine/tgm/github-actionsThiago G. Martins2020-06-041-0/+39
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | include python workflow
| * | | | | | change step nametmartins2020-06-041-1/+1
| | | | | | |
| * | | | | | modify working dirtmartins2020-06-041-0/+3
| | | | | | |
| * | | | | | include python workflowtmartins2020-06-041-0/+36
|/ / / / / /
* | | | | | Merge pull request #13483 from vespa-engine/tgm/add-python-codeThiago G. Martins2020-06-04103-0/+23423
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move python code and doc for the vespa API
| * | | | | | add copyright headerstmartins2020-06-047-0/+14
| | | | | | |
| * | | | | | update repo usertmartins2020-06-041-1/+1
| | | | | | |
| * | | | | | update docs/configtmartins2020-06-041-3/+3
| | | | | | |
| * | | | | | update docstmartins2020-06-045-75/+195
| | | | | | |
| * | | | | | update settingstmartins2020-06-041-4/+4
| | | | | | |
| * | | | | | remove unnecessary licensetmartins2020-06-041-201/+0
| | | | | | |
| * | | | | | commit codetmartins2020-06-04104-0/+23490
| | | | | | |
* | | | | | | Merge pull request #13481 from ↵Øyvind Grønnesby2020-06-043-5/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/ogronnesby/add-hosted-accountant-to-user-api Add the hostedAccountant to the user API roles
| * | | | | | | Fix test to include accountantØyvind Grønnesby2020-06-041-1/+1
| | | | | | | |
| * | | | | | | Update test dataØyvind Grønnesby2020-06-041-1/+2
| | | | | | | |
| * | | | | | | Add the hostedAccountant to the user API rolesØyvind Grønnesby2020-06-041-3/+6
| |/ / / / / /
* | | | | | | Merge pull request #13478 from ↵Martin Polden2020-06-046-189/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/mpolden/want-to-deprovision-constraint Throw on wantToDeprovision/wantToRetire mismatch
| * | | | | | Throw on wantToDeprovision/wantToRetire mismatchMartin Polden2020-06-031-3/+1
| | | | | | |
| * | | | | | Remove unused test dataMartin Polden2020-06-035-186/+0
| | | | | | |
* | | | | | | Merge pull request #13482 from ↵Valerij Fredriksen2020-06-041-8/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/factory-now-accepts-system-version-reports Factory now accepts system versino reports
| * | | | | | Factory now accepts system versino reportsJon Marius Venstad2020-06-041-8/+2
| | | | | | |
* | | | | | | Merge pull request #13480 from vespa-engine/jonmv/filter-out-past-instantsMartin Polden2020-06-041-1/+2
|\| | | | | | | | | | | | | | | | | | | | Filter out cooldowns which have already passed
| * | | | | | Filter out cooldowns which have already passedJon Marius Venstad2020-06-041-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #13479 from vespa-engine/bjorncs/fixHenning Baldersheim2020-06-041-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Annotate correct constructor with 'Inject'
| * | | | | Annotate correct constructor with 'Inject'Bjørn Christian Seime2020-06-041-1/+1
|/ / / / / | | | | | | | | | | | | | | | ProcessTerminator is not a set up as a component.
* | | | | Merge pull request #13476 from vespa-engine/bjorncs/container-thread-poolHenning Baldersheim2020-06-037-31/+79
|\ \ \ \ \ | | | | | | | | | | | | Bjorncs/container thread pool
| * | | | | Annotate primary constructor with @Inject.Henning Baldersheim2020-06-031-0/+2
| | | | | |
| * | | | | Fix noeol and set default idletime to 5sHenning Baldersheim2020-06-031-2/+2
| | | | | |
| * | | | | Update ABI spec for ThreadpoolConfigBjørn Christian Seime2020-06-031-1/+7
| | | | | |
| * | | | | Add thread pool name as dimension to metric valuesBjørn Christian Seime2020-06-034-24/+49
| | | | | |
| * | | | | Add config for keep alive timeBjørn Christian Seime2020-06-032-1/+4
| | | | | |
| * | | | | Add config for core pool sizeBjørn Christian Seime2020-06-032-4/+13
| | | | | |
| * | | | | Add config for thread pool nameBjørn Christian Seime2020-06-032-1/+4
| | | | | |
* | | | | | Merge pull request #13477 from vespa-engine/bratseth/allow-even-less-memoryJon Bratseth2020-06-031-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | Allow even less memory
| * | | | | Allow even less memoryJon Bratseth2020-06-031-1/+1
| | | | | |
* | | | | | Merge pull request #13473 from vespa-engine/gjoranv/remove-LocalSessionLoaderHarald Musum2020-06-036-237/+198
|\ \ \ \ \ \ | | | | | | | | | | | | | | Gjoranv/remove local session loader
| * | | | | | optimize importsgjoranv2020-06-031-5/+6
| | | | | | |
| * | | | | | Declare helpers privategjoranv2020-06-031-2/+2
| | | | | | |
| * | | | | | Remove TODO that is now fixedgjoranv2020-06-031-1/+0
| | | | | | |
| * | | | | | Rename loadSession -> createSessionFromIdgjoranv2020-06-032-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Declare it package private + Rename parameters named 'loader' to 'sessionFactory'
| * | | | | | minor: move private helpers downgjoranv2020-06-031-17/+16
| | | | | | |
| * | | | | | Remove the SessionFactory interfacegjoranv2020-06-034-223/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | .. and let its only implementing class inherit the name.
| * | | | | | Remove the LocalSessionLoader interfacegjoranv2020-06-036-23/+18
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #13472 from ↵Henning Baldersheim2020-06-033-43/+97
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/add-native-fieldmatch-executor-shared-state Add NativeFieldMatchExecutorSharedState.
| * | | | | | Fix typo in class comment.Tor Egge2020-06-031-1/+1
| | | | | | |