aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge branch 'master' into aressem/kill-mbuildArnstein Ressem2018-08-091-0/+3
|\|
| * Install valgrind suppressions file.Tor Egge2018-08-011-0/+2
| |
| * Reapply "Adding handler and binding when services.xml has <search>-field"gjoranv2018-07-121-0/+1
| |
* | Make it possible to dynamically add submodules for extra projects.Arnstein Ressem2018-07-121-0/+3
|/
* Revert "Adding handler and binding when services.xml has <search>-field"Harald Musum2018-07-121-1/+0
|
* Added module to parents CMakeLists.txt and created CMakeLists for moduleHenrik2018-07-111-0/+1
|
* Make jdisc-security-filters a pre-install requirement of jdiscBjørn Christian Seime2018-04-091-0/+1
|
* Remove memfile implementation.Henning Baldersheim2018-04-061-1/+0
|
* Install file distribtuion jarHarald Musum2018-03-161-0/+1
|
* Install vespa-athenz bundle as part of open-source VespaBjørn Christian Seime2018-02-221-0/+1
|
* Remove no longer used frtstreamHenning Baldersheim2018-02-081-1/+0
|
* No more filedistributionHenning Baldersheim2018-02-081-1/+0
|
* Include orchestrator and service-model fat jarsHåkon Hallingstad2017-10-191-0/+2
|
* add C++ application logforwarder-startArne Juul2017-10-051-0/+1
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-4/+40
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-40/+4
|
* Fix directories.Arnstein Ressem2017-09-261-3/+0
|
* Typos in subdirs.Arnstein Ressem2017-09-261-2/+2
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-1/+40
|
* Merge pull request #3447 from vespa-engine/lesters/add-osx-clion-hackHenning Baldersheim2017-09-191-0/+5
|\ | | | | Add section in CMakeLists.txt to enable project open in CLion on OSX
| * Add section in CMakeLists.txt to enable project open in CLion on OSXLester Solbakken2017-09-191-0/+5
| |