summaryrefslogtreecommitdiffstats
path: root/config/src/main
Commit message (Expand)AuthorAgeFilesLines
* Only log connection attempt when we have an invalid connectionHarald Musum2023-03-091-2/+2
* Log at level INFO when application is not loadedHarald Musum2023-03-061-0/+4
* Stack => Deque and gc unused ConfigFileFormatHenning Baldersheim2023-01-253-262/+31
* Unify on Streams.toList()Henning Baldersheim2023-01-171-2/+1
* Rethrow exception when building config if file reference does not existHarald Musum2023-01-132-2/+18
* Revert "Revert "Add an eof object that can be sent to the Q to wake up the on...Henning Baldersheim2022-12-231-5/+40
* Revert "Add an eof object that can be sent to the Q to wake up the ones waiti...Henning Baldersheim2022-12-211-40/+5
* Add an eof object that can be sent to the Q to wake up the ones waiting for c...Henning Baldersheim2022-12-201-5/+40
* Check when last warning was logged for all error typesHarald Musum2022-12-011-21/+14
* Don't resolve serversideJon Bratseth2022-11-091-8/+11
* Tolerate attempts to resolve multiple timesJon Bratseth2022-11-081-3/+5
* 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