Zaiming (Stone) Shi
eda6df7a19
build: detach 4.3 branches from 4.4 branches
...
Starting from this commit, there will be no more merges from 4.3 to 4.4.
That is: fixes affecting both 4.3 and 4.4 will have to be sent
in separate pull requests.
This change is due to two reasons:
1. The ever increasing divergence from 4.4 is making the merges
to cause more and more conflicts which are also harder to resolve
2. Opensource edition 4.3 has come to the 18-month EOL by November 2022
2022-11-28 14:36:42 +01:00
Ivan Dyachkov
c0674001fb
chore(sync from ee): sign extra binaries on macos when packaging
2022-11-15 16:40:45 +01:00
Zaiming (Stone) Shi
a432312b91
build: print apps in lines (but not as space separated args)
2022-11-07 13:02:22 +01:00
Zaiming (Stone) Shi
8ff8a8b55d
ci: split fast (regular) and docker-compose (docker) ct
2022-11-06 19:39:06 +01:00
Zaiming (Stone) Shi
6ae2b06ba1
chore: upgrade dashboard version
2022-11-04 22:11:41 +01:00
Traphalet
25b6a1c158
ci(test): test parallel CT runs on self-hosted runners
2022-11-02 19:20:39 +01:00
Zaiming (Stone) Shi
1ba2c01f25
Merge remote-tracking branch 'origin/release-v43' into main-v4.3
2022-10-15 14:58:22 +02:00
JianBo He
7fe6bc6094
chore: update dashboard vsn
2022-10-12 11:28:44 +08:00
Zaiming (Stone) Shi
7f9886e611
Merge remote-tracking branch 'origin/release-v43' into main-v4.3
2022-10-09 19:40:26 +02:00
Ivan Dyachkov
280668ce13
chore: portable stdout coloring in scripts
...
BSD's (macos) version of echo does not support -e flag
2022-10-06 11:43:45 +02:00
Zaiming (Stone) Shi
206ab125a4
build: support additional checks before cutting a release tag
2022-10-06 09:41:14 +02:00
Zaiming (Stone) Shi
07f0f0a5f8
Merge remote-tracking branch 'origin/release-v43' into 0921-build-merge-release-br-back-to-main-asap
2022-09-29 10:56:45 +02:00
Zaiming (Stone) Shi
747c48c3ce
build: merge release- branch back to main- branch asap
2022-09-29 10:48:24 +02:00
Zaiming (Stone) Shi
046eb727cd
Merge pull request #8996 from zmstone/0917-fix-update-appup-script-usage
...
build(update-appup.sh): fix usage info
2022-09-27 21:44:21 +02:00
Zaiming (Stone) Shi
527ce097aa
feat: add emqx_secret module
2022-09-27 21:18:07 +02:00
Zaiming (Stone) Shi
0ac78734bd
build(update_appup.escript): allow external app non-semver
2022-09-25 14:19:53 +02:00
Zaiming (Stone) Shi
9d00b5b0d6
build(update_appup): red color for error logs
2022-09-20 20:30:38 +02:00
Zaiming (Stone) Shi
9d99bf8b91
build: add release cut script
2022-09-20 20:20:35 +02:00
Zaiming (Stone) Shi
68d28fdcdd
build(update-appup.sh): fix usage info
2022-09-18 11:32:34 +02:00
Zaiming (Stone) Shi
3c852098d7
Merge tag 'v4.3.20' into main-v4.3
2022-09-16 12:54:00 +02:00
Ivan Dyachkov
ed34108644
build: sign macos binaries
2022-09-16 10:21:56 +02:00
Zaiming (Stone) Shi
f2f14573d3
Merge pull request #8865 from qzhuyan/ci/william/add-xref-escript
...
Ci/william/add xref escript
2022-09-15 14:16:32 +02:00
Zaiming (Stone) Shi
ab21801449
ci: exclude v4.3.13 for centos8
2022-09-15 09:07:20 +02:00
Zaiming (Stone) Shi
2fbb79f84f
build: do not skip downloading relup base package
...
do not skip downloading only because of curl error
for known missing base packages, we should list them in the script
2022-09-15 09:07:20 +02:00
Zaiming (Stone) Shi
05129bd919
refactor: rename check scripts to start with 'check-'
2022-09-14 19:32:02 +02:00
Zaiming (Stone) Shi
4ff34e3188
ci: ensure chart version is in sync with the release version
2022-09-14 19:32:02 +02:00
Thales Macedo Garitezi
9e122f38b9
ci(fix): fix check for appup coverage
...
Before:
```elixir
iex(14)> :re.run('4.3.10', "4\\.3\\.[0-4]", [{:capture, :first, :list}])
{:match, ['4.3.1']}
```
2022-09-09 13:21:05 -03:00
William Yang
432eae6e55
ci(xref): support emqx-ee profile
2022-09-07 10:22:46 +02:00
William Yang
9dd5e26ddf
ci(xref): handle no_such_module
2022-09-02 10:27:31 +02:00
William Yang
fef088220c
ci(xref): handle non-existing apps/modules
2022-09-02 10:06:09 +02:00
William Yang
8b6b9a0d20
ci(xref): excl release related modules
2022-09-01 11:52:09 +02:00
William Yang
aee1350b1d
ci(xref): remove reqplayq
2022-09-01 08:54:55 +02:00
William Yang
eed5a24e40
ci(xref): don't check observer
2022-09-01 08:47:28 +02:00
William Yang
5d91deb83e
ci: add escript xref check
...
Check all the released modules
2022-08-29 14:33:48 +02:00
zhongwencool
50f1d241dc
chore: bump dashboard to v4.3.10/v4.3.24
2022-08-19 16:54:23 +08:00
Ilya Averyanov
9064b5acb8
chore(ci): make apps-version-check.sh accept new apps
2022-08-12 17:44:26 +03:00
Thales Macedo Garitezi
c533f58ee5
fix: rm non-portable `env` option
...
On some systems, like `centos7`, `env` does not have a `-S` option.
2022-08-03 17:47:11 -03:00
Zaiming (Stone) Shi
ddd6f066e4
chore: run escript in compile mode
2022-08-03 10:41:45 +02:00
Zaiming (Stone) Shi
e74a97013e
build: fix relup app overwrite escript
...
the rel file name is always emqx.rel, has nothing to do with profile
2022-08-03 10:01:20 +02:00
Zaiming (Stone) Shi
a162196719
Merge pull request #8511 from qzhuyan/ci/william/4.3-new-otp-23.3
...
[WIP] ci: [4.3 only] release with OTP 23.3
2022-08-02 13:28:41 +01:00
William Yang
8835296c7a
ci(rel): intro. rel_otp_apps.eterm
2022-08-02 09:59:33 +02:00
William Yang
b17078b93f
fix(otp23.3): OTP app overwrites support emqx-edge
2022-08-02 09:59:33 +02:00
zhouzb
3a62935205
chore: update dashboard vsn
2022-07-30 12:18:55 +08:00
William Yang
3655ea050c
build(relup): overwrite OTP vers of upgrade bases
2022-07-23 00:46:47 +02:00
JimMoen
2366794c2f
chore: update dashboard version
2022-07-18 14:09:27 +08:00
zhouzb
d2774935df
chore(relup): fix bad url
2022-07-12 14:50:59 +08:00
zhouzb
fe56985eec
chore(relup): download relup base version packages from s3
2022-07-12 14:30:50 +08:00
Zaiming (Stone) Shi
0e4626aab3
ci: app version check script should also check include dir
2022-07-02 11:35:47 +02:00
Thales Macedo Garitezi
03649cc3f3
chore: copy `.tool-versions` when calculating appups
...
This can make it simpler to ensure the same OTP version that builds
the current checkout will match the one that builds the appup base,
since one may change the version locally.
2022-07-01 13:05:29 -03:00
Shawn
343770ce52
chore: update dashboard version
2022-06-28 10:29:01 +08:00