Zaiming Shi
099e2a8752
ci: port changes made in master branch
2021-11-19 23:03:06 +01:00
zhanghongtong
daeac6edf4
chore(release): update emqx release version
2021-11-18 15:26:36 +08:00
zhanghongtong
d1cf526f34
ci: fix permission error when check sha256
2021-11-18 14:45:00 +08:00
lafirest
42333882c8
fix(emqx_st_statistics): fix unsafe rank range ( #6207 )
...
* fix(emqx_st_statistics): fix unsafe rank range
2021-11-18 14:41:59 +08:00
zhanghongtong
093a93a7ec
ci: fix not found package when check sha256
2021-11-18 14:27:37 +08:00
zhanghongtong
eb0f4a543d
ci: fix upload artifact error
2021-11-18 10:35:03 +08:00
Rory Z
e5ffe8d7d5
Merge pull request #6216 from emqx/sync-v4.3-to-v4.4
...
Sync v4.3 to v4.4
2021-11-18 09:37:58 +08:00
Zaiming Shi
c07f32f1ce
Merge branch 'build-delete-potentially-broken-symlinks' into sync-v4.3-to-v4.4
2021-11-18 00:23:40 +01:00
Zaiming Shi
cd4923d5b2
Merge remote-tracking branch 'origin/main-v4.3' into sync-v4.3-to-v4.4
2021-11-18 00:23:32 +01:00
Zaiming Shi
5db4607815
build: ensure symlinks in _build dir are deleted after fetching deps
...
In CI, the source code is downloaded with make deps-all
zipped and uploaded as an GitHub action artifact to be
downloaded in later steps to build packages
The symlinks are abs paths, meaning it might be broken
when unziped (inside docker containers)
This fix adds a `make clean` step after the deps-all target
and the `clean` target also removes rebar.lock and symlinks
2021-11-17 23:27:10 +01:00
William Yang
a0fb78a38d
Merge pull request #6209 from qzhuyan/backport/william/4.3/node_dump-log-dir
2021-11-17 21:36:11 +01:00
Zaiming Shi
2a55a712d1
build: prepare for 4.4-alpha.1 release
2021-11-17 13:58:09 +01:00
William Yang
59656b3c3a
fix: source emqx_vars in node_dump tool
2021-11-17 13:19:05 +01:00
William Yang
4f0d86dd57
fix(node_dump): locate log dir for package installation
2021-11-17 13:18:59 +01:00
Zaiming (Stone) Shi
14eea4647b
Merge pull request #6198 from Rory-Z/ci/cancel-otp-vsn-for-docker
...
ci: cancel otp vsn for docker image tag
2021-11-17 11:07:48 +01:00
Zaiming (Stone) Shi
f30e21b4d6
Merge pull request #6188 from zmstone/feat-add-flexible-docker-build
...
feat(docker): add flexible docker build
2021-11-17 09:24:14 +01:00
Zaiming Shi
35164951e2
feat(docker): add flexible docker build
...
The defulat docker build (e.g. make emqx-docker) is based on alpine
image and it builds EMQ X from source code.
This is not flexible enough when we want to quickly run some tests
in a docker container.
The new docker build (e.g. make emqx-docker-testing) by default takes
the built zip package, and extract it in a very primitive base image
such as ubuntu:20.04 and centos:8
2021-11-17 08:31:35 +01:00
zhanghongtong
834240a760
ci: cancel otp vsn for docker image tag
...
add otp vsn for docker labels
2021-11-17 15:30:44 +08:00
zhanghongtong
af5f93d81a
build: show macos version
2021-11-17 14:43:03 +08:00
zhanghongtong
45965a3e71
ci: update emqx-ci-helper version
2021-11-17 14:43:03 +08:00
Zaiming (Stone) Shi
739703ea01
Merge pull request #6186 from zmstone/build-fix-rpm-release-scheme
...
build: Move otp version number to RPM's release part
2021-11-17 07:42:37 +01:00
tigercl
f335edaf6a
Merge pull request #6170 from tigercl/feat/mongo-migration
...
feat(migration): improve modules migration and add test cases
2021-11-17 09:42:09 +08:00
Zaiming Shi
a070708e8d
build: Move otp version number to RPM's release part
2021-11-16 19:14:15 +01:00
Zaiming (Stone) Shi
8b0478e663
Merge pull request #6184 from zmstone/chore-parameterise-docker-file
...
build: parameterise path to Dockerfile
2021-11-16 16:46:09 +01:00
Zaiming Shi
ced2429011
fix: bump new feature lib-ce apps to 4.4
2021-11-16 16:08:36 +01:00
Zaiming Shi
4d9854012e
build: parameterise path to Dockerfile
2021-11-16 16:08:36 +01:00
Rory Z
addf0de4be
Merge pull request #6152 from Rory-Z/chore/rename-packages-name
...
Chore/rename packages name
2021-11-16 19:17:56 +08:00
Zaiming Shi
db802ad04f
chore: update toos-versions to pin 23.3.4.9-3
2021-11-16 11:35:13 +01:00
Zaiming Shi
49f164788b
Merge remote-tracking branch 'rory/chore/rename-packages-name' into chore/rename-packages-name
2021-11-16 11:35:01 +01:00
zhanghongtong
284d122372
ci: pin otp version to 23.3.4.9-3 and builder version to 4.4-2
2021-11-16 18:33:21 +08:00
zhanghongtong
39c564c072
ci: rename windows packae
2021-11-16 17:56:33 +08:00
zhanghongtong
2251159c4f
build: pin otp version to 23.3.4.9-3 and builder version to 4.4-2
2021-11-16 17:56:33 +08:00
Zaiming Shi
88efc6612d
Merge remote-tracking branch 'origin/main-v4.4' into chore/rename-packages-name
2021-11-16 09:47:13 +01:00
Zaiming Shi
2dc63cffea
fix(emqx_misc): call gen_tcp to decide if ipv6_probe is supported
2021-11-16 08:37:53 +01:00
Zaiming Shi
e34055b6ef
chore: pin OTP-23.2.7.2-emqx-3
2021-11-16 06:21:12 +01:00
zhanghongtong
a178b6cc08
ci: fix make docker error for github action
2021-11-16 11:31:50 +08:00
Zaiming Shi
755dd11b07
build: always pull image before build
2021-11-16 01:28:42 +01:00
Zaiming Shi
3f1fc64a98
build: fix source rpm package name
2021-11-16 01:10:52 +01:00
Zaiming Shi
c97c6aefc9
build: rename zip package and rpm deb packages
2021-11-16 00:59:28 +01:00
Zaiming Shi
b68f01e7e7
build: do not print 'otp' prefix for otp version
2021-11-15 23:42:19 +01:00
Zaiming Shi
d350281270
build: pin ghcr.io/emqx/emqx-builder/4.4-1:23.3.4.9-2-ubuntu20.04
2021-11-15 23:33:23 +01:00
Zaiming Shi
f711f78c5c
build: pin otp version 23.3.4.9-2
2021-11-15 23:17:21 +01:00
Zaiming Shi
a6032d5435
build: update default otp versions
2021-11-15 23:04:31 +01:00
Zaiming (Stone) Shi
c36ffc7ccb
Merge pull request #6174 from zmstone/main-v4.4-alpha.1
...
sync v4.3 to v4.4
2021-11-15 21:32:40 +01:00
Zaiming (Stone) Shi
684e51a865
Merge branch 'main-v4.4' into main-v4.4-alpha.1
2021-11-15 20:11:42 +01:00
Zaiming Shi
ca1458d4d7
chore(emqx_rule_engine): bump app vsn to 4.4.0
2021-11-15 15:34:48 +01:00
k32
25f6633aaa
Merge pull request #6169 from k32/gen-rpc-ssl-4
...
feat(rpc): Bump gen_rpc version
2021-11-15 14:29:52 +01:00
k32
32086f97ec
Merge branch 'main-v4.4' into gen-rpc-ssl-4
2021-11-15 13:47:54 +01:00
Zaiming Shi
d05e2ff0b1
Merge remote-tracking branch 'origin/main-v4.3' into main-v4.4-alpha.1
2021-11-15 13:41:51 +01:00
zhouzb
2f279b3607
test(migration): fix code scope
2021-11-15 18:14:51 +08:00