summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Create new module jdisc-cloud-awsMorten Tokle2021-01-281-0/+1
|
* Move access log definition to separate moduleBjørn Christian Seime2021-01-111-0/+1
| | | | | Config defintion must be embedded into container-core as the generated Java config class uses package 'com.yahoo.container.core'.
* Revert "Revert "Merge container-accesslogging into jdisc_http_service""Bjørn Christian Seime2021-01-111-1/+0
|
* Revert "Merge container-accesslogging into jdisc_http_service"Bjørn Christian Seime2021-01-111-0/+1
|
* Merge container-accesslogging into jdisc_http_serviceBjørn Christian Seime2021-01-111-1/+0
|
* Merge pull request #15565 from ↵Håkon Hallingstad2020-12-021-1/+0
|\ | | | | | | | | vespa-engine/hmusum/remove-cluster-controller-apputil Move code in clustercontroller-apputils into clustercontroller-apps
| * Move code in clustercontroller-apputils into clustercontroller-appsHarald Musum2020-12-011-1/+0
| | | | | | | | | | Code in clustercontroller-apputils is now only used from clustercontroller-apps, so those two modules can be merged
* | Revert "Merge pull request #15581 from ↵Jon Bratseth2020-12-021-0/+1
| | | | | | | | | | | | | | vespa-engine/revert-15578-bratseth/apply-on-restart-take-10" This reverts commit 4cf13bc7db215e77f7688e429f700880c115fe76, reversing changes made to e21f385bd4f21326608f3a69325df4e96d4a65e5.
* | Revert "Bratseth/apply on restart take 10"Jon Bratseth2020-12-021-1/+0
| |
* | Revert "Merge pull request #15577 from ↵Jon Bratseth2020-12-011-0/+1
| | | | | | | | | | | | | | vespa-engine/revert-15575-bratseth/apply-on-restart-take-9" This reverts commit b9f054f862e6fc7bdbf41b9404605e2a8ad6b249, reversing changes made to 535b586bae36880259a792e2292f02b8495950fe.
* | Revert "Bratseth/apply on restart take 9"Håkon Hallingstad2020-12-011-1/+0
| |
* | Revert "Merge pull request #15552 from ↵Jon Bratseth2020-12-011-0/+1
|/ | | | | | | vespa-engine/revert-15550-bratseth/apply-on-restart-take-8" This reverts commit 916492da87189ff9a07e39b22c64f2e1e31ff53a, reversing changes made to 3e5cf1de4c336c2e8d4f3a380dc242f402cb6dea.
* Revert "Bratseth/apply on restart take 8"Jon Bratseth2020-11-301-1/+0
|
* Revert "Merge pull request #15549 from ↵Jon Bratseth2020-11-301-0/+1
| | | | | | | vespa-engine/revert-15543-bratseth/apply-on-restart-take-7" This reverts commit 0f2e5b7dba8f7009d227722b9491cc800d4f371b, reversing changes made to 1d5e07a044bff2aef764cfee0de10802c376e4b7.
* Revert "Bratseth/apply on restart take 7"Jon Bratseth2020-11-301-1/+0
|
* Add configgen moduleJon Bratseth2020-11-301-0/+1
|
* Revert "Revert "Add clustercontroller-reindexer to root CMakeLists.txt""Bjørn Christian Seime2020-11-111-1/+2
|
* Revert "Add clustercontroller-reindexer to root CMakeLists.txt"Henning Baldersheim2020-11-101-2/+1
|
* Add clustercontroller-reindexer to root CMakeLists.txtBjørn Christian Seime2020-11-101-1/+2
|
* Consolidate search for GTest.Tor Egge2020-07-071-0/+2
|
* Create module source dependencies.Tor Egge2020-07-061-0/+6
|
* Merge pull request #13680 from vespa-engine/mortent/install-testrunner-bundlesBjørn Christian Seime2020-06-301-0/+3
|\ | | | | install testrunner bundles
| * Include test bundles in imageMorten Tokle2020-06-231-0/+3
| |
* | Add source target per module for generated sources.Tor Egge2020-06-231-0/+3
|/
* Move Zone API to separate bundleBjørn Christian Seime2020-06-101-0/+1
|
* Disable vespamalloc when using a sanitizer (e.g. address sanitizer).Tor Egge2020-05-161-2/+2
|
* Use Google RE2 as underlying regex engineTor Brede Vekterli2020-03-041-1/+5
| | | | | | | | | | | | This introduces guaranteed upper bounds for memory usage and CPU time during regex evaluation. Most importantly, it removes the danger of catastrophic backtracking that is currrently present in GCC's std::regex implementation. With this commit, RE2 will be used instead of std::regex for: * Document selection regex/glob operators * Attribute regex search * Evaluation of mTLS authorization rules
* Split out setting of default values for VESPA_UNPRIVILEGED,Tor Egge2020-02-051-0/+3
| | | | CMAKE_INSTALL_PREFIX and VESPA_USER.
* Install empty dirs.Tor Egge2020-01-151-0/+1
|
* Fix test for CMAKE_INSTALL_PREFIX being explicitly set.Tor Egge2020-01-081-1/+1
|
* Setup default build settings based on detected vespa build platform using cmake.Tor Egge2020-01-071-1/+9
|
* Wire in install of docker-api jars.Tor Egge2019-12-031-0/+1
|
* Install more config definition files.Tor Egge2019-11-291-0/+1
|
* Add zookeeper-server moduleHarald Musum2019-10-171-0/+1
|
* Add CMake files for zookeeper-command-line-clientHarald Musum2019-09-191-0/+1
|
* Add 'security-tools' with 'vespa-tls-env' command line toolBjørn Christian Seime2019-05-281-0/+1
|
* Add module to CMakeListsgjoranv2019-05-141-0/+1
|
* Add athenz-identity-provider-service in parent CMakeLists.txtHåkon Hallingstad2019-03-291-0/+1
|
* Move vespa-testrunner-components hereJon Marius Venstad2019-03-261-0/+1
|
* Adjust build setup for Darwin.Tor Egge2019-03-141-1/+4
|
* Install predicate-search fat jarBjørn Christian Seime2019-02-251-0/+1
|
* Reference to docker-api in CMakeLists.txt no longer neededHåkon Hallingstad2019-02-151-1/+0
|
* Configserver flags REST APIHåkon Hallingstad2018-12-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new ZooKeeper backed flag source. It is defined in a new module configserver-flags to allow as many as possible config server modules to depend on it by minimizing dependencies. The content of the ZK backed flag source can be viewed and modified through REST API on the config server/controller. The data stored per flag looks like { "rules": [ { "conditions": [ { "type": "whitelist", "dimension": "hostname", "values": ["host1"] } ], "value": true } ] } typical for enabling a feature flag on host1. 2 types of conditions are so far supported: whitelist and blacklist. All the conditions must match in order for the value to apply. If the value is null (or absent), the default value will be used. At the time the flag's value is retrieved, it is resolved against the conditions with the current zone, hostname, and/or application. The same data structure is used for FileFlagSource for files in /etc/vespa/flags with the ".2" extension. The FlagSource component injected in the config server is changed to: 1. Return the flag value if specified in /etc/vespa/flags, or otherwise 2. return flag value from ZooKeeper (same as REST API) The current flags (module) is also changed: - All flags must be defined in com.yahoo.vespa.flags.Flags. This allows the ZK backed flag source additional sanity checking when modifying flags. - If it makes sense to have different flag value depending on e.g. the application, then at some point before the value is retrieved, one has to bind the flag to that application (using with() to set up the fetch vector). Future changes would be to 0. make a merged FlagSource in host admin, 1. add support for viewing and modifying feature flags in dashboard, 2. in hv tool.
* Add flags to top-level CMakeLists.txtHåkon Hallingstad2018-12-031-0/+1
|
* Separate model integration into a separate moduleJon Bratseth2018-11-211-0/+1
| | | | | | | This allows us to access model importers (such as TensorFlow) in config models without loading one instance per config model instance, which is not possible with TensorFlow because it depends on JNI code.
* Add security-utils.Geir Storli2018-10-221-0/+1
|
* Install vespa-feed-perf script.Geir Storli2018-10-171-0/+1
|
* Merge branch 'master' into aressem/kill-mbuildArnstein Ressem2018-10-031-0/+1
|\
| * Add the model evaluation moduleJon Bratseth2018-08-271-0/+1
| |
* | Rename function to match variable name.Arnstein Ressem2018-10-031-2/+2
| |