v0.5.0
vitaliimelnychuk
released this
24 Mar 09:11
·
227 commits
to master
since this release
What's Changed
Added 🎉
- feat: add PUT
/run_log
, GET/run_log/<run_id>/download
by @vitaliimelnychuk in #278 - feat: send JMeter logs once test finished or stopped by @vitaliimelnychuk in #279
- feat: add button to download logs by @vitaliimelnychuk in #280
- feat: create user and workspace during sing in by @vitaliimelnychuk in #282
- feat: GET, PUT, POST for users and workspaces by @vitaliimelnychuk in #283
- feat: add GET
/me
endpoint by @vitaliimelnychuk in #284 - feat: add user profile menu by @vitaliimelnychuk in #291
- feat: add GET
/monitoring
endpoints by @nunodio in #292 - feat: DELETE
/user/id>
,/workspace/<id>
endpoints by @vitaliimelnychuk in #293 - feat: list of workspaces and users by @vitaliimelnychuk in #294
- feat: add users management page by @vitaliimelnychuk in #295
- feat: add current workspace context by @vitaliimelnychuk in #297
- feat: fetch runs based on workspace by @vitaliimelnychuk in #300
- feat: add workspace_id for Run, RunConfiguration by @vitaliimelnychuk in #302
Fixed 🐛
- fix: flaky test based on current date by @vitaliimelnychuk in #266
- fix: add unique email user validation by @vitaliimelnychuk in #296
Package Dependencies 🛠
- build(deps): bump @docusaurus/core from 2.0.0-beta.16 to 2.0.0-beta.17 in /site by @dependabot in #260
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #255
- build(deps): bump react-router-dom from 6.2.1 to 6.2.2 in /web/frontend by @dependabot in #256
- build(deps): bump eslint-config-prettier from 8.4.0 to 8.5.0 in /web/frontend by @dependabot in #257
- build(deps): bump @docusaurus/preset-classic from 2.0.0-beta.16 to 2.0.0-beta.17 in /site by @dependabot in #258
- build(deps): bump eslint-plugin-react from 7.29.2 to 7.29.3 in /web/frontend by @dependabot in #259
- build(deps): bump axios from 0.26.0 to 0.26.1 in /web/frontend by @dependabot in #268
- build(deps): bump @testing-library/react from 12.1.3 to 12.1.4 in /web/frontend by @dependabot in #269
- build(deps): bump eslint-plugin-react from 7.29.3 to 7.29.4 in /web/frontend by @dependabot in #270
- build(deps-dev): bump pytest from 7.0.1 to 7.1.0 in /agent by @dependabot in #271
- deps: remove
flask-mongoengine
,mongoengine_goodjson
deps by @vitaliimelnychuk in #275 - build(deps): bump antd from 4.18.9 to 4.19.2 in /web/frontend by @dependabot in #267
- build(deps-dev): bump pytest from 7.1.0 to 7.1.1 in /web/api by @dependabot in #290
- build(deps): bump prettier from 2.5.1 to 2.6.0 in /site by @dependabot in #287
- build(deps): bump prettier from 2.5.1 to 2.6.0 in /web/frontend by @dependabot in #288
- build(deps-dev): bump pytest from 7.1.0 to 7.1.1 in /agent by @dependabot in #286
- build(deps-dev): bump freezegun from 1.2.0 to 1.2.1 in /web/api by @dependabot in #289
- deps: upgrade pip to 22.0.4 and pipenv to 2022.3.23 by @nunodio in #301
- build(deps): bump node-forge from 1.2.1 to 1.3.0 in /site by @dependabot in #303
Full Changelog: v0.4.0...v0.5.0