Commit Graph

  • b8b0b809b4 chore: add a warning log if conflict is detected zmstone 2024-03-25 17:07:56 +0100
  • d32a1a892a docs: add change log zmstone 2024-03-25 16:56:48 +0100
  • 9411d6078e docs: remove unnecessary restart instruction zmstone 2024-03-25 16:50:51 +0100
  • d38545010a fix: case_clause zmstone 2024-03-25 16:42:46 +0100
  • c93145cb97 fix: function clause Ivan Dyachkov 2024-03-25 16:40:53 +0100
  • 3aff9eb2a4 fix(route schema): allow boot if all peer nodes agree on one version zmstone 2024-03-25 16:15:07 +0100
  • fe3cc25855 chore: update instructions for routing schema conflict Ivan Dyachkov 2024-03-25 15:09:01 +0100
  • 59ff43ec87 feat(message validation): implement metrics Thales Macedo Garitezi 2024-03-22 15:06:01 -0300
  • 94c6e5bb38
    Merge pull request #12727 from kjellwinblad/kjell/emqx_connector_info/EMQX-11427 Kjell Winblad 2024-03-25 14:31:40 +0100
  • 849fe0c2c8
    feat(routing): add schema conflict resolution procedure Andrew Mayorov 2024-03-25 13:43:46 +0100
  • f393d75a1e
    Merge pull request #12771 from thalesmg/test-another-flaky-monitor-m-20240322 Thales Macedo Garitezi 2024-03-25 09:19:20 -0300
  • eb9e3aa9e6 chore: update changelog entry to include manual resolution steps Ivan Dyachkov 2024-03-25 12:00:06 +0100
  • e39fa5eaa9 docs(es_connector_info): add copyright header Kjell Winblad 2024-03-25 10:44:33 +0100
  • 3e97e5528e
    Merge pull request #12765 from JimMoen/EMQX-12043/subscribers-count JimMoen 2024-03-25 17:19:13 +0800
  • 5f7f9e43f9
    fix(stats): `'subscribers.count'` contains shared-subscriber JimMoen 2024-03-22 18:31:57 +0800
  • 2926518b3d
    Merge pull request #12764 from zhongwencool/fix-bpapi-undef zhongwencool 2024-03-25 13:37:37 +0800
  • a4bd79593c
    chore(deps): bump the actions group with 1 update dependabot/github_actions/actions-83d1e47aa6 dependabot[bot] 2024-03-25 03:40:38 +0000
  • df913f2450 docs: refine changelog zmstone 2024-03-23 11:57:28 +0100
  • d7b54b3a53 docs: add changelog for pr #12773 zmstone 2024-03-23 10:41:46 +0100
  • 1d9ec85441 chore: upgrade http client libs gun-1.3.11 and ehttpc-0.4.13 zmstone 2024-03-23 10:29:05 +0100
  • 22838f027a fix: mountpoint template render should not replace unknown as undefined zmstone 2024-03-22 20:57:36 +0100
  • 3136ec5958 feat: allow mountpoint to use client_attrs zmstone 2024-03-22 13:32:43 +0100
  • 8e8fc6a3d1 test: fix config test zmstone 2024-03-22 10:22:36 +0100
  • 5e9814d171 fix: add debug level logging for invalid client attributes zmstone 2024-03-22 10:07:48 +0100
  • 0cf61932b6 feat: allow using client_attrs in authentication templates zmstone 2024-03-21 20:36:41 +0100
  • 8254b801ae feat: support initialize client attribute from user property zmstone 2024-03-21 20:13:41 +0100
  • 2fd0a2cd4d feat: support extracting initial client attrs from clientinfo zmstone 2024-03-20 17:04:20 +0100
  • 4f71c97854 docs: add changelog for PR #12750 zmstone 2024-03-21 17:49:43 +0100
  • c75840306b fix: restrict client_attr key and value string format zmstone 2024-03-19 22:41:28 +0100
  • 9ec99fef4a feat: allow client_attr used in authz rules zmstone 2024-03-19 21:51:21 +0100
  • e5816f5a13 refactor: rename attr to client_attr zmstone 2024-03-19 21:03:44 +0100
  • cc4805b1ac feat: extract attrs field from http and jwt auth response zmstone 2024-03-19 19:53:16 +0100
  • f9d51484cc feat: introuce attrs field in clientinfo zmstone 2024-03-16 14:24:45 +0100
  • ef0fee52f4 fix: query_by_clientid with v0.7 sql api Dennis Zhuang 2024-03-22 17:09:23 -0700
  • 1fcd06f4bc feat: update greptimedb client lib and ci version Dennis Zhuang 2024-03-22 15:33:15 -0700
  • 303d0ed81b test: attempt to fix flaky test Thales Macedo Garitezi 2024-03-22 16:29:00 -0300
  • 70378052dd
    Merge pull request #12769 from SergeTupchiy/EMQX-12058-handle-client-shutdown-errors SergeTupchiy 2024-03-22 17:43:57 +0200
  • 0210f83f06 chore: update changelog Ivan Dyachkov 2024-03-22 16:36:45 +0100
  • cbc84900b2
    chore: update bpapi versions dump Andrew Mayorov 2024-03-22 16:24:52 +0100
  • 9986de49d1 chore: make dyalizer happy Ivan Dyachkov 2024-03-22 15:47:01 +0100
  • be1886fb91 chore: make dyalizer happy and update changelog Ivan Dyachkov 2024-03-22 15:56:44 +0100
  • ed0b5ac939 fix(emqx_mgmt): handle client shutdown errors in call_client Serge Tupchii 2024-03-22 16:39:52 +0200
  • a0f500d1d0
    chore: add changelog entry Andrew Mayorov 2024-03-22 15:21:03 +0100
  • b81a11b790
    chore(routing): mark function that is now an RPC target Andrew Mayorov 2024-03-22 15:14:53 +0100
  • ba276d807f
    fix(routing): add heuristic for routing schema in empty cluster Andrew Mayorov 2024-03-22 14:54:41 +0100
  • 1218176e09
    Merge pull request #12767 from thalesmg/fix-older-kafka-migration-r56-20240322 Thales Macedo Garitezi 2024-03-22 11:01:48 -0300
  • bc5775a988 fix(kafka_producer): handle ancient v1 config when migrating to actions Thales Macedo Garitezi 2024-03-22 09:43:29 -0300
  • 8e979d511c
    Merge pull request #12766 from SergeTupchiy/EMQX-12058-improve-force-shutdown-error-reason SergeTupchiy 2024-03-22 14:32:06 +0200
  • d2a1a7f7cf chore: rename `message_queue_too_long` error reason to `mailbox_overflow` Serge Tupchii 2024-03-22 12:12:37 +0200
  • 42faffc320
    refactor: uniform shared_sub table macros JimMoen 2024-03-22 18:03:13 +0800
  • c2ace30318
    Merge pull request #12763 from SergeTupchiy/EMQX-1206-ds-mqueue-inflight-api-not-implemented SergeTupchiy 2024-03-22 11:43:53 +0200
  • 45eedbb9c6 fix: bpapi undef on old node zhongwencool 2024-03-22 17:02:09 +0800
  • 2b684c7bcc fix(emqx_connector_info): refactoring based on thalesmg's comments Kjell Winblad 2024-03-22 09:29:26 +0100
  • 5d77e1b01e fix: return not_implemented error for mqueue/inflight msgs queries Serge Tupchii 2024-03-22 10:02:31 +0200
  • 9b085b5797
    fix(api_schema): removed metrics schema in api spec JimMoen 2024-03-21 17:30:36 +0800
  • 23ad37f566
    Merge pull request #12762 from thalesmg/ds-fix-sync-egress-reply-m-20240321 Thales Macedo Garitezi 2024-03-21 16:42:42 -0300
  • cfd4a1297f
    Merge pull request #12761 from thalesmg/test-fix-flaky-dash-mon-m-20240321 Thales Macedo Garitezi 2024-03-21 16:04:08 -0300
  • e17f663fa5
    Merge pull request #12749 from thalesmg/mv-followup1-m-20240320 Thales Macedo Garitezi 2024-03-21 16:03:49 -0300
  • 796c04e7a8 test: fix flaky test Thales Macedo Garitezi 2024-03-21 15:47:29 -0300
  • dda630ccbd
    Merge pull request #12760 from id/0321-cut-5.6.0-rc.3 v5.6.0-rc.3 e5.6.0-rc.3 Ivan Dyachkov 2024-03-21 19:43:13 +0100
  • 68af211130 fix(ds): reply sync callers after raft store failure Thales Macedo Garitezi 2024-03-21 15:33:18 -0300
  • 70737a437a fix(ds): add caller to pending replies before flushing Thales Macedo Garitezi 2024-03-21 14:39:21 -0300
  • 93c80bc912 chore: 5.6.0-rc.3 Ivan Dyachkov 2024-03-21 17:43:02 +0100
  • fa7ec231e3 test: fix flaky test Thales Macedo Garitezi 2024-03-21 14:07:09 -0300
  • e2a2295c99
    Merge pull request #12759 from SergeTupchiy/EMQX-11808-remove-uploaded-invalid-backups SergeTupchiy 2024-03-21 18:58:48 +0200
  • 00aa7b5621 feat: create new `message.validation_failed` hookpoint and rule engine event Thales Macedo Garitezi 2024-03-20 17:27:19 -0300
  • 7d7c6685d4
    Merge pull request #12753 from thalesmg/test-flaky-retry-m-20240321 Thales Macedo Garitezi 2024-03-21 13:43:51 -0300
  • c39f6a8265
    Merge pull request #12754 from Kinplemelon/kinple/upgrade-dashboard Ivan Dyachkov 2024-03-21 17:40:49 +0100
  • 8ffd1304a5
    Merge pull request #12755 from thalesmg/fix-kafka-probe-buffer-disk-m-20240321 Thales Macedo Garitezi 2024-03-21 13:39:33 -0300
  • 25c07425a3
    Merge pull request #12757 from keynslug/fix/EMQX-12050/topics-api-count Andrew Mayorov 2024-03-21 16:52:35 +0100
  • 40eccb10d6 fix(emqx_mgmt_data_backup): remove an uploaded backup file if it's not valid Serge Tupchii 2024-03-21 17:30:45 +0200
  • 4bfc51c052 refactor(emqx_connector_info): improve documentation and type specs Kjell Winblad 2024-03-21 16:08:31 +0100
  • 7d6fde5960
    fix(topics-api): respond with correct totals to paged queries Andrew Mayorov 2024-03-21 16:02:16 +0100
  • e837791f94 fix(kafka-based bridges): avoid trying to get raw config for replayq dir Thales Macedo Garitezi 2024-03-21 11:49:00 -0300
  • 34c3c4e892
    Merge pull request #12474 from ieQu1/dev/ds-rest-api ieQu1 2024-03-21 15:28:07 +0100
  • c45ed4e028 chore(dashboard): bump dashboard version to v1.8.0 & e1.6.0 Kinplemelon 2024-03-21 22:05:33 +0800
  • 64399b6861 test: attempt to stabilize flaky test Thales Macedo Garitezi 2024-03-21 10:41:16 -0300
  • 89befa580e refactor(emqx_connector_info): remove code that is no longer needed Kjell Winblad 2024-03-21 11:58:54 +0100
  • cada944350
    feat(sessds): Expose relevant durable session info in the REST API ieQu1 2024-02-03 16:05:18 +0100
  • a3b75eb39d refactor(remaining connectors): to use emqx_connector_info Kjell Winblad 2024-03-20 16:16:32 +0100
  • e10d43cdce
    Merge pull request #12361 from keynslug/ft/EMQX-11756/emqx-ds-replication Andrew Mayorov 2024-03-20 21:32:42 +0100
  • 62030e8942 feat(message validation): forbid repeated schema checks Thales Macedo Garitezi 2024-03-20 15:26:00 -0300
  • b8cd1c9020 feat(message validation api): add enable/disable HTTP API Thales Macedo Garitezi 2024-03-20 14:59:32 -0300
  • 4944cc080e feat(message_validation): add `ignore` failure action Thales Macedo Garitezi 2024-03-20 14:31:43 -0300
  • 8753e3583f feat(message_validation): add `none` log level Thales Macedo Garitezi 2024-03-20 14:09:11 -0300
  • e767f01e0a fix(message_validation): take `enable` into account Thales Macedo Garitezi 2024-03-20 13:57:12 -0300
  • ebd039ecce
    Merge pull request #12748 from id/0320-cut-5.6.0-rc.2 v5.6.0-rc.2 e5.6.0-rc.2 Ivan Dyachkov 2024-03-20 17:48:27 +0100
  • 7aa287c6c1 fix: add message validation schema to `emqx_enterprise_schema` Thales Macedo Garitezi 2024-03-20 13:37:01 -0300
  • 49e0488498 chore: 5.6.0-rc.2 Ivan Dyachkov 2024-03-20 15:12:21 +0100
  • bede5a5b85
    Merge pull request #12746 from zmstone/0320-add-throttle-log-for-auth-failure Zaiming (Stone) Shi 2024-03-20 17:06:36 +0100
  • 27c1f1a4e4
    Merge pull request #12732 from SergeTupchiy/EMQX-11861-client-mqueue-inflight-API-updates SergeTupchiy 2024-03-20 16:27:44 +0200
  • 30d4eb9250 docs: fix i18n message lable ID zmstone 2024-03-20 14:57:51 +0100
  • 7257fe526b
    fix(ci): add `ra` to emqx app dependencies as well Andrew Mayorov 2024-03-20 14:45:41 +0100
  • 90fce21adc docs: add change log for #12746 zmstone 2024-03-20 11:27:07 +0100
  • 38e30622f3 chore(license): add LICENSE tag to logs zmstone 2024-03-20 11:18:05 +0100
  • 2c81b56377 feat: add authentication_failure throttled log zmstone 2024-03-20 11:10:13 +0100
  • e5f9e7631d
    Merge pull request #12736 from zmstone/0319-json-schema-draft-06-as-default-version Zaiming (Stone) Shi 2024-03-20 14:39:37 +0100
  • 27d109ce6d refactor(syskeeper connector): to use emqx_connector_info Kjell Winblad 2024-03-20 14:29:02 +0100
  • cb5fdb3c79 fix: rework In-flight / Mqueue API Serge Tupchii 2024-03-18 21:20:28 +0200
  • be88e906a0
    Merge pull request #12747 from ieQu1/dev/bulk-ds-kickout ieQu1 2024-03-20 14:03:20 +0100