Skip to content

Releases: ONLYOFFICE-QA/onlyoffice_github_helper

v1.4.0

28 Jun 11:24
993d0d1
Compare
Choose a tag to compare

1.4.0 (2024-06-28)

New Features

  • Add dependabot check for GitHub Actions
  • Add ruby-3.3 in CI

Fixes

  • Fix rspec issues found by upgrade to rubocop-rspec-3.0.1

Changes

  • Extract rubocop CI task to separate job
  • Allow v9 of octokit as dependency

v1.3.0

24 Nov 12:41
16cd3dd
Compare
Choose a tag to compare

1.3.0 (2023-11-24)

New Features

  • Add ruby-3.2 in CI

Changes

  • Drop support of ruby-2.7, since it's EOL'ed

v1.2.0

26 Oct 07:08
02cd5b8
Compare
Choose a tag to compare

1.2.0 (2022-10-26)

Changes

  • Allow usage of octokit gem 6.0.0 and newer

v1.1.0

11 Oct 12:14
ba3c2f4
Compare
Choose a tag to compare

1.1.0 (2022-10-11)

New Features

  • Add faraday-retry gem as dependency to allow automatic retries

v1.0.0

14 Jul 08:50
1e5f39e
Compare
Choose a tag to compare

1.0.0 (2022-07-14)

New Features

  • Add yamllint check in CI
  • Add ruby-3.1 to CI

Fixes

  • Fix markdownlint failure because of old nodejs in CI

Changes

  • Require mfa for releasing gem
  • Check dependabot at 8:00 Moscow time daily
  • Fix rubocop-1.28.1 code issues
  • Drop support of old EOL'ed rubies (ruby-2.5 and ruby-2.6)

v0.2.0

12 Jan 13:34
4875155
Compare
Choose a tag to compare

0.2.0 (2021-01-12)

New Features

  • Add support of rubocop-performance and rubocop-rake
  • Freeze all dependencies versions in Gemfile.lock
  • Add markdownlint check in CI
  • Add rubocop check in CI
  • Add dependabot config
  • Add CI check that 100% code is documented
  • Add ruby-3.0 to CI
  • Enable branch coverage in simplecov

Changes

  • Use GitHub Actions instead of TravisCI
  • Require ruby 2.5, since older one are EOL'ed
  • Drop support of older rubies in CI
  • Add missing documentation
  • Use rake sh command for releasing gem
  • Move repo to ONLYOFFICE-QA org
  • CI check use config file, instead of direct env access
  • Test coverage is 100%
  • Remove support of codecov

v0.1.1

19 Mar 17:13
b9eefcf
Compare
Choose a tag to compare

Fixes

  • Fix posting gem to Github Packages

v0.1.0

19 Mar 17:03
fb37375
Compare
Choose a tag to compare

New Features

  • Store folders before files in file_tree
  • Minimal supported ruby is 2.3
  • Added GithubClient.new user and password params
  • Require codecov only in CI environments
  • Cleanup gemspec file
  • Make rake development dependency
  • Add rake task to release gem on github

Fixes

  • Correctly handle more than 30 branches\tags
  • Correctly handle if file name starts same as folder name