Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Testing Farm plugin and fixes to changelog #56

Merged
merged 1 commit into from
Dec 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
## 1.5.x

- Test Run Plugins
Adding support for gitlabCI, githubActions and KernelCI
Adding support for Gitlab CI, GitHub Actions, Testing Farm and KernelCI
as external test environment. It will be possible to navigate results and to
trigger test execution in such environments.
- Test Run Plugins Presets. Admin will be able to define some presets configurations
for each supported test run plugins. Users can override same value filing test requests.
- Highlight current page on the side bar menu
- Highlight current page on the sidebar menu

## 1.4.x

- Api pagination
- By default sort api by name, library_version instead of by id
- By default, sort api by name, library_version instead of by id
- Show and manage unmapped Document
- Avoid to increate the api version on case of last_coverage (field used as cached coverage value) changes
- Avoid to increase the api version on case of last_coverage (field used as cached coverage value) changes
- Fix warning of Document work items
- Fix document link
- Fix Dockerfile-api to init tmt to configure test execution framework
Expand Down
Loading