Commit Graph

12170 Commits

Author SHA1 Message Date
Zaiming (Stone) Shi a0cd344752
Merge pull request #9258 from sstrigler/master
Re-UP fix(emqx_gateway_api): don't crash on unknown status
2022-10-28 22:18:10 +02:00
Traphalet f920ff341b ci(actions): update git actions to latest versions 2022-10-28 15:53:26 +03:00
Zaiming (Stone) Shi f906a5527a
Merge pull request #9228 from zmstone/1025-fix-drop-tuple-header-values
fix(emqx_rule_events): drop tuple-value from message headers
2022-10-28 14:00:57 +02:00
Stefan Strigler 2d548acabd style: fix newline 2022-10-28 11:14:26 +02:00
Stefan Strigler 8dedba9b94
Merge pull request #1 from HJianBo/fix-gw-api-erros
fix(emqx_gateway_api): don't crash on unknown status
2022-10-28 08:18:38 +02:00
JianBo He d995842f36
Merge branch 'master' into fix-gw-api-erros 2022-10-28 10:18:21 +08:00
zhongwencool 902f82d347
Merge pull request #9221 from zhongwencool/multicall-node-api
refactor: multicall node_info to improve /node speed
2022-10-28 09:47:05 +08:00
zhongwencool 72163c3056 chore: update changes/v5.0.10-zh.md
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
2022-10-28 09:16:05 +08:00
zhongwencool 3a491a7984 chore: update changes/v5.0.10-en.md
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
2022-10-28 09:16:05 +08:00
Zhongwen Deng 18235a7125 chore: update emqx_managment bpapi.versions 2022-10-28 09:16:05 +08:00
Zhongwen Deng af79e652da chore: clear dialyzer warning. 2022-10-28 09:16:05 +08:00
Zhongwen Deng 3066d6662b chore: add changelog for /node api 2022-10-28 09:16:03 +08:00
Zhongwen Deng ea95f792e0 refactor: multicall node_info to improve /node speed 2022-10-28 09:14:33 +08:00
Zaiming (Stone) Shi 92e921df17
Merge pull request #9252 from zmstone/1027-docs-fix-typos
docs: fix typos
2022-10-27 23:06:49 +02:00
Zaiming (Stone) Shi d704de4a84 fix(emqx_rule_events): drop tuple-value from message headers
the message headers are fed to a JSON ecnoder which
may crash if the header value is a tuple
2022-10-27 20:31:33 +02:00
Zaiming (Stone) Shi 4cadb86b18 docs: fix typos 2022-10-27 20:09:31 +02:00
Ivan Dyachkov dcab22458d build: always ensure rebar3 2022-10-27 19:41:57 +02:00
Ivan Dyachkov 554c4b4c3b build: stop trying to fetch rebar and build deps on each build 2022-10-27 19:04:13 +02:00
Thales Macedo Garitezi d0ca79fc9e feat(mgmt): add alias endpoint for health check
This allow use to reference `/status` in the API documentation without
manually editing the `swagger.json` file.
2022-10-27 13:20:04 -03:00
Ivan Dyachkov d4adf8532e fix: typo in http error code 2022-10-27 18:14:46 +02:00
Ivan Dyachkov ed8286aff7
Merge pull request #9248 from emqx/chore-update-jq-mix-dependency
chore: update jq version in mix
2022-10-27 17:37:39 +02:00
Thales Macedo Garitezi c72f3a0ae9
Merge pull request #9211 from thalesmg/fix-mgmt-endpoint-status-code-v50
fix(mgmt_api): return 503 when emqx is not running in `/status` (5.0)
2022-10-27 11:11:00 -03:00
Ivan Dyachkov dbc9ae27c5 chore: update jq version in mix 2022-10-27 15:44:32 +02:00
Ivan Dyachkov 2b3748304d chore: bump jq to v0.3.8 (remove -flat_namespace flag on Darwin) 2022-10-27 15:27:38 +02:00
Zaiming (Stone) Shi 3e3653ab22
Merge pull request #9246 from zmstone/1027-fix-docs-br-tag
1027 fix docs br tag
2022-10-27 15:00:00 +02:00
zhongwencool 571420d8c6
Merge pull request #9235 from zhongwencool/improve-prometheus
refactor: update emqx_prometheus via emqx_config_handler
2022-10-27 20:12:24 +08:00
Zaiming (Stone) Shi c157392452 docs: fix self-closing html tag, change </br> to <br/> 2022-10-27 13:57:18 +02:00
Stefan Strigler ef5687d465 fix(emqx_gateway_api): don't crash on unknown status 2022-10-27 12:35:15 +02:00
Zaiming (Stone) Shi fd2a3f816e
Merge pull request #9238 from zmstone/1026-fix-docs
docs: fix zh punctuations
2022-10-27 10:39:22 +02:00
Zaiming (Stone) Shi bb6c3ed4ae docs: fix more zh translation desc 2022-10-27 08:39:58 +02:00
Zaiming (Stone) Shi a314950be9 docs: fix zh punctuations 2022-10-26 16:19:38 +02:00
Zhongwen Deng d6dfead31d fix: prometheus ct failed 2022-10-26 22:05:20 +08:00
Zhongwen Deng 3233a40af3 chore: don't delete bpapi when 5.0.x 2022-10-26 21:58:51 +08:00
Zhongwen Deng 97124be63a chore: add next_push_ms to emqx_prometheus:info/0 2022-10-26 21:32:19 +08:00
Zhongwen Deng 1757342e5b chore: make dialyzer happy 2022-10-26 21:32:19 +08:00
Zhongwen Deng a3f877656e chore: add changlog for emqx_prometheus's change 2022-10-26 21:32:17 +08:00
Zhongwen Deng e22f8ff2a8 refactor: sync emqx_prometheus via emqx_config_handler 2022-10-26 21:31:19 +08:00
ieQu1 dc3c0094f0
Merge pull request #9236 from ieQu1/master
chore(ekka): Bump version to 0.13.6
2022-10-26 14:50:24 +02:00
ieQu1 702c968f46
chore(ekka): Apply suggestions from code review
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
2022-10-26 13:02:35 +02:00
ieQu1 6c8936467e chore(ekka): Bump version to 0.13.6 2022-10-26 12:08:14 +02:00
Zaiming (Stone) Shi 7d23074073
Merge pull request #9233 from zmstone/1026-add-pr-template
chore: add pull request template
2022-10-26 10:50:18 +02:00
Zaiming (Stone) Shi 13543c45cc chore: add pull request template 2022-10-26 10:29:47 +02:00
Thales Macedo Garitezi 0eca531e64 feat: add `retry-after` headers to unavailable response 2022-10-25 15:01:05 -03:00
Zaiming (Stone) Shi 79f2d3e9c3
docs: update v5.0.10-en.md 2022-10-25 17:26:05 +02:00
Zaiming (Stone) Shi 156b19b525
docs: update v5.0.10-zh.md 2022-10-25 17:24:36 +02:00
zhongwencool 8fa9a06337
Merge pull request #9222 from zhongwencool/add-prometheus-collector-switch
feat: add prometheus collectors config
2022-10-25 22:10:28 +08:00
zhongwencool 049f988642
chore: update apps/emqx_conf/src/emqx_conf_schema.erl
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
2022-10-25 22:07:48 +08:00
Zhongwen Deng 4c5e64d5a3 feat: hibernate after send data to prometheus push_gateway 2022-10-25 12:27:25 +08:00
Zhongwen Deng 8578024637 chore: bump emqx_prometheus to 5.0.3 2022-10-25 11:21:16 +08:00
Zhongwen Deng 6710736243 feat: add prometheus collectors config 2022-10-25 09:41:58 +08:00