Commit Graph

  • f42a26d862 feat(statsd): add statsd http API Turtle 2021-07-23 17:37:10 +0800
  • 2ddcfdf365 refactor(config): rename emqx_config:update_config/2 to emqx_config:update/2 Shawn 2021-07-23 17:07:29 +0800
  • ffc7a070f4
    Merge branch 'master' into api_format DDDHuang 2021-07-23 17:09:47 +0800
  • ec8fed9a7d fix(test): wait a while after subscribing/unsubscribing to a topic Shawn 2021-07-23 16:21:29 +0800
  • d205a88f2a refactor(config): change alarm.validity_period to ms Shawn 2021-07-23 15:58:34 +0800
  • 67f76c009a refactor(config): change sysmon.os.mem_check_interval to ms Shawn 2021-07-23 15:50:04 +0800
  • 41820e3bbd refactor(config): change sysmon.os.cpu_check_interval to ms Shawn 2021-07-23 15:20:40 +0800
  • 7837069a93 fix(modules): disable telemetry by default Shawn 2021-07-23 15:14:39 +0800
  • 14da108443 fix(mqtt): mqtt5 property session expiry interval not working Shawn 2021-07-23 15:13:44 +0800
  • 6710695f9d fix(test): wait a while after kicking out the client Shawn 2021-07-23 14:17:04 +0800
  • 0704cbc986 refactor(config): change mqtt.session_expiry_interval to ms Shawn 2021-07-23 14:11:32 +0800
  • 684e46c45d refactor(config): change mqtt.await_rel_timeout to ms Shawn 2021-07-23 13:42:59 +0800
  • c5bc7e7e57 fix(test): update testcases for retry_interval Shawn 2021-07-23 11:32:22 +0800
  • 93e1257045 refactor(config): change mqtt.retry_interval to ms Shawn 2021-07-23 11:15:05 +0800
  • 048ba1e067 refactor(config): change global_gc_interval to ms Shawn 2021-07-23 11:14:08 +0800
  • 7103324426 chore: Add NOTICE file Zaiming Shi 2021-07-23 10:55:03 +0200
  • 2b12fa1c05 chore: api code format; fix: atom refname; update minirest version DDDHuang 2021-07-23 14:43:10 +0800
  • 34382cacab chore(README): modify website url Swilder-M 2021-07-23 14:41:43 +0800
  • e96bac87ce refactor: alarms api; add: alarms format function DDDHuang 2021-07-23 09:51:47 +0800
  • 9642bcce88 refactor: listeners api; add: listeners list function; fix: listener already start error DDDHuang 2021-07-20 09:31:46 +0800
  • 0cf4723c73
    refactor: sub api; fix: fuzzy function (#5287) DDDHuang 2021-07-23 13:49:51 +0800
  • 419036bd9a fix(test): remove emqx:get_env from lwm2m and telemetry Shawn 2021-07-23 10:14:14 +0800
  • 7c5caee89c fix(trie): export set_compact/1 Shawn 2021-07-23 09:35:18 +0800
  • 327a464844 fix(test): reload emqx_plugins after updating the config Shawn 2021-07-22 18:34:02 +0800
  • c2e7acc1f1 fix(test): change application:set_env/3 to emqx_config:put/2 Shawn 2021-07-22 17:46:51 +0800
  • 5fd54d13d2 fix(test): cannot get trie_compaction config Shawn 2021-07-22 16:22:20 +0800
  • f2e62def1b refactor(config): remove emqx:get_env/1,2 from testcases Shawn 2021-07-22 16:01:05 +0800
  • 0a3b77f65d fix(config): write configs to emqx_override.conf failed Shawn 2021-07-22 16:00:23 +0800
  • 2666c06232 refactor(config): load emqx.conf before all other tasks in emqx_app Shawn 2021-07-22 15:21:36 +0800
  • 1433a7e0fe refactor(config): remove emqx:get_env/1,2 Shawn 2021-07-21 19:04:28 +0800
  • b28435f811 fix(gw-stomp): fix unknown outgoing packets JianBo He 2021-07-22 13:18:56 +0800
  • 0f79ffca01 feat(gw-conn): support the incoming keepalive oct JianBo He 2021-07-22 13:06:34 +0800
  • ef6a38bfd2 refactor(gw): unify the connection process module JianBo He 2021-07-22 12:58:39 +0800
  • c6b3447598 fix(gw): correct stats/1 for mqttsn&stomp JianBo He 2021-07-22 10:20:28 +0800
  • 6edd66c9ad refactor(statsd): optimize default value Turtle 2021-07-22 18:08:55 +0800
  • 709f6a535b feat(telemetry): telemetry API support swagger Turtle 2021-07-22 14:59:13 +0800
  • f6138e8971 chore(relup tests): check rules matched zhanghongtong 2021-07-21 17:45:18 +0800
  • bd3760d5c7 feat: run the package released by mix x1001100011 2021-07-21 23:01:07 -0700
  • 318beef503 chore(relup tests): check rules matched zhanghongtong 2021-07-21 17:45:18 +0800
  • 46ae179a7a chore(gw): fix dialyzer warnings JianBo He 2021-07-21 20:37:24 +0800
  • fd2c3fe37b
    Merge pull request #5282 from zmstone/upgrade-ekka-0.10.4 Zaiming (Stone) Shi 2021-07-21 15:24:28 +0200
  • 051ac91299 fix(rebar.config): upgrade to ekka 0.10.4 Zaiming Shi 2021-07-21 11:52:17 +0200
  • de387c4c8e chore: gitignore erlang_ls.config William Yang 2021-07-20 14:09:13 +0200
  • 7521d09079 feat(quic): toggle QUIC listener and fix ci test William Yang 2021-07-20 14:06:23 +0200
  • f913cf9617 fix(rpc): read tcp_client_num from emqx_config Shawn 2021-07-21 15:52:03 +0800
  • 29bb4c2a01 fix(configs): correct the default value of some configs Shawn 2021-07-21 15:28:22 +0800
  • b1d190fd3b fix(exproto): fix peername for udp socket JianBo He 2021-07-21 16:08:13 +0800
  • fbaf2646f9 chore(exproto): update appup.src JianBo He 2021-07-20 19:50:54 +0800
  • 31cbd66f61 fix(exproto): get peername after esockd_wait/1 JianBo He 2021-07-20 19:49:45 +0800
  • 74db04f1c0 chore(emqx): enrich version type JianBo He 2021-07-21 14:09:07 +0800
  • 6a99e1535f chore(gw): fix dialyzer warnings JianBo He 2021-07-21 10:49:12 +0800
  • 623fc67fc9 chore(gw): uncomment mqttsn confs JianBo He 2021-07-20 18:27:08 +0800
  • 9355adae4b fix(gw): fix xrefs JianBo He 2021-07-20 15:41:45 +0800
  • f22384669e chore(gw): temporarily comment out asleep/awake tests JianBo He 2021-07-20 15:17:34 +0800
  • 61473b8a5b test(gw): fix the mqtt-sn frame tests JianBo He 2021-07-20 15:16:59 +0800
  • 18eaadae08 refactor(gw): remove needless modules JianBo He 2021-07-20 14:58:39 +0800
  • 21796314f3 test(gw): fix bad test cases JianBo He 2021-07-20 14:57:30 +0800
  • 0f9b5ff3a1 refactor(gw): use typical conn&channel to implement mqtt-sn gateway JianBo He 2021-07-20 14:56:15 +0800
  • 45912d8a81 fix(gw): fix typos JianBo He 2021-07-20 14:55:31 +0800
  • 40d714049e chore(gw): delete needless files JianBo He 2021-07-15 11:04:34 +0800
  • 32eabf041e chore(authz): update url type for authz schema zhanghongtong 2021-07-20 17:00:59 +0800
  • 26ba1b630c test(session): fix test cases JianBo He 2021-07-20 20:15:45 +0800
  • b782d4c53a refactor(emqx): strip the side effects of emqx_session module JianBo He 2021-07-20 19:01:53 +0800
  • 0f6738f2a8
    Merge pull request #5270 from DDDHuang/fix_routes_api DDDHuang 2021-07-20 14:31:33 +0800
  • 2d4d7b2923 fix: routes api function cause DDDHuang 2021-07-20 13:56:20 +0800
  • 98c7f9edb2 refactor(configs): make mqtt related configs only in zone Shawn 2021-07-20 10:02:55 +0800
  • af5470cb30 refactor(configs): make acl related configs only in zone Shawn 2021-07-20 09:56:05 +0800
  • e0e9b7ec5b fix(emqx_congestion): read congestion config only from zone Shawn 2021-07-19 18:47:24 +0800
  • 2898e9c6dc refactor(config): make rate_limit only in listeners for now Shawn 2021-07-19 15:36:00 +0800
  • e6424d63d8 refactor(config): don't allow inheritable config entries Shawn 2021-07-19 14:57:47 +0800
  • 32b571091b fix(statsd): remove the extra debug log msg Shawn 2021-07-19 14:04:49 +0800
  • 746a91efd8
    Merge pull request #5263 from DDDHuang/apps_api DDDHuang 2021-07-20 11:40:59 +0800
  • c878c73395
    fix(exproto): fix bad socket type JianBo He 2021-07-20 11:04:00 +0800
  • 4ac71eca57
    * feat(quic): quicer vsn 0.0.7 William Yang 2021-07-20 03:57:15 +0200
  • 9a64c9a464
    Merge pull request #5261 from DDDHuang/routes_api DDDHuang 2021-07-20 09:40:04 +0800
  • 51dc9093ed refactor: apps api DDDHuang 2021-07-19 15:45:34 +0800
  • 14d9b876e7 refactor: routes api DDDHuang 2021-07-19 10:17:37 +0800
  • 358db0320b fix(authz): fix a re:replace error when username is undefined zhanghongtong 2021-07-19 14:46:34 +0800
  • 120c2b8cdf chore: add mgmt start listener log DDDHuang 2021-07-17 14:31:28 +0800
  • 31f016fa22 refactor(config): remove emqx_zone Shawn 2021-07-19 09:55:59 +0800
  • 4c1e03bbcd feat: add emqx_config_helper x1001100011 2021-07-18 22:00:34 -0700
  • ef4c30b2fd feat: set emqx in umbrella depend runtime false x1001100011 2021-07-18 18:48:10 -0700
  • 4427ec8155 fix(emqx_retainer): fix remaining quota check error firest 2021-07-18 01:59:16 +0800
  • 2476664385 chore(release): update emqx release version v5.0-alpha.2 5.0-alpha.2 zhanghongtong 2021-07-17 18:12:40 +0800
  • 6f58c7815d
    feat(config): new config for emqx 5.0 Shawn 2021-07-17 18:09:08 +0800
  • f8f7493352 fix(test): set RETRY_INTERVAL and MAX_TOPIC_ALIAS for paho test Shawn 2021-07-17 17:35:53 +0800
  • a0f8ca2c3f fix(config): delete the emqx.conf.old Shawn 2021-07-17 17:24:38 +0800
  • eadaa9e557 Merge branch 'emqx_config' of https://github.com/terry-xiaoyu/emqx into emqx_config Turtle 2021-07-17 17:10:07 +0800
  • 7b38ae7f47 fix(test): fix check paho test cases fail Turtle 2021-07-17 17:09:16 +0800
  • 6915d9abeb fix(authz): update testcases for emqx_authz Shawn 2021-07-17 16:59:31 +0800
  • 1d2cb6cb81
    Merge branch 'master' into emqx_config Shawn 2021-07-17 15:53:12 +0800
  • e3cfc922b2 fix(docker): set console log to debug when testing Shawn 2021-07-17 15:49:44 +0800
  • bb417e4498 feat(authz): support http zhanghongtong 2021-07-13 16:15:52 +0800
  • 89f10d3902 fix(test): fix check emqx management test cases fail Turtle 2021-07-17 15:40:18 +0800
  • c9cf8b66e7 fix(docker): cannot set log_level using os env Shawn 2021-07-17 15:24:18 +0800
  • b9e3095ac3 fix(test): fix check emqx management test cases fail Turtle 2021-07-17 14:59:52 +0800
  • 72d3b2db1b fix(docker): update the env names in scripts Shawn 2021-07-17 14:25:07 +0800
  • 0eb3be7f84 fix(docker): update docker entrypoint.sh Shawn 2021-07-17 13:46:37 +0800
  • d047f820e5 fix(test): update testcases for emqx_gateway Shawn 2021-07-17 13:19:45 +0800
  • 4c931470d8 feat(eqmx_retainer): let emqx_retainer can support other types of databases lafirest 2021-07-15 16:44:48 +0800