aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com/yahoo/container
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0944-46/+47
* Random cleanupjonmv2023-09-072-2/+2
* Merge pull request #28275 from vespa-engine/olaa/remove-uptimegjoranv2023-08-302-18/+5
|\
| * Remove unused 'uptime' metric. Always add host-life in MetricsPacketsHandlerOla Aunronning2023-08-302-18/+5
* | - Update dependency org.jvnet.mimepull:mimepull to v1.10.0renovate[bot]2023-08-292-28/+23
|/
* Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-291-1/+1
* Add min/sum/count suffixes to gauge metricsOla Aunronning2023-08-091-2/+8
* Allow filtering on infrastructure metric setOla Aunronning2023-08-011-0/+55
* Remove status packet from MetricsPacketsHandlerOla Aunronning2023-06-151-26/+11
* Don't add status_code and status_msg to metric packets. Remove unused service...Ola Aunronning2023-06-151-42/+0
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-081-1/+1
* Avoid race between config thread and updating file config sourcejonmv2023-05-051-2/+2
* Give it some more time to complete.Henning Baldersheim2023-05-041-1/+1
* GC unused test utilitiesHenning Baldersheim2023-01-242-92/+0
* Move metric definitions to ContainerMetrics.javaKristian Aune2023-01-101-6/+7
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-091-1/+1
* Add method for listing bsnVersion for active application bundles.gjoranv2023-01-093-1/+24
* Get more info when test failsjonmv2023-01-092-2/+6
* Revert "More user friendly class resolution"Arnstein Ressem2023-01-093-24/+1
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-091-1/+1
* Add method for listing bsnVersion for active application bundles.gjoranv2023-01-093-1/+24
* Revert "Improve user friendliness when class resolution fails."Arnstein Ressem2023-01-063-24/+1
* Add method for listing bsnVersion for active application bundles.gjoranv2023-01-053-1/+24
* move common parsingArne Juul2022-12-091-0/+64
* Await subscriber exhausting configs list, in unit testjonmv2022-11-012-2/+32
* Move file handling down into FileSourcejonmv2022-11-011-13/+9
* Cleanup, no effective changesjonmv2022-11-014-31/+27
* No real changesjonmv2022-11-014-24/+29
* Remove stray directory with only a .gitignore in itjonmv2022-10-241-0/+0
* Keep last 1000 lines sorted in log readerjonmv2022-10-141-13/+24
* Revert "Revert "Make it possible to limit number of log lines returned" (#241...Valerij Fredriksen2022-09-222-16/+16
* Revert "Make it possible to limit number of log lines returned" (#24168)Valerij Fredriksen2022-09-212-16/+16
* Make it possible to limit number of log lines returnedValerij Fredriksen2022-09-212-5/+14
* Non-functional cleanupValerij Fredriksen2022-09-211-11/+2
* Sanitize label namesOla Aunronning2022-09-151-3/+3
* Omit max and average in PrometheusHelperOla Aunronning2022-09-151-6/+0
* Use correct content-type header. Add whitespaceOla Aunronning2022-09-131-4/+4
* MetricsPacketsHandler supports Prometheus formatOla Aunronning2022-09-121-0/+25
* Return Set instead of collection.gjoranv2022-09-082-2/+1
* Always return the set of bundles to uninstall upon completeGen,gjoranv2022-09-082-9/+12
* Merge pull request #23939 from vespa-engine/cleanup-after-failed-component-gr...gjoranv2022-09-076-124/+278
|\
| * 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
| * Redesign application bundle loading with a 'complete' phase.gjoranv2022-09-073-10/+35
| * Add 'generation' parameter to Osgi.useApplicationBundlesgjoranv2022-09-052-2/+1
| * 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 "Set duplicate bundles to the set of bundles from the failed generati...gjoranv2022-09-011-3/+4
| * Reapply "Make it possible to test the Container with synthetic bundles"gjoranv2022-09-016-115/+183
| * Reapply "Remove unnecessary and out-of-place xml from synthetic config."gjoranv2022-09-011-5/+3