summaryrefslogtreecommitdiffstats
path: root/config-proxy
Commit message (Collapse)AuthorAgeFilesLines
* Increase defaultDurationToKeepFilesHarald Musum2023-04-111-2/+4
| | | | | Incrase so that files will be kept longer. For hosted vespa VESPA_KEEP_FILE_REFERENCES_DAYS is always set through a feature flag
* Remove forkMode, deprecated and same as default valueHarald Musum2023-03-221-1/+0
|
* Log at lower levelHarald Musum2023-03-061-1/+1
|
* Increase timeout and log lessHarald Musum2023-03-061-4/+4
|
* Remove capability requirement for configproxy pingBjørn Christian Seime2023-02-171-0/+2
|
* Use config id with sentinel suffix for config sentinelHarald Musum2023-02-131-3/+3
| | | | This will allow us to simplify config model code
* Define required capabilities for existing JRT RPC methodsBjørn Christian Seime2023-02-093-3/+18
|
* Stop using file distribution feature flags, not needed anymoreHarald Musum2023-02-011-19/+2
|
* Avoid deprecated apache http 5.2 methods, by adding it to the builder.Henning Baldersheim2023-01-261-2/+1
|
* Accept all compression types by defaultHarald Musum2023-01-261-1/+4
|
* Revert apache 5.1 -> 5.2Henning Baldersheim2023-01-261-1/+2
|
* Stack => DequeHenning Baldersheim2023-01-251-7/+7
|
* More consistent naming of set/build methodsHenning Baldersheim2023-01-251-1/+1
|
* VespaHttpClientBuilder follow builder pattern and add connect and socket ↵Henning Baldersheim2023-01-251-2/+1
| | | | timeout to builder.
* Inline apache http client artifacts in container-apache-http-client-bundleBjørn Christian Seime2023-01-201-0/+1
| | | | | | Allows container-apache-http-client-bundle to be used on classpath for classic fatjars. Since the bundle is now built with Felix's bundle plugin, there is no need to depend on jdisc_core or manually export through `@PublicApi` annotations.
* Remove duplicate Maven plugin configurationBjørn Christian Seime2023-01-161-5/+0
|
* Merge pull request #25530 from vespa-engine/hmusum/keep-files-longerHenning Baldersheim2023-01-123-30/+46
|\ | | | | Support environment variable for deciding lifetime of file references
| * Support environment variable VESPA_KEEP_FILE_REFERENCES_DAYSHarald Musum2023-01-121-1/+9
| |
| * Refactor, no functional changesHarald Musum2023-01-122-22/+30
| |
| * Rename maintainerHarald Musum2023-01-113-9/+9
| |
* | Don't embed JARs installed in lib/jarsBjørn Christian Seime2023-01-111-16/+9
|/ | | | | | Define installed JARs in vespa-3party-jars. Add bundle-plugin goal wrapping maven-shade-plugin's DefaultShader that excludes installed JARs and lists them in manifest's Class-Path instead.
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
|
* Config-proxy client needs slf4jHenning Baldersheim2022-11-291-1/+4
|
* clean up dependencies not used.Henning Baldersheim2022-11-281-13/+3
|
* Revert "Revert "Revert "Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp ↵Eirik Nygaard2022-11-071-1/+1
| | | | [run-systemtest]""""
* Revert "Revert "Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp ↵Eirik Nygaard2022-11-071-1/+1
| | | | [run-systemtest]"""
* Revert "Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp [run-systemtest]""Eirik Nygaard2022-11-041-1/+1
|
* Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp [run-systemtest]"Arnstein Ressem2022-11-041-1/+1
|
* Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmpEirk Nygaard2022-11-041-1/+1
| | | | | Prepare to support immutable container image where only var and logs directories must be writable. Create symlink from old tmp directory to $VESPA_HOME/var/tmp
* Merge pull request #24607 from vespa-engine/bratseth/illegal-argument-exceptionJon Bratseth2022-10-271-1/+1
|\ | | | | Use IllegalArgumentException when appropriate
| * Use IllegalArgumentException when appropriateJon Bratseth2022-10-271-1/+1
| |
* | ReindentHarald Musum2022-10-261-6/+6
| |
* | Remove patches directory from class path, not used anymoreHarald Musum2022-10-261-1/+1
|/
* * apply new common bootstrapArne Juul2022-10-243-12/+13
| | | | | * remove now-duplicated code * prefer using ${VESPA_HOME} environment variable
* Upgrade BouncyCastle to 1.72Bjørn Christian Seime2022-10-121-1/+1
| | | | Migrate to artifact names used by 1.71+
* Reduce time we keep file referencesHarald Musum2022-10-111-3/+1
| | | | | Reduce the time we keep file references. If we delete one that we later need the config proxy will take care of downloading it again
* Revert "Refactor cleanup of file references"Harald Musum2022-10-113-58/+63
|
* Throw UncheckedIOExceptionHarald Musum2022-10-101-1/+2
|
* Use FileDistributionCleanup to remove unused file references and downloadsHarald Musum2022-10-093-63/+57
|
* Add method to use Duration as timeout to make unit explicit, and avoid many ↵Henning Baldersheim2022-08-122-2/+2
| | | | magic conversions.
* Convert config-proxy to junit5Bjørn Christian Seime2022-07-2910-124/+166
|
* Remove all dependencies to yoleangjoranv2022-07-131-5/+0
|
* Wire in use of compression types and flags for file distributionHarald Musum2022-07-061-2/+13
| | | | | VESPA_FILE_DISTRIBUTION_ACCEPTED_COMPRESSION_TYPES is not set anywhere yet, will be set through host-admin
* Also consider heap overrides when controlling THP for jvms.Henning Baldersheim2022-06-161-5/+2
|
* () = {}Henning Baldersheim2022-06-081-1/+1
|
* Only enable -XX:+UseTransparentHugePages if heap is at least 2x hugepage size.Henning Baldersheim2022-06-081-1/+6
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* remove SuppressWarnings no longer neededArne H Juul2022-06-081-1/+0
|