aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/main
Commit message (Expand)AuthorAgeFilesLines
* Move file handling down into FileSourcejonmv2022-11-014-21/+31
* Cleanup, no effective changesjonmv2022-11-013-9/+3
* No real changesjonmv2022-11-019-48/+25
* Use IllegalArgumentException when appropriateJon Bratseth2022-10-273-11/+15
* Send model pathsJon Bratseth2022-09-171-7/+4
* Revert "Merge pull request #23910 from vespa-engine/revert-23907-bratseth/mod...Jon Bratseth2022-09-021-4/+6
* Revert "Cleanup, more tests and separate resolved from not"Arnstein Ressem2022-09-021-6/+4
* Cleanup, more tests and separate resolved from notJon Bratseth2022-09-021-4/+6
* Attempt to resolve when invalid will make it validJon Bratseth2022-09-011-1/+1
* Add testJon Bratseth2022-09-011-3/+1
* Add 'model' config typeJon Bratseth2022-08-314-193/+118
* Remove temporary testJon Bratseth2022-08-282-2/+27
* Use package name instead of general namespacejonmv2022-08-251-9/+18
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-126-12/+19
* Deprecate ConfigGetterHarald Musum2022-07-071-1/+2
* switch expressions save lines, and keywordsAndreas Eriksen2022-06-161-14/+8
* Refuse config only when there is a possibility of incompatible Java bundlesjonmv2022-06-142-12/+6
* 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-0818-79/+11
* 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
* 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
* Warn if config updated without generation updatedHarald Musum2022-04-193-6/+17
* Unexpected config change: Lower log level and add explanationHarald Musum2022-04-131-2/+3
* Synchronize when polling config response queueHarald Musum2022-04-081-1/+1
* No functional changesJon Bratseth2022-03-252-319/+188
* Merge pull request #21645 from vespa-engine/mpolden/check-major-version-compatHarald Musum2022-03-111-20/+23
|\
| * Reject config request when major version is incompatibleMartin Polden2022-03-111-20/+23
* | Suppress deprecation warningsHåkon Hallingstad2022-03-101-0/+2
|/
* If timeout has already expired, no need to take expensive time samples.Henning Baldersheim2022-02-161-2/+7
* Merge pull request #21237 from vespa-engine/balder/if-queue-is-empty-no-need-...Henning Baldersheim2022-02-161-3/+3
|\
| * If the queue is empty, avoid an extra poll which will do both an extra time c...Henning Baldersheim2022-02-161-3/+3
* | If timeout is zero or negative there is no need to make a costly call to samp...Henning Baldersheim2022-02-161-13/+21
|/
* SimplifyHarald Musum2022-02-101-2/+1
* Handle previous config being null when setting new configHarald Musum2022-02-101-4/+5
* Throw exception if subscriber is invoked after it's closedBjørn Christian Seime2022-02-072-1/+16
* Use simplier format for string representation of config keyHarald Musum2022-02-041-10/+1
* Deprecate all types in config.subscription, except ConfigGetter.gjoranv2022-02-0115-2/+29
* Deprecate ConfigGetter APIs that use ConfigSourcegjoranv2022-01-311-0/+6
* Defer public API decisionMartin Polden2022-01-281-1/+1
* Log snippet instead of entire configMartin Polden2022-01-281-1/+5
* Add more info in log message when config unexpectedly changesHarald Musum2022-01-241-4/+2
* Rename and update commentsHarald Musum2022-01-031-21/+20
* Avoid clearing config response queueHarald Musum2022-01-032-11/+18
* Merge pull request #20628 from vespa-engine/hmusum/config-cleanup-3gjoranv2022-01-032-41/+8
|\
| * Simplify MockConnectionHarald Musum2022-01-032-41/+8