JimMoen
e361cd5733
Fix dashboard APIs return ( #6177 )
...
* fix(dashboard_api): delete non-exist user wrongly return 204
* fix(dashboard): dashboard user should use `tags` not `tag`
* fix(dashboard): create/update user return 200 with full users list
* fix(dashboard): logout status code 204
* fix(dashboard): update pwd status code 204
* test: test suite for dashboard APIs
* refactor(dashboard): user info mnesia record name use description
* style: make elvis happy
* fix(api): dashboard swagger check request should not override env
* fix(dashboard): add/modify dashboard returns single record
* ci: update emqx-fvt version to new tag 1.0.2-dev1
2021-11-18 14:36:12 +08:00
JimMoen
e07e3c7039
ci: update emqx-fvt version
2021-11-15 16:30:44 +08:00
Zaiming (Stone) Shi
aac090ad7b
Merge pull request #6104 from emqx/issue-tmpl-askemq
...
chore(github-issue-template): https://askemq.com/
2021-11-11 17:29:23 +01:00
Thales Macedo Garitezi
28e3727aae
fix(ci): temporarily disable rlog FVT tests (flakiness)
...
A few FVT tests are very flaky when run in rlog core+replicant cluster
configuration (for instance `V5/test_publish.py::test_topic`). We are
disabling this test configuration temporarily while we investigate
further and mitigate it.
2021-11-10 11:03:39 -03:00
William Yang
b0dd944fa4
chore(github-issue-template): https://askemq.com/
2021-11-09 11:33:32 +01:00
Thales Macedo Garitezi
f8fc67b313
fix(lag): target only replica if rlog core+replicant
...
there seems to be race conditions related to some tests with sessions
hitting the core and the replicant alternately and rlog.
for intance, if there is some delay in this replication, a new
connection made to the replica with a just-created session in the core
may not have been replicated to the replicant, resulting in a test
failure if it expects the session to be present.
since such replication lags are inherent to the core-replicant
topology, we can try to target only the replicant to avoid seeing this
inconsistent view of the system during the tests.
2021-11-08 14:18:07 -03:00
Thales Macedo Garitezi
c60feaaad2
test(fvt): extend functional verification tests to use replicant node
...
This parameterizes the Functional Verification Tests (FVTs) that run
in CI to use a replication log (RLOG) role of "replicant" for one of
the nodes. With this addition, our FVTs may explore more scenarios
with data replication.
2021-11-07 17:02:57 -03:00
Zaiming Shi
ce8e52f4d0
ci: fix job syntax
2021-11-04 18:32:03 +01:00
Zaiming Shi
d1abb30818
ci: fix elvis check
2021-11-04 15:27:10 +01:00
Zaiming Shi
dc58e4a441
ci: check code style
...
run elvis and nl-at-eof check
2021-11-04 14:47:05 +01:00
zhanghongtong
4fb303e4aa
ci: change emqx-ci-helper version for build workflows
2021-10-28 09:22:53 +08:00
zhanghongtong
f817ba0075
chore(CI): rename image
2021-10-22 13:40:01 +08:00
zhanghongtong
b2d80125b6
build(docker): use ghcr image for build docker
2021-10-22 13:40:01 +08:00
zhanghongtong
7732796331
chore(CI): change otp version for docker compose file
...
Signed-off-by: zhanghongtong <rory-z@outlook.com>
2021-10-22 13:40:01 +08:00
zhanghongtong
46a794e38b
chore(CI): use concurrency to cancel in-progress workflows
2021-10-22 13:40:01 +08:00
zhanghongtong
4d27d371eb
chore(CI): change otp version for workflows
2021-10-22 13:40:01 +08:00
zhanghongtong
d334b27e56
chore(CI): better build docker image
2021-10-20 18:24:08 +08:00
zhanghongtong
d7a3141a43
chore(CI): use tag of emqtt-bench in github actions
2021-10-19 17:35:38 +08:00
xujun540
cb317b3d7a
chore(autotest): modify api automation script version
2021-10-19 15:36:17 +08:00
zhanghongtong
bd00c7d3c7
chore(CI): do not update latest tag for docker hub when pre-release
2021-10-11 09:29:51 +08:00
zhanghongtong
48599324de
chore(CI): fix push docker error for build packages workflows'
2021-09-29 20:43:05 +08:00
xujun540
e1de837664
chore(autotest): add tag
2021-09-28 19:15:00 +08:00
Zaiming (Stone) Shi
5d89b8d33b
Merge pull request #5804 from Rory-Z/chore/add-macos11-for-workflows
...
chore(CI): add macos 11 for build workflows
2021-09-26 13:48:20 +02:00
xujun540
92c02c0c8b
chore(autotest): add and run test scripts and modify plug-ins
2021-09-26 14:04:43 +08:00
zhanghongtong
f091858a27
chore(CI): add macos 11 for build workflows
...
Signed-off-by: zhanghongtong <rory-z@outlook.com>
2021-09-26 12:33:59 +08:00
zhanghongtong
1e8948e091
chore(CI): use ghcr
...
Signed-off-by: zhanghongtong <rory-z@outlook.com>
2021-09-16 14:33:59 +08:00
xujun540
a45cbf504b
chore(test): modify format
2021-09-16 11:09:47 +08:00
xujun540
a673f18c41
chore(test): modify format
2021-09-16 11:09:47 +08:00
xujun540
4a4014855f
chore(autotest): add api test script
2021-09-16 11:09:47 +08:00
William Yang
6c2c64118e
Merge pull request #5635 from qzhuyan/doc/william/github-issue-flow
...
Update GitHub issue handling flow
2021-09-15 15:42:27 +02:00
zhanghongtong
d443d26fce
fix(auth mnesia api): fix api error for file type
2021-09-13 17:13:30 +08:00
William Yang
e97b69b047
Merge branch 'master' into doc/william/github-issue-flow
2021-09-13 11:10:49 +02:00
xujun540
a6e335e715
chore(autotest): add api test script configuration
2021-09-11 10:38:18 +08:00
William Yang
311be88969
chore(github-issue_flow): address some remarks
2021-09-10 10:08:30 +02:00
xiangfangyang-tech
5f94b8e1ff
chore(CI): add api test workflows for github actions ( #5640 )
2021-09-03 15:05:30 +08:00
William Yang
ffded5ab30
chore(github-issue): update issue templates
2021-09-02 12:40:44 +02:00
William Yang
4cf03ed2b2
chore: Add issue handling uml flow
2021-09-02 12:06:56 +02:00
William Yang
fae12051bb
chore: github issue flow, add need-triage label
2021-09-02 17:17:06 +08:00
William Yang
d513c5639d
chore: github issue flow, add need-triage label
2021-09-02 08:44:32 +02:00
Zaiming (Stone) Shi
c64af6a78c
Merge pull request #5532 from zhongwencool/master
...
feat(emqx_cluster_call): ensure the consistency of resources
2021-08-27 09:40:31 +02:00
DDDHuang
86231f795d
refactor: close managment http 8081 ( #5564 )
2021-08-27 13:46:39 +08:00
zhongwencool
11e87ab9a3
chore(CI): DIAGNOSTIC=1 for more error message
2021-08-26 17:17:47 +08:00
zhanghongtong
a2bafd1a18
feat(authz): support authorization config file part 2
2021-08-25 10:15:00 +08:00
zhanghongtong
0111306224
chore(CI): fix log attachment overwrite error
2021-08-24 16:15:14 +08:00
zhanghongtong
41f2b77ec3
chore(CI): update workflows
...
Signed-off-by: zhanghongtong <rory-z@outlook.com>
2021-08-24 15:04:27 +08:00
zhanghongtong
c90fc9578e
chore(CI): using docker official actions for build packages workflow
...
Signed-off-by: zhanghongtong <rory-z@outlook.com>
2021-08-13 15:28:00 +08:00
zhanghongtong
c78945441c
chore(CI): timed trigger code synchronization
2021-08-13 15:20:36 +08:00
zhanghongtong
d1faf93bbf
chore(CI): rename artifact for build packages workflows
...
Signed-off-by: zhanghongtong <rory-z@outlook.com>
2021-08-13 10:30:42 +08:00
Zaiming (Stone) Shi
64ddb13d8e
Merge pull request #5450 from zmstone/chore-update-otp-version-for-ci
...
chore: update otp version in CI
2021-08-11 14:02:54 +02:00
Zaiming Shi
4abb3e65eb
test(ci): dump haproxy logs if test failed
2021-08-11 10:39:40 +08:00