summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Move trace slime serialization too vespa.Henning Baldersheim2017-01-051-1/+0
|
* Avoid using deprecated compression method. LZ4_compress -> LZ4_compress_default.Henning Baldersheim2017-01-021-1/+1
|
* Revert "Disable deprecation warnings from lz4."Henning Baldersheim2017-01-021-2/+0
|
* Set deprecation flag only on source files where neccessary.Arnstein Ressem2017-01-021-0/+2
|
* Only include what you need.Henning Baldersheim2016-12-221-6/+6
|
* Also include what it takes to make gcc 6 happy.Henning Baldersheim2016-12-201-0/+1
|
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-2012-41/+43
|
* Only include what you needHenning Baldersheim2016-12-1928-106/+45
|
* Do not carry exceptions in header filesHenning Baldersheim2016-12-191-1/+0
|
* Do not carry exceptions in header filesHenning Baldersheim2016-12-194-7/+6
|
* decouple slime from config.Henning Baldersheim2016-12-193-8/+13
|
* decouple slime from config.Henning Baldersheim2016-12-1913-28/+64
|
* Do not include fastos.h in header files.Henning Baldersheim2016-12-193-3/+0
|
* Remove unnecessary include in header file.Henning Baldersheim2016-12-122-1/+2
|
* Avoid pulling in all of slobrok and config everywhere.Henning Baldersheim2016-12-124-33/+48
|
* Avoid pulling in the config library all the time.Henning Baldersheim2016-12-121-1/+1
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-124-20/+29
|
* Do not include the excetions everywhere.Henning Baldersheim2016-12-121-1/+1
|
* - Use distributionkey when serializing for sort instead of gid.Henning Baldersheim2016-12-121-2/+0
| | | | - Avoid having to include the world for just the data type.
* Log error message too when unknown vespa versionHarald Musum2016-12-051-1/+2
|
* Fix Perl syntax and use printfHarald Musum2016-11-251-1/+1
|
* Add deprecation warningsHarald Musum2016-11-251-0/+2
|
* typoHenning Baldersheim2016-11-221-1/+1
|
* Single onetime destructor.Henning Baldersheim2016-11-224-0/+7
|
* Further ensure that we do not generate code for expensive methods more than ↵Henning Baldersheim2016-11-226-2/+10
| | | | once.
* Avoid including iostream in header files.Henning Baldersheim2016-11-182-2/+3
|
* 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.