aboutsummaryrefslogtreecommitdiffstats
path: root/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Move some of bratseths ownership to others.Geir Storli2024-02-281-1/+0
|
* Allow for combining ASan and UBsan instrumentation in same buildTor Brede Vekterli2024-01-051-3/+5
| | | | | | | | With this change `VESPA_USE_SANITIZER` can be set to `address,undefined`. This is a combination that is compiler-supported, and which allows us to reduce the number of distinct sanitized builds on factory down to just 2 (ASan+UBSan and TSan).
* Correct copyright headersJon Bratseth2023-10-091-3/+1
|
* Update copyrightJon Bratseth2023-10-0911-10/+11
|
* Add necessary options to use failOnWarningsgjoranv2023-06-051-0/+1
|
* Add bundle type to all CORE bundles.gjoranv2023-05-251-8/+11
|
* Remove obsolete maven updateReleaseInfo parameterHarald Musum2023-03-281-3/+0
| | | | Removed in maven-deploy-plugin 3.0 and later, see https://issues.apache.org/jira/browse/MDEPLOY-240
* claim we have io_uring if the liburing header is presentHåvard Pettersen2022-12-011-0/+2
|
* Print active sanitizers.Tor Egge2022-11-153-0/+41
|
* Add config.h.Tor Egge2022-11-113-0/+42
|
* fix totally-wrong documentationArne Juul2022-10-271-4/+4
|
* Update ABI spec format, and update all specsjonmv2022-10-251-6/+6
|
* No functional changesJon Bratseth2022-07-251-8/+9
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* unify java warningsArne H Juul2022-01-071-6/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* Update 2017 copyright notices.gjoranv2021-10-0710-10/+10
|
* Do not install java artifacts for defaults and configgen,gjoranv2021-09-221-1/+1
| | | | .. they are contained in config-bundle
* GC unused env variablesHarald Musum2021-03-151-3/+0
|
* Do not support vespa_base.<setting> anymoreHarald Musum2020-10-301-3/+0
| | | | Undocumented, has not been used for many years
* Use data dir for log configJon Bratseth2020-10-221-0/+1
|
* Set db file system locationJon Bratseth2020-10-221-2/+0
|
* 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
|