summaryrefslogtreecommitdiffstats
path: root/container-core/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add unit test with allowed server namesBjørn Christian Seime2022-10-071-2/+18
* Pass all config through constructorBjørn Christian Seime2022-10-071-1/+2
* Merge pull request #24344 from vespa-engine/bratseth/return-ignored-fieldsJon Bratseth2022-10-074-26/+18
|\
| * Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-064-26/+18
* | Revert "Restrict server names accepted per connector"Harald Musum2022-10-061-18/+2
* | Restrict server names accepted per connectorBjørn Christian Seime2022-10-061-2/+18
* | Allow default server name to be overriddenBjørn Christian Seime2022-10-061-2/+31
|/
* 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
| * Reapply "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-09-013-1/+28
| * Revert "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-08-313-28/+1
| * 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-316-183/+115
| * Revert "Set duplicate bundles to the set of bundles from the failed generation."gjoranv2022-08-311-4/+3
| * Set duplicate bundles to the set of bundles from the failed generation.gjoranv2022-08-301-3/+4
| * Make it possible to test the Container with synthetic bundlesgjoranv2022-08-306-115/+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-253-1/+28
* | Add 'model' config typeJon Bratseth2022-08-311-0/+3
|/
* removal suppressionHenning Baldersheim2022-08-251-8/+7
* If you get a ClassCastException when doing clone by reflection it might be th...Henning Baldersheim2022-08-251-1/+1
* Convert container-core to junit5Bjørn Christian Seime2022-07-2895-2061/+2060
* Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-201-1/+1
* Simplify creation of BundleInstantiationSpecgjoranv2022-07-121-2/+2
* Add test for component not using its explicitly injected component.gjoranv2022-07-111-2/+18
* Revert "Inject default threadpool to handlers [run-systemtest]"Håkon Hallingstad2022-07-111-18/+2
* Add test for component not using its explicitly injected component.gjoranv2022-07-091-2/+18
* Deprecate ConfigGetterHarald Musum2022-07-072-0/+4
* MetricsPacketsHandler adds hostname dimension if absentOla Aunrønning2022-07-041-1/+29
* Rewrite to use native arrays instead of List<String> => Cpu cost cut in half.Henning Baldersheim2022-06-301-8/+11