Commit Graph

  • 1dae970cd3 refactor(rule): move emqx_rule_utils.erl -> emqx_plugin_libs_rule.erl Shawn 2021-09-07 19:56:33 +0800
  • 39bb1b8d9d fix(bridges): start mqtt bridge failed Shawn 2021-09-06 19:09:48 +0800
  • 9ed90ba7a9 feat(bridges): add connector for mqtt bridge Shawn 2021-09-06 17:34:14 +0800
  • bfb2df37ce refactor(bridge): rename emqx_data_bridge to emqx_bridge Shawn 2021-09-06 17:32:46 +0800
  • 5693981b54
    Merge pull request #5699 from lafirest/feat/lwm2m_api lafirest 2021-09-10 10:34:18 +0800
  • 6bc7378e63 fix(cluster-call): fix typo and add is_success/1 help function zhongwencool 2021-09-10 09:40:30 +0800
  • 9a09bf7964
    fix: logout api delete token (#5686) DDDHuang 2021-09-10 09:20:16 +0800
  • d30d7d5710 chore(authn): update api spec for built in database zhouzb 2021-09-09 17:34:39 +0800
  • 5da085bacc chore(gw): improve the listener started banner JianBo He 2021-09-09 09:58:05 +0800
  • 020e04e5cf chore(gw): improve the default confs JianBo He 2021-09-09 09:57:48 +0800
  • 0453702ce5 refactor(gw): improve http-api return structure JianBo He 2021-09-08 18:59:59 +0800
  • e94e09075c refactor(gw): keep listeners conf tree compliance with core JianBo He 2021-09-07 16:17:58 +0800
  • 564896d64a chore(authn): update api spec zhouzb 2021-09-09 17:17:27 +0800
  • 4664b85968
    Merge pull request #5696 from tigercl/fix/sni tigercl 2021-09-09 17:04:17 +0800
  • 60914697b2 refactor(emqx_lwm2m): refactor lwm2m api use new rest framework lafirest 2021-09-08 17:59:53 +0800
  • 718dd80b48 fix(auth mnesia api): fix write file error zhanghongtong 2021-09-09 14:19:37 +0800
  • 0813a81517 fix(auth mnesia api): fix put file type error zhanghongtong 2021-09-09 11:51:46 +0800
  • 3be6374f91 fix(auth mnesia api): fix get file type error zhanghongtong 2021-09-09 10:53:59 +0800
  • ff2d73ad3b chore(upgrade): update upgrade script zhouzb 2021-09-09 10:29:58 +0800
  • 1a694814e0 fix(sni): fix bad type of sni zhouzb 2021-09-09 10:18:40 +0800
  • f92ff4494b fix(auth mnesia api): parsing the http body parameter does not require url decode zhanghongtong 2021-09-07 17:34:27 +0800
  • c6e52b32fb chore(authn): improve code of moving authenticator zhouzb 2021-09-09 09:32:18 +0800
  • 51f683664a
    Merge pull request #5692 from zmstone/ensure-no-gpb-in-release Zaiming (Stone) Shi 2021-09-08 21:32:22 +0200
  • 5602cfc223 chore(build): ensure no gpb in release Zaiming Shi 2021-09-08 21:04:56 +0200
  • 9ad9f619c1
    Merge pull request #5676 from lafirest/feat/coap_api lafirest 2021-09-08 22:23:22 +0800
  • f87a41a54f
    fix: api support basic auth (#5687) DDDHuang 2021-09-08 19:58:04 +0800
  • b5d1ffa814
    Merge pull request #5673 from JimMoen/stu-dev JimMoen 2021-09-08 18:17:05 +0800
  • e2d9d9bfcb
    fix: banned api rfc time & login hidden error type (#5681) DDDHuang 2021-09-08 17:53:52 +0800
  • 7d312a630b chore(authn): provide easy-to-read hints for more errors zhouzb 2021-09-08 16:35:54 +0800
  • 242214988f
    Merge pull request #5682 from tigercl/fix/restart-listener tigercl 2021-09-08 13:39:34 +0800
  • 4e5d781d21 fix: Words spelling fix. Jim Moen 2021-09-07 18:54:02 +0800
  • bcebe1de24 refactor(emqx_cm_sup): Internal functions to create workers. Jim Moen 2021-09-07 16:54:05 +0800
  • 287d315ed5 fix(listener): updating authentication no longer causes the listener to restart zhouzb 2021-09-08 11:24:59 +0800
  • f75778b037
    Merge pull request #5679 from tigercl/chore/authn tigercl 2021-09-08 11:20:23 +0800
  • 29cad91a47 fix(authn): fix superuser in mongodb authn zhouzb 2021-09-08 10:58:00 +0800
  • b5ded1ece0 chore(authn): add the serialization of more errors zhouzb 2021-09-08 10:46:18 +0800
  • ce851e5b0f chore(authn): miss redis zhouzb 2021-09-08 10:32:54 +0800
  • 8531e9ce11 chore(authn): rename superuser to is_superuser zhouzb 2021-09-08 09:53:39 +0800
  • be38bcc5cc chore(authn): adapt listener id type zhouzb 2021-09-08 09:46:47 +0800
  • c54847b6e9 refactor(mqtt_frame): Avoid duplicate variable when frame assembling. Jim Moen 2021-09-01 14:40:10 +0800
  • 1a291d5d97
    Merge pull request #5666 from k32/pqueue k32 2021-09-07 16:14:24 +0200
  • 89f48f89eb feat(emqx_coap): add emqx_coap_api lafirest 2021-09-03 13:55:05 +0800
  • 8b2488e099
    fix: routes api add params (#5675) DDDHuang 2021-09-07 18:31:40 +0800
  • 9b097ac73f chore(mqueue): Remove forgotten debug message k32 2021-09-07 11:33:16 +0200
  • c68edb3905 chore(authn): update apis of user zhouzb 2021-09-07 17:29:05 +0800
  • 35cc0d972d
    Merge pull request #5660 from lafirest/fix/emqx_lwm2m lafirest 2021-09-07 16:15:17 +0800
  • 1699a8dc63 chore(authz): rename authorization_rules.conf to acl.conf zhanghongtong 2021-09-06 09:39:27 +0800
  • bd7a8179b4
    Merge pull request #5664 from tigercl/refactor/authn tigercl 2021-09-07 11:38:46 +0800
  • 627de1d58c fix(test): fix test case zhouzb 2021-09-07 10:29:45 +0800
  • 24aaa5349b chore(cluster-call): more clear function/var name zhongwencool 2021-09-07 10:00:19 +0800
  • caee51f92a fix(emqx_lwm2m): fix some error and incomplete function lafirest 2021-09-06 10:37:22 +0800
  • ba9ad47cc1 fix(gw-exproto): fix grpc remote call JianBo He 2021-09-03 10:40:38 +0800
  • 6e7d3d05e4 ci: install openssl11 for centos7 amd64 only William Yang 2021-09-03 09:50:25 +0200
  • 0dd09b06f1 build: dep openssl11 is limited to amd64 centos7 William Yang 2021-09-03 09:40:06 +0200
  • 455baa5465 feat: dashboard UI version, beat 11 DDDHuang 2021-09-06 17:59:14 +0800
  • 5fc1036cf7 chore(mqueue): Implement live upgrade k32 2021-09-06 23:02:51 +0200
  • ed61999fdf chore(emqx): Bump version k32 2021-09-06 22:13:20 +0200
  • 4eacaa29bd feat(mqueue): Interleave messages with different priorities k32 2021-09-06 21:03:34 +0200
  • e998770f2e refactor(authn): refactor to support global and listener authentication zhouzb 2021-09-06 18:46:08 +0800
  • b1023d9733
    fix: clients ip address params trans (#5657) DDDHuang 2021-09-06 13:32:29 +0800
  • f514f0c89b
    feat: minirest support swagger UI new version (#5658) DDDHuang 2021-09-06 11:36:56 +0800
  • aaa7cd0a44 chore(release): update emqx release version v4.3.8 4.3.8 zhanghongtong 2021-09-06 10:55:02 +0800
  • eeb44086c8 fix(issue): 5565 zhanghongtong 2021-09-06 09:32:21 +0800
  • a27b75b98e chore(ehttpc): update tag for ehttpc zhouzb 2021-09-06 10:08:44 +0800
  • c42c1e698a chore(gw): add From param for _channel:handle_call/3 JianBo He 2021-09-03 14:56:00 +0800
  • 7a4fdd7620
    Merge pull request #5647 from zmstone/feat-generate-config-doc-from-schema Zaiming (Stone) Shi 2021-09-03 17:54:01 +0200
  • 19aff7bfdd fix(authz): schema fields used directly. Zaiming Shi 2021-09-03 11:44:43 +0200
  • cdc3ae9faf
    Merge pull request #5636 from qzhuyan/fix/william/issue-5254-headless-svc-make-dist-port-ready William Yang 2021-09-03 13:18:27 +0200
  • eb88a0b7b6
    Merge pull request #5646 from qzhuyan/backport/william/issue/5254 William Yang 2021-09-03 13:18:05 +0200
  • f5bfa4cd43
    fix: deny creating metrics for empty topics (#5650) DDDHuang 2021-09-03 18:32:23 +0800
  • ec13463f4a refactor(schema): prepare for hocon schema doc generation Zaiming Shi 2021-08-31 22:05:31 +0200
  • e78967cfc3 fix(helm-chart): force headless svc ready while pod is not ready William Yang 2021-09-02 18:37:29 +0200
  • 8f6931e5b0
    feat: update dashboard ui beta10 (#5644) DDDHuang 2021-09-03 16:07:44 +0800
  • 07821b9574
    fix: cli error & routes api doc (#5639) DDDHuang 2021-09-03 16:07:34 +0800
  • ffbf9b0fab feat(authz): check for duplicate source types zhanghongtong 2021-09-03 13:54:32 +0800
  • cff15dfc44 chore(CI): fix env error for test wrokflows zhanghongtong 2021-09-03 14:26:32 +0800
  • 5f94b8e1ff
    chore(CI): add api test workflows for github actions (#5640) xiangfangyang-tech 2021-09-03 15:05:30 +0800
  • 60b8215360 feat(config): support wildcard paths for config handlers Shawn 2021-09-03 11:40:11 +0800
  • be0fd6fddd
    fix: add sub api doc & test suite (#5634) DDDHuang 2021-09-03 10:57:54 +0800
  • fe343a0407 fix(ekka): kill the process if don't release lock Shawn 2021-08-25 19:53:58 +0800
  • f4eae8c0cb fix(retainer): test case failed for expired retained msg Shawn 2021-09-03 08:59:00 +0800
  • a89bc97ed8 fix(config): don't write to override.conf if 'override_conf_file' is not set Shawn 2021-09-02 20:20:14 +0800
  • daca99f0f6 feat(config): add option 'persistent => boolean()' to emqx:update_config/3 Shawn 2021-09-02 20:19:11 +0800
  • 304874f0ff feat(config): load and merge emqx_override.conf at bootup Shawn 2021-09-02 15:02:38 +0800
  • d7b198b292
    Merge pull request #5638 from HJianBo/gw-fix-udp-outgoing lafirest 2021-09-03 10:11:05 +0800
  • 956308f0ca feat(gw-mqttsn): support subscribe/unsubscribe operation JianBo He 2021-09-02 11:32:33 +0800
  • dc05cdc586 chore(gw): fix dialyzer warnings JianBo He 2021-09-01 15:21:07 +0800
  • fd12a7ac9c chore(gw): improve the gateway api swagger codes JianBo He 2021-09-01 14:50:02 +0800
  • 40d34ccd85 fix(gw): fix the subscription apis bugs JianBo He 2021-09-01 11:42:46 +0800
  • 1748de5ee3 feat(gw): support the sub/unsub operation JianBo He 2021-08-31 20:15:21 +0800
  • 14b39224d4 chore(gw): clients http implement skeleton JianBo He 2021-08-31 15:35:53 +0800
  • 52b6d620ee feat(gw): implement clients list http-api JianBo He 2021-08-31 10:57:11 +0800
  • 0a7a14f4cd chore(mgmt): callback query function with table name param JianBo He 2021-08-31 12:13:24 +0800
  • 3f0ef7efa8 feat(gw): add api_clients swagger defination JianBo He 2021-08-31 09:31:10 +0800
  • cfe64d9c6f fix(gw): not packing udp packages JianBo He 2021-09-03 09:44:10 +0800
  • cd43bb42a7 fix(helm-chart): force headless svc ready while pod is not ready William Yang 2021-09-02 18:37:29 +0200
  • ffded5ab30 chore(github-issue): update issue templates William Yang 2021-09-02 12:40:44 +0200
  • da4e3f47a3
    Merge pull request #5605 from qzhuyan/dev/william/centos7-rpm-spec-openssl11 William Yang 2021-09-02 12:07:39 +0200
  • 4cf03ed2b2 chore: Add issue handling uml flow William Yang 2021-09-02 11:35:34 +0200
  • c6ed72df3e chore(authz api): update swagger json zhanghongtong 2021-09-02 16:44:31 +0800