aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Expand test with a third, dependent instanceJon Marius Venstad2020-01-081-3/+34
| * | | | | | | | | Expand complicated deployment spec testJon Marius Venstad2020-01-071-3/+61
| * | | | | | | | | Update HTTP API handlers and responsesJon Marius Venstad2020-01-0710-248/+321
| * | | | | | | | | Allow OCD to propagate revisions to instances failing upgradesJon Marius Venstad2020-01-073-33/+30
| * | | | | | | | | Move changes to instancesJon Marius Venstad2020-01-0732-464/+626
| * | | | | | | | | Avoid throwing around Versions when checking job completenessJon Marius Venstad2020-01-073-29/+38
| * | | | | | | | | Clarify and simplify little bitsJon Marius Venstad2020-01-072-16/+22
| * | | | | | | | | Compute outstanding change, instead of keeping it in syncJon Marius Venstad2020-01-0712-112/+88
| * | | | | | | | | Store change per instanceJon Marius Venstad2020-01-073-11/+29
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #11692 from vespa-engine/toregge/system-time-and-steady-ti...Henning Baldersheim2020-01-089-10/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use default constructor for time point when duration since epoch is zero.Tor Egge2020-01-084-5/+5
| * | | | | | | | | system_time and steady_time might have different duration types.Tor Egge2020-01-089-10/+10
* | | | | | | | | | Merge pull request #11695 from vespa-engine/hmusum/delete-filedistribution-de...Henning Baldersheim2020-01-081-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Delete destination dir before moving filesHarald Musum2020-01-081-0/+3
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #11697 from vespa-engine/revert-11685-gjoranv/disallow-sys...Arnstein Ressem2020-01-083-59/+4
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Revert "Disallow the admin/monitoring element for hosted Vespa."Harald Musum2020-01-083-59/+4
|/ / / / / / / / /
* | | | | | | | | Merge pull request #11691 from vespa-engine/toregge/remove-unused-lambda-captureHenning Baldersheim2020-01-081-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove unused lambda capture.Tor Egge2020-01-071-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #11694 from vespa-engine/bratseth/wait-longer-on-pingHenning Baldersheim2020-01-081-5/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Wait longerJon Bratseth2020-01-081-5/+17
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #11690 from vespa-engine/toregge/adjust-forward-referenceHenning Baldersheim2020-01-081-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Adjust forward declaration.Tor Egge2020-01-071-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #11688 from vespa-engine/toregge/fix-format-strings-for-da...Henning Baldersheim2020-01-0811-16/+18
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fix format strings.Tor Egge2020-01-0711-16/+18
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #11693 from vespa-engine/revert-11681-bjorncs/apache-commo...Arnstein Ressem2020-01-0815-36/+71
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Revert "Bjorncs/apache commons libraries cleanup"Harald Musum2020-01-0815-36/+71
|/ / / / / / /
* | | | | | | Merge pull request #11689 from vespa-engine/toregge/correct-scope-when-settin...Arnstein Ressem2020-01-071-6/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Correct scope when setting default c and cxx compiler for darwin.Tor Egge2020-01-071-6/+6
|/ / / / / /
* | | | | | Merge pull request #11558 from yehzu/tzuhuiy/dslJon Bratseth2020-01-0727-0/+3188
|\ \ \ \ \ \
| * | | | | | HTML escape the character "&" in the javadoc commentyehzu2020-01-071-1/+1
| * | | | | | add javadoc to nonintermediate classesyehzu2020-01-077-6/+608
| * | | | | | throw exceptions from unimplemented methods to avoid misuseyehzu2020-01-075-20/+20
| * | | | | | move root package to "ai.vespa"yehzu2020-01-0724-24/+24
| * | | | | | dsl library for vespa search queriesyehzu2019-12-1227-0/+2586
* | | | | | | Merge pull request #11685 from vespa-engine/gjoranv/disallow-systemname-for-h...gjoranv2020-01-073-4/+59
|\ \ \ \ \ \ \
| * | | | | | | Disallow the admin/monitoring element for hosted Vespa.gjoranv2020-01-073-4/+59
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #11681 from vespa-engine/bjorncs/apache-commons-libraries-...Bjørn Christian Seime2020-01-0715-71/+36
|\ \ \ \ \ \ \
| * | | | | | | Remove use of commons-io from controller-serverBjørn Christian Seime2020-01-073-7/+5
| * | | | | | | Remove commons-io for parent pomBjørn Christian Seime2020-01-072-9/+0
| * | | | | | | Remove use of commons-io from vespa-application-maven-pluginBjørn Christian Seime2020-01-072-7/+19
| * | | | | | | Remove commons-lang from parent pomBjørn Christian Seime2020-01-072-10/+0
| * | | | | | | Remove use of commons-lang from orchestratorBjørn Christian Seime2020-01-072-7/+4
| * | | | | | | Remove use of commons-io from vespa-testrunner-componentsBjørn Christian Seime2020-01-072-7/+1
| * | | | | | | Remove commons-lang3 from parent pomBjørn Christian Seime2020-01-072-9/+0
| * | | | | | | Remove use of common-lang in vespa-http-clientBjørn Christian Seime2020-01-072-15/+7
* | | | | | | | Merge pull request #11680 from vespa-engine/bratseth/consistent-terminologyJon Bratseth2020-01-072-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Expect 'missing a label'Jon Bratseth2020-01-071-2/+2
| * | | | | | | Specify that the value is a labelJon Bratseth2020-01-071-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #11672 from vespa-engine/bratseth/validate-hostnamesJon Bratseth2020-01-076-48/+88
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Make staticJon Bratseth2020-01-071-1/+1