summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add bracesArne H Juul2016-11-141-1/+2
|
* wait for slobrok server to start firstArne H Juul2016-11-141-5/+12
| | | | | | * since the SlobrokServer is started asynchronously in a different thread it may not be ready immediately. Add a loop retrying the initial connect to stabilize unit test.
* Merge pull request #1067 from yahoo/musum/add-containerspec-builderhakonhall2016-11-142-15/+109
|\ | | | | Add builder for ContainerNodeSpec
| * Initialize wantedDockerImage, require non-null values for required fieldsHarald Musum2016-11-111-5/+11
| |
| * Add builder for ContainerNodeSpecHarald Musum2016-11-112-15/+103
| |
* | Merge pull request #1075 from ↵Martin Polden2016-11-144-2/+9
|\ \ | | | | | | | | | | | | yahoo/hmusum/set-system-in-config-from-yinst-variable Make sure that 'system' yinst setting is propagated to configserver c…
| * | Make sure that 'system' yinst setting is propagated to configserver configHarald Musum2016-11-144-2/+9
|/ /
* | Merge pull request #1074 from ↵Henning Baldersheim2016-11-111-1/+1
|\ \ | | | | | | | | | | | | yahoo/balder/avoid-race-with-make-with-multiple-make-targets-in-parallell I assume the intention was to first run clean, then make all.
| * | I assume the intention was to first run clean, then make all.Henning Baldersheim2016-11-111-1/+1
|/ / | | | | | | Specifying both will make then race each other when building with many threads.
* | Merge pull request #1073 from yahoo/bratseth/update-routing-config-on-app-deleteHarald Musum2016-11-114-10/+10
|\ \ | | | | | | Nonfunctional changes only
| * | Nonfunctional changes onlyJon Bratseth2016-11-114-10/+10
| | |
* | | Merge pull request #1071 from yahoo/toregge/add-multi-value-mapping2Geir Storli2016-11-1110-0/+195
|\ \ \ | | | | | | | | Add skeleton for multivaluemapping 2, which will replace multivaluema…
| * | | Add class comment.Tor Egge2016-11-112-3/+6
| | | | | | | | | | | | | | | | | | | | Use const reference to array instead or array instance as argument in unit test functions/methods.
| * | | Add skeleton for multivaluemapping 2, which will replace multivaluemappingTor Egge2016-11-1110-0/+192
| | | | | | | | | | | | | | | | later on.
* | | | Merge pull request #1068 from yahoo/vegard/cppunit-parallel-testrunnerVegard Sjonfjell2016-11-113-1/+81
|\ \ \ \ | |_|/ / |/| | | Vegard/cppunit parallel testrunner
| * | | Tool to parallelize of cppunit test runsVegard Sjonfjell2016-11-111-0/+69
| | | |
| * | | --list argument outputs names of all test suites to stdoutVegard Sjonfjell2016-11-112-1/+12
| | | |
* | | | Merge pull request #1070 from yahoo/bratseth/allow-local-hostnameHarald Musum2016-11-114-11/+12
|\ \ \ \ | |_|/ / |/| | | Bratseth/allow local hostname
| * | | Allow the name of localhostJon Bratseth2016-11-111-2/+2
| | | |
| * | | Whitespace changes onlyJon Bratseth2016-11-113-9/+10
| | |/ | |/|
* | | Merge pull request #1069 from yahoo/geirst/add-remove-on-array-storeTor Egge2016-11-113-0/+53
|\ \ \ | |/ / |/| | Add remove() function to array store.
| * | Add remove() function to array store.Geir Storli2016-11-113-0/+53
| | |
* | | Merge pull request #1065 from ↵Harald Musum2016-11-112-14/+20
|\ \ \ | |/ / |/| | | | | | | | yahoo/bratseth/allow-access-from-localhost-localdomain Allow localhost.localdomain
| * | Allow localhost.localdomainJon Bratseth2016-11-112-14/+20
|/ /
* | Merge pull request #1063 from ↵Jon Bratseth2016-11-112-1/+28
|\ \ | | | | | | | | | | | | yahoo/balder/verify-regexp-pattern-before-it-makes-havoc-in-the-backend Verify the regex pattern upon construction, so the query will fail wi…
| * | Verify the regex pattern upon construction, so the query will fail with ↵Henning Baldersheim2016-11-112-1/+28
| | | | | | | | | | | | message to user, instead of corong the backends.
* | | Merge pull request #1064 from yahoo/gjoranv/ignore-casegjoranv2016-11-113-4/+14
|\ \ \ | |/ / |/| | Ignore case for metric consumer ids.
| * | Ignore case for metric consumer ids.gjoranv2016-11-113-4/+14
|/ / | | | | | | + Use title case for 'Vespa'
* | Merge pull request #1062 from ↵Jon Bratseth2016-11-104-31/+32
|\ \ | | | | | | | | | | | | yahoo/revert-1050-revert-1043-bratseth/enable-zk-access-control Revert "Revert "Enable ZK access control by default""
| * | Revert "Revert "Enable ZK access control by default""Jon Bratseth2016-11-104-31/+32
|/ /
* | Merge pull request #1058 from yahoo/bratseth/field-operation-ordergjoranv2016-11-1018-69/+157
|\ \ | | | | | | Order field operations
| * | Order field operationsJon Bratseth2016-11-1018-69/+157
| | |
* | | Merge pull request #1059 from yahoo/geirst/basic-array-store-functionality-3Tor Egge2016-11-108-2/+268
|\ \ \ | | | | | | | | Implement basic array store with support for add() and get().
| * | | Adjust comments.Geir Storli2016-11-102-2/+2
| | | |
| * | | Implement basic array store with support for add() and get().Geir Storli2016-11-108-2/+268
| | | |
* | | | Merge pull request #1060 from yahoo/balder/catch-exception-on-bad-regexpHåvard Pettersen2016-11-103-17/+34
|\ \ \ \ | | | | | | | | | | Invalid regexp should fail matching and not produce a core.
| * | | | Do not use exceptions internallyHenning Baldersheim2016-11-102-22/+11
| | | | |
| * | | | Invalid regexp should fail matching and not produce a core.Henning Baldersheim2016-11-103-14/+42
| | |/ / | |/| |
* | | | Merge pull request #1061 from yahoo/mpolden/always-recycle-failed-nodes-in-ci-cdJon Bratseth2016-11-105-15/+81
|\ \ \ \ | | | | | | | | | | Always recycle failed nodes in CI and CD
| * | | | Always recycle failed nodes in CI and CDMartin Polden2016-11-102-8/+29
| | | | |
| * | | | Add system to zone configMartin Polden2016-11-103-7/+52
|/ / / /
* | | | Merge pull request #1057 from yahoo/arnej/remove-internal-referenceJon Bratseth2016-11-101-6/+6
|\ \ \ \ | | | | | | | | | | do not refer to Yahoo-internal technology
| * | | | do not refer to Yahoo-internal technologyArne H Juul2016-11-081-6/+6
| | | | | | | | | | | | | | | | | | | | * just explain what actually happens without referring to specific usage
* | | | | Merge pull request #1051 from ↵Håvard Pettersen2016-11-103-8/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | yahoo/balder/let-0.2-be-the-default-setting-for-match-phase Balder/let 0.2 be the default setting for match phase
| * | | | | Update default valueHenning Baldersheim2016-11-091-6/+6
| | | | | |
| * | | | | Let 0.2 be the default value for maxFilterCoverageHenning Baldersheim2016-11-092-2/+2
| | | | | |
* | | | | | Merge pull request #1056 from yahoo/mpolden/reboot-loop-regression-testJon Bratseth2016-11-101-8/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | Reboot loop regression test
| * | | | | | Test that patching dirty node does not increase reboot generationMartin Polden2016-11-101-0/+22
| | | | | | |
| * | | | | | Make test naming style consistentMartin Polden2016-11-101-8/+8
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1055 from yahoo/gjoranv/metrics-schmemagjoranv2016-11-104-6/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow and test new 'metrics' element in services.xml.