summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Config definitions moved to another location.Arnstein Ressem2017-10-201-1/+1
|
* Revert "Revert "Havardpe/avoid reading past json value in slime json parser""Arnstein Ressem2017-10-021-5/+7
|
* Revert "Havardpe/avoid reading past json value in slime json parser"Arnstein Ressem2017-10-021-7/+5
|
* Allow empty input to preserve behaviorHåvard Pettersen2017-09-291-5/+7
| | | | ... except the injected parse error
* avoid requiring that json parsing consumes all inputHåvard Pettersen2017-09-291-1/+1
| | | | (the input could end with \n if human readable)
* Remove team link as it only works for membersJon Bratseth2017-09-271-1/+2
|
* Make sure to initialize variablesHarald Musum2017-09-271-2/+2
|
* Avoid printing warnings before delay between warnings has passedHarald Musum2017-09-251-11/+15
|
* Merge pull request #3371 from vespa-engine/gjoranv/exclude-scala-xml3Bjørn Christian Seime2017-09-081-0/+5
|\ | | | | Exclude scala-xml from provided classpath
| * Exclude scala-xml from provided classpathgjoranv2017-09-081-0/+5
| | | | | | | | | | | | | | | | | | | | - To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests. - Do not exclude scala-xml from config-bundle until the oldest active config model uses the new Java version of createClassName.
* | Merge pull request #3370 from ↵Jon Bratseth2017-09-084-17/+10
|\ \ | |/ |/| | | | | vespa-engine/arnej/find-hostname-in-defaults-module Arnej/find hostname in defaults module
| * rename variableArne Juul2017-09-083-4/+4
| |
| * use Defaults::vespaHostnameArne Juul2017-09-081-13/+6
| |
* | Remove unused method leaking InnerCNode from config-bundle.gjoranv2017-09-081-7/+0
|/ | | | - There is still one widely used method remaining (getCNode).
* Revert "Exclude scala-xml from provided classpath"gjoranv2017-09-071-5/+0
|
* Exclude scala-xml from provided classpathgjoranv2017-09-071-0/+5
| | | | | | | - To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests.
* Revert "Keep using the deprecated createClassName method for now."gjoranv2017-09-051-2/+2
| | | | This reverts commit 121785959820d1f3803a160b589644685e9684e9.
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-3023-24/+0
|
* Revert "version in def files are deprecated"Harald Musum2017-08-3023-0/+24
|
* version in def files are deprecatedHarald Musum2017-08-3023-24/+0
|
* Merge pull request #3171 from ↵gjoranv2017-08-221-8/+24
|\ | | | | | | | | vespa-engine/gjoranv/support-def-package-in-bundle-model Gjoranv/support def package in bundle model
| * Use 'package' as namespace for config-application-package:Bundle.DefEntrygjoranv2017-08-211-8/+24
| | | | | | | | | | - If both 'package' and 'namespace' are present, the package will be used as namespace.
* | Catch and log expected exception and exit quickly instead of dumping core.Henning Baldersheim2017-08-211-2/+8
|/
* Include only what you need.Henning Baldersheim2017-08-189-16/+17
|
* Use std::atomic all over and completely get rid of homegrown atomics.Henning Baldersheim2017-08-115-11/+9
|
* Use syntax that works for both gcc 7 and gcc 6.Henning Baldersheim2017-07-241-1/+1
|
* Add [[falltrhough]] for gcc 7Henning Baldersheim2017-07-241-0/+1
|
* Revert "Revert "Use new program names with vespa- prefix in config model.""Geir Storli2017-06-301-2/+2
|
* Revert "Use new program names with vespa- prefix in config model."Geir Storli2017-06-301-2/+2
|
* Merge pull request #2899 from ↵Geir Storli2017-06-301-2/+2
|\ | | | | | | | | yahoo/toregge/use-new-program-names-in-config-model Use new program names with vespa- prefix in config model.
| * Use new program names.Tor Egge2017-06-281-2/+2
| |
* | rename variable name to something more neutralArne H Juul2017-06-281-4/+4
|/
* Merge pull request #2821 from yahoo/bjorncs/threadsafe-configgen-plugingjoranv2017-06-191-1/+1
|\ | | | | Bjorncs/threadsafe configgen plugin
| * Move definition of packagePrefix to MakeConfigPropertiesBjørn Christian Seime2017-06-191-1/+1
| |
* | Do not ignore test anymore.Henning Baldersheim2017-06-191-1/+1
| |
* | Use locale insensitive strtod and strtof.Henning Baldersheim2017-06-191-2/+3
| |
* | Move locale insensitive stdtod to vespalibHenning Baldersheim2017-06-191-21/+2
| |
* | Make double parsing independent of locale.Henning Baldersheim2017-06-192-4/+32
|/
* VESPA_HOME no longer ends in /Arne H Juul2017-06-191-6/+6
|
* create and use underVespaHomeArne H Juul2017-06-171-2/+1
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-173-5/+1
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Update copyright headersJon Bratseth2017-06-14462-462/+462
|
* Revert "Update copyright headers"Jon Bratseth2017-06-14462-462/+462
|
* Update copyright headersJon Bratseth2017-06-14462-462/+462
|
* Remove carriage returnJon Bratseth2017-06-141-1/+1
|
* Remove unstable testBjørn Christian Seime2017-06-141-8/+0
| | | | | There is no guarantee that the Norwegian locale is available on the compilation target.
* Revert "Copyright header"Jon Bratseth2017-06-13462-463/+463
|
* Copyright headerJon Bratseth2017-06-13462-463/+463
|
* Temporarily ignore testBjørn Christian Seime2017-06-121-1/+1
|
* Fix ignore.Tor Egge2017-06-091-1/+1
|