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

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    f28510b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ce4761 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41e9e55 View commit details
    Browse the repository at this point in the history
  4. fix: add emqx_dashboard as a dependency of emqx_machine

    ```
    ===> 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
    ```
    thalesmg authored and id committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c94dc2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab81d84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45f94df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8815e58 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6180e77 View commit details
    Browse the repository at this point in the history