summaryrefslogtreecommitdiffstats
path: root/config-proxy
Commit message (Collapse)AuthorAgeFilesLines
* Clearer log messsage when getting config failsHarald Musum2017-10-111-1/+2
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+6
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-6/+0
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+6
|
* Longer timeout and lower log levels when connection failsHarald Musum2017-09-211-7/+5
|
* rename source filesArne Juul2017-09-083-0/+0
| | | | * source files should always include their type (like .sh here)
* use Defaults::vespaHostnameArne Juul2017-09-081-11/+2
|
* Delete Helper class (move code to ConfigTester)Harald Musum2017-07-205-69/+52
|
* Name threads in thread poolHarald Musum2017-07-191-1/+1
|
* Move code that puts config in cacheHarald Musum2017-07-1410-78/+27
|
* Use new program names.Tor Egge2017-07-051-2/+2
|
* use underVespaHomeArne H Juul2017-06-191-1/+1
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-173-6/+0
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Update copyright headersJon Bratseth2017-06-1435-33/+35
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1435-35/+33
|
* Update copyright headersJon Bratseth2017-06-1435-33/+35
|
* Remove carriage returnJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-1335-36/+34
|
* Copyright headerJon Bratseth2017-06-1335-34/+36
|
* Rename configd programs to have vespa- prefix.Tor Egge2017-06-131-1/+1
| | | | Temporarily add symlinks from old name to new name.
* Rename config-proxy programs to have vespa- prefix.Tor Egge2017-06-123-0/+0
|
* avoid trailing slash in ROOT settingArne H Juul2017-06-083-3/+3
|
* Less logging at debug levelHarald Musum2017-05-221-18/+12
| | | | * In particular, do not log config payload unless log level is spam
* Add commentHarald Musum2017-04-052-1/+2
|
* Add test for reconfiguration of clientHarald Musum2017-04-051-2/+27
|
* Testing changes: Rename config source class, add client classHarald Musum2017-04-054-26/+51
|
* Move statistics testing, remove some duplicate cach testingHarald Musum2017-04-055-66/+44
|
* Remove some unnecessary test and move the useful one to another placeHarald Musum2017-03-165-256/+69
| | | | | * Get rid of lots of hard to understand test code that didn't really work and try not to test implementation-specific stuff too
* Simplify, we only care about the error configHarald Musum2017-03-161-9/+5
|
* Make sure to update generation before adding error configHarald Musum2017-03-151-9/+9
|
* Clean up and simplify testsHarald Musum2017-03-143-69/+65
|
* Increase timeoutHarald Musum2017-03-131-1/+1
|
* Make sure to subscribe before starting subscriber thread in testsHarald Musum2017-03-105-23/+25
|
* cosmetic rewriteArne H Juul2017-03-091-5/+3
|
* move MapBackedConfigSource to src/testArne H Juul2017-03-093-10/+6
|
* Avoid race when getting configHarald Musum2017-03-088-51/+42
| | | | | | | | | * Always add to delayed responses (we remove instead if we find config in cache) This is to avoid a race where we might end up not adding to delayed responses nor subscribing to config if another request for the same config happens at the same time * Add to cache only in one place * Remove meaningless test
* Merge pull request #1930 from yahoo/hmusum/refactor-config-proxy-part-3gjoranv2017-03-066-81/+67
|\ | | | | Refactorings
| * RefactoringsHarald Musum2017-03-036-81/+67
| | | | | | | | | | * Make ConfigSourceClient and interface * Clean up consttructor and creation of test server
* | SimplifyHarald Musum2017-03-031-2/+1
| |
* | Reduce unit test run time with ~10 secondsHarald Musum2017-03-031-1/+2
|/
* Refactor and make sure to synchronize on only one objectHarald Musum2017-02-272-48/+31
|
* RefactoringHarald Musum2017-02-1420-282/+197
| | | | | | | * Remove traces of diskcache mode and simplify startup now that only default mode is supported when starting config proxy * Remove CacheManager now that we have only one type of cache * Rename some classes
* This should not be an error, could be temporaryHarald Musum2016-09-301-1/+1
|
* Minor fixes to file distributor log messagesHarald Musum2016-08-231-2/+2
|
* Merge pull request #389 from yahoo/hmusum/remove-unused-argumentgjoranv2016-08-093-4/+4
|\ | | | | Remove unused argument
| * Remove unused argumentHarald Musum2016-08-093-4/+4
| |
* | Remove redundant loggingHarald Musum2016-08-091-3/+0
|/ | | | * Logging of the same info is done in returnOkResponse()
* Log generation when sending responseHarald Musum2016-08-081-4/+8
| | | | * Some other small changes to logging
* use new code to find configserversArne H Juul2016-07-071-4/+1
| | | | | | | * use binary from vespa_defaults instead of old perl code. This is mainly to allow VESPA_CONFIGSERVERS environment configuration to work. * Also, remove duplicate sourcing of common-env.sh
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|