summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-1764-181/+67
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Merge pull request #2813 from yahoo/freva/node-retirer-sumhakonhall2017-06-161-1/+1
|\ | | | | Skip if sum of nodes is 0
| * Skip if sum of nodes is 0valerijf2017-06-161-1/+1
| |
* | Merge pull request #2812 from yahoo/bjorncs/bump-deps-config-class-plugingjoranv2017-06-162-8/+8
|\ \ | |/ |/| Use newest version of Maven plugin dependencies
| * Use newest version of Maven plugin dependenciesBjørn Christian Seime2017-06-162-8/+8
|/
* Merge pull request #2811 from yahoo/bjorncs/readmeKristian Aune2017-06-161-0/+4
|\ | | | | Add readme to vespaclient-java module
| * Add readme to vespaclient-java moduleBjørn Christian Seime2017-06-161-0/+4
| |
* | Merge pull request #2807 from yahoo/freva/node-retirer-fixhakonhall2017-06-163-11/+32
|\ \ | |/ |/| NodeRetirer: Do not retire additional until finished with current
| * Skip getting deployment if no retireable candidatesvalerijf2017-06-161-1/+1
| |
| * NodeRetirer: Do not retire additional until finished with currentvalerijf2017-06-163-10/+31
| |
* | Merge pull request #2810 from yahoo/bjorncs/fix-configgen-buggjoranv2017-06-161-2/+7
|\ \ | | | | | | Close file to ensure content is written to disk
| * | Close file to ensure content is written to diskBjørn Christian Seime2017-06-161-2/+7
| | |
* | | Merge pull request #2740 from yahoo/toregge/refactor-zcposting-iteratorGeir Storli2017-06-162-269/+296
|\ \ \ | |/ / |/| | Introduce helper classes for skip info byte streams used by
| * | Introduce helper classes for skip info byte streams used byTor Egge2017-06-132-269/+296
| | | | | | | | | | | | iterators for disk based posting lists.
* | | Merge pull request #2801 from yahoo/bjorncs/maven-pluginsgjoranv2017-06-1616-40/+37
|\ \ \ | | | | | | | | Bjorncs/maven plugins
| * | | Use scala-maven-plugin instead of deprecated maven-scala-pluginBjørn Christian Seime2017-06-1515-40/+36
| | | |
| * | | Add missing version tagBjørn Christian Seime2017-06-151-0/+1
| | | |
* | | | Merge pull request #2794 from yahoo/bratseth/move-validation-overridesJon Bratseth2017-06-1667-605/+748
|\ \ \ \ | | | | | | | | | | Bratseth/move validation overrides
| * | | | Improve APIJon Bratseth2017-06-163-10/+8
| | | | |
| * | | | Keep time outside ValidationOverridesJon Bratseth2017-06-1658-361/+492
| | | | |
| * | | | Provide xml formJon Bratseth2017-06-153-20/+58
| | | | |
| * | | | rename methodJon Bratseth2017-06-151-1/+1
| | | | |
| * | | | Make ValidationOverrides available from the outsideJon Bratseth2017-06-1532-126/+102
| | | | |
* | | | | Merge pull request #2802 from ↵hakonhall2017-06-169-23/+138
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | yahoo/hakon/makes-node-admin-try-to-freeze-for-up-to-5-minutes-before-running-unfrozen-ticks Makes node admin try to freeze for up to 5 minutes before running unfrozen ticks
| * | | | | Use Duration instead of longHåkon Hallingstad2017-06-162-3/+3
| | | | | |
| * | | | | Makes node admin try to freeze for up to 5 minutes before running unfrozen ticksHåkon Hallingstad2017-06-159-23/+138
| | |/ / / | |/| | |
* | | | | Merge pull request #2804 from yahoo/lesters/update-tensor-sample-appKristian Aune2017-06-1612-3/+1615
|\ \ \ \ \ | |/ / / / |/| | | | Lesters/update tensor sample app
| * | | | Add copyright noticeLester Solbakken2017-06-151-1/+2
| | | | |
| * | | | Add ranking playground to tensor sample appLester Solbakken2017-06-1513-5/+1616
|/ / / /
* | | | Merge pull request #2799 from ↵Geir Storli2017-06-151-2/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | yahoo/toregge/remove-broken-vespaclient-compat-links Remove broken vespaclient compat links.
| * | | | Remove broken vespaclient compat links.Tor Egge2017-06-151-2/+0
| | |_|/ | |/| |
* | | | Merge pull request #2798 from ↵Tor Egge2017-06-151-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | yahoo/geirst/make-file-chunk-tests-work-in-out-of-source-builds Make tests work in out-of-source builds.
| * | | | Make tests work in out-of-source builds.Geir Storli2017-06-151-2/+2
| | | | |
* | | | | Merge pull request #2797 from yahoo/bjorncs/docker-ciArnstein Ressem2017-06-154-3/+11
|\ \ \ \ \ | |_|/ / / |/| | | | Bjorncs/docker ci
| * | | | Use tilde to refer to home directoryBjørn Christian Seime2017-06-151-2/+2
| | | | |
| * | | | Install build dependencies when building Docker imageBjørn Christian Seime2017-06-154-1/+9
| |/ / / | | | | | | | | | | | | | | | | Installation of build dependencies during container startup does not work as it requires root permission.
* | | | Merge pull request #2795 from yahoo/toregge/install-gbdt-and-treenet-convertersGeir Storli2017-06-151-0/+3
|\ \ \ \ | |/ / / |/| | | Install vespa-gbdt-converter and vespa-treenet-converter.
| * | | Install vespa-gbdt-converter and vespa-treenet-converter.Tor Egge2017-06-151-0/+3
| | | |
* | | | Merge pull request #2793 from yahoo/hmusum/use-16-distribution-bits-in-cd-prodMorten Tokle2017-06-151-1/+2
|\ \ \ \ | | | | | | | | | | Use 16 distribution bits in prod zones in CD
| * | | | 16 distribution bits for all zones in CDHarald Musum2017-06-151-2/+1
| | | | |
| * | | | Use 16 distribution bits in prod zones in CDHarald Musum2017-06-151-1/+3
| | | | |
* | | | | Merge pull request #2796 from yahoo/bjorncs/downgrade-surefireArnstein Ressem2017-06-158-8/+8
|\ \ \ \ \ | | | | | | | | | | | | Bjorncs/downgrade surefire
| * | | | | Warn about maven-surefire-plugin version 2.20Bjørn Christian Seime2017-06-151-1/+1
| | | | | |
| * | | | | Revert "Upgrade maven-surefire-plugin to 2.20"Bjørn Christian Seime2017-06-158-8/+8
| | |/ / / | |/| | | | | | | | | | | | | This reverts commit 65a9c242caf0ad4e9d1d96c2faa7567b07b0ecd5.
* | | | | Merge pull request #2791 from yahoo/kkraune/envArnstein Ressem2017-06-151-0/+3
|\ \ \ \ \ | |/ / / / |/| | | | Set default environment
| * | | | Set default environmentKristian Aune2017-06-151-0/+3
| | | | | | | | | | | | | | | | | | | | - This is useful for all that logs into the container
* | | | | Merge pull request #2781 from yahoo/bjorncs/update-maven-pluginsgjoranv2017-06-1517-18/+20
|\ \ \ \ \ | | | | | | | | | | | | Upgrade maven-compiler-plugin to 3.6.1
| * | | | | Mark bundle-plugin thread safeBjørn Christian Seime2017-06-154-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bundle-plugin should be thread-safe as there is no shared state between bundle constructions across Maven projects. Marking it as that will remove unneccessary warnings from the Maven build output.
| * | | | | Fix race condition in config maven pluginBjørn Christian Seime2017-06-152-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The race occur during Maven parallel build where multiple threads will race to create the output directory.
| * | | | | Upgrade maven-surefire-plugin to 2.20Bjørn Christian Seime2017-06-148-8/+8
| | | | | |