aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Expand)AuthorAgeFilesLines
* Undo conversion to recordValerij Fredriksen2022-09-221-1/+10
* Revert "Revert "Make it possible to limit number of log lines returned" (#241...Valerij Fredriksen2022-09-224-36/+23
* Revert "Make it possible to limit number of log lines returned" (#24168)Valerij Fredriksen2022-09-214-23/+36
* Make it possible to limit number of log lines returnedValerij Fredriksen2022-09-214-7/+20
* Non-functional cleanupValerij Fredriksen2022-09-213-29/+3
* Control whether to report coverage based on active or target active documents.Henning Baldersheim2022-09-194-17/+27
* Sanitize label namesOla Aunronning2022-09-152-5/+13
* Omit max and average in PrometheusHelperOla Aunronning2022-09-152-6/+3
* Use correct content-type header. Add whitespaceOla Aunronning2022-09-133-6/+13
* Merge pull request #24013 from vespa-engine/olaa/prometheus-metric-packet-han...Ola Aunrønning2022-09-123-0/+112
|\
| * MetricsPacketsHandler supports Prometheus formatOla Aunronning2022-09-123-0/+112
* | soonActive => targetActiveHenning Baldersheim2022-09-093-25/+15
* | Propagate target-active-docs in monitor reply.Henning Baldersheim2022-09-092-2/+2
|/
* Merge pull request #23985 from vespa-engine/update-stale-commentsHenning Baldersheim2022-09-091-4/+5
|\
| * Update stale comments after refactoring the code.gjoranv2022-09-081-4/+5
* | Merge pull request #23976 from vespa-engine/jonmv/catch-right-exceptionHenning Baldersheim2022-09-081-1/+4
|\ \ | |/ |/|
| * ClassCastException will be wrapped in an IllegalArgumentExceptionjonmv2022-09-081-1/+4
* | Remove var that is now unused.gjoranv2022-09-081-1/+0
* | Return Set instead of collection.gjoranv2022-09-085-11/+9
* | Always return the set of bundles to uninstall upon completeGen,gjoranv2022-09-086-46/+42
* | Merge pull request #23939 from vespa-engine/cleanup-after-failed-component-gr...gjoranv2022-09-0711-190/+437
|\ \ | |/ |/|
| * Add test verifying that bundles are uninstalled for generations..gjoranv2022-09-071-0/+25
| * Rename tests, extract common code and rearrange test order.gjoranv2022-09-071-36/+28
| * Uninstall bundles from a failed generation also when failing to ...gjoranv2022-09-071-8/+9
| * Redesign application bundle loading with a 'complete' phase.gjoranv2022-09-077-27/+98
| * Add 'generation' parameter to Osgi.useApplicationBundlesgjoranv2022-09-055-7/+10
| * Add (failing) unit test to verify that a failed reconfig with ...gjoranv2022-09-052-0/+19
| * Fix copy/paste error in comment.gjoranv2022-09-011-1/+1
| * Reapply "Use a better name for map of active bundles."gjoranv2022-09-011-9/+9
| * Reapply "Add TODO for handling >2 generations of bundles."gjoranv2022-09-011-2/+5
| * Reapply "Set duplicate bundles to the set of bundles from the failed generati...gjoranv2022-09-012-5/+8
| * Reapply "Make it possible to test the Container with synthetic bundles"gjoranv2022-09-017-120/+183
| * Reapply "Remove unnecessary and out-of-place xml from synthetic config."gjoranv2022-09-011-5/+3
| * Reapply "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-09-018-42/+111
* | Fail independently of schemeBjørn Christian Seime2022-09-021-3/+3
* | Merge pull request #23878 from vespa-engine/bratseth/moodel-configJon Bratseth2022-09-011-0/+3
|\ \ | |/ |/|
| * Add 'model' config typeJon Bratseth2022-08-311-0/+3
* | Revert "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-08-318-111/+42
* | Revert "Remove unnecessary and out-of-place xml from synthetic config."gjoranv2022-08-311-3/+5
* | Revert "Make it possible to test the Container with synthetic bundles"gjoranv2022-08-317-183/+120
* | Revert "Set duplicate bundles to the set of bundles from the failed generation."gjoranv2022-08-312-8/+5
* | Revert "Add TODO for handling >2 generations of bundles."gjoranv2022-08-311-5/+2
* | Revert "Use a better name map of active bundles."gjoranv2022-08-311-9/+9
* | Use a better name map of active bundles.gjoranv2022-08-311-9/+9
* | Add TODO for handling >2 generations of bundles.gjoranv2022-08-311-2/+5
* | Merge pull request #23847 from vespa-engine/cleanup-after-failed-component-gr...Jon Marius Venstad2022-08-3111-171/+304
|\ \
| * | Set duplicate bundles to the set of bundles from the failed generation.gjoranv2022-08-302-5/+8
| * | Make it possible to test the Container with synthetic bundlesgjoranv2022-08-307-120/+183
| * | Remove unnecessary and out-of-place xml from synthetic config.gjoranv2022-08-251-5/+3
| * | Clean up bundles and allowed duplicates after a failed reconfig.gjoranv2022-08-258-42/+111