aboutsummaryrefslogtreecommitdiffstats
path: root/config-lib
Commit message (Collapse)AuthorAgeFilesLines
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-123-7/+6
|
* Update copyrightJon Bratseth2023-10-0954-54/+54
|
* Support optional 'path' config typeHarald Musum2023-09-074-0/+124
| | | | Initial work needed for this to work (config definition and config library)
* Revert minor changeHarald Musum2023-09-061-1/+1
|
* config-lib cleanup, no functional changesHarald Musum2023-09-0622-103/+62
|
* Add necessary options to use failOnWarningsgjoranv2023-06-051-0/+1
|
* Add bundle type to all CORE bundles.gjoranv2023-05-251-0/+3
|
* Cold autoscaling WIPJon Bratseth2023-02-131-1/+1
| | | | | Core support for autoscaling using data from cluster deployments in other regions when there is little or no traffic in our own deployment.
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
|
* Tolerate attempts to resolve multiple timesJon Bratseth2022-11-082-2/+6
|
* Update abi-spec formatJon Bratseth2022-10-271-180/+180
|
* Use IllegalArgumentException when appropriateJon Bratseth2022-10-273-189/+189
|
* Update ABI spec format, and update all specsjonmv2022-10-251-180/+180
|
* Send model pathsJon Bratseth2022-09-175-66/+79
|
* Warn oonce per summaryJon Bratseth2022-09-051-1/+1
|
* Set as resolved in testJon Bratseth2022-09-022-18/+0
|
* Revert "Merge pull request #23910 from ↵Jon Bratseth2022-09-022-17/+10
| | | | | | | vespa-engine/revert-23907-bratseth/model-reference-cleanup" This reverts commit 37f0d3a64511b0dd0d902053be3a6cffc21acee6, reversing changes made to c23bba0b2cd6ab7699ee2b0d6be34c023159ffb8.
* Revert "Cleanup, more tests and separate resolved from not"Arnstein Ressem2022-09-022-10/+17
|
* Cleanup, more tests and separate resolved from notJon Bratseth2022-09-022-17/+10
|
* Add testJon Bratseth2022-09-012-9/+26
|
* Use Path as user type for modelsJon Bratseth2022-09-015-22/+25
|
* Add 'model' config typeJon Bratseth2022-08-3122-22/+298
|
* Convert config-lib to junit5Bjørn Christian Seime2022-07-2914-142/+191
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Remove on Vespa 8Jon Bratseth2022-06-082-7/+6
|
* Remove on Vespa 8Jon Bratseth2022-06-082-7/+4
|
* Remove on Vespa 8Jon Bratseth2022-06-081-20/+0
|
* Don't embed annotations in osgi bundlesBjørn Christian Seime2022-05-041-0/+1
|
* Merge pull request #21982 from vespa-engine/lesters/default-url-configLester Solbakken2022-04-193-0/+20
|\ | | | | Accept default values for URL types in config
| * Move embedder config def to configdefinitions and serialize as referenceLester Solbakken2022-04-063-0/+15
| |
| * Update after ABI changeHarald Musum2022-04-051-0/+1
| |
| * Accept default values for URL types in configLester Solbakken2022-04-051-0/+4
| |
* | Revert "Merge pull request #22072 from ↵jonmv2022-04-093-7/+5
| | | | | | | | | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 87e5b33c003d07ca585d73e0166857fe22b4c16f, reversing changes made to 80b96d32550ae0df59572a58cd62f507e8068c2c.
* | Revert "Merge pull request #22068 from ↵jonmv2022-04-083-5/+7
| | | | | | | | | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 8aa4c83df5ce7843c040afa41706fcc7c3afd030, reversing changes made to f95ad44fae879da9db19f73eabe62c53baeb0c36.
* | Revert "Merge pull request #22065 from ↵jonmv2022-04-083-7/+5
| | | | | | | | | | | | | | vespa-engine/revert-22049-jonmv/unify-hostname-classes" This reverts commit 4ffc54339186574491a32b3166223c3fc50ba8fe, reversing changes made to db9e570a36decb24e6cb13f44bd0ff444ab762e3.
* | Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-083-5/+7
| |
* | Fix typojonmv2022-04-081-1/+1
| |
* | Use null rather than "" for no load balancer, as intended(?), and fix some ↵jonmv2022-04-082-6/+4
|/ | | | assertions
* Improve error message for invalid configJon Marius Venstad2022-03-314-1/+19
|
* Revert "Improve error messages for invalid paths"Jon Marius Venstad2022-03-255-28/+11
|
* Improve more error messagesJon Marius Venstad2022-03-255-11/+28
|
* Update stale comment. The constructor was made public years ago.gjoranv2022-03-241-2/+1
|
* unify java warningsArne H Juul2022-01-071-6/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* Deprecate getConfigMd5() and setConfigMd5()Harald Musum2022-01-031-1/+10
| | | | | We don't use md5 checksum for config anymore, methods will be removed in Vespa 8.
* Avoid hamcrest/deprecated assertThat.Henning Baldersheim2021-12-201-2/+4
|
* Reduce usage of assertThat that is deprecated in junit 4.13.2Henning Baldersheim2021-12-2011-125/+109
|
* Update 2018 copyright notices.gjoranv2021-10-073-3/+3
|
* Update 2017 copyright notices.gjoranv2021-10-0747-47/+47
|