summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Only reset when nothing has changed and the whole changeset has been consumed.Henning Baldersheim2017-12-075-25/+33
|
* Avoid unnecessary reconfig.Henning Baldersheim2017-12-076-6/+13
|
* Add some more logging and only update config if md5 has changed.Henning Baldersheim2017-12-061-2/+6
|
* Set _configState before calling out to holder.Henning Baldersheim2017-12-061-1/+1
|
* Revert "Revert "Balder/fix logic flaw causing missing config changes""Henning Baldersheim2017-12-0618-522/+73
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Balder/fix logic flaw causing missing config changes"Harald Musum2017-11-2418-73/+522
|
* Merge pull request #4257 from ↵Henning Baldersheim2017-11-2418-522/+73
|\ | | | | | | | | vespa-engine/balder/fix-logic-flaw-causing-missing-config-changes Balder/fix logic flaw causing missing config changes
| * Add explicit unit test of verifyState method.Henning Baldersheim2017-11-241-0/+5
| |
| * Remove some code that was not used, nor correct.Henning Baldersheim2017-11-243-13/+2
| | | | | | | | Fix the code that was used, but was incorrect.
| * Always update if something has changed.Henning Baldersheim2017-11-235-26/+18
| |
| * remove V1 and V2Henning Baldersheim2017-11-2312-470/+14
| |
| * Add a test proving that we can loose a config change.Henning Baldersheim2017-11-231-14/+35
| |
* | Test that getting two updates before checking for new config uses the lastHarald Musum2017-11-241-0/+28
| |
* | Log defname tooHarald Musum2017-11-221-1/+2
|/
* Simplify by using c++11 for loops.Henning Baldersheim2017-11-221-11/+6
|
* Make it build and simplify with c++ for loops.Henning Baldersheim2017-11-221-5/+7
|
* Log when config is updatedHarald Musum2017-11-221-1/+2
|
* Register receiveFile with the client supervisorHarald Musum2017-11-143-0/+16
| | | | | | | Since the server will use the same connection to call receiveFile after the client have called serveFile we need to register the RPC method using the same supervisor as the client uses. Also some preparations for making the code more reusable for others.
* Implement downloading of file references, not functional yetHarald Musum2017-11-074-11/+20
|
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* 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
|