summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Include what you need, and only that.Henning Baldersheim2024-06-211-0/+1
|
* Rename fnet library to vespa_fnet.Tor Egge2024-06-171-1/+1
|
* Merge pull request #31569 from ↵Tor Brede Vekterli2024-06-172-0/+3
|\ | | | | | | | | vespa-engine/vekterli/accept-state-bundle-distribution-config-on-distributor Accept distribution config from cluster controller on distributor
| * Add functionality for creating bundle from existing DistributionTor Brede Vekterli2024-06-142-0/+3
| |
* | Rename config_cloudconfig library to vespa_config.Tor Egge2024-06-1528-32/+32
|/
* INFO log when config will no longer be updated because of expected restartjonmv2024-06-041-1/+5
|
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-1213-29/+25
|
* Unify on List.ofHenning Baldersheim2024-04-112-4/+2
|
* No need for error if failing when subscriber is closing downHarald Musum2024-04-091-1/+1
|
* Merge pull request #30621 from vespa-engine/hmusum/log-at-lower-levelHenning Baldersheim2024-03-143-20/+17
|\ | | | | Log at lower level when getting config fails
| * Log at lower level when gettin config fails and when switching config sourcesHarald Musum2024-03-143-4/+7
| |
| * Require non-null subscription in a few places, simplifyHarald Musum2024-03-141-16/+10
| |
* | Log unknown error codeHarald Musum2024-03-142-2/+2
|/
* Rewrite FRTConnectionPool unit test to gtest.Tor Egge2024-03-092-85/+52
|
* Minor changes to usage outputHarald Musum2023-11-081-17/+18
|
* Avoid deadlock if GetConfigTask is running when closing FRTSource.Tor Egge2023-10-132-8/+22
|
* Correct copyright headersJon Bratseth2023-10-091-1/+1
|
* Update copyrightJon Bratseth2023-10-09426-426/+426
|
* Simplify waiting for url when getting configHarald Musum2023-09-183-35/+19
| | | | No need to loop, config library will retry
* Simplify, since path and file config types cannot have a default valueHarald Musum2023-09-143-32/+5
|
* Remove dead code only used by unit testHarald Musum2023-09-142-59/+1
|
* Make normal log message less scaryKristian Aune2023-09-121-1/+1
|
* Handle optional path separatelyHarald Musum2023-09-112-5/+8
|
* Support optional path in ConfigDefinition and ConfigDefinitionBuilderHarald Musum2023-09-084-0/+47
|
* Support optional 'path' config typeHarald Musum2023-09-077-4/+34
| | | | Initial work needed for this to work (config definition and config library)
* - Avoid single use of google's EqualsTesterHenning Baldersheim2023-09-032-19/+14
| | | | - GC all references to unused packages.
* Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-291-1/+1
|
* Use std::filesystem::current_pathTor Egge2023-07-211-8/+6
|
* Another overflowjonmv2023-07-071-3/+2
|
* fix vespa-get-config exit statusArne Juul2023-06-081-3/+5
|
* Add necessary options to use failOnWarningsgjoranv2023-06-051-0/+1
|
* Add bundle type to all CORE bundles.gjoranv2023-05-251-0/+3
|
* Reduce log level, no connection is normal in some casesKristian Aune2023-03-291-2/+2
|
* Remove obsolete maven updateReleaseInfo parameterHarald Musum2023-03-281-3/+0
| | | | Removed in maven-deploy-plugin 3.0 and later, see https://issues.apache.org/jira/browse/MDEPLOY-240
* Remove forkMode, deprecated and same as default valueHarald Musum2023-03-221-1/+0
|
* Only log connection attempt when we have an invalid connectionHarald Musum2023-03-091-2/+2
| | | | Avoid always logging at startup
* use ref_counted in fnetHåvard Pettersen2023-03-068-16/+16
| | | | | | also get rid of some cleanup functions on reference counted classes enable specifying low-level parameters to addref/subref (cnt/reserve)
* Log at level INFO when application is not loadedHarald Musum2023-03-061-0/+4
|
* Reduce transitive includes.Henning Baldersheim2023-03-015-0/+5
|
* re-apply "remove fastos"Håvard Pettersen2023-03-011-1/+0
| | | | This reverts commit 003f019d7579e49f4ec7609ef8eac26ada6ae753.
* Revert "remove fastos"Harald Musum2023-02-281-0/+1
|
* remove fastosHåvard Pettersen2023-02-281-1/+0
|
* avoid using fastos thread in searchcoreHåvard Pettersen2023-02-274-4/+0
| | | | also remove some left-behind includes
* untangle fnet from fastosHåvard Pettersen2023-02-225-19/+8
|
* Merge pull request #26055 from vespa-engine/havardpe/use-std-thread-directlyHenning Baldersheim2023-02-164-11/+13
|\ | | | | use std::thread directly
| * use std::thread directlyHåvard Pettersen2023-02-154-11/+13
| | | | | | | | | | | | also add very simple ThreadPool class to run multiple threads at once make an effort to only join once
* | - [[noreturn]] is standard.Henning Baldersheim2023-02-151-2/+1
|/ | | | - gnu printf format specification is defacto standard.
* stop using fastos thread more placesHåvard Pettersen2023-02-142-4/+4
| | | | | | | | | | - also stop using std::jthread - remove Active and Joinable interfaces - remove stop, stopped and slumber - remove currentThread - make start function static - override start for Runnable w/init or custom function - explicit stop/slumber where needed
* Deinline destructors in configHenning Baldersheim2023-02-013-7/+8
|
* Stack => Deque and gc unused ConfigFileFormatHenning Baldersheim2023-01-254-600/+31
|