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

refactor: HTTP bridge into the emqx_bridge_http application #11253

Merged
merged 8 commits into from Jul 12, 2023

Conversation

id
Copy link
Collaborator

@id id commented Jul 11, 2023

Fixes https://emqx.atlassian.net/browse/EMQX-9568

Summary

🤖 Generated by Copilot at c3cf619

Refactor the HTTP bridge and connector features by moving them to a separate application emqx_bridge_http, and update the dependencies and references of other applications that use them. Rename the modules emqx_connector_http and emqx_bridge_webhook_schema to emqx_bridge_http_connector and emqx_bridge_http_schema respectively, to avoid confusion and reflect the new application structure. Add documentation, testing, and configuration files for the new application.

PR Checklist

Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until all the items are checked:

  • Added tests for the changes
  • Changed lines covered in coverage report
  • Change log has been added to changes/(ce|ee)/(feat|perf|fix)-<PR-id>.en.md files
  • For internal contributor: there is a jira ticket to track this change
  • If there should be document changes, a PR to emqx-docs.git is sent, or a jira ticket is created to follow up
  • Schema changes are backward compatible

thalesmg
thalesmg previously approved these changes Jul 11, 2023
qzhuyan
qzhuyan previously approved these changes Jul 12, 2023
@id id dismissed stale reviews from qzhuyan and thalesmg via 6b7c5ef July 12, 2023 10:11
@id id force-pushed the kjell/refactor/http_bridge/EMQX-9568 branch from e3a8e54 to 157ec22 Compare July 12, 2023 12:43
@id id requested review from Rory-Z and ieQu1 as code owners July 12, 2023 12:43
@id id force-pushed the kjell/refactor/http_bridge/EMQX-9568 branch from 157ec22 to 4175125 Compare July 12, 2023 12:43
kjellwinblad and others added 8 commits July 12, 2023 14:46
```
===> Compiling emqx_machine
===> Compiling src/user_default.erl failed
src/user_default.erl:{24,14}: can't find include lib "emqx_dashboard/include/emqx_dashboard.hrl"; Make sure emqx_dashboard is in your app file's 'applications' list

==> emqx_mix
** (Mix) Could not compile dependency :emqx_machine, "/github/home/.mix/elixir/1-14/rebar3 bare compile --paths /__w/emqx/emqx/_build/emqx/lib/*/ebin" command failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile emqx_machine", update it with "mix deps.update emqx_machine" or clean it with "mix deps.clean emqx_machine"
make: *** [Makefile:276: emqx-elixir] Error 1
```
@id id force-pushed the kjell/refactor/http_bridge/EMQX-9568 branch from 4175125 to 6180e77 Compare July 12, 2023 12:48
@id id merged commit 8ebe099 into emqx:release-51 Jul 12, 2023
117 checks passed
@id id deleted the kjell/refactor/http_bridge/EMQX-9568 branch July 12, 2023 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants