summaryrefslogtreecommitdiffstats
path: root/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #12351 from ↵Jon Bratseth2020-02-261-0/+1
| | | | | | | vespa-engine/revert-11875-bratseth/node-metrics" This reverts commit 37f6c5b31cb2809a54c34dc3a4e51307f3320fbd, reversing changes made to 76221d0b9b7bda577ac61ce8a79c7b6ee3a8dbb4.
* Revert "Bratseth/node metrics"Harald Musum2020-02-261-1/+0
|
* Test autoscaling with dynamic provisioningJon Bratseth2020-02-201-0/+1
|
* Document path persistenceValerij Fredriksen2019-07-121-3/+3
|
* We can not put anything into the environment that we delete or modify ↵Henning Baldersheim2019-05-051-4/+3
| | | | afterwards.
* Define path for temporary application storageMartin Polden2019-03-263-10/+26
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+26
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-26/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+38
|
* reorder to get all defaults in the same placeArne Juul2018-07-192-11/+26
|
* add dump-everything debug aidArne Juul2018-07-191-0/+26
|
* refactor to look more like java versionArne Juul2018-07-191-29/+69
|
* fix typoArne Juul2018-07-191-1/+1
|
* bring C++ and Java APIs into syncArne Juul2018-07-183-19/+56
| | | | | | | | * detect and make accessible port numbers to use for config server / config proxy from Java also. * port numbers are relative to VESPA_PORT_BASE if not explicitly specified. * try to make the logic in C++ and Java more similar.
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
|
* Merge pull request #6067 from vespa-engine/arnej/update-javadocHenning Baldersheim2018-06-042-2/+8
|\ | | | | update documentation comments
| * update documentation commentsArne Juul2018-05-222-2/+8
| |
* | Extend vespa-print-default to print vespa version if requested to do so.Tor Egge2018-05-232-2/+6
|/
* use VESPA_HOSTNAME or "localhost" onlyArne Juul2018-05-142-19/+3
|
* handle VESPA_CONFIGSERVERSArne Juul2018-04-161-0/+6
| | | | | | | | * also some refactoring * also, make C++ code (in defaults) handle same variable variants, like services__addr_configserver * also, update some error messages to indicate that VESPA_CONFIGSERVERS is the variable we expected to use
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-3/+4
| | | | | | - 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-4/+3
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-3/+4
| | | | | | - 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-4/+3
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-3/+4
| | | | | | - 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 "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+2
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-2/+0
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+2
|
* add vespaHostname functionArne Juul2017-09-084-2/+65
|
* Change default vespa user to vespa.Tor Egge2017-07-064-5/+5
|
* override environment for testArne H Juul2017-06-281-0/+11
| | | | * avoid problems if people set VESPA_HOME or VESPA_USER.
* create and use underVespaHomeArne H Juul2017-06-172-0/+18
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-172-21/+13
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Update copyright headersJon Bratseth2017-06-1410-10/+10
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1410-10/+10
|
* Update copyright headersJon Bratseth2017-06-1410-10/+10
|
* Revert "Copyright header"Jon Bratseth2017-06-1310-10/+10
|
* Copyright headerJon Bratseth2017-06-1310-10/+10
|
* Change prefix from /opt/yahoo/vespa to /opt/vespa.Tor Egge2017-06-093-4/+4
|
* make API for getting VESPA_USER settingArne H Juul2017-06-085-3/+50
|
* /opt/vespa -> /opt/yahoo/vespa (#648)Arnstein Ressem2016-09-143-4/+4
|
* add API for configserver RPC portArne H Juul2016-07-063-2/+16
|
* print in the format wanted by other scriptsArne H Juul2016-07-061-2/+8
|
* sanitize name of binaryArne H Juul2016-07-061-0/+1
|
* add methods for config sources in DefaultsArne H Juul2016-07-063-20/+204
| | | | | | | * add replacement for calling out to perl script. * also, support VESPA_CONFIGSERVERS which will be the recommended way for open-source users to specify where the configservers live.
* Let bootstrap signal reinitialize of defaultsHenning Baldersheim2016-06-301-3/+5
|
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|