Skip to content

Releases: ONLYOFFICE-QA/onlyoffice_bugzilla_helper

v0.6.1

08 Apr 14:59
97578d4
Compare
Choose a tag to compare

0.6.1 (2021-04-08)

Fixes

  • Fix BugzillaHelper#bug_id_from_string failure for string containing url

v0.6.0

15 Mar 11:40
96cea53
Compare
Choose a tag to compare

0.6.0 (2021-03-15)

New Features

  • Add logging support

v0.5.0

18 Dec 14:54
d12dd37
Compare
Choose a tag to compare

0.5.0 (2020-12-18)

New Features

  • Add dependabot config

Changes

  • Require ruby v2.4 or newer
  • Fix new warnings from rubocop v0.89.0 update
  • Freeze development gem versions in Gemfile.lock
  • Moved repo to ONLYOFFICE-QA org

v0.4.0

09 Jul 09:27
3ab0ec3
Compare
Choose a tag to compare

0.4.0 (2020-07-09)

New Feature

  • Add test to check BugzillaHelper.token_read
  • Add options to BugzillaHelper.token_read
  • Remove support of codecov
  • Use GitHub Actions instead of Travis CI
  • Add rubocop check to GitHub Actions
  • Add rubocop-rake support
  • Add markdownlint checks in GitHub Actions
  • Add missing documentation
  • Check for documentation coverage in GitHub Actions
  • Add yard as development dependency

Fixes

  • Fix BugzillaHelper#bug_exists? after removing Testopia

Changes

  • Move rubocop dependencies in Gemfile
  • Store specific version of rubocop dependencies

v0.3.2

29 Apr 13:27
70b64bf
Compare
Choose a tag to compare

0.3.2 (2020-04-29)

  • Fix forgotten version bump

v0.3.1

29 Apr 13:28
0d84e91
Compare
Choose a tag to compare

0.3.1 (2020-04-29)

Fixes

  • Fix incorrect gem name

v0.3.0

29 Apr 13:27
dfac8d9
Compare
Choose a tag to compare

0.3.0 (2020-04-29)

New features

  • Ability to change bug status
  • Ability to get comments
  • Ability to add comments
  • Store all develop dependencies in Gemfile
  • mardkownlint support in travis
  • Add task to release gem on github

Changes

  • Deprecate auto-detect port. Since now full bugzilla_url with scheme is required.
  • Cleanup gemspec file
  • Use actual ruby in travis test
  • Minor cleanup of travis config

v0.2.0

09 Jun 13:21
87fd908
Compare
Choose a tag to compare

New features

  • New method BugzillaHelper#bug_exists?
  • Extract BugzillaHelper#bug_data to separate method

v0.1.1

15 May 10:31
7423489
Compare
Choose a tag to compare
  • Fix getting id from string with spaces