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

Bump onlyoffice_testrail_wrapper from 0.3.0 to 0.4.0 #899

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps onlyoffice_testrail_wrapper from 0.3.0 to 0.4.0.

Release notes

Sourced from onlyoffice_testrail_wrapper's releases.

v0.4.0

0.4.0 (2023-08-09)

New Features

  • Add ruby-3.1 in CI
  • Add yamllint check in CI
  • Add missing dependency of onlyoffice_file_helper
  • Introduce new class for TestrailHelper test results
  • Add TESTRAIL_IN_DEBUG env to force testrail use in debug mode
  • Make connection to testrail persistence. This may cause problems

Fixes

  • Fix markdownlint failure because of old nodejs in CI
  • Reduce read_keys calls - store values in cache

Changes

  • Require mfa for releasing gem
  • Fixes from rubocop-performance v1.13.0
  • Remove ruby-2.5 from CI since it's EOLed
  • Remove codeclimate support since we don't use it any more
  • Check dependabot at 8:00 Moscow time daily
  • Increase test coverage
  • Replace usage of parse_to_class_variable with init_from_hash
  • --fail-fast option for rspec by default
  • Replace usage of HashHelper.get_hash_from_array_with_two_parameters with TestrailApiObject#name_id_pairs
  • Remove unused TestrailHelper#ignored_parameters, TestrailHelper#add_result_by_case_name, TestrailHelper#mark_rest_environment_dependencies, TestrailHelper#delete_plan, TestrailHelper#search_plan_by_substring, TestrailHelper#get_plan_name_by_substring, TestrailHelper#get_tests_by_result TestrailStatusHelper#check_status_exist
  • Fix rubocop-1.28.1 code issues
  • Fix rubocop-1.31.2 code issues
  • Drop support of ruby-2.5 and ruby-2.6 since they EOL'ed
  • Change order of rubocop check in CI
  • Remove ruby-2.7 from CI since it's EOLed, but keep it in gemspec
  • Simplify code in Testrail2#get_project_by_name
  • Do not cache projects name in Testrail2
Changelog

Sourced from onlyoffice_testrail_wrapper's changelog.

0.4.0 (2023-08-09)

New Features

  • Add ruby-3.1 in CI
  • Add yamllint check in CI
  • Add missing dependency of onlyoffice_file_helper
  • Introduce new class for TestrailHelper test results
  • Add TESTRAIL_IN_DEBUG env to force testrail use in debug mode
  • Make connection to testrail persistence. This may cause problems

Fixes

  • Fix markdownlint failure because of old nodejs in CI
  • Reduce read_keys calls - store values in cache

Changes

  • Require mfa for releasing gem
  • Fixes from rubocop-performance v1.13.0
  • Remove ruby-2.5 from CI since it's EOLed
  • Remove codeclimate support since we don't use it any more
  • Check dependabot at 8:00 Moscow time daily
  • Increase test coverage
  • Replace usage of parse_to_class_variable with init_from_hash
  • --fail-fast option for rspec by default
  • Replace usage of HashHelper.get_hash_from_array_with_two_parameters with TestrailApiObject#name_id_pairs
  • Remove unused TestrailHelper#ignored_parameters, TestrailHelper#add_result_by_case_name, TestrailHelper#mark_rest_environment_dependencies, TestrailHelper#delete_plan, TestrailHelper#search_plan_by_substring, TestrailHelper#get_plan_name_by_substring, TestrailHelper#get_tests_by_result TestrailStatusHelper#check_status_exist
  • Fix rubocop-1.28.1 code issues
  • Fix rubocop-1.31.2 code issues
  • Drop support of ruby-2.5 and ruby-2.6 since they EOL'ed
  • Change order of rubocop check in CI
  • Drop ruby-2.7 support, since it's EOLed
  • Simplify code in Testrail2#get_project_by_name
  • Do not cache projects name in Testrail2
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [onlyoffice_testrail_wrapper](https://github.com/ONLYOFFICE-QA/onlyoffice_testrail_wrapper) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/ONLYOFFICE-QA/onlyoffice_testrail_wrapper/releases)
- [Changelog](https://github.com/ONLYOFFICE-QA/onlyoffice_testrail_wrapper/blob/master/CHANGELOG.md)
- [Commits](ONLYOFFICE-QA/onlyoffice_testrail_wrapper@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: onlyoffice_testrail_wrapper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 4, 2023
@alinasafonova alinasafonova merged commit 232f6f0 into master Sep 4, 2023
3 checks passed
@alinasafonova alinasafonova deleted the dependabot/bundler/onlyoffice_testrail_wrapper-0.4.0 branch September 4, 2023 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant