Zaiming (Stone) Shi
e6d1c545ec
Merge pull request #6746 from zmstone/ci-fix-profile-to-s3-dir-mapping
...
ci: fix emqx build profile to s3 dir mapping
2022-01-13 23:06:16 +01:00
Zaiming (Stone) Shi
38c0b7766c
ci: fix emqx build profile to s3 dir mapping
2022-01-13 22:39:40 +01:00
Zaiming (Stone) Shi
bf334fecb8
Merge pull request #6726 from zmstone/refactor-build-tar-gz-instead-of-zip
...
refactor: build tar gz instead of zip
2022-01-13 22:29:35 +01:00
k32
aed010da05
Merge pull request #6744 from k32/bpapi-fix-warns
...
fix(bpapi): Move static checks to test directory
2022-01-13 21:56:57 +01:00
k32
aa54c6135b
fix(bpapi): Move static checks to test directory
2022-01-13 20:58:33 +01:00
Zaiming (Stone) Shi
5263f59f0e
ci: rename artifact id in api tests flow
2022-01-13 20:28:21 +01:00
Zaiming (Stone) Shi
2faa3fb4cd
ci: build test package from latest builder image
2022-01-13 18:54:01 +01:00
Zaiming (Stone) Shi
ecd7ea0a2f
ci: change to build and test with .tar.gz instead of .zip packages
2022-01-13 18:54:01 +01:00
Zaiming (Stone) Shi
1abac892c9
refactor: install_upgrade script no need to re-pack
...
OTP release handler only works with .tar.gz
as a result, we had to unpack .zip and re-pack .tar.gz
just to make OTP happy.
Now since we will be building .tar.gz packages
there is no need for this re-pack step anymore
2022-01-13 18:54:01 +01:00
Zaiming (Stone) Shi
638a9d1af7
build: change to build .tar.gz instead of zip
2022-01-13 18:54:01 +01:00
Zaiming (Stone) Shi
d9946ffa5b
chore: Update EMQ X description in RPM and DEB packages
2022-01-13 18:54:01 +01:00
k32
b84c4cbde5
Merge pull request #6740 from k32/bpapi-dashboard
...
refactor(bpapi): Decorate remote procedure calls
2022-01-13 16:25:54 +01:00
William Yang
fa59141d6d
Merge pull request #6741 from qzhuyan/ci/william/mac-cache-otp-install
...
ci(mac): cache otp install only
2022-01-13 14:55:08 +01:00
Zaiming (Stone) Shi
e25fa6e5c0
Merge pull request #6742 from zmstone/build-copy-lib-atomic
...
build: copy libatomic
2022-01-13 13:56:53 +01:00
William Yang
76699e916f
Merge pull request #6738 from qzhuyan/ci/william/revert-docker-build-cache
...
ci(cross-build-package): revert build cache for docker img
2022-01-13 13:28:25 +01:00
Zaiming (Stone) Shi
3643a55c10
build: copy libatomic
2022-01-13 13:20:01 +01:00
k32
6207e93e93
refactor(dashboard): Decorate remote procedure calls
2022-01-13 13:14:59 +01:00
k32
5a8f0db0e6
refactor(emqx_prometheus): Decorate remote procedure calls
2022-01-13 13:14:59 +01:00
William Yang
30d119d3a9
ci(mac): cache otp install only
...
only cache otp installation instead of the entire kerl dir to save cache spaces
2022-01-13 11:41:45 +01:00
k32
d84a3fe291
refactor(emqx_conf): Decorate get_override_config_file
2022-01-13 11:38:27 +01:00
William Yang
1306946eb1
ci(cross-build-package): revert build cache for docker img
...
- The docker img use os: alpine, it is unliked to hit a cache.
- The build cache method casue the tag get overwritten among multi
arch builds
2022-01-13 11:26:34 +01:00
k32
727dec14c7
Merge pull request #6727 from k32/bpapi-topic-metrics
...
refactor(emqx_topic_metrics): Decorate remote procedure calls
2022-01-13 10:15:02 +01:00
zhouzb
5e2bc7853f
test: fix test cases for pgsql authz
2022-01-13 16:53:47 +08:00
JimMoen
e6415ce798
Merge pull request #6733 from JimMoen/fix-LICENSE
...
chore: LICENSE Copyright reserved
2022-01-13 16:44:30 +08:00
JimMoen
8c9d98b583
chore: LICENSE Copyright reserved
2022-01-13 16:40:08 +08:00
JimMoen
2939803215
refactor(api): telemetry api swagger spec
2022-01-13 15:53:47 +08:00
JimMoen
82e3565344
chore: major mode file variable for Emacs
2022-01-13 15:53:47 +08:00
zhouzb
683d1c3412
test: fix test cases
2022-01-13 14:27:36 +08:00
zhouzb
e2676bcbd8
fix: fix dep of epgsql
2022-01-13 11:39:48 +08:00
zhouzb
452f6e766a
fix: return error when parse failed
2022-01-13 11:15:08 +08:00
zhouzb
a4f2a9c51d
fix: fix dependency of epgsql
2022-01-13 10:40:22 +08:00
zhouzb
559a23c50f
chore: update tag of epgsql
2022-01-13 10:15:12 +08:00
k32
8570df075c
refactor(emqx_telemetry): Decorate remote procedure calls
2022-01-13 00:35:49 +01:00
k32
e513583e70
refactor(emqx_topic_metrics): Decorate remote procedure calls
2022-01-13 00:11:45 +01:00
Zaiming (Stone) Shi
a935dcc1f5
Merge pull request #6718 from zmstone/refactor-bin-emqx-help-info
...
refactor(bin/emqx): refine help info
2022-01-12 23:34:53 +01:00
Zaiming (Stone) Shi
38ee224fac
refactor(bin/emqx): refine help info
...
* refine usage print
* deleted restart command, as it only works for daemon mode.
e.g. if EMQ X is started in 'foreground' mode the 'restart'
command will make it start in daemon mode
* some commands such as ertspath does not requre RPC
2022-01-12 23:33:59 +01:00
k32
64d594d1df
Merge pull request #6705 from k32/bpapi-conf
...
refactor(emqx_conf): Decorate remote procedure calls
2022-01-12 22:32:35 +01:00
k32
1e795759ce
docs(bpapi): Add README
2022-01-12 21:36:24 +01:00
k32
48366a80c8
refactor(emqx_conf): Decorate cluster RPCs
2022-01-12 21:28:24 +01:00
Zaiming (Stone) Shi
cc2ae5ed71
Merge pull request #6624 from HJianBo/fix-conf-name-prefix
...
Remove `emqx_` prefix for some config scopes
2022-01-12 20:36:52 +01:00
Zaiming (Stone) Shi
0d86d41f95
Merge pull request #6723 from zmstone/docs-ensure-authn-schema-ns
...
docs: ensure authn schema ns for password-hash structs
2022-01-12 16:42:04 +01:00
k32
784ca5bf24
fix(emqx_map_lib): Fix underspec
2022-01-12 16:20:13 +01:00
k32
d25258943b
feat(bpapi): Verify emqx cluster RPC
2022-01-12 16:19:46 +01:00
Zaiming (Stone) Shi
641fe64d00
docs: ensure authn schema ns for password-hash structs
2022-01-12 15:48:30 +01:00
k32
b2b6cff469
revert(makefile): Remove lightweight dialyzer target
2022-01-12 15:40:44 +01:00
k32
04bac16741
fix(bpapi): Use argument types from the spec
2022-01-12 15:40:21 +01:00
k32
7b65684c45
refactor(emqx_conf): Decorate remote procedure calls
2022-01-12 15:40:21 +01:00
William Yang
56859a7fb0
Merge pull request #6716 from qzhuyan/ci/william/build-cache-for-cross-build-packages
...
build cache for cross build packages
2022-01-12 15:22:05 +01:00
JianBo He
6e0a248555
chore: add namespace for _schema.erl module
2022-01-12 15:01:00 +01:00
William Yang
e388ad1b21
ci(build-cache): add scripts/get-dep-refs.sh
2022-01-12 11:58:50 +01:00