summaryrefslogtreecommitdiffstats
path: root/config/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Swith to a new connection if possible when asked to do so"Harald Musum2020-05-183-47/+13
* Swith to a new connection if possible when asked to do soHarald Musum2020-05-183-13/+47
* Reapply "Use java.util.logging.Level instead of vespalog's LogLevel."gjoranv2020-04-2612-67/+87
* Revert "Use java.util.logging.Level instead of vespalog's LogLevel."Harald Musum2020-04-2312-87/+67
* Use java.util.logging.Level instead of vespalog's LogLevel.gjoranv2020-04-2312-67/+87
* Simplify code, as there exists only one config protocol versionHarald Musum2020-03-112-23/+3
* Remove suuport for setting vespa version in config requestsHarald Musum2020-03-111-6/+3
* Use an interface that is more flexible.Henning Baldersheim2020-03-062-4/+3
* Use lz4 through the compressor in vespajlib.Henning Baldersheim2020-03-051-13/+6
* Handle subscriber being called multiple timesHarald Musum2020-02-212-3/+7
* Merge pull request #12271 from vespa-engine/balder/connectionpool-repoHenning Baldersheim2020-02-206-85/+94
|\
| * Add test and correct counting errors.Henning Baldersheim2020-02-201-17/+24
| * Use a static connectionpool repo to reduce number of threads.Henning Baldersheim2020-02-196-85/+87
* | Simplify and reduce logging.Harald Musum2020-02-198-42/+20
|/
* Fix javadocHarald Musum2020-02-121-1/+1
* Remove constructor only used in testHarald Musum2020-02-121-22/+8
* Remove constructor only used in testsHarald Musum2020-02-121-4/+0
* No need for a static method and constructor that are equalHarald Musum2020-02-121-13/+4
* Config generation is never nullHarald Musum2020-02-101-3/+1
* Inline some stuffHarald Musum2020-02-101-12/+10
* Merge pull request #12103 from vespa-engine/hmusum/remove-legacy-payload-methodHarald Musum2020-02-072-27/+2
|\
| * Remove method for getting legacy payload (only used in tests)Harald Musum2020-02-072-27/+2
* | Remove unused methodHarald Musum2020-02-072-16/+3
* | Remove unnecessary classesHarald Musum2020-02-064-435/+362
|/
* Revert "Always set new config (which also sets generation) when generation ha...Harald Musum2020-02-061-1/+5
* Merge pull request #12090 from vespa-engine/hmusum/add-config-debug-loggingHarald Musum2020-02-062-0/+2
|\
| * Use lambda in debug log lineHarald Musum2020-02-062-2/+2
| * Add debug logging when getting config response and polling internal queueHarald Musum2020-02-062-0/+2
* | Merge pull request #12087 from vespa-engine/hmusum/always-set-new-config-when...Harald Musum2020-02-061-5/+1
|\ \ | |/ |/|
| * Always set new config (which also sets generation) when generation has changedHarald Musum2020-02-061-5/+1
* | Move SlimeUtils to vespajlibMartin Polden2020-02-061-113/+0
|/
* Minor cleanup, no functional changesHarald Musum2020-02-0445-122/+78
* Non-functional changesJon Bratseth2020-01-063-1/+4
* Increase client timeout for config requestsHarald Musum2019-10-271-1/+1
* Use the actual timeout value in requestHarald Musum2019-10-231-13/+14
* Print version properly (without "Optional[]")Harald Musum2019-10-211-1/+2
* Simplify loggingHarald Musum2019-10-181-21/+13
* Remove use of Nullable and NotNull annotationsHarald Musum2019-08-291-10/+0
* Merge pull request #10383 from vespa-engine/bjorncs/config-thread-nameHenning Baldersheim2019-08-221-23/+11
|\
| * Remove unused fieldBjørn Christian Seime2019-08-221-9/+0
| * Assign name to config threadBjørn Christian Seime2019-08-221-16/+13
* | Close config subscriber after getting configBjørn Christian Seime2019-08-222-12/+7
|/
* Cleanup of config definition name and namespaceHarald Musum2019-08-141-4/+0
* Require name and namespace to exist and not be emptyHarald Musum2019-08-131-4/+5
* Reduce code duplication, move one method into test classHarald Musum2019-07-301-42/+23
* Use VespaHttpClientBuilder in ConfigVerificationBjørn Christian Seime2019-07-251-21/+21
* Version is not used anymore, simplify and cleanupHarald Musum2019-07-251-88/+16
* Remove unused codeHarald Musum2019-07-251-63/+0
* Remove constructor that uses default namespace (deprecated)Harald Musum2019-07-241-25/+6
* Keep method as public, part of APIHarald Musum2019-07-241-2/+2