aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Try to run post_install.sh later by placing the install statement inTor Egge2017-09-181-3/+3
|/ | | | the last subdirectory added.
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* wire in eval module in cmake build treeHaavard2017-01-231-0/+1
|
* Parallize cppunit test runner test suites using cppunit-parallelize.pyVegard Sjonfjell2016-11-161-1/+0
|
* Revert "Revert "Aressem/move messagebus test tests to separate module""Arnstein Ressem2016-09-141-0/+1
|
* Revert "Aressem/move messagebus test tests to separate module"Henning Baldersheim2016-09-141-1/+0
|
* In progress moving messagebus/test -> messagebus_testArnstein Ressem2016-09-121-0/+1
|
* subscribe to ranking constants configArne H Juul2016-08-311-0/+1
| | | | | | | | | | * move the .def file for filedistributorrpc to fileacquirerer, and compile a minimal C++ library from it that can be used by both searchcore and file distribution * proton now subscribes to filedistributorrpc as a bootstrap config * and subscribes to ranking-constants as part of the documentdb config * when loading a config snapshot, make an empty ranking-constants.cfg if it did not already exist
* Only use DESTDIR in post_install.shArnstein Ressem2016-07-211-1/+1
|
* Preliminary checkin.Arnstein Ressem2016-07-201-0/+4
|