Shawn
|
862336a2cb
|
feat: hide relup plugins from APIs and CLIs
|
2024-07-22 16:07:50 +08:00 |
Shawn
|
fc3405fe4c
|
fix: bp_api for relup
|
2024-07-19 17:35:36 +08:00 |
Shawn
|
f11dfce292
|
ci: suppress dialyzer checks for quicer and odbc types
|
2024-07-19 17:11:49 +08:00 |
Shawn
|
c61828460a
|
chore: emqx_utils_api:with_node/2 support simple http-code
|
2024-07-19 15:02:14 +08:00 |
Shawn
|
4d25f28bb2
|
fix: dialyzer checks
|
2024-07-19 14:19:50 +08:00 |
Shawn
|
5c2a7dfdfa
|
fix: rename relup dir to relup_info to avoid tgz failure
|
2024-07-19 12:17:12 +08:00 |
Shawn
|
3ad7dc262b
|
fix: some sanity-checks
|
2024-07-19 11:38:44 +08:00 |
Shawn
|
3c8ef35b18
|
fix: show relup status even if no packages installed
|
2024-07-19 11:20:37 +08:00 |
Shawn
|
79b65a28c1
|
chore: use emqx-relup 0.1.0
|
2024-07-18 18:54:10 +08:00 |
Shawn
|
2008130071
|
feat: add HTTP APIs for relup
|
2024-07-18 18:48:38 +08:00 |
Shawn
|
c6b02bc13f
|
feat: support starting emqx from relup dir
We put all of the unpacked files into `relup` dir, and warn the user if boot from it
|
2024-07-18 18:47:27 +08:00 |
Shawn
|
5fca0a16f9
|
feat: rename emqx_relup to emqx_post_upgrade
|
2024-07-08 10:33:09 +08:00 |
Shawn
|
92594d042b
|
feat: add some relup examples
|
2024-07-08 10:33:09 +08:00 |
Shawn
|
e9163f2752
|
feat: generate relup tarball
To generate a tarball, tag the release and then:
```
make emqx-enterprise-relup
```
|
2024-07-08 10:33:09 +08:00 |
Kjell Winblad
|
c8258cebe8
|
Merge pull request #13414 from kjellwinblad/kjell/review_connector_error_logs_rabbitmq_etc/EMQX-12462
fix: make RabbitMQ error log messages easier to understand
|
2024-07-05 15:01:15 +02:00 |
Kjell Winblad
|
aeacb3d58a
|
docs: add change log entry
|
2024-07-05 11:05:21 +02:00 |
Thales Macedo Garitezi
|
16113001fe
|
Merge pull request #13413 from thalesmg/20240703-m-mix-umbrella-part-II
chore: add missing mix files to new apps
|
2024-07-04 14:27:59 -03:00 |
Kjell Winblad
|
b994e0f1c0
|
fix: make RabbitMQ error log messages easier to understand
Fixes:
https://emqx.atlassian.net/browse/EMQX-12462
|
2024-07-04 16:43:53 +02:00 |
Thales Macedo Garitezi
|
420493deb4
|
chore: add missing mix files to new apps
|
2024-07-04 10:27:59 -03:00 |
Thales Macedo Garitezi
|
e9265b88e5
|
Merge pull request #13406 from thalesmg/20240703-m-sync-r57
sync release-57 to master
|
2024-07-03 17:21:02 -03:00 |
Thales Macedo Garitezi
|
32ace85e1c
|
Merge branch 'release-57' into 20240703-m-sync-r57
|
2024-07-03 16:03:15 -03:00 |
Thales Macedo Garitezi
|
ae24b7a37b
|
Merge pull request #13404 from thalesmg/20240703-r57-refactor-mix-common-deps
ci(mix): refactor to avoid conflicts
|
2024-07-03 15:57:05 -03:00 |
Thales Macedo Garitezi
|
afb65817c4
|
ci(mix): refactor to avoid conflicts
This introduces a refactoring that will hopefully help avoid conflicts with ongoing work
to migrate our build / CI tooling to Mix.
|
2024-07-03 14:37:25 -03:00 |
Andrew Mayorov
|
187f5e5936
|
Merge pull request #13391 from keynslug/perf/EMQX-12611/avoid-stream-shuffle
perf(sessds): rotate through streams with iterators when fetching
|
2024-07-03 17:46:29 +02:00 |
Andrew Mayorov
|
45dbfb77e3
|
Merge pull request #13402 from keynslug/ci/flaky/s3-aggreg
test(bridge-s3): correct assertions to get rid of flakiness
|
2024-07-03 17:44:42 +02:00 |
Andrew Mayorov
|
d7d5eb2c52
|
test(bridge-s3): correct assertions to get rid of flakiness
|
2024-07-03 16:40:34 +02:00 |
Thales Macedo Garitezi
|
532c7831b2
|
Merge pull request #13384 from thalesmg/20240701-r57-mt-new-fields
feat(message transformation): add more read-only fields to context
|
2024-07-03 11:27:27 -03:00 |
Thales Macedo Garitezi
|
35f1ddc0eb
|
Merge pull request #13393 from thalesmg/20240702-r57-test-plugin-start-enabled
fix(plugins): ensure plugin apps are restarted when restarting `emqx_plugins`
|
2024-07-03 11:27:14 -03:00 |
Andrew Mayorov
|
950f4d9483
|
fix(sessds): defend restartable stream iterator from infinite loop
|
2024-07-03 15:21:16 +02:00 |
Andrew Mayorov
|
947af1faaf
|
chore(sessds): rename `iterate` -> `iter_next` for consistency
|
2024-07-03 15:21:16 +02:00 |
Thales Macedo Garitezi
|
e1420a27bb
|
fix(plugins): ensure plugin apps are restarted when restarting `emqx_plugins`
Fixes https://emqx.atlassian.net/browse/EMQX-12628
Fixes https://github.com/emqx/emqx/issues/13378
|
2024-07-03 09:51:42 -03:00 |
Thales Macedo Garitezi
|
2c3209e258
|
Merge pull request #13395 from thalesmg/20240702-r57-test-flaky-cluster-invite-timeout
test: attempt to fix flaky tests
|
2024-07-03 09:32:58 -03:00 |
zhongwencool
|
17261c6499
|
Merge pull request #13379 from emqx/dependabot/github_actions/actions-b098ddba97
build(deps): bump the actions group across 1 directory with 3 updates
|
2024-07-03 17:28:05 +08:00 |
zhongwencool
|
7f17981a12
|
Merge pull request #13392 from thalesmg/20240702-m-sync-r57-mix-umbrella
sync release-57 to master
|
2024-07-03 16:24:24 +08:00 |
zhongwencool
|
fe256363ad
|
Merge pull request #13331 from lafirest/fix/error-msg
fix(api_keys): improved the error message when bootstrapping api_key
|
2024-07-03 15:38:44 +08:00 |
zhongwencool
|
cfa29eaa6f
|
Merge remote-tracking branch 'upstream/release-57' into 20240702-m-sync-r57-mix-umbrella
|
2024-07-03 15:30:11 +08:00 |
zhongwencool
|
5f321702e7
|
Merge pull request #13398 from zhongwencool/authz-db-clear-table
fix: don't destory when authz'source unchanged
|
2024-07-03 15:29:39 +08:00 |
JianBo He
|
9f44c50025
|
Merge pull request #13350 from HJianBo/add-peersni-to-client-attr
feat: support to extract the client peersni field to clientinfo
|
2024-07-03 15:29:21 +08:00 |
zhongwencool
|
cfa7c3bf04
|
Merge remote-tracking branch 'upstream/release-57' into 20240702-m-sync-r57-mix-umbrella
|
2024-07-03 15:15:58 +08:00 |
zhongwencool
|
f4527ce609
|
Merge pull request #13371 from zhongwencool/update-config-not-failed-on-replicant
feat: do not fail on other nodes when the RPC succeeds on the first node
|
2024-07-03 15:00:00 +08:00 |
zhongwencool
|
112433da87
|
fix: don't destory when authz'source unchanged
|
2024-07-03 13:13:23 +08:00 |
firest
|
ac6bbd2977
|
fix(api_keys): improved the error message when bootstrapping api_key
|
2024-07-03 11:08:47 +08:00 |
zhongwencool
|
0dfa3e8c86
|
chore: ensure the module is loaded
|
2024-07-03 10:11:33 +08:00 |
JianBo He
|
920e039487
|
chore: fix failed tests
|
2024-07-03 09:55:45 +08:00 |
zhongwencool
|
7c02e1979e
|
chore: add cluster_rpc_opts() type in emqx_config
|
2024-07-03 09:49:14 +08:00 |
zhongwencool
|
059baf9ea5
|
test: add authz test case
|
2024-07-03 09:49:13 +08:00 |
zhongwencool
|
e1c3b7587d
|
feat: do not fail on other nodes when the RPC succeeds on the first node
|
2024-07-03 09:49:13 +08:00 |
Thales Macedo Garitezi
|
9ef3eff4c6
|
Merge pull request #13394 from thalesmg/20240702-r57-atom-leak-schema-registry
fix(schema registry): avoid atom leak
|
2024-07-02 17:40:26 -03:00 |
Thales Macedo Garitezi
|
fdf43455d9
|
Merge pull request #13383 from thalesmg/20240701-r57-test-flaky-gconsu-multiple-pull-workers
test: attempts to stabilize flaky tests
|
2024-07-02 17:40:10 -03:00 |
Thales Macedo Garitezi
|
b0c0c02df9
|
test: attempt to fix flaky tests
```
%%% emqx_mgmt_api_cluster_SUITE ==> t_cluster_invite_api_timeout: FAILED
%%% emqx_mgmt_api_cluster_SUITE ==>
Failure/Error: ?assertMatch([ # { core_node := Core1 , replicant_nodes := [ # { node := Replicant , streams := _ } ] } , # { core_node := Core2 , replicant_nodes := [ # { node := Replicant , streams := _ } ] } ], lists : sort ( Core1Resp ))
expected: = [ # { core_node := Core1 , replicant_nodes := [ # { node := Replicant , streams := _ } ] } , # { core_node := Core2 , replicant_nodes := [ # { node := Replicant , streams := _ } ] } ]
got: [#{core_node => 'data_backup_core1@127.0.0.1',
replicant_nodes => []},
#{core_node => 'data_backup_core2@127.0.0.1',
replicant_nodes =>
[#{node => 'data_backup_replicant@127.0.0.1',
streams => 7}]}]
line: 111
```
|
2024-07-02 15:15:03 -03:00 |