Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote configuration support #488

Merged
merged 31 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
71b5a4a
Remote configuration & live debugging
bwoebi Aug 11, 2023
0e0e5cc
More dynamic configs, fixes and address several review comments
bwoebi May 17, 2024
42ce039
Add tests
bwoebi May 24, 2024
1c2671f
Windows support
bwoebi May 25, 2024
73aaa28
Minor live-debugger stuff
bwoebi Jun 12, 2024
65d8e1d
Remove live debugger stuff
bwoebi Jun 12, 2024
bc11875
Uglify with cargo fmt
bwoebi Jun 12, 2024
e088f30
start timeout handling
bwoebi Jun 13, 2024
38969df
clippy
bwoebi Jun 13, 2024
00d3168
Update lib.rs
bwoebi Jun 14, 2024
858a245
Update remote-config/src/parse.rs
bwoebi Jun 21, 2024
c915c11
Apply suggestions from code review
bwoebi Jun 24, 2024
6399db7
Make remote config usable in process, without manual FileStorage inte…
bwoebi Jun 25, 2024
965324f
Avoid multiple QueueId HashMaps for RuntimeInfo
bwoebi Jun 27, 2024
d125246
Move dynamic-configuration into its own crate
bwoebi Jul 8, 2024
fa4e251
Clippy
bwoebi Jul 8, 2024
e5a4ec8
Fix file expiration logic
bwoebi Jul 10, 2024
7515252
Merge branch 'main' of github.com:DataDog/libdatadog into bob/remote-…
bwoebi Jul 10, 2024
59fd7d5
Set version on remote config
bwoebi Jul 11, 2024
5af589c
Increase log-level of remote config received message
bwoebi Jul 12, 2024
1f50100
Allow setting config apply state explicitly
bwoebi Jul 17, 2024
a52f0d1
Merge branch 'main' of github.com:DataDog/libdatadog into bob/remote-…
bwoebi Jul 19, 2024
37a4fea
Implement timeouts
bwoebi Jul 19, 2024
9e3ef20
Do not submit client_agent ever
bwoebi Aug 2, 2024
a8ebc2e
Fully reject a partially invalid RC payload
bwoebi Aug 2, 2024
60ca0f6
Adjust comment slightly
bwoebi Aug 7, 2024
1916a6b
Apply suggestions from code review
bwoebi Aug 9, 2024
08fcbdd
Merge branch 'main' of github.com:DataDog/libdatadog into bob/remote-…
bwoebi Aug 9, 2024
9740a6a
Merge branch 'main' of github.com:DataDog/libdatadog into bob/remote-…
bwoebi Aug 13, 2024
da37f2e
Fix windows build
bwoebi Aug 16, 2024
22cbb0b
Merge branch 'main' of https://github.com/DataDog/libdatadog into bob…
bwoebi Aug 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ trace-protobuf @Datadog/serverless @Datadog/libdatadog-apm
trace-mini-agent @Datadog/serverless
trace-utils @Datadog/serverless @Datadog/libdatadog-apm
serverless @Datadog/serverless
dynamic-configuration @Datadog/libdatadog-php @Datadog/libdatadog-apm
remote-config @Datadog/libdatadog-php @Datadog/libdatadog-apm @Datadog/remote-config
sidecar @Datadog/libdatadog-php @Datadog/libdatadog-apm
sidecar-ffi @Datadog/libdatadog-php @Datadog/libdatadog-apm
data-pipeline*/ @Datadog/libdatadog-apm
ddsketch @Datadog/libdatadog-apm @Datadog/libdatadog-telemetry
ddsketch @Datadog/libdatadog-apm @Datadog/libdatadog-telemetry
Loading