Releases: ONLYOFFICE-QA/testing-github-warden
Releases · ONLYOFFICE-QA/testing-github-warden
v0.2.0
0.2.0 (2024-06-21)
New Features
- Add
markdownlint
checks to CI - Add
rubocop
support - Add
dependabot
config - Add
.gitignore
file - Add
document-server-integration
repo - Add
yamllint
check in CI - Add dependabot check for base docker image updates
- Add support for GitLab's
HTTP_X_GITLAB_TOKEN
header - Add config for AVS repos
- Add support for
simplecov
test coverage reports - Add
dependabot
check forGitHub Actions
- Add CI script that check that repo config do not have duplicates
- Add
VERSION
file with version info - Add new release flow to docs and rake task
Changes
- Major refactoring of Executioner, add new tests for it
- Use GitHub Actions instead of TravisCI
- Sort alphabetically list of repos in default config
- Log any error which happened during bug handling
- Major refactoring in handling
allowed_branches.yml
.
New classAllowedBranchesParser
- Remove unused
Repository#check_name
method - Minor refactoring in
Repository
class - Add unit test for
Author
,Commit
,GithubResponceObjects
Repository
classes - Remove useless
Commit#timestamp
parsing - Remove useless
GithubResponceObjects#compare
parsing - Refactor
Dockerfile
's placement - Add more detailed log for checking is bug already commented
- Check
dependabot
at 8:00 Moscow time daily - Changes from
rubocop-rspec
update to 2.9.0 - Use
alpine
as base image for executioner - Minor refactoring in diagnostics
- Fix
rubocop-1.28.1
code issues - Increase unit-test coverage
- Split tests on
unit
andintegration
- Increase test coverage
Fixes
- Fix endless loop if commit contains non-existing bug number
- Fix outdated version of
nodejs
in CI checks