aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Expand)AuthorAgeFilesLines
* Support fetching logs from specific nodeOla Aunrønning2020-07-234-19/+36
* Let ApplicationBundleLoader take its installer as a ctor argumentgjoranv2020-07-204-28/+16
* Remove the unnecessary BundleInstaller interface.gjoranv2020-07-185-50/+28
* Use plain strings for platform bundles, instead of file referencesgjoranv2020-07-184-34/+25
* Add unit test for PlatformBundleLoadergjoranv2020-07-172-1/+66
* Ignore later calls to add or alter the set of platform bundles.gjoranv2020-07-171-5/+20
* Add constructor for testinggjoranv2020-07-171-1/+5
* Drop the now unnecessary 'file:' prefix for disk bundles.gjoranv2020-07-172-19/+4
* Minor adjustment to error message.gjoranv2020-07-171-1/+1
* Temporarily allow 'config-model-fat-amended' to preinstall bundlesgjoranv2020-07-171-3/+6
* Reapply "Load platform bundles separately 3"gjoranv2020-07-1711-266/+271
* Revert "Load platform bundles separately 3"Harald Musum2020-07-1711-271/+266
* Don't rely on FelixFramework - it's not in an exported packagegjoranv2020-07-161-2/+1
* Start platform bundlesgjoranv2020-07-164-29/+55
* Reapply "Load platform bundles separately"gjoranv2020-07-1610-266/+246
* Revert "Reapply load platform bundles separately"Harald Musum2020-07-1611-272/+266
* Start platform bundlesgjoranv2020-07-164-29/+55
* Reapply "Load platform bundles separately"gjoranv2020-07-1610-266/+246
* Revert "Load platform bundles separately"Harald Musum2020-07-1610-246/+266
* Rename use -> useBundlesgjoranv2020-07-153-7/+7
* Rename bundle loader classes and fields for consistency.gjoranv2020-07-154-17/+15
* Add author, no functional changesgjoranv2020-07-153-0/+3
* Rename useBundles -> useApplicationBundlesgjoranv2020-07-151-1/+1
* Don't throw when using a test osgi frameworkgjoranv2020-07-153-1/+13
* Separate installation for platform and application bundles.gjoranv2020-07-153-2/+60
* Remove the now unused getInitialBundles method.gjoranv2020-07-144-17/+0
* Simplify BundleManager so that it only handles app bundles.gjoranv2020-07-141-101/+27
* Start bundles only once.gjoranv2020-07-131-3/+0
* Rename field bundleLoader -> bundleManagergjoranv2020-07-101-3/+3
* Let ContainerAndDiOsgi create its own BundleManagergjoranv2020-07-101-3/+3
* Update ABI specJon Bratseth2020-07-021-1/+1
* Add testJon Bratseth2020-07-022-58/+112
* Improvements to handling of cluster removalJon Bratseth2020-07-023-13/+26
* Merge pull request #13754 from vespa-engine/add-bindings-for-prometheusgjoranv2020-06-301-2/+4
|\
| * Make ctor public for DIgjoranv2020-06-301-2/+4
* | Merge pull request #13743 from vespa-engine/separate-documentapi-artifacts_2gjoranv2020-06-301-11/+8
|\ \ | |/ |/|
| * Move vdslib dependency into container-coregjoranv2020-06-301-0/+7
| * Remove unnecessary exclusionsgjoranv2020-06-301-10/+0
| * Use container-documentapi in internal container related poms.gjoranv2020-06-301-1/+1
* | Merge pull request #13746 from vespa-engine/jonmv/log-log-reader-exceptionsJon Marius Venstad2020-06-301-1/+7
|\ \ | |/ |/|
| * Log any error when reading logs on logserverJon Marius Venstad2020-06-301-1/+7
* | Fixed throwingAmund Bergland Kvalsvik2020-06-291-9/+5
* | Fixed minor naming errors and throwsAmund Bergland Kvalsvik2020-06-293-12/+16
* | Fixed review commentsAmund Bergland Kvalsvik2020-06-295-36/+199
* | Cleaning up configs, testing is not workingAmund Bergland Kvalsvik2020-06-262-4/+7
* | Added configsAmund Bergland Kvalsvik2020-06-262-1/+4
* | Used default metric proxy uriAmund Bergland Kvalsvik2020-06-261-1/+1
* | Cleaned up testingAmund Bergland Kvalsvik2020-06-262-25/+12
* | Added PrometheusHandlerAmund Bergland Kvalsvik2020-06-262-0/+210
* | Updated ApplicationMetricsHandler. Removed PrometheusV1HandlerAmund Bergland Kvalsvik2020-06-262-206/+0