summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Update ABI spec format, and update all specsjonmv2022-10-251-1/+1
|
* Send model pathsJon Bratseth2022-09-172-10/+7
|
* remove superseded perl scriptArne Juul2022-09-142-288/+0
|
* Revert "Merge pull request #23910 from ↵Jon Bratseth2022-09-022-15/+67
| | | | | | | vespa-engine/revert-23907-bratseth/model-reference-cleanup" This reverts commit 37f0d3a64511b0dd0d902053be3a6cffc21acee6, reversing changes made to c23bba0b2cd6ab7699ee2b0d6be34c023159ffb8.
* Revert "Cleanup, more tests and separate resolved from not"Arnstein Ressem2022-09-022-67/+15
|
* Cleanup, more tests and separate resolved from notJon Bratseth2022-09-022-15/+67
|
* Attempt to resolve when invalid will make it validJon Bratseth2022-09-011-1/+1
|
* Merge pull request #23878 from vespa-engine/bratseth/moodel-configJon Bratseth2022-09-017-190/+194
|\ | | | | Bratseth/model config
| * Add testJon Bratseth2022-09-013-3/+56
| |
| * Add 'model' config typeJon Bratseth2022-08-315-194/+120
| |
| * Remove temporary testJon Bratseth2022-08-282-2/+27
| |
* | remove unused doxygen setup filesArne Juul2022-08-291-1255/+0
|/
* Use package name instead of general namespacejonmv2022-08-252-9/+45
|
* Add method to use Duration as timeout to make unit explicit, and avoid many ↵Henning Baldersheim2022-08-126-12/+19
| | | | magic conversions.
* Remove all dependencies to yoleangjoranv2022-07-131-5/+0
|
* Deprecate ConfigGetterHarald Musum2022-07-075-5/+6
|
* Merge pull request #23139 from vespa-engine/andreer/java-17-examplesMartin Polden2022-06-301-14/+8
|\ | | | | Java 17 examples
| * switch expressions save lines, and keywordsAndreas Eriksen2022-06-161-14/+8
| |
* | Use std::filesystem to create and remove directories.Tor Egge2022-06-231-9/+7
|/
* Refuse config only when there is a possibility of incompatible Java bundlesjonmv2022-06-142-12/+6
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Add missing deps to lz4-java, and exclude in container-devgjoranv2022-06-081-0/+4
| | | | (no longer provided by jdisc)
* Remove on Vespa 8Jon Bratseth2022-06-081-2/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-23/+1
|
* Remove on Vespa 8Jon Bratseth2022-06-081-9/+4
|
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-0822-469/+13
| | | | Also remove some deprecated methods in ConfigGetter
* Remove SlimeFormat::encode() on InputStream, 2. tryHåkon Hallingstad2022-06-081-7/+0
|
* Only donload url config on containers - not config serverLester Solbakken2022-05-202-4/+10
|
* Use a single overall timeout for file resolving of 1 hour instead of 3 ↵Henning Baldersheim2022-05-091-1/+0
| | | | separate each 10m.
* allow atomic inspection of current config generationHåvard Pettersen2022-04-272-8/+8
|
* Include algorithm header file, needed for std::for_each and std::sort.Tor Egge2022-04-231-0/+1
|
* Make sure we only add config with updated generation to subscription queueHarald Musum2022-04-192-13/+14
|
* Revert "Revert "Warn if config changes without generation changing""Harald Musum2022-04-193-5/+17
|
* Revert "Warn if config changes without generation changing"Harald Musum2022-04-193-17/+5
|
* Merge pull request #22113 from ↵Harald Musum2022-04-193-5/+17
|\ | | | | | | | | vespa-engine/hmusum/change-log-level-add-explanation Warn if config changes without generation changing
| * Warn if config updated without generation updatedHarald Musum2022-04-193-6/+17
| | | | | | | | | | | | Always add response to response queue for subscription. Add warnings if config changes without generation and of config state has an unexpected change.
| * Unexpected config change: Lower log level and add explanationHarald Musum2022-04-131-2/+3
| |
* | Merge pull request #21982 from vespa-engine/lesters/default-url-configLester Solbakken2022-04-192-0/+11
|\ \ | |/ |/| Accept default values for URL types in config
| * Move embedder config def to configdefinitions and serialize as referenceLester Solbakken2022-04-062-0/+11
| |
* | remove FastOS_ApplicationHåvard Pettersen2022-04-083-45/+44
| | | | | | | | | | | | | | | | fixup (per application): - maybe ignore SIGPIPE - wire argc/argv untangle Vespa Test Framework strip down deprecated TestApp
* | Synchronize when polling config response queueHarald Musum2022-04-081-1/+1
|/
* use getopt/getopt_long directlyHåvard Pettersen2022-04-013-31/+28
|
* Don't take ref of 1st vector element when emptyTor Brede Vekterli2022-03-281-4/+7
| | | | Ref isn't used, but still undefined behavior.
* No functional changesJon Bratseth2022-03-252-319/+188
|
* Avoid signed integer overflow in hashCode() which could trigger undefinedTor Egge2022-03-241-1/+1
| | | | behavior.
* add some sanity checkingArne H Juul2022-03-231-4/+8
|
* Merge pull request #21645 from vespa-engine/mpolden/check-major-version-compatHarald Musum2022-03-111-20/+23
|\ | | | | Reject config request when major version is incompatible
| * Reject config request when major version is incompatibleMartin Polden2022-03-111-20/+23
| |
* | Suppress deprecation warningsHåkon Hallingstad2022-03-101-0/+2
|/
* Revert back to using poll for nextUpdateHenning Baldersheim2022-03-041-3/+3
|