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

Reconstruct appconfig to support InstanceConfig. #1763

Merged
merged 58 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from 48 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
b15649f
fix
quzard Sep 12, 2024
9d9ea86
instance_config
quzard Sep 12, 2024
c342d7b
fix
quzard Sep 13, 2024
f071f79
fix
quzard Sep 13, 2024
32e0174
fix
quzard Sep 13, 2024
39cfb41
fix
quzard Sep 13, 2024
fd1d223
fix
quzard Sep 13, 2024
d0b97a8
dir
quzard Sep 13, 2024
09d85e3
fix
quzard Sep 13, 2024
5972d80
fix
quzard Sep 18, 2024
6137e41
fix
quzard Sep 18, 2024
f291190
fix
quzard Sep 18, 2024
3139c3a
fix
quzard Sep 18, 2024
e8d710a
fix
quzard Sep 18, 2024
5f34827
add test
quzard Sep 19, 2024
1c6d7eb
fix test
quzard Sep 19, 2024
e9bd5f0
Merge remote-tracking branch 'origin/main' into feat/appconfig
quzard Sep 19, 2024
8c6e4ba
add test
quzard Sep 19, 2024
ce387ec
Merge remote-tracking branch 'origin/main' into feat/appconfig
quzard Sep 19, 2024
2197e7e
std::map
quzard Sep 24, 2024
178d0f4
Merge mLocalInstanceConfig
quzard Sep 24, 2024
925d360
Merge remote-tracking branch 'origin/main' into feat/appconfig
quzard Sep 24, 2024
1ae0e35
merge localInstanceConfig
quzard Sep 24, 2024
b6df927
instanceConfig
quzard Sep 26, 2024
ba71c25
Merge branch 'main' into feat/appconfig
quzard Sep 26, 2024
ceeb3f4
Merge remote-tracking branch 'origin/main' into feat/appconfig
quzard Oct 8, 2024
2e73c77
Merge remote-tracking branch 'origin/main' into feat/appconfig
quzard Oct 10, 2024
31391fa
fix e2e
quzard Oct 10, 2024
b7a1b34
fix
quzard Oct 10, 2024
6d2787b
fix
quzard Oct 11, 2024
cf3dbe3
fix
quzard Oct 11, 2024
f3c5877
Merge remote-tracking branch 'github/main' into feat/appconfig
quzard Oct 14, 2024
5bb9b63
fix
quzard Oct 14, 2024
4184a17
fix
quzard Oct 14, 2024
060507e
fix
quzard Oct 14, 2024
4f030a1
fix
quzard Oct 14, 2024
348d4bc
fix
quzard Oct 14, 2024
c5115cf
fix
quzard Oct 15, 2024
32ebe5e
rm comment
quzard Oct 15, 2024
41d444f
fix test
quzard Oct 15, 2024
a0ba89e
format
quzard Oct 15, 2024
fb41a93
fix
quzard Oct 15, 2024
182f1ae
fix test
quzard Oct 15, 2024
e806dc1
fix test
quzard Oct 15, 2024
a42a846
fix
quzard Oct 15, 2024
a0494b2
fix
quzard Oct 15, 2024
20584e1
rm flag
quzard Oct 15, 2024
c497843
fix scripts
quzard Oct 15, 2024
5b2af1d
fix
quzard Oct 15, 2024
9c87df6
fix
quzard Oct 15, 2024
0b916c3
fix
quzard Oct 15, 2024
f263e54
fix
quzard Oct 16, 2024
53d83fa
fix
quzard Oct 16, 2024
8c42bc8
fix log
quzard Oct 16, 2024
e1a02df
fix
quzard Oct 16, 2024
f1642c6
support defaultValue
quzard Oct 16, 2024
0f8cadd
add kDefaultMaxSendBytePerSec
quzard Oct 16, 2024
1565205
fix test
quzard Oct 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
1 change: 1 addition & 0 deletions core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/plugin/flusher/links.cmake)
set(SUB_DIRECTORIES_LIST
application app_config checkpoint container_manager logger go_pipeline monitor monitor/metric_constants profile_sender models
config config/watcher
instance_config
pipeline pipeline/batch pipeline/limiter pipeline/plugin pipeline/plugin/creator pipeline/plugin/instance pipeline/plugin/interface pipeline/queue pipeline/route pipeline/serializer
runner runner/sink/http
protobuf/sls
Expand Down
Loading
Loading