summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge pull request #12094 from ↵Jon Marius Venstad2020-02-077-192/+388
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/expose-vespa-version-in-deployment-view Add latest application and normal conf. Vespa, and blockers, to dep.g…
| * | | | | | Add blockers to unit test responseJon Marius Venstad2020-02-073-9/+83
| | | | | | |
| * | | | | | Show whether instance should be allowed to upgrade to given versionJon Marius Venstad2020-02-063-0/+10
| | | | | | |
| * | | | | | Rename application version id -> buildJon Marius Venstad2020-02-063-176/+175
| | | | | | |
| * | | | | | Remove unused codeJon Marius Venstad2020-02-061-64/+0
| | | | | | |
| * | | | | | Ignore deployment spec for non-prod applications (without project ID)Jon Marius Venstad2020-02-062-2/+3
| | | | | | |
| * | | | | | Add latest application and normal conf. Vespa, and blockers, to ↵Jon Marius Venstad2020-02-064-22/+198
| | |/ / / / | |/| | | | | | | | | | | | | | | | dep.graph.view API
* | | | | | Merge pull request #12100 from ↵Jon Marius Venstad2020-02-072-22/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/remove-support-for-old-log-format Remove support for old format for /tester/v1/log requests,
| * | | | | | Remove support for old format for /tester/v1/log requests,Harald Musum2020-02-062-22/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | start returning new format
* | | | | | | Merge pull request #12088 from vespa-engine/havardpe/more-robust-tensor-updatesGeir Storli2020-02-076-6/+69
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | more robust tensor update
| * | | | | | more robust tensor updateHåvard Pettersen2020-02-066-6/+69
| | | | | | |
* | | | | | | Merge pull request #12097 from ↵Geir Storli2020-02-074-19/+59
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/atomic-entry-ref-in-hnsw-index Implement wrapper for std::atomic of type EntryRef and use it in hnsw…
| * | | | | | Implement wrapper for std::atomic of type EntryRef and use it in hnsw index ↵Geir Storli2020-02-064-19/+59
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | to get snapshotting of level arrays.
* | | | | | Merge pull request #12101 from ↵Henning Baldersheim2020-02-061-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/handle-singlevalue-byte-efficiently-too Handle lookup in singlevalue byte attributes efficiently too.
| * | | | | | Handle lookup in singlevalue byte attributes efficiently too.Henning Baldersheim2020-02-062-23/+1
| | | | | | |
| * | | | | | Handle lookup in singlevalue byte attributes efficiently too.Henning Baldersheim2020-02-061-0/+23
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #12099 from ↵Valerij Fredriksen2020-02-061-46/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/hakonhall/skip-removing-status-nodes-at-old-zk-paths Skip removing status nodes at old zk paths
| * | | | | Skip removing status nodes at old zk pathsHåkon Hallingstad2020-02-061-46/+20
| | | | | |
* | | | | | Merge pull request #12098 from ↵Håkon Hallingstad2020-02-061-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-12087-hmusum/always-set-new-config-when-generation-updated Revert "Always set new config (which also sets generation) when generation ha…"
| * | | | | | Revert "Always set new config (which also sets generation) when generation ↵Harald Musum2020-02-061-1/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | ha…"
* | | | | | Merge pull request #12095 from ↵Valerij Fredriksen2020-02-061-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | vespa-engine/hakonhall/enable-large-orchestrator-lock-by-default Enable large orchestrator lock by default
| * | | | | Enable large orchestrator lock by defaultHåkon Hallingstad2020-02-061-1/+1
| | | | | |
* | | | | | Merge pull request #12084 from vespa-engine/geirst/hnsw-index-more-functionalityGeir Storli2020-02-0610-40/+304
|\ \ \ \ \ \ | | | | | | | | | | | | | | Geirst/hnsw index more functionality
| * | | | | | Store entry level as an int to simplify add_document() function.Geir Storli2020-02-063-4/+4
| | | | | | |
| * | | | | | Add support for adding a new document in multiple levels in the graph.Geir Storli2020-02-066-38/+118
| | | | | | |
| * | | | | | Add interface used to randomly draw the max level a new hnsw node should ↵Geir Storli2020-02-057-9/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exist in.
| * | | | | | Add function to array store that returns a writeable reference to an array.Geir Storli2020-02-053-6/+18
| | | | | | |
| * | | | | | Implement a select neighbor function that uses a heuristic the accounts for ↵Geir Storli2020-02-055-16/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | distances between candidates.
* | | | | | | Merge pull request #12093 from vespa-engine/freva/warm-up-for-tenants-onlyHåkon Hallingstad2020-02-061-2/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Start non-tenant containers with correct CPU cap
| * | | | | | | Start non-tenant containers with correct CPU capValerij Fredriksen2020-02-061-2/+3
| | | | | | | |
* | | | | | | | Merge pull request #12091 from vespa-engine/hmusum/simplify-4Harald Musum2020-02-062-54/+23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Simplify and log at debug level
| * | | | | | | | Simplify and log at debug levelHarald Musum2020-02-062-54/+23
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #12089 from vespa-engine/mpolden/include-global-endpointMartin Polden2020-02-066-24/+129
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Include all endpoints in endpoints field
| * | | | | | | | Include shared routing layer endpoints in endpoints fieldMartin Polden2020-02-066-19/+98
| | | | | | | | |
| * | | | | | | | Include global endpoints in endpoints fieldMartin Polden2020-02-062-6/+32
| | | | | | | | |
* | | | | | | | | Merge pull request #12090 from vespa-engine/hmusum/add-config-debug-loggingHarald Musum2020-02-062-0/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add debug logging when getting config response and polling internal q…
| * | | | | | | | | Use lambda in debug log lineHarald Musum2020-02-062-2/+2
| | | | | | | | | |
| * | | | | | | | | Add debug logging when getting config response and polling internal queueHarald Musum2020-02-062-0/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #12092 from vespa-engine/aressem/produce-jar-with-depsArnstein Ressem2020-02-061-0/+15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Produce a fat jar for client module.
| * | | | | | | | | Produce a fat jar for client module.Arnstein Ressem2020-02-061-0/+15
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #12087 from ↵Harald Musum2020-02-061-5/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/always-set-new-config-when-generation-updated Always set new config (which also sets generation) when generation ha…
| * | | | | | | | Always set new config (which also sets generation) when generation has changedHarald Musum2020-02-061-5/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #12086 from vespa-engine/jvenstad/rename-deployment-metricsLeandro Alves2020-02-064-22/+18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Change deployment metric dimensions
| * | | | | | | | | Change deployment metric dimensionsJon Marius Venstad2020-02-064-22/+18
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #12082 from vespa-engine/mpolden/move-slime-utilsMartin Polden2020-02-0645-54/+47
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Move SlimeUtils to vespajlib
| * | | | | | | | Move SlimeUtils to vespajlibMartin Polden2020-02-0645-54/+47
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #12085 from vespa-engine/hmusum/disable-access-loggingHarald Musum2020-02-0610-18/+30
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Disable access logging in tests
| * | | | | | | Disable access logging in testsHarald Musum2020-02-0610-18/+30
|/ / / / / / /
* | | | | | | Merge pull request #12083 from ↵Håvard Pettersen2020-02-061-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/balder/64-threads-max-and-1s-lifetime Use 64 threads with 1s idle time.
| * | | | | | Use 64 threads with 1s idle time.Henning Baldersheim2020-02-061-1/+1
|/ / / / / /