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

Add event admin remote provider based on mqtt #773

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
70f69fa
Add remote event admin based on mqtt
xuzhenbao Jun 18, 2024
f586be6
Improve remote event admin provider
xuzhenbao Aug 2, 2024
fd38073
Use discovery to announce mqtt broker info
xuzhenbao Aug 7, 2024
ed4ca51
Rename some function name
xuzhenbao Aug 7, 2024
55a365d
Add some unit test
xuzhenbao Aug 12, 2024
9ffc915
Improve the interface of celix_earpm_client
xuzhenbao Aug 22, 2024
56172a0
Add unit test for remote_event_admin_mqtt
xuzhenbao Sep 5, 2024
b17188e
Add event_admin_spi
xuzhenbao Sep 5, 2024
0cfd805
Get service configuration type from endpoint listener service socpe p…
xuzhenbao Sep 5, 2024
d435fab
Integrate remote provider to event admin
xuzhenbao Sep 5, 2024
7c6f11e
Improve code and add some comments
xuzhenbao Sep 30, 2024
9f3afbd
Add README document for the event admin remote provider based on MQTT
xuzhenbao Oct 8, 2024
7e5be93
Add conan testing for the event admin remote provider based on MQTT
xuzhenbao Oct 8, 2024
dd88ad1
Revert the code that was submitted by mistake
xuzhenbao Oct 8, 2024
95cdde5
Merge branch 'master' of https://github.com/xuzhenbao/celix into remo…
xuzhenbao Oct 8, 2024
9df591d
Merge master into remote_event_admin
xuzhenbao Oct 8, 2024
368045b
Try to trigger online workflows
xuzhenbao Oct 8, 2024
16402f0
Resolve testing failure of conan_test_package_v2
xuzhenbao Oct 9, 2024
6a8f500
Add message version verification for remote_provider_mqtt
xuzhenbao Oct 10, 2024
97e1618
Enable verbose output for macos tests
xuzhenbao Oct 10, 2024
54aa334
Resolve unit test failures in macos
xuzhenbao Oct 10, 2024
39e8ee5
Revert "Enable verbose output for macos tests"
xuzhenbao Oct 10, 2024
8d490bc
Add debug command for event admin remote provider based on MQTT
xuzhenbao Oct 10, 2024
65fead3
Resolve issues raised in code reviews
xuzhenbao Dec 6, 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
Prev Previous commit
Next Next commit
Try to trigger online workflows
  • Loading branch information
xuzhenbao committed Oct 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 368045be697d069d687ccef50e1c1d049b2c916a
Original file line number Diff line number Diff line change
@@ -225,3 +225,4 @@ TEST_F(CelixEarpmActErrorInjectionTestSuite, FailedToAddEarpmComponentTest) {
ASSERT_EQ(ENOMEM, status);
});
}