summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use HostName.getLocalhostArne Juul2017-09-081-8/+2
|
* use HostName.getLocalhostArne Juul2017-09-081-11/+3
|
* use HostName.getLocalhostArne Juul2017-09-081-7/+2
|
* use HostName.getLocalhostArne Juul2017-09-081-7/+2
|
* allow override from env.varArne Juul2017-09-081-1/+4
|
* Merge pull request #3370 from ↵Jon Bratseth2017-09-0819-83/+96
|\ | | | | | | | | vespa-engine/arnej/find-hostname-in-defaults-module Arnej/find hostname in defaults module
| * rename source filesArne Juul2017-09-084-3/+3
| | | | | | | | * source files should always include their type (like .sh here)
| * rename variableArne Juul2017-09-083-4/+4
| |
| * use vespa-print-default hostnameArne Juul2017-09-081-3/+1
| |
| * use Defaults::vespaHostnameArne Juul2017-09-084-26/+8
| |
| * use Defaults::vespaHostnameArne Juul2017-09-081-13/+6
| |
| * use Defaults::vespaHostnameArne Juul2017-09-081-11/+2
| |
| * use Defaults.vespaHostnameArne Juul2017-09-082-21/+7
| |
| * add vespaHostname functionArne Juul2017-09-084-2/+65
| |
* | Merge pull request #3368 from vespa-engine/mpolden/fix-deployment-spec-castMartin Polden2017-09-087-25/+73
|\ \ | | | | | | Fix deployment spec cast in container cluster model
| * | Fix deployment spec cast in container cluster modelMartin Polden2017-09-087-25/+73
| |/
* | Merge pull request #3369 from vespa-engine/gjoranv/lessons-learnedBjørn Christian Seime2017-09-083-8/+2
|\ \ | | | | | | Gjoranv/lessons learned
| * | Add comment about xml-apis dependency.gjoranv2017-09-081-0/+1
| | | | | | | | | | | | - Comment from old Vespa repo git log.
| * | Improve comment about malicious Import-Package.gjoranv2017-09-081-1/+1
| | |
| * | Remove unused method leaking InnerCNode from config-bundle.gjoranv2017-09-081-7/+0
|/ / | | | | | | - There is still one widely used method remaining (getCNode).
* | Merge pull request #3303 from vespa-engine/smorgrav/fail_on_unresolved_hostnameJon Bratseth2017-09-089-67/+130
|\ \ | |/ |/| Fail on unresolved ip adresses
| * Remove dead code and tune javadoctoby2017-09-072-6/+3
| |
| * Also allow random hostnames in mock name resolvertoby2017-09-062-0/+6
| |
| * Add back new NodePrioritizer parametertoby2017-09-061-1/+2
| |
| * Revert some of the test thingtoby2017-09-063-18/+6
| |
| * Add known records to the mocked name resolver from provision testertoby2017-09-064-60/+62
| |
| * Update NodePrioritizer inittoby2017-09-061-5/+6
| |
| * Use NameResolver from noderepo - which provides a mock instancetoby2017-09-066-30/+61
| |
| * Different dns resolve behavior in prod and testingtoby2017-09-064-2/+16
| |
| * Avoid using ip addresses that does not resolve to a hostnametoby2017-09-062-3/+26
| |
* | Merge pull request #3363 from vespa-engine/bratseth/create-mock-issues-on-demandJon Marius Venstad2017-09-0730-176/+193
|\ \ | | | | | | Bratseth/create mock issues on demand
| * | Fix Javadoc markupJon Bratseth2017-09-071-1/+1
| | |
| * | Don't fail to return an issueJon Bratseth2017-09-071-5/+12
| | |
| * | Nonfunctional changes onlyJon Bratseth2017-09-0730-171/+181
| | |
* | | Merge pull request #3366 from ↵Bjørn Christian Seime2017-09-075-26/+0
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-3358-origin/gjoranv/exclude-scala-xml2 Revert "Exclude scala-xml from provided classpath"
| * | | Revert "Exclude scala-xml from provided classpath"gjoranv2017-09-075-26/+0
|/ / /
* | | Merge pull request #3365 from ↵Bjørn Christian Seime2017-09-072-1/+1
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-3362-gjoranv/remove-fat-model-import Revert "Gjoranv/remove fat model import"
| * | | Revert "Gjoranv/remove fat model import"gjoranv2017-09-072-1/+1
|/ / /
* | | Merge pull request #3364 from vespa-engine/mpolden/lock-in-async-redeployJon Bratseth2017-09-074-55/+34
|\ \ \ | | | | | | | | Ensure that async deployment locks application
| * | | Ensure that async deployment locks applicationMartin Polden2017-09-074-55/+34
|/ / /
* | | Merge pull request #3362 from vespa-engine/gjoranv/remove-fat-model-importBjørn Christian Seime2017-09-072-1/+1
|\ \ \ | | | | | | | | Gjoranv/remove fat model import
| * | | Remove malicious import-package from config-model-fat.gjoranv2017-09-071-1/+0
| | | | | | | | | | | | | | | | - config-model-api does not seem to leak InnerCNode anymore.
| * | | Add comment explaining why jdisc_core depends on xml-apis.gjoranv2017-09-071-0/+1
| | | | | | | | | | | | | | | | - Comment is from the old vespa repo git log.
* | | | Merge pull request #3361 from ↵Henning Baldersheim2017-09-0711-62/+190
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/toregge/delay-put-and-removedone-notifications Delay notifyPut and notifyRemoveDone
| * | | Delay notifyRemoveDone() until after remove batch has completed.Tor Egge2017-09-075-12/+78
| | | |
| * | | Don't call notifyRemoveDone if document meta store wasn't updated.Tor Egge2017-09-074-19/+23
| | | | | | | | | | | | | | | | | | | | | | | | Don't call notifyRemoveDone if document moved within same subdb. Don't skip calling notifyRemoveDone due to lack of attributes or indexed fields.
| * | | Don't call notifyPut if document meta store wasn't updated.Tor Egge2017-09-073-14/+14
| | | |
| * | | Adjust usage of gid to lid change handler:Tor Egge2017-09-077-46/+104
|/ / / | | | | | | | | | | | | | | | Call notifyPut() after data structures have been populated. Call notifyRemoveDone() after data structures have been cleared. Call notifyRemove() before adjusting document meta store.
* | | Merge pull request #3360 from ↵Tor Egge2017-09-071-1/+1
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/balder/use-a-precise-sizing-of-scratch-vector You do not more place in scratch buffer than the size of the query ve…
| * | You do not more place in scratch buffer than the size of the query vector.Henning Baldersheim2017-09-071-1/+1
| | |