summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-026-19/+13
|
* We only need one vtagHenning Baldersheim2016-10-211-5/+2
|
* Remove the XXXFactory indirection. Just use static method on Alloc.Henning Baldersheim2016-10-161-1/+1
|
* Revert "Use HostName for message bus, but fix HostName to work with dev ↵Eirik Nygaard2016-10-141-1/+1
| | | | machines"
* Rename getLocalhost to getHostNameHåkon Hallingstad2016-10-131-1/+1
|
* Revert "Revert "Voffeloff/constant tensor validation""Vegard Sjonfjell2016-10-074-40/+6
|
* Checkpoint 1Henning Baldersheim2016-10-032-8/+9
|
* Support document-api in applicationJon Bratseth2016-09-281-0/+1
|
* Add back removed constructorHarald Musum2016-09-081-2/+6
| | | | | | | | VESPA-4497 * After ConfigPayloadBuilder(ConfigDefinition, List<String>) was removed it seems like some code is expecting this to be available, even though config should be bundled with each config model, so things like this should not happen
* Merge pull request #561 from yahoo/bratseth/filedistribution-in-applicationHarald Musum2016-09-067-245/+199
|\ | | | | Bratseth/filedistribution in application
| * Allow source paths to config defsJon Bratseth2016-09-061-14/+13
| |
| * Remove unused 'feedback' listJon Bratseth2016-09-056-227/+172
| |
| * SimplifyJon Bratseth2016-09-051-3/+1
| |
| * SimplifyJon Bratseth2016-09-051-0/+1
| |
| * Don't support missing namespaceJon Bratseth2016-09-051-1/+12
| |
* | Need to figure out what to do with the tests using DockerOperationsHåkon Hallingstad2016-09-011-0/+2
|/
* GC unused codeHenning Baldersheim2016-08-291-14/+0
|
* Get hostname in a way that works also for IPv6Harald Musum2016-08-261-2/+2
|
* Merge pull request #450 from yahoo/havardpe/cpp-file-acquirerArne H Juul2016-08-268-0/+137
|\ | | | | Havardpe/cpp file acquirer
| * added unit test for rpc file acquirerHaavard2016-08-234-0/+54
| |
| * simple rpc file acquirer in c++Haavard2016-08-235-0/+83
| |
* | Merge pull request #445 from yahoo/hmusum/remove-check-for-outdated-configgjoranv2016-08-231-7/+0
|\ \ | | | | | | Remove check for changed payload without changed generation
| * | Remove check for changed payload without changed generationHarald Musum2016-08-231-7/+0
| |/ | | | | | | | | | | | | | | | | | | VESPA-4039 * Remove check, as this has bitten us where the config payload has changed, but config generation has not changed. This happens when a config server goes down and the client changes config server, which might lead to e.g. a map being in a different order than expected. If this happens many times, we might miss a config change, since the reconnect delay might be so large that we miss one generation.
* / Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-236-18/+38
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vespalib tests run out of source. * staging_vespalib run tests out of source. * fastos tests run out of source. * Fixed storage tests out of source. * Fixed some of the config tests. * config* tests run out of source. * document_* tests run out of source. * documentapi_ tests run out of source. * Fixed fsa out of source tests. * Fix jrt_test out of source. * More tests run out of source. * Fix some slobrok and messagebus tests. * More fixes for out of source tests. * Done with first pass of regular tests out of source. * Only use SOURCE_DIRECTORY in a limited set of places. * Fix some remaining tests. * Some cleanups. * No need for extra slash.
* Add test for ConfigSystem.isUpHenning Baldersheim2016-06-306-4/+77
|
* Add possibility to test if configsystem is ready.Henning Baldersheim2016-06-303-0/+47
|
* use cstdlibArne Juul2016-06-271-2/+2
| | | | * use #include <cstdlib> for std::abs() with integral types
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* search .../lib64/perl5/site_perl for modulesHarald Musum2016-06-201-0/+1
|
* LinuxInetAddress.getLocalHost() no longer throwsArne Juul2016-06-181-5/+1
|
* Merge pull request #43 from ↵Arne H Juul2016-06-171-1/+2
|\ | | | | | | | | yahoo/aressem/use-env-to-find-perl-instead-of-hardcoding-location Use /usr/bin/env perl instead of /usr/local/bin/perl
| * Use /usr/bin/env perl instead of /usr/local/bin/perlArnstein Ressem2016-06-171-1/+2
| |
* | Use github name in @author and OWNERS filesHarald Musum2016-06-1735-35/+35
|/
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-1625-28/+28
|
* PublishJon Bratseth2016-06-15574-0/+38627