aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container
Commit message (Expand)AuthorAgeFilesLines
...
* Keep last 1000 lines sorted in log readerjonmv2022-10-141-3/+12
* Merge pull request #24354 from vespa-engine/bratseth/deprecation-commentJon Bratseth2022-10-071-24/+13
|\
| * Put deprecation comment on the right option and add todoJon Bratseth2022-10-071-24/+13
* | Merge pull request #24344 from vespa-engine/bratseth/return-ignored-fieldsJon Bratseth2022-10-073-14/+8
|\|
| * Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-063-14/+8
* | Store keys of extra attributes using natural orderingBjørn Christian Seime2022-10-071-4/+7
* | SimplifyHenning Baldersheim2022-10-051-6/+3
|/
* Remove all traces from computeCoverageFromTargetActiveDocsHenning Baldersheim2022-09-292-22/+4
* 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-222-20/+7
* Revert "Make it possible to limit number of log lines returned" (#24168)Valerij Fredriksen2022-09-212-7/+20
* Make it possible to limit number of log lines returnedValerij Fredriksen2022-09-212-2/+6
* Non-functional cleanupValerij Fredriksen2022-09-212-18/+1
* Control whether to report coverage based on active or target active documents.Henning Baldersheim2022-09-193-16/+26
* Sanitize label namesOla Aunronning2022-09-151-2/+10
* Omit max and average in PrometheusHelperOla Aunronning2022-09-151-0/+3
* Use correct content-type header. Add whitespaceOla Aunronning2022-09-132-2/+9
* Merge pull request #24013 from vespa-engine/olaa/prometheus-metric-packet-han...Ola Aunrønning2022-09-122-0/+87
|\
| * MetricsPacketsHandler supports Prometheus formatOla Aunronning2022-09-122-0/+87
* | soonActive => targetActiveHenning Baldersheim2022-09-092-23/+13
* | Propagate target-active-docs in monitor reply.Henning Baldersheim2022-09-092-2/+2
|/
* Update stale comments after refactoring the code.gjoranv2022-09-081-4/+5
* Remove var that is now unused.gjoranv2022-09-081-1/+0
* Return Set instead of collection.gjoranv2022-09-083-9/+8
* Always return the set of bundles to uninstall upon completeGen,gjoranv2022-09-084-37/+30
* 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-074-17/+63
* Add 'generation' parameter to Osgi.useApplicationBundlesgjoranv2022-09-053-5/+9
* 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-011-2/+4
* Reapply "Make it possible to test the Container with synthetic bundles"gjoranv2022-09-011-5/+0
* Reapply "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-09-014-41/+82
* Revert "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-08-314-82/+41
* Revert "Make it possible to test the Container with synthetic bundles"gjoranv2022-08-311-0/+5
* Revert "Set duplicate bundles to the set of bundles from the failed generation."gjoranv2022-08-311-4/+2
* 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
* Set duplicate bundles to the set of bundles from the failed generation.gjoranv2022-08-301-2/+4
* Make it possible to test the Container with synthetic bundlesgjoranv2022-08-301-5/+0
* Clean up bundles and allowed duplicates after a failed reconfig.gjoranv2022-08-254-41/+82
* minor: rearrange/rename methodsgjoranv2022-08-251-15/+15
* Simplify creation of BundleInstantiationSpecgjoranv2022-07-122-25/+14
* Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-111-1/+1
* Revert "Inject default threadpool to handlers [run-systemtest]"Håkon Hallingstad2022-07-111-1/+1
* Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-091-1/+1
* MetricsPacketsHandler adds hostname dimension if absentOla Aunrønning2022-07-041-10/+12
* If the context map is empty just return the defaultHenning Baldersheim2022-06-241-1/+0