feat: Implements remote config support and config reload feature#14
Closed
feat: Implements remote config support and config reload feature#14
Conversation
df0f681 to
f8ba062
Compare
Dependency ReviewThe following issues were found:
|
f8ba062 to
d9b5b5f
Compare
72fb681 to
b6737c9
Compare
2a66b4a to
aa0283d
Compare
aa0283d to
8d161a6
Compare
7f0a5cf to
a73338d
Compare
fix(deps): update npm - li-cli - experimental/li-cli/package.json
…pendency-review.yml
chore(deps): update github-actions - workflows - .github/workflows/dependency-review.yml
chore: run npm audit fix
chore: bump by minor to v1.11.0
chore: switch @typescript-eslint/no-explicit-any to off instead of warn
…y-plugin-samples - plugins/git-proxy-plugin-samples/package.json
…ples-manager chore(deps): update dependency @finos/git-proxy to ^1.11.0 - git-proxy-plugin-samples - plugins/git-proxy-plugin-samples/package.json
…es/git-proxy-cli/package.json
ci: generate js and definitions from ts and place in original location
chore: bump by minor to v1.12.0
2e882cf to
e820169
Compare
Signed-off-by: stingrayza <rhook@gitlab.com>
docs(readme): fix markdown in README
feat: integrate gitleaks
chore: bump by minor to v1.13.0
add meeting minutes GitHub Issue template
fix(deps): update dependency eslint to ^9.27.0 - website - website/package.json
…pendency-review.yml
chore(deps): update github-actions - workflows - .github/workflows/dependency-review.yml
chore: create meeting_minutes.md
feat: converted to typescript fix: config loader clone command issue fix: adds input validation, uses array arguments, prevented shell spawn fix: adds failsafe checking for directory location and structure fix: env-paths change to v2.2.1 which support require and minor code fix fix: improves test coverage Adds additional tests for better cove fix: fixed creating cache directory
Default value should be false, and set to true when cert path is configured
41697aa to
a4cfa78
Compare
|
Duplicate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces enhancements to the GitProxy configuration management, including the ability to reload configurations dynamically without restarting the service, and support for multiple configuration sources. The key changes are:
config.schema.jsonandproxy.config.json, including file, HTTP, and Git sourcesConfigLoaderclass insrc/config/ConfigLoader.jsto handle loading and merging configurations from different sources, with support for periodic reloads.src/config/index.jsto use the newConfigLoaderfor managing configuration updates and reloading.reload-configcommand to the CLI inpackages/git-proxy-cli/index.jsto trigger configuration reloads.src/service/index.jsto reload the configuration and restart services.