summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Relate to vespalib::duration instead of uint32_tHenning Baldersheim2020-01-021-1/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #11621 from vespa-engine/balder/handle-non-primitive-durin...Henning Baldersheim2020-01-028-57/+52
|\ \ \ \ \
| * | | | | GC unused codeHenning Baldersheim2020-01-021-1/+0
| * | | | | Provide some more informationHenning Baldersheim2020-01-021-37/+43
| * | | | | GC unused codeHenning Baldersheim2020-01-023-11/+4
| * | | | | Add definition to avoid missing symbols at -O0Henning Baldersheim2020-01-023-8/+5
| |/ / / /
* | | | | Merge pull request #11624 from vespa-engine/toregge/use-template-keyword-when...Henning Baldersheim2020-01-021-2/+2
|\ \ \ \ \
| * | | | | Add missing template keyword when calling templated method with explicitTor Egge2020-01-021-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #11623 from vespa-engine/toregge/remove-unused-term-index-...Henning Baldersheim2020-01-021-1/+0
|\ \ \ \ \
| * | | | | Remove unused constant (term_index).Tor Egge2020-01-021-1/+0
| |/ / / /
* | | | | Merge pull request #11622 from vespa-engine/toregge/remove-unused-search-grou...Henning Baldersheim2020-01-023-271/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove unused class search::grouping::MergingManager.Tor Egge2020-01-023-271/+0
| |/ / /
* | | | Merge pull request #11618 from vespa-engine/jvenstad/deplorch-cleanup-1Martin Polden2020-01-0211-178/+2022
|\ \ \ \ | |/ / / |/| | |
| * | | Refactor forceTrigger job computationJon Marius Venstad2020-01-023-54/+33
| * | | Add runs to step nodes in deployment graphJon Marius Venstad2019-12-303-277/+1486
| * | | Expose deployment overview under application/v4/app-path/deploymentJon Marius Venstad2019-12-307-6/+586
| * | | Draft deployment status API graph serialisationJon Marius Venstad2019-12-272-0/+99
| * | | Include implicit tests in "allSteps", as intendedJon Marius Venstad2019-12-271-4/+9
| * | | Simplify reduction, formatting, remove unusedJon Marius Venstad2019-12-271-23/+11
| * | | Reorder, rename, reduce visibility — nonfunctional changesJon Marius Venstad2019-12-273-67/+66
| * | | Tidy up a little in DeploymentStatusJon Marius Venstad2019-12-273-61/+46
* | | | Merge pull request #11597 from vespa-engine/balder/correct-dispatcher-shutdownJon Bratseth2019-12-309-18/+70
|\ \ \ \
| * | | | Avoid starting the ping thread automatically for tests.Henning Baldersheim2019-12-194-4/+20
| * | | | Verify that destruct does not do bad things during destruct.Henning Baldersheim2019-12-194-4/+28
| * | | | This is the correct way of shutting down the the Dispatcher.Henning Baldersheim2019-12-183-13/+25
* | | | | Merge pull request #11569 from vespa-engine/bratseth/convenience-methodJon Bratseth2019-12-303-2/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update ABI specJon Bratseth2019-12-182-2/+1
| * | | | Add convenience methodJon Bratseth2019-12-161-0/+9
* | | | | Merge pull request #11606 from vespa-engine/gjoranv/application-metrics4gjoranv2019-12-2625-22/+1415
|\ \ \ \ \
| * | | | | Fix a bug in conversion to metrics packetsgjoranv2019-12-263-9/+70
| * | | | | Add exception to loggjoranv2019-12-261-1/+2
| * | | | | Remove unused importsgjoranv2019-12-241-3/+1
| * | | | | Add new config def to CMakeLists.txtgjoranv2019-12-241-0/+1
| * | | | | Rename vespa-nodes.def to metrics-nodes.defgjoranv2019-12-249-25/+25
| * | | | | Add application handler to MetricsProxyContainerClustergjoranv2019-12-244-2/+81
| * | | | | Simplify generation of node clients.gjoranv2019-12-231-9/+6
| * | | | | Rename config fields for clarity.gjoranv2019-12-235-14/+14
| * | | | | Fix imprecise log messagegjoranv2019-12-201-1/+1
| * | | | | Add http handler for retrieving metrics from all application nodesgjoranv2019-12-202-0/+290
| * | | | | Allow converting "metricsByNode" packets to GenericApplicationModelgjoranv2019-12-202-1/+28
| * | | | | Add JSON model for full application outputgjoranv2019-12-203-0/+248
| * | | | | Add 'name' attribute to GenericNodegjoranv2019-12-201-1/+4
| * | | | | Allow using getConsumerOrDefault from outside the class.gjoranv2019-12-191-6/+6
| * | | | | Allow specifying a consumer, and propagate it all the way.gjoranv2019-12-195-23/+41
| * | | | | Add retriever for metrics from all application nodes.gjoranv2019-12-196-1/+336
| * | | | | Move Node class to separate file, and add path field.gjoranv2019-12-193-24/+37
| * | | | | Optimize NodeMetricsClientTestgjoranv2019-12-191-30/+21
| * | | | | Add http client to retrieve metrics from other nodes.gjoranv2019-12-194-1/+215
| * | | | | Allow conversion from GenericJsonModel to MetricsPacketsgjoranv2019-12-193-7/+124
| * | | | | Remove unused importsgjoranv2019-12-191-3/+0